Datasets:
File size: 624 Bytes
f7d8d12 03c1049 f7d8d12 2107ae2 03c1049 2107ae2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
language:
- en
size_categories:
- 10K<n<100K
task_categories:
- question-answering
tags:
- QA
- MultiDoc
- RAG
- MultiHop
- Retrieval
- '2503.04388'
---
# More Documents, Same Length Datasets
This repository contains the datasets used in the paper ["More Documents, Same Length: Isolating the Challenge of Multiple Documents in RAG"](https://arxiv.org/abs/2503.04388).
Code: https://github.com/shaharl6000/MoreDocsSameLen
## Dataset Description
These datasets investigate how document multiplicity affects LLM performance in Retrieval-Augmented Generation (RAG) systems while keeping the total context length fixed. |