Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: HagridRetrieval
|
| 2 |
+
description: HAGRID (Human-in-the-loop Attributable Generative Retrieval for Information-seeking
|
| 3 |
+
Dataset)is a dataset for generative information-seeking scenarios. It consists of
|
| 4 |
+
queriesalong with a set of manually labelled relevant passages
|
| 5 |
+
evaluation_framework: mteb
|
| 6 |
+
tasks:
|
| 7 |
+
- id: HagridRetrieval
|
| 8 |
+
- id: HagridRetrieval_default_dev
|
| 9 |
+
config: default
|
| 10 |
+
split: dev
|