From 7b3abd06d0e083bf8f355d5794c3db2e2748209e Mon Sep 17 00:00:00 2001 From: Prateek Chhikara <46902268+prateekchhikara@users.noreply.github.com> Date: Fri, 2 May 2025 10:19:58 -0700 Subject: [PATCH] Added dataset (#2611) --- evaluation/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/evaluation/README.md b/evaluation/README.md index b25045b7..e034050f 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -20,7 +20,13 @@ We test these techniques on the LOCOMO dataset, which contains conversational da ## 🔍 Dataset -The dataset is located in the `dataset/` directory: +The LOCOMO dataset used in our experiments can be downloaded from our Google Drive repository: + +[Download LOCOMO Dataset](https://drive.google.com/drive/folders/1L-cTjTm0ohMsitsHg4dijSPJtqNflwX-?usp=drive_link) + +The dataset contains conversational data specifically designed to test memory recall and understanding across various question types and complexity levels. + +Place the dataset files in the `dataset/` directory: - `locomo10.json`: Original dataset - `locomo10_rag.json`: Dataset formatted for RAG experiments