diff --git a/.gitignore b/.gitignore index b79bfb29..62d9c97a 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,9 @@ cython_debug/ ## Other # Cache files cache.db* + +# LongMemEval data +longmemeval_data/ + +# All DS_Store files +.DS_Store \ No newline at end of file diff --git a/tests/evals/data/LongMemEval_Snippetization.ipynb b/tests/evals/data/LongMemEval_Snippetization.ipynb new file mode 100644 index 00000000..87e9aeaf --- /dev/null +++ b/tests/evals/data/LongMemEval_Snippetization.ipynb @@ -0,0 +1,1174 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "i9i9uUZ3pWQE", + "outputId": "84404bb8-5841-4f2f-dd87-7f909c6e95aa" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Collecting gdown\n", + " Using cached gdown-5.2.0-py3-none-any.whl.metadata (5.8 kB)\n", + "Requirement already satisfied: pandas in ./.venv/lib/python3.13/site-packages (2.2.3)\n", + "Collecting beautifulsoup4 (from gdown)\n", + " Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)\n", + "Collecting filelock (from gdown)\n", + " Using cached filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)\n", + "Collecting requests[socks] (from gdown)\n", + " Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)\n", + "Collecting tqdm (from gdown)\n", + " Using cached tqdm-4.67.1-py3-none-any.whl.metadata (57 kB)\n", + "Requirement already satisfied: numpy>=1.26.0 in ./.venv/lib/python3.13/site-packages (from pandas) (2.2.1)\n", + "Requirement already satisfied: python-dateutil>=2.8.2 in ./.venv/lib/python3.13/site-packages (from pandas) (2.9.0.post0)\n", + "Requirement already satisfied: pytz>=2020.1 in ./.venv/lib/python3.13/site-packages (from pandas) (2024.2)\n", + "Requirement already satisfied: tzdata>=2022.7 in ./.venv/lib/python3.13/site-packages (from pandas) (2024.2)\n", + "Requirement already satisfied: six>=1.5 in ./.venv/lib/python3.13/site-packages (from python-dateutil>=2.8.2->pandas) (1.17.0)\n", + "Collecting soupsieve>1.2 (from beautifulsoup4->gdown)\n", + " Using cached soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)\n", + "Collecting charset-normalizer<4,>=2 (from requests[socks]->gdown)\n", + " Downloading charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl.metadata (35 kB)\n", + "Collecting idna<4,>=2.5 (from requests[socks]->gdown)\n", + " Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)\n", + "Collecting urllib3<3,>=1.21.1 (from requests[socks]->gdown)\n", + " Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)\n", + "Collecting certifi>=2017.4.17 (from requests[socks]->gdown)\n", + " Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)\n", + "Collecting PySocks!=1.5.7,>=1.5.6 (from requests[socks]->gdown)\n", + " Using cached PySocks-1.7.1-py3-none-any.whl.metadata (13 kB)\n", + "Using cached gdown-5.2.0-py3-none-any.whl (18 kB)\n", + "Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)\n", + "Using cached filelock-3.16.1-py3-none-any.whl (16 kB)\n", + "Using cached tqdm-4.67.1-py3-none-any.whl (78 kB)\n", + "Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)\n", + "Downloading charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl (195 kB)\n", + "Using cached idna-3.10-py3-none-any.whl (70 kB)\n", + "Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)\n", + "Using cached soupsieve-2.6-py3-none-any.whl (36 kB)\n", + "Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)\n", + "Using cached requests-2.32.3-py3-none-any.whl (64 kB)\n", + "Installing collected packages: urllib3, tqdm, soupsieve, PySocks, idna, filelock, charset-normalizer, certifi, requests, beautifulsoup4, gdown\n", + "Successfully installed PySocks-1.7.1 beautifulsoup4-4.12.3 certifi-2024.12.14 charset-normalizer-3.4.1 filelock-3.16.1 gdown-5.2.0 idna-3.10 requests-2.32.3 soupsieve-2.6 tqdm-4.67.1 urllib3-2.3.0\n", + "\n", + "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.3.1\u001b[0m\n", + "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n", + "Note: you may need to restart the kernel to use updated packages.\n" + ] + } + ], + "source": [ + "######## Installations - BE SURE TO MAKE YOUR OWN LOCAL VENV FIRST\n", + "\n", + "%pip install gdown pandas" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "id": "KgzveXyAp35v" + }, + "outputs": [], + "source": [ + "######## Imports\n", + "\n", + "import pandas as pd\n", + "import gdown\n", + "import tarfile\n", + "import os\n", + "import json\n", + "from datetime import datetime\n", + "import csv" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "iwcBxgxgqES8", + "outputId": "4af8de17-57bd-4857-f49c-2ee5d39ed248" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "'./longmemeval_data/longmemeval_data.tar.gz' already exists, skipping download.\n", + "'longmemeval_oracle.json' already exists, so skipping extraction.\n" + ] + } + ], + "source": [ + "######## Download the eval dataset from the official Google Drive source\n", + "\n", + "file_id = '1zJgtYRFhOh5zDQzzatiddfjYhFSnyQ80'\n", + "url = f'https://drive.google.com/uc?id={file_id}'\n", + "folder_path = './longmemeval_data'\n", + "file_path = os.path.join(folder_path, 'longmemeval_data.tar.gz')\n", + "\n", + "# If it doesn't exist, create a \"/.longmemeval_data/\" directory\n", + "if not os.path.exists(folder_path):\n", + " os.makedirs(folder_path)\n", + "\n", + "# Download the compressed dataset\n", + "if not os.path.exists(file_path):\n", + " gdown.download(url, file_path, quiet=False)\n", + "else:\n", + " print(f\"'{file_path}' already exists, skipping download.\")\n", + "\n", + "# Extract the tar.gz\n", + "if not os.path.exists(os.path.join(folder_path, 'longmemeval_oracle.json')):\n", + " with tarfile.open(file_path, 'r:gz') as tar:\n", + " tar.extractall(path=folder_path)\n", + "else:\n", + " print(\"'longmemeval_oracle.json' already exists, so skipping extraction.\")" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "id": "_RjEZnk5v530" + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + " | question_id | \n", + "question_type | \n", + "question | \n", + "answer | \n", + "question_date | \n", + "haystack_dates | \n", + "haystack_session_ids | \n", + "haystack_sessions | \n", + "answer_session_ids | \n", + "
---|---|---|---|---|---|---|---|---|---|
0 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "What was the first issue I had with my new car... | \n", + "GPS system not functioning correctly | \n", + "2023/04/10 (Mon) 23:07 | \n", + "[2023/04/10 (Mon) 17:50, 2023/04/10 (Mon) 14:4... | \n", + "[answer_4be1b6b4_2, answer_4be1b6b4_3, answer_... | \n", + "[[{'role': 'user', 'content': 'I'm thinking of... | \n", + "[answer_4be1b6b4_2, answer_4be1b6b4_3, answer_... | \n", + "
1 | \n", + "gpt4_2487a7cb | \n", + "temporal-reasoning | \n", + "Which event did I attend first, the 'Effective... | \n", + "'Data Analysis using Python' webinar | \n", + "2023/05/28 (Sun) 06:47 | \n", + "[2023/05/28 (Sun) 21:04, 2023/05/28 (Sun) 07:17] | \n", + "[answer_1c6b85ea_1, answer_1c6b85ea_2] | \n", + "[[{'role': 'user', 'content': 'I'm trying to g... | \n", + "[answer_1c6b85ea_1, answer_1c6b85ea_2] | \n", + "
2 | \n", + "gpt4_76048e76 | \n", + "temporal-reasoning | \n", + "Which vehicle did I take care of first in Febr... | \n", + "bike | \n", + "2023/03/10 (Fri) 23:15 | \n", + "[2023/03/10 (Fri) 22:50, 2023/03/10 (Fri) 08:11] | \n", + "[answer_b535969f_2, answer_b535969f_1] | \n", + "[[{'role': 'user', 'content': 'I'm thinking of... | \n", + "[answer_b535969f_2, answer_b535969f_1] | \n", + "
3 | \n", + "gpt4_2312f94c | \n", + "temporal-reasoning | \n", + "Which device did I got first, the Samsung Gala... | \n", + "Samsung Galaxy S22 | \n", + "2023/03/15 (Wed) 03:53 | \n", + "[2023/03/15 (Wed) 00:56, 2023/03/15 (Wed) 10:31] | \n", + "[answer_5328c3c2_1, answer_5328c3c2_2] | \n", + "[[{'role': 'user', 'content': 'I'm planning a ... | \n", + "[answer_5328c3c2_1, answer_5328c3c2_2] | \n", + "
4 | \n", + "0bb5a684 | \n", + "temporal-reasoning | \n", + "How many days before the team meeting I was pr... | \n", + "7 days. 8 days (including the last day) is als... | \n", + "2023/01/13 (Fri) 19:39 | \n", + "[2023/01/13 (Fri) 18:07, 2023/01/13 (Fri) 21:38] | \n", + "[answer_e936197f_1, answer_e936197f_2] | \n", + "[[{'role': 'user', 'content': 'I'm preparing f... | \n", + "[answer_e936197f_1, answer_e936197f_2] | \n", + "
\n", + " | question_id | \n", + "question_type | \n", + "multisession_index | \n", + "session_index | \n", + "message_index_within_session | \n", + "message_index_across_sessions | \n", + "session_date | \n", + "message | \n", + "previous_messages | \n", + "num_previous_messages | \n", + "message_has_answer | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"I'm thinking of g... | \n", + "[] | \n", + "0 | \n", + "False | \n", + "
1 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Choosing the... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "1 | \n", + "False | \n", + "
2 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "2 | \n", + "2 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"I've been doing s... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "2 | \n", + "True | \n", + "
3 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "3 | \n", + "3 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"assistant\", \"content\": \"That's great... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "3 | \n", + "False | \n", + "
4 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "4 | \n", + "4 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"I'll definitely a... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "4 | \n", + "False | \n", + "
5 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "5 | \n", + "5 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Advanced pai... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "5 | \n", + "False | \n", + "
6 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "6 | \n", + "6 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"I'll definitely a... | \n", + "[{\"role\": \"assistant\", \"content\": \"Choosing th... | \n", + "5 | \n", + "False | \n", + "
7 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "7 | \n", + "7 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulati... | \n", + "[{\"role\": \"user\", \"content\": \"I've been doing ... | \n", + "5 | \n", + "False | \n", + "
8 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "8 | \n", + "8 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"That's really hel... | \n", + "[{\"role\": \"assistant\", \"content\": \"That's grea... | \n", + "5 | \n", + "False | \n", + "
9 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "9 | \n", + "9 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulati... | \n", + "[{\"role\": \"user\", \"content\": \"I'll definitely ... | \n", + "5 | \n", + "False | \n", + "
\n", + " | question_id | \n", + "question_type | \n", + "multisession_index | \n", + "session_index | \n", + "message_index_within_session | \n", + "message_index_across_sessions | \n", + "session_date | \n", + "message | \n", + "previous_messages | \n", + "num_previous_messages | \n", + "
---|---|---|---|---|---|---|---|---|---|---|
0 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "2023-05-20 02:21:00 | \n", + "{\"role\": \"user\", \"content\": \"The farmer needs ... | \n", + "[] | \n", + "0 | \n", + "
1 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "2023-05-20 02:21:00 | \n", + "{\"role\": \"assistant\", \"content\": \"To solve thi... | \n", + "[{\"role\": \"user\", \"content\": \"The farmer needs... | \n", + "1 | \n", + "
2 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "0 | \n", + "2 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to sta... | \n", + "[{\"role\": \"user\", \"content\": \"The farmer needs... | \n", + "2 | \n", + "
3 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "3 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulati... | \n", + "[{\"role\": \"user\", \"content\": \"The farmer needs... | \n", + "3 | \n", + "
4 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "2 | \n", + "4 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"user\", \"content\": \"I've been doing s... | \n", + "[{\"role\": \"user\", \"content\": \"The farmer needs... | \n", + "4 | \n", + "
5 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "3 | \n", + "5 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Yoga is an e... | \n", + "[{\"role\": \"user\", \"content\": \"The farmer needs... | \n", + "5 | \n", + "
6 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "4 | \n", + "6 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"user\", \"content\": \"That's really hel... | \n", + "[{\"role\": \"assistant\", \"content\": \"To solve th... | \n", + "5 | \n", + "
7 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "5 | \n", + "7 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Foam rolling... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to st... | \n", + "5 | \n", + "
8 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "6 | \n", + "8 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"user\", \"content\": \"I've also been tr... | \n", + "[{\"role\": \"assistant\", \"content\": \"Congratulat... | \n", + "5 | \n", + "
9 | \n", + "e47becba | \n", + "single-session-user | \n", + "0 | \n", + "1 | \n", + "7 | \n", + "9 | \n", + "2023-05-20 02:57:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Monitoring y... | \n", + "[{\"role\": \"user\", \"content\": \"I've been doing ... | \n", + "5 | \n", + "
\n", + " | question_id | \n", + "question_type | \n", + "multisession_index | \n", + "session_index | \n", + "message_index_within_session | \n", + "message_index_across_sessions | \n", + "session_date | \n", + "message | \n", + "previous_messages | \n", + "num_previous_messages | \n", + "
---|---|---|---|---|---|---|---|---|---|---|
0 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "2023-05-20 00:04:00 | \n", + "{\"role\": \"user\", \"content\": \"Can you provide t... | \n", + "[] | \n", + "0 | \n", + "
1 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "2023-05-20 00:04:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Yes, here ar... | \n", + "[{\"role\": \"user\", \"content\": \"Can you provide ... | \n", + "1 | \n", + "
2 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "0 | \n", + "2 | \n", + "2 | \n", + "2023-05-20 00:04:00 | \n", + "{\"role\": \"user\", \"content\": \"Wow, it's amazing... | \n", + "[{\"role\": \"user\", \"content\": \"Can you provide ... | \n", + "2 | \n", + "
3 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "0 | \n", + "3 | \n", + "3 | \n", + "2023-05-20 00:04:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Yes, achievi... | \n", + "[{\"role\": \"user\", \"content\": \"Can you provide ... | \n", + "3 | \n", + "
4 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "0 | \n", + "4 | \n", + "4 | \n", + "2023-05-20 00:04:00 | \n", + "{\"role\": \"user\", \"content\": \"It's crazy to thi... | \n", + "[{\"role\": \"user\", \"content\": \"Can you provide ... | \n", + "4 | \n", + "
5 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "0 | \n", + "5 | \n", + "5 | \n", + "2023-05-20 00:04:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Astronauts u... | \n", + "[{\"role\": \"user\", \"content\": \"Can you provide ... | \n", + "5 | \n", + "
6 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "1 | \n", + "0 | \n", + "6 | \n", + "2023-05-20 00:16:00 | \n", + "{\"role\": \"user\", \"content\": \"What about aliena... | \n", + "[{\"role\": \"assistant\", \"content\": \"Yes, here a... | \n", + "5 | \n", + "
7 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "7 | \n", + "2023-05-20 00:16:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Alienation i... | \n", + "[{\"role\": \"user\", \"content\": \"Wow, it's amazin... | \n", + "5 | \n", + "
8 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "1 | \n", + "2 | \n", + "8 | \n", + "2023-05-20 00:16:00 | \n", + "{\"role\": \"user\", \"content\": \"Why you did not m... | \n", + "[{\"role\": \"assistant\", \"content\": \"Yes, achiev... | \n", + "5 | \n", + "
9 | \n", + "7161e7e2 | \n", + "single-session-assistant | \n", + "0 | \n", + "1 | \n", + "3 | \n", + "9 | \n", + "2023-05-20 00:16:00 | \n", + "{\"role\": \"assistant\", \"content\": \"I apologize ... | \n", + "[{\"role\": \"user\", \"content\": \"It's crazy to th... | \n", + "5 | \n", + "
\n", + " | question_id | \n", + "question_type | \n", + "multisession_index | \n", + "session_index | \n", + "message_index_within_session | \n", + "message_index_across_sessions | \n", + "session_date | \n", + "message | \n", + "previous_messages | \n", + "num_previous_messages | \n", + "message_has_answer | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|
0 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"I'm thinking of g... | \n", + "[] | \n", + "0 | \n", + "False | \n", + "
1 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Choosing the... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "1 | \n", + "False | \n", + "
2 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "2 | \n", + "2 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"I've been doing s... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "2 | \n", + "True | \n", + "
3 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "3 | \n", + "3 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"assistant\", \"content\": \"That's great... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "3 | \n", + "False | \n", + "
4 | \n", + "gpt4_2655b836 | \n", + "temporal-reasoning | \n", + "0 | \n", + "0 | \n", + "4 | \n", + "4 | \n", + "2023-04-10 14:47:00 | \n", + "{\"role\": \"user\", \"content\": \"I'll definitely a... | \n", + "[{\"role\": \"user\", \"content\": \"I'm thinking of ... | \n", + "4 | \n", + "False | \n", + "
\n", + " | question_id | \n", + "question_type | \n", + "multisession_index | \n", + "session_index | \n", + "message_index_within_session | \n", + "message_index_across_sessions | \n", + "session_date | \n", + "message | \n", + "previous_messages | \n", + "num_previous_messages | \n", + "message_has_answer | \n", + "
---|---|---|---|---|---|---|---|---|---|---|---|
6686 | \n", + "e47becba | \n", + "single-session-user | \n", + "286 | \n", + "0 | \n", + "5 | \n", + "5 | \n", + "2023-05-21 11:54:00 | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "5 | \n", + "True | \n", + "
\n", + " | snippet_index | \n", + "message_index_within_snippet | \n", + "task_index | \n", + "task_name | \n", + "snippet_message | \n", + "snippet_previous_messages | \n", + "input_message | \n", + "input_previous_messages | \n", + "
---|---|---|---|---|---|---|---|---|
0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "
1 | \n", + "0 | \n", + "0 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "
2 | \n", + "0 | \n", + "0 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "
3 | \n", + "0 | \n", + "0 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "
4 | \n", + "0 | \n", + "0 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "
5 | \n", + "0 | \n", + "0 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "
6 | \n", + "0 | \n", + "1 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
7 | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
8 | \n", + "0 | \n", + "1 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
9 | \n", + "0 | \n", + "1 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
10 | \n", + "0 | \n", + "1 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
11 | \n", + "0 | \n", + "1 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
12 | \n", + "0 | \n", + "2 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
13 | \n", + "0 | \n", + "2 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
14 | \n", + "0 | \n", + "2 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
15 | \n", + "0 | \n", + "2 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
16 | \n", + "0 | \n", + "2 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
17 | \n", + "0 | \n", + "2 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
18 | \n", + "0 | \n", + "3 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
19 | \n", + "0 | \n", + "3 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
20 | \n", + "0 | \n", + "3 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
21 | \n", + "0 | \n", + "3 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
22 | \n", + "0 | \n", + "3 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
23 | \n", + "0 | \n", + "3 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
24 | \n", + "0 | \n", + "4 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
25 | \n", + "0 | \n", + "4 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
26 | \n", + "0 | \n", + "4 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
27 | \n", + "0 | \n", + "4 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
28 | \n", + "0 | \n", + "4 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
29 | \n", + "0 | \n", + "4 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
30 | \n", + "0 | \n", + "5 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
31 | \n", + "0 | \n", + "5 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
32 | \n", + "0 | \n", + "5 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
33 | \n", + "0 | \n", + "5 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
34 | \n", + "0 | \n", + "5 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
35 | \n", + "0 | \n", + "5 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "
\n", + " | snippet_index | \n", + "message_index_within_snippet | \n", + "task_index | \n", + "task_name | \n", + "snippet_message | \n", + "snippet_previous_messages | \n", + "input_message | \n", + "input_previous_messages | \n", + "output_gpt4o_mini | \n", + "
---|---|---|---|---|---|---|---|---|---|
0 | \n", + "0 | \n", + "0 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "[{\"uuid\": \"afb12271-73aa-4d41-a8a5-c541169b85cf\", \"name\": \"user\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"created_at\"... | \n", + "
1 | \n", + "0 | \n", + "0 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "[{\"uuid\": \"afb12271-73aa-4d41-a8a5-c541169b85cf\", \"name\": \"user\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"created_at\"... | \n", + "
2 | \n", + "0 | \n", + "0 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "[{\"uuid\": \"cda66daf-afe0-4098-a2b6-c3f71f30fe85\", \"group_id\": \"\", \"source_node_uuid\": \"afb12271-73aa-4d41-a8a5-c5411... | \n", + "
3 | \n", + "0 | \n", + "0 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "None | \n", + "
4 | \n", + "0 | \n", + "0 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "None | \n", + "
5 | \n", + "0 | \n", + "0 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management app... | \n", + "[] | \n", + "None | \n", + "
6 | \n", + "0 | \n", + "1 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"b68c71ec-87d6-43d8-9ec1-0155d8415400\", \"name\": \"assistant\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"create... | \n", + "
7 | \n", + "0 | \n", + "1 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"b68c71ec-87d6-43d8-9ec1-0155d8415400\", \"name\": \"assistant\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"create... | \n", + "
8 | \n", + "0 | \n", + "1 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"3ad7f861-0470-4955-b698-cc67fe186bc5\", \"group_id\": \"\", \"source_node_uuid\": \"b68c71ec-87d6-43d8-9ec1-0155d... | \n", + "
9 | \n", + "0 | \n", + "1 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
10 | \n", + "0 | \n", + "1 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
11 | \n", + "0 | \n", + "1 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Making the leap from a planner to a digital task management system! Congratulation... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
12 | \n", + "0 | \n", + "2 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"c65758f0-752c-418a-ad6b-2d8a74cdd4ce\", \"name\": \"user\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"created_at\"... | \n", + "
13 | \n", + "0 | \n", + "2 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"afb12271-73aa-4d41-a8a5-c541169b85cf\", \"name\": \"user\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"created_at\"... | \n", + "
14 | \n", + "0 | \n", + "2 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"165b9582-acee-46ed-93f9-216c17344642\", \"group_id\": \"\", \"source_node_uuid\": \"c65758f0-752c-418a-ad6b-2d8a7... | \n", + "
15 | \n", + "0 | \n", + "2 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
16 | \n", + "0 | \n", + "2 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
17 | \n", + "0 | \n", + "2 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I think I'll try out Todoist and Trello. I've heard a lot of good things about them. By... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
18 | \n", + "0 | \n", + "3 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"ef20491c-a031-4aea-8e51-0d0c47c98245\", \"name\": \"assistant\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"create... | \n", + "
19 | \n", + "0 | \n", + "3 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"b68c71ec-87d6-43d8-9ec1-0155d8415400\", \"name\": \"assistant\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"create... | \n", + "
20 | \n", + "0 | \n", + "3 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"032a54c8-15b2-47b0-a89e-79f985938661\", \"group_id\": \"\", \"source_node_uuid\": \"aa977349-dd97-4af2-942b-02844... | \n", + "
21 | \n", + "0 | \n", + "3 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
22 | \n", + "0 | \n", + "3 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
23 | \n", + "0 | \n", + "3 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Todoist and Trello are both excellent choices for task management.\\n\\nNow, about c... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
24 | \n", + "0 | \n", + "4 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"06bc8194-ee62-46bd-9307-7e96001e4d07\", \"name\": \"user\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"created_at\"... | \n", + "
25 | \n", + "0 | \n", + "4 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"afb12271-73aa-4d41-a8a5-c541169b85cf\", \"name\": \"user\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"created_at\"... | \n", + "
26 | \n", + "0 | \n", + "4 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"eedb6466-4764-4c23-9107-c03b49979978\", \"group_id\": \"\", \"source_node_uuid\": \"06bc8194-ee62-46bd-9307-7e960... | \n", + "
27 | \n", + "0 | \n", + "4 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
28 | \n", + "0 | \n", + "4 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
29 | \n", + "0 | \n", + "4 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"user\", \"content\": \"I graduated with a degree in Business Administration, which has definitely helped me in... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
30 | \n", + "0 | \n", + "5 | \n", + "0 | \n", + "extract_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"e04cfd2d-c6e4-4372-8385-6a7c89dfe9b6\", \"name\": \"assistant\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"create... | \n", + "
31 | \n", + "0 | \n", + "5 | \n", + "1 | \n", + "dedupe_nodes | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"b68c71ec-87d6-43d8-9ec1-0155d8415400\", \"name\": \"assistant\", \"group_id\": \"\", \"labels\": [\"Entity\"], \"create... | \n", + "
32 | \n", + "0 | \n", + "5 | \n", + "2 | \n", + "extract_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "[{\"uuid\": \"fd4b2107-3660-4eb6-9765-c89d709ac57f\", \"group_id\": \"\", \"source_node_uuid\": \"e04cfd2d-c6e4-4372-8385-6a7c8... | \n", + "
33 | \n", + "0 | \n", + "5 | \n", + "3 | \n", + "dedupe_edges | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
34 | \n", + "0 | \n", + "5 | \n", + "4 | \n", + "extract_edge_dates | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "
35 | \n", + "0 | \n", + "5 | \n", + "5 | \n", + "edge_invalidation | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "{\"role\": \"assistant\", \"content\": \"Congratulations on your degree in Business Administration! That's a great foundati... | \n", + "[{\"role\": \"user\", \"content\": \"I'm trying to organize my life a bit better, can you recommend some task management ap... | \n", + "None | \n", + "