Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,4 @@ There are picked 4/6 datasets from Adaptive RAG datasets with `is_supporting=Tru
|
|
| 12 |
Not all samples from TriviaQA and SQUAD have `is_supporting=True` contexts, thats why we do not include them in hf collection.
|
| 13 |
If question have more than one `is_supporting=True` context, we concatenate them.
|
| 14 |
Script for data transformation from original Adaptive RAG format into our format can be found here:
|
| 15 |
-
https://github.com/sashaboriskin/rag_routing/blob/main/data/
|
|
|
|
| 12 |
Not all samples from TriviaQA and SQUAD have `is_supporting=True` contexts, thats why we do not include them in hf collection.
|
| 13 |
If question have more than one `is_supporting=True` context, we concatenate them.
|
| 14 |
Script for data transformation from original Adaptive RAG format into our format can be found here:
|
| 15 |
+
https://github.com/sashaboriskin/rag_routing/blob/main/data/make_hf_adaptive_rag_datasets.py
|