Update README.md
Browse files
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
|