Datasets:

Modalities:
Text
ArXiv:
License:
SP2001 commited on
Commit
033abf2
1 Parent(s): b3511a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -226,6 +226,12 @@ configs:
226
  path: truthfulqa/validation-*
227
  ---
228
 
 
 
 
 
 
 
229
  ## 2WikiHotpotQA
230
 
231
  This dataset is a multihop question answering task, as proposed in "Constructing A Multi-hop QA Dataset for Comprehensive Evaluation of Reasoning Steps" by Ho. et. al
 
226
  path: truthfulqa/validation-*
227
  ---
228
 
229
+ The dataset can be loaded using the command
230
+ ```
231
+ task = "hotpotqa" # it can be any other option like triviaqa,popqa,2wiki, MuSiQue, NaturalQuestions etc.
232
+ load_dataset("ContextualBench/ContextualBench",task,split="validation")
233
+ ```
234
+
235
  ## 2WikiHotpotQA
236
 
237
  This dataset is a multihop question answering task, as proposed in "Constructing A Multi-hop QA Dataset for Comprehensive Evaluation of Reasoning Steps" by Ho. et. al