Cong Wei
commited on
Commit
·
b00c7c5
1
Parent(s):
ee971f0
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,19 +9,40 @@ task_categories:
|
|
| 9 |
language:
|
| 10 |
- "en"
|
| 11 |
configs:
|
| 12 |
-
- config_name:
|
| 13 |
-
data_files:
|
| 14 |
-
-
|
| 15 |
-
|
| 16 |
-
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- config_name: cand_pool
|
| 19 |
-
data_files:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
- config_name: instructions
|
| 21 |
-
data_files:
|
| 22 |
-
|
|
|
|
| 23 |
- config_name: qrels
|
| 24 |
-
data_files:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
## **Dataset Structure Overview**
|
|
|
|
| 9 |
language:
|
| 10 |
- "en"
|
| 11 |
configs:
|
| 12 |
+
- config_name: query
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: "query/train/*.jsonl"
|
| 16 |
+
- split: union_train
|
| 17 |
+
path: "query/union_train/*.jsonl"
|
| 18 |
+
- split: val
|
| 19 |
+
path: "query/val/*.jsonl"
|
| 20 |
+
- split: union_val
|
| 21 |
+
path: "query/union_val/*.jsonl"
|
| 22 |
+
- split: test
|
| 23 |
+
path: "query/test/*.jsonl"
|
| 24 |
- config_name: cand_pool
|
| 25 |
+
data_files:
|
| 26 |
+
- split: global_train
|
| 27 |
+
path: "/cand_pool/global/mbeir_union_train_cand_pool.jsonl"
|
| 28 |
+
- split: global_val
|
| 29 |
+
path: "/cand_pool/global/mbeir_union_val_cand_pool.jsonl"
|
| 30 |
+
- split: global_test
|
| 31 |
+
path: "/cand_pool/global/mbeir_union_test_cand_pool.jsonl"
|
| 32 |
+
- split: local
|
| 33 |
+
path: "/cand_pool/local/*.jsonl"
|
| 34 |
- config_name: instructions
|
| 35 |
+
data_files:
|
| 36 |
+
- split: all
|
| 37 |
+
path: "instructions/*.tsv"
|
| 38 |
- config_name: qrels
|
| 39 |
+
data_files:
|
| 40 |
+
- split: train
|
| 41 |
+
path: "qrels/train/*.txt"
|
| 42 |
+
- split: val
|
| 43 |
+
path: "qrels/val/*.txt"
|
| 44 |
+
- split: test
|
| 45 |
+
path: "qrels/test/*.txt"
|
| 46 |
---
|
| 47 |
|
| 48 |
## **Dataset Structure Overview**
|