aboriskin commited on
Commit
c4985dd
·
verified ·
1 Parent(s): 2aab7de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/hf_adaptive_rag_supportive_context.py
 
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