Datasets:
File size: 611 Bytes
f7d8d12 03698a1 f7d8d12 03698a1 | 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 26 27 28 29 30 | ---
task_categories:
- question-answering
language:
- en
tags:
- QA
- MultiDoc
- RAG
- MultiHop
- Retrieval
- '2503.04388'
- https://arxiv.org/abs/2503.04388
size_categories:
- 10K<n<100K
---
# 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).
## Dataset Description
These datasets investigate how document multiplicity affects LLM performance in Retrieval-Augmented Generation (RAG) systems while keeping the total context length fixed. |