Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
dataset_info:
|
4 |
- config_name: 2WikiMultihopQA
|
5 |
features:
|
@@ -288,7 +288,9 @@ task = "hotpotqa" # it can be any other option like triviaqa,popqa,2wiki, MuSiQu
|
|
288 |
load_dataset("Salesforce/ContextualBench", task, split="validation")
|
289 |
```
|
290 |
|
291 |
-
## Component Datasets
|
|
|
|
|
292 |
|
293 |
### 2WikiHotpotQA
|
294 |
|
@@ -406,8 +408,4 @@ TruthfulQA is a benchmark to measure whether a language model is truthful in gen
|
|
406 |
year={2024}
|
407 |
}
|
408 |
|
409 |
-
```
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
dataset_info:
|
4 |
- config_name: 2WikiMultihopQA
|
5 |
features:
|
|
|
288 |
load_dataset("Salesforce/ContextualBench", task, split="validation")
|
289 |
```
|
290 |
|
291 |
+
## Component Datasets of ContextualBench
|
292 |
+
|
293 |
+
> Each individual evaluation dataset in ContextualBench is licensed separately and must be adhered by a user.
|
294 |
|
295 |
### 2WikiHotpotQA
|
296 |
|
|
|
408 |
year={2024}
|
409 |
}
|
410 |
|
411 |
+
```
|
|
|
|
|
|
|
|