Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Sub-tasks:
document-retrieval
Languages:
Russian
Size:
1K - 10K
Update README with new only_instruction fields
Browse files
README.md
CHANGED
|
@@ -1,121 +1,110 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
- ru
|
| 4 |
multilinguality:
|
| 5 |
-
- monolingual
|
| 6 |
task_categories:
|
| 7 |
-
- text-retrieval
|
| 8 |
source_datasets:
|
| 9 |
-
- core2017
|
| 10 |
task_ids:
|
| 11 |
-
- document-retrieval
|
| 12 |
config_names:
|
| 13 |
-
- corpus
|
| 14 |
tags:
|
| 15 |
-
- text-retrieval
|
| 16 |
-
- instruction-retrieval
|
| 17 |
dataset_info:
|
| 18 |
-
- config_name:
|
| 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 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
dtype: string
|
| 86 |
-
- name: keywords
|
| 87 |
-
dtype: string
|
| 88 |
-
- name: short_query
|
| 89 |
-
dtype: string
|
| 90 |
-
- name: only_instruction_changed
|
| 91 |
-
dtype: string
|
| 92 |
-
- name: only_instruction_reversed
|
| 93 |
-
dtype: string
|
| 94 |
-
splits:
|
| 95 |
-
- name: queries
|
| 96 |
-
num_bytes: 314384
|
| 97 |
-
num_examples: 300
|
| 98 |
-
download_size: 86760
|
| 99 |
-
dataset_size: 314384
|
| 100 |
configs:
|
| 101 |
-
- config_name:
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
- config_name: qrels_changed
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
- config_name:
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
- config_name:
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
- config_name: queries
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- ru
|
| 4 |
multilinguality:
|
| 5 |
+
- monolingual
|
| 6 |
task_categories:
|
| 7 |
+
- text-retrieval
|
| 8 |
source_datasets:
|
| 9 |
+
- core2017
|
| 10 |
task_ids:
|
| 11 |
+
- document-retrieval
|
| 12 |
config_names:
|
| 13 |
+
- corpus
|
| 14 |
tags:
|
| 15 |
+
- text-retrieval
|
| 16 |
+
- instruction-retrieval
|
| 17 |
dataset_info:
|
| 18 |
+
- config_name: qrels_og
|
| 19 |
+
features:
|
| 20 |
+
- name: query-id
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: corpus-id
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: score
|
| 25 |
+
dtype: float64
|
| 26 |
+
splits:
|
| 27 |
+
- name: test
|
| 28 |
+
num_examples: 914
|
| 29 |
+
- config_name: qrels_changed
|
| 30 |
+
features:
|
| 31 |
+
- name: query-id
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: corpus-id
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: score
|
| 36 |
+
dtype: float64
|
| 37 |
+
splits:
|
| 38 |
+
- name: test
|
| 39 |
+
num_examples: 914
|
| 40 |
+
- config_name: qrels_reversed
|
| 41 |
+
features:
|
| 42 |
+
- name: query-id
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: corpus-id
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: score
|
| 47 |
+
dtype: float64
|
| 48 |
+
splits:
|
| 49 |
+
- name: test
|
| 50 |
+
num_examples: 914
|
| 51 |
+
- config_name: corpus
|
| 52 |
+
features:
|
| 53 |
+
- name: _id
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: title
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: text
|
| 58 |
+
dtype: string
|
| 59 |
+
splits:
|
| 60 |
+
- name: corpus
|
| 61 |
+
num_examples: 1152
|
| 62 |
+
- config_name: queries
|
| 63 |
+
features:
|
| 64 |
+
- name: _id
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: text
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: instruction_og
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: instruction_changed
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: instruction_reversed
|
| 73 |
+
dtype: string
|
| 74 |
+
- name: only_instruction_changed
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: only_instruction_reversed
|
| 77 |
+
dtype: string
|
| 78 |
+
- name: keywords
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: short_query
|
| 81 |
+
dtype: string
|
| 82 |
+
splits:
|
| 83 |
+
- name: queries
|
| 84 |
+
num_examples: 287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
configs:
|
| 86 |
+
- config_name: qrels_og
|
| 87 |
+
data_files:
|
| 88 |
+
- split: test
|
| 89 |
+
path: qrels_og/test.jsonl
|
| 90 |
+
- config_name: qrels_changed
|
| 91 |
+
data_files:
|
| 92 |
+
- split: test
|
| 93 |
+
path: qrels_changed/test.jsonl
|
| 94 |
+
- config_name: qrels_reversed
|
| 95 |
+
data_files:
|
| 96 |
+
- split: test
|
| 97 |
+
path: qrels_reversed/test.jsonl
|
| 98 |
+
- config_name: corpus
|
| 99 |
+
data_files:
|
| 100 |
+
- split: corpus
|
| 101 |
+
path: corpus.jsonl
|
| 102 |
+
- config_name: queries
|
| 103 |
+
data_files:
|
| 104 |
+
- split: queries
|
| 105 |
+
path: queries.jsonl
|
| 106 |
---
|
| 107 |
+
|
| 108 |
+
# Source-v1-ru
|
| 109 |
+
|
| 110 |
+
Instruction-following retrieval dataset in Russian, based on CORE2017.
|