Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Sub-tasks:
document-retrieval
Languages:
English
Size:
10K - 100K
orionweller
commited on
Commit
•
25eb958
1
Parent(s):
8cb84e4
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,104 +1,118 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: corpus
|
4 |
features:
|
5 |
-
-
|
6 |
-
|
7 |
-
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
splits:
|
12 |
- name: corpus
|
13 |
-
num_bytes: 75032661
|
14 |
num_examples: 30921
|
15 |
-
|
16 |
-
dataset_size: 75032661
|
17 |
-
- config_name: default
|
18 |
features:
|
19 |
-
-
|
20 |
-
|
21 |
-
-
|
22 |
-
|
23 |
-
- name: score
|
24 |
-
dtype: float64
|
25 |
splits:
|
26 |
-
- name:
|
27 |
-
|
28 |
-
num_examples: 8554
|
29 |
-
download_size: 289493
|
30 |
-
dataset_size: 492399
|
31 |
- config_name: instruction
|
32 |
features:
|
33 |
-
-
|
34 |
-
|
35 |
-
-
|
36 |
-
|
37 |
splits:
|
38 |
- name: instruction
|
39 |
-
num_bytes: 30071
|
40 |
num_examples: 64
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
- config_name: qrel_diff
|
44 |
features:
|
45 |
-
-
|
46 |
-
|
47 |
-
-
|
48 |
-
|
49 |
splits:
|
50 |
- name: qrel_diff
|
51 |
-
num_bytes: 24280
|
52 |
num_examples: 32
|
53 |
-
download_size: 23446
|
54 |
-
dataset_size: 24280
|
55 |
-
- config_name: queries
|
56 |
-
features:
|
57 |
-
- name: _id
|
58 |
-
dtype: string
|
59 |
-
- name: text
|
60 |
-
dtype: string
|
61 |
-
splits:
|
62 |
-
- name: queries
|
63 |
-
num_bytes: 5822
|
64 |
-
num_examples: 64
|
65 |
-
download_size: 3566
|
66 |
-
dataset_size: 5822
|
67 |
- config_name: top_ranked
|
68 |
features:
|
69 |
-
-
|
70 |
-
|
71 |
-
-
|
72 |
-
|
73 |
splits:
|
74 |
- name: top_ranked
|
75 |
-
num_bytes: 2359312
|
76 |
num_examples: 64
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
data_files:
|
90 |
-
- split: instruction
|
91 |
-
path: instruction/instruction-*
|
92 |
-
- config_name: qrel_diff
|
93 |
-
data_files:
|
94 |
-
- split: qrel_diff
|
95 |
-
path: qrel_diff/qrel_diff-*
|
96 |
-
- config_name: queries
|
97 |
-
data_files:
|
98 |
-
- split: queries
|
99 |
-
path: queries/queries-*
|
100 |
-
- config_name: top_ranked
|
101 |
-
data_files:
|
102 |
-
- split: top_ranked
|
103 |
-
path: top_ranked/top_ranked-*
|
104 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: corpus
|
4 |
+
data_files:
|
5 |
+
- path: corpus/corpus-*
|
6 |
+
split: corpus
|
7 |
+
- config_name: queries
|
8 |
+
data_files:
|
9 |
+
- path: queries/queries-*
|
10 |
+
split: queries
|
11 |
+
- config_name: instruction
|
12 |
+
data_files:
|
13 |
+
- path: instruction/instruction-*
|
14 |
+
split: instruction
|
15 |
+
- config_name: default
|
16 |
+
data_files:
|
17 |
+
- path: data/default-*
|
18 |
+
split: test
|
19 |
+
- config_name: qrel_diff
|
20 |
+
data_files:
|
21 |
+
- path: qrel_diff/qrel_diff-*
|
22 |
+
split: qrel_diff
|
23 |
+
- config_name: top_ranked
|
24 |
+
data_files:
|
25 |
+
- path: top_ranked/top_ranked-*
|
26 |
+
split: top_ranked
|
27 |
dataset_info:
|
28 |
- config_name: corpus
|
29 |
features:
|
30 |
+
- dtype: string
|
31 |
+
name: _id
|
32 |
+
- dtype: string
|
33 |
+
name: title
|
34 |
+
- dtype: string
|
35 |
+
name: text
|
36 |
splits:
|
37 |
- name: corpus
|
|
|
38 |
num_examples: 30921
|
39 |
+
- config_name: queries
|
|
|
|
|
40 |
features:
|
41 |
+
- dtype: string
|
42 |
+
name: _id
|
43 |
+
- dtype: string
|
44 |
+
name: text
|
|
|
|
|
45 |
splits:
|
46 |
+
- name: queries
|
47 |
+
num_examples: 64
|
|
|
|
|
|
|
48 |
- config_name: instruction
|
49 |
features:
|
50 |
+
- dtype: string
|
51 |
+
name: query-id
|
52 |
+
- dtype: string
|
53 |
+
name: instruction
|
54 |
splits:
|
55 |
- name: instruction
|
|
|
56 |
num_examples: 64
|
57 |
+
- config_name: default
|
58 |
+
features:
|
59 |
+
- dtype: string
|
60 |
+
name: query-id
|
61 |
+
- dtype: string
|
62 |
+
name: corpus-id
|
63 |
+
- dtype: float64
|
64 |
+
name: score
|
65 |
+
splits:
|
66 |
+
- name: test
|
67 |
+
num_examples: 8554
|
68 |
- config_name: qrel_diff
|
69 |
features:
|
70 |
+
- dtype: string
|
71 |
+
name: query-id
|
72 |
+
- list: string
|
73 |
+
name: corpus-ids
|
74 |
splits:
|
75 |
- name: qrel_diff
|
|
|
76 |
num_examples: 32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
- config_name: top_ranked
|
78 |
features:
|
79 |
+
- dtype: string
|
80 |
+
name: query-id
|
81 |
+
- list: string
|
82 |
+
name: corpus-ids
|
83 |
splits:
|
84 |
- name: top_ranked
|
|
|
85 |
num_examples: 64
|
86 |
+
language:
|
87 |
+
- en
|
88 |
+
multilinguality:
|
89 |
+
- monolingual
|
90 |
+
tags:
|
91 |
+
- text-retrieval
|
92 |
+
- instruction-retrieval
|
93 |
+
task_categories:
|
94 |
+
- text-retrieval
|
95 |
+
task_ids:
|
96 |
+
- document-retrieval
|
97 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
---
|
99 |
+
|
100 |
+
# news21-instructions-mteb
|
101 |
+
|
102 |
+
This is a new version of the news21-instructions dataset modified to fit the new MTEB format.
|
103 |
+
|
104 |
+
1. Restructured queries to include both original and changed versions
|
105 |
+
2. Separated instructions into a dedicated configuration
|
106 |
+
3. Reorganized qrels into default (original) and qrel_diff configurations
|
107 |
+
|
108 |
+
## Dataset Structure
|
109 |
+
|
110 |
+
The dataset contains the following configurations:
|
111 |
+
|
112 |
+
|
113 |
+
- corpus: Original corpus documents
|
114 |
+
- queries: Queries with both original and changed versions
|
115 |
+
- instruction: Instructions for both original and changed queries
|
116 |
+
- default: Original relevance judgments
|
117 |
+
- qrel_diff: Changes in relevance judgments
|
118 |
+
- top_ranked: Top ranked documents for each query
|