Add link to code repository

#4
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- task_categories:
3
- - question-answering
4
  language:
5
  - en
 
 
 
 
6
  tags:
7
  - QA
8
  - MultiDoc
@@ -10,21 +12,14 @@ tags:
10
  - MultiHop
11
  - Retrieval
12
  - '2503.04388'
13
- - https://arxiv.org/abs/2503.04388
14
- size_categories:
15
- - 10K<n<100K
16
  ---
17
 
18
-
19
-
20
-
21
-
22
-
23
-
24
  # More Documents, Same Length Datasets
25
 
26
  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).
27
 
 
 
28
  ## Dataset Description
29
 
30
  These datasets investigate how document multiplicity affects LLM performance in Retrieval-Augmented Generation (RAG) systems while keeping the total context length fixed.
 
1
  ---
 
 
2
  language:
3
  - en
4
+ size_categories:
5
+ - 10K<n<100K
6
+ task_categories:
7
+ - question-answering
8
  tags:
9
  - QA
10
  - MultiDoc
 
12
  - MultiHop
13
  - Retrieval
14
  - '2503.04388'
 
 
 
15
  ---
16
 
 
 
 
 
 
 
17
  # More Documents, Same Length Datasets
18
 
19
  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).
20
 
21
+ Code: https://github.com/shaharl6000/MoreDocsSameLen
22
+
23
  ## Dataset Description
24
 
25
  These datasets investigate how document multiplicity affects LLM performance in Retrieval-Augmented Generation (RAG) systems while keeping the total context length fixed.