Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
62124d6
·
verified ·
1 Parent(s): b166312

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +259 -64
README.md CHANGED
@@ -1,74 +1,269 @@
1
  ---
 
 
2
  language:
3
- - en
4
- multilinguality:
5
- - monolingual
 
 
6
  task_categories:
7
  - text-retrieval
8
- source_datasets:
9
- - msmarco-v2
10
  task_ids:
11
- - document-retrieval
12
  config_names:
13
  - corpus
14
  tags:
15
- - text-retrieval
 
16
  dataset_info:
17
- - config_name: default
18
- features:
19
- - name: query-id
20
- dtype: string
21
- - name: corpus-id
22
- dtype: string
23
- - name: score
24
- dtype: float64
25
- splits:
26
- - name: train
27
- num_bytes: 9631462
28
- num_examples: 284212
29
- - name: dev
30
- num_bytes: 136961
31
- num_examples: 4009
32
- - name: dev2
33
- num_bytes: 150735
34
- num_examples: 4411
35
- - config_name: corpus
36
- features:
37
- - name: _id
38
- dtype: string
39
- - name: title
40
- dtype: string
41
- - name: text
42
- dtype: string
43
- splits:
44
- - name: corpus
45
- num_bytes: 50691069190
46
- num_examples: 138364198
47
- - config_name: queries
48
- features:
49
- - name: _id
50
- dtype: string
51
- - name: text
52
- dtype: string
53
- splits:
54
- - name: queries
55
- num_bytes: 13379527
56
- num_examples: 285328
57
  configs:
58
- - config_name: default
59
- data_files:
60
- - split: train
61
- path: qrels/train.jsonl
62
- - split: dev
63
- path: qrels/dev.jsonl
64
- - split: dev2
65
- path: qrels/dev2.jsonl
66
- - config_name: corpus
67
- data_files:
68
- - split: corpus
69
- path: corpus.jsonl.gz
70
- - config_name: queries
71
- data_files:
72
- - split: queries
73
- path: queries.jsonl
74
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - derived
4
  language:
5
+ - eng
6
+ license: other
7
+ multilinguality: monolingual
8
+ source_datasets:
9
+ - mteb/msmarco
10
  task_categories:
11
  - text-retrieval
 
 
12
  task_ids:
13
+ - Question answering
14
  config_names:
15
  - corpus
16
  tags:
17
+ - mteb
18
+ - text
19
  dataset_info:
20
+ - config_name: default
21
+ features:
22
+ - name: query-id
23
+ dtype: string
24
+ - name: corpus-id
25
+ dtype: string
26
+ - name: score
27
+ dtype: float64
28
+ splits:
29
+ - name: train
30
+ num_bytes: 9631462
31
+ num_examples: 284212
32
+ - name: dev
33
+ num_bytes: 136961
34
+ num_examples: 4009
35
+ - name: dev2
36
+ num_bytes: 150735
37
+ num_examples: 4411
38
+ - config_name: corpus
39
+ features:
40
+ - name: _id
41
+ dtype: string
42
+ - name: title
43
+ dtype: string
44
+ - name: text
45
+ dtype: string
46
+ splits:
47
+ - name: corpus
48
+ num_bytes: 50691069190
49
+ num_examples: 138364198
50
+ - config_name: queries
51
+ features:
52
+ - name: _id
53
+ dtype: string
54
+ - name: text
55
+ dtype: string
56
+ splits:
57
+ - name: queries
58
+ num_bytes: 13379527
59
+ num_examples: 285328
60
  configs:
61
+ - config_name: default
62
+ data_files:
63
+ - split: train
64
+ path: qrels/train.jsonl
65
+ - split: dev
66
+ path: qrels/dev.jsonl
67
+ - split: dev2
68
+ path: qrels/dev2.jsonl
69
+ - config_name: corpus
70
+ data_files:
71
+ - split: corpus
72
+ path: corpus.jsonl.gz
73
+ - config_name: queries
74
+ data_files:
75
+ - split: queries
76
+ path: queries.jsonl
77
+ ---
78
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
79
+
80
+ <div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;">
81
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">MSMARCOv2</h1>
82
+ <div style="font-size: 1.5rem; color: #4a4a4a; margin-bottom: 5px; font-weight: 300;">An <a href="https://github.com/embeddings-benchmark/mteb" style="color: #2c5282; font-weight: 600; text-decoration: none;" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">MTEB</a> dataset</div>
83
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
84
+ </div>
85
+
86
+ MS MARCO is a collection of datasets focused on deep learning in search
87
+
88
+ | | |
89
+ |---------------|---------------------------------------------|
90
+ | Task category | t2t |
91
+ | Domains | Encyclopaedic, Academic, Blog, News, Medical, Government, Reviews, Non-fiction, Social, Web |
92
+ | Reference | https://microsoft.github.io/msmarco/TREC-Deep-Learning.html |
93
+
94
+
95
+ ## How to evaluate on this task
96
+
97
+ You can evaluate an embedding model on this dataset using the following code:
98
+
99
+ ```python
100
+ import mteb
101
+
102
+ task = mteb.get_tasks(["MSMARCOv2"])
103
+ evaluator = mteb.MTEB(task)
104
+
105
+ model = mteb.get_model(YOUR_MODEL)
106
+ evaluator.run(model)
107
+ ```
108
+
109
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
110
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
111
+
112
+ ## Citation
113
+
114
+ If you use this dataset, please cite the dataset as well as [mteb](https://github.com/embeddings-benchmark/mteb), as this dataset likely includes additional processing as a part of the [MMTEB Contribution](https://github.com/embeddings-benchmark/mteb/tree/main/docs/mmteb).
115
+
116
+ ```bibtex
117
+
118
+ @article{DBLP:journals/corr/NguyenRSGTMD16,
119
+ archiveprefix = {arXiv},
120
+ author = {Tri Nguyen and
121
+ Mir Rosenberg and
122
+ Xia Song and
123
+ Jianfeng Gao and
124
+ Saurabh Tiwary and
125
+ Rangan Majumder and
126
+ Li Deng},
127
+ bibsource = {dblp computer science bibliography, https://dblp.org},
128
+ biburl = {https://dblp.org/rec/journals/corr/NguyenRSGTMD16.bib},
129
+ eprint = {1611.09268},
130
+ journal = {CoRR},
131
+ timestamp = {Mon, 13 Aug 2018 16:49:03 +0200},
132
+ title = {{MS} {MARCO:} {A} Human Generated MAchine Reading COmprehension Dataset},
133
+ url = {http://arxiv.org/abs/1611.09268},
134
+ volume = {abs/1611.09268},
135
+ year = {2016},
136
+ }
137
+
138
+
139
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
140
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
141
+ author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff},
142
+ publisher = {arXiv},
143
+ journal={arXiv preprint arXiv:2502.13595},
144
+ year={2025},
145
+ url={https://arxiv.org/abs/2502.13595},
146
+ doi = {10.48550/arXiv.2502.13595},
147
+ }
148
+
149
+ @article{muennighoff2022mteb,
150
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
151
+ title = {MTEB: Massive Text Embedding Benchmark},
152
+ publisher = {arXiv},
153
+ journal={arXiv preprint arXiv:2210.07316},
154
+ year = {2022}
155
+ url = {https://arxiv.org/abs/2210.07316},
156
+ doi = {10.48550/ARXIV.2210.07316},
157
+ }
158
+ ```
159
+
160
+ # Dataset Statistics
161
+ <details>
162
+ <summary> Dataset Statistics</summary>
163
+
164
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
165
+
166
+ ```python
167
+ import mteb
168
+
169
+ task = mteb.get_task("MSMARCOv2")
170
+
171
+ desc_stats = task.metadata.descriptive_stats
172
+ ```
173
+
174
+ ```json
175
+ {
176
+ "train": {
177
+ "num_samples": 138641342,
178
+ "number_of_characters": 47326141477,
179
+ "num_documents": 138364198,
180
+ "min_document_length": 24,
181
+ "average_document_length": 341.97456860914264,
182
+ "max_document_length": 1032556,
183
+ "unique_documents": 138364198,
184
+ "num_queries": 277144,
185
+ "min_query_length": 6,
186
+ "average_query_length": 32.851351643910746,
187
+ "max_query_length": 215,
188
+ "unique_queries": 277144,
189
+ "none_queries": 0,
190
+ "num_relevant_docs": 284212,
191
+ "min_relevant_docs_per_query": 1,
192
+ "average_relevant_docs_per_query": 1.025502987616546,
193
+ "max_relevant_docs_per_query": 5,
194
+ "unique_relevant_docs": 245838,
195
+ "num_instructions": null,
196
+ "min_instruction_length": null,
197
+ "average_instruction_length": null,
198
+ "max_instruction_length": null,
199
+ "unique_instructions": null,
200
+ "num_top_ranked": null,
201
+ "min_top_ranked_per_query": null,
202
+ "average_top_ranked_per_query": null,
203
+ "max_top_ranked_per_query": null
204
+ },
205
+ "dev": {
206
+ "num_samples": 138368101,
207
+ "number_of_characters": 47317165079,
208
+ "num_documents": 138364198,
209
+ "min_document_length": 24,
210
+ "average_document_length": 341.97456860914264,
211
+ "max_document_length": 1032556,
212
+ "unique_documents": 138364198,
213
+ "num_queries": 3903,
214
+ "min_query_length": 9,
215
+ "average_query_length": 32.83551114527287,
216
+ "max_query_length": 153,
217
+ "unique_queries": 3903,
218
+ "none_queries": 0,
219
+ "num_relevant_docs": 4009,
220
+ "min_relevant_docs_per_query": 1,
221
+ "average_relevant_docs_per_query": 1.027158595951832,
222
+ "max_relevant_docs_per_query": 3,
223
+ "unique_relevant_docs": 4003,
224
+ "num_instructions": null,
225
+ "min_instruction_length": null,
226
+ "average_instruction_length": null,
227
+ "max_instruction_length": null,
228
+ "unique_instructions": null,
229
+ "num_top_ranked": null,
230
+ "min_top_ranked_per_query": null,
231
+ "average_top_ranked_per_query": null,
232
+ "max_top_ranked_per_query": null
233
+ },
234
+ "dev2": {
235
+ "num_samples": 138368479,
236
+ "number_of_characters": 47317176644,
237
+ "num_documents": 138364198,
238
+ "min_document_length": 24,
239
+ "average_document_length": 341.97456860914264,
240
+ "max_document_length": 1032556,
241
+ "unique_documents": 138364198,
242
+ "num_queries": 4281,
243
+ "min_query_length": 10,
244
+ "average_query_length": 32.63770147161878,
245
+ "max_query_length": 199,
246
+ "unique_queries": 4281,
247
+ "none_queries": 0,
248
+ "num_relevant_docs": 4411,
249
+ "min_relevant_docs_per_query": 1,
250
+ "average_relevant_docs_per_query": 1.0303667367437515,
251
+ "max_relevant_docs_per_query": 3,
252
+ "unique_relevant_docs": 4400,
253
+ "num_instructions": null,
254
+ "min_instruction_length": null,
255
+ "average_instruction_length": null,
256
+ "max_instruction_length": null,
257
+ "unique_instructions": null,
258
+ "num_top_ranked": null,
259
+ "min_top_ranked_per_query": null,
260
+ "average_top_ranked_per_query": null,
261
+ "max_top_ranked_per_query": null
262
+ }
263
+ }
264
+ ```
265
+
266
+ </details>
267
+
268
+ ---
269
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*