Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
100K - 1M
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,84 +15,85 @@ tags:
|
|
| 15 |
- text-retrieval
|
| 16 |
- instruction-retrieval
|
| 17 |
dataset_info:
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
configs:
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
|
|
|
| 98 |
---
|
|
|
|
| 15 |
- text-retrieval
|
| 16 |
- instruction-retrieval
|
| 17 |
dataset_info:
|
| 18 |
+
- config_name: top_ranked
|
| 19 |
+
features:
|
| 20 |
+
- name: qid
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: pid
|
| 23 |
+
dtype: string
|
| 24 |
+
splits:
|
| 25 |
+
- name: top_ranked
|
| 26 |
+
num_examples: 52000
|
| 27 |
+
- config_name: qrels_og
|
| 28 |
+
features:
|
| 29 |
+
- name: query-id
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: corpus-id
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: score
|
| 34 |
+
dtype: float64
|
| 35 |
+
splits:
|
| 36 |
+
- name: test
|
| 37 |
+
num_examples: 18465
|
| 38 |
+
- config_name: qrels_changed
|
| 39 |
+
features:
|
| 40 |
+
- name: query-id
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: corpus-id
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: score
|
| 45 |
+
dtype: float64
|
| 46 |
+
splits:
|
| 47 |
+
- name: test
|
| 48 |
+
num_examples: 18465
|
| 49 |
+
- config_name: corpus
|
| 50 |
+
features:
|
| 51 |
+
- name: _id
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: title
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: text
|
| 56 |
+
dtype: string
|
| 57 |
+
splits:
|
| 58 |
+
- name: corpus
|
| 59 |
+
num_examples: 47492
|
| 60 |
+
- config_name: queries
|
| 61 |
+
features:
|
| 62 |
+
- name: _id
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: text
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: instruction_og
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: instruction_changed
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: keywords
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: short_query
|
| 73 |
+
dtype: string
|
| 74 |
+
splits:
|
| 75 |
+
- name: queries
|
| 76 |
+
num_examples: 52
|
| 77 |
configs:
|
| 78 |
+
- config_name: qrels_og
|
| 79 |
+
data_files:
|
| 80 |
+
- split: test
|
| 81 |
+
path: qrels_og/test.jsonl
|
| 82 |
+
- config_name: qrels_changed
|
| 83 |
+
data_files:
|
| 84 |
+
- split: test
|
| 85 |
+
path: qrels_changed/test.jsonl
|
| 86 |
+
- config_name: corpus
|
| 87 |
+
data_files:
|
| 88 |
+
- split: corpus
|
| 89 |
+
path: corpus.jsonl
|
| 90 |
+
- config_name: queries
|
| 91 |
+
data_files:
|
| 92 |
+
- split: queries
|
| 93 |
+
path: queries.jsonl
|
| 94 |
+
- config_name: top_ranked
|
| 95 |
+
data_files:
|
| 96 |
+
- split: top_ranked
|
| 97 |
+
path: top_ranked.jsonl
|
| 98 |
+
license: mit
|
| 99 |
---
|