Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
whybe-choi commited on
Commit
83d7d35
·
verified ·
1 Parent(s): 829b1bf

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. .gitattributes +4 -4
  2. README.md +198 -0
  3. corpus.jsonl +3 -0
  4. qrels/test.jsonl +0 -0
  5. queries.jsonl +54 -0
.gitattributes CHANGED
@@ -9,7 +9,6 @@
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
  *.lz4 filter=lfs diff=lfs merge=lfs -text
12
- *.mds filter=lfs diff=lfs merge=lfs -text
13
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
  *.model filter=lfs diff=lfs merge=lfs -text
15
  *.msgpack filter=lfs diff=lfs merge=lfs -text
@@ -54,6 +53,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
54
  *.jpg filter=lfs diff=lfs merge=lfs -text
55
  *.jpeg filter=lfs diff=lfs merge=lfs -text
56
  *.webp filter=lfs diff=lfs merge=lfs -text
57
- # Video files - compressed
58
- *.mp4 filter=lfs diff=lfs merge=lfs -text
59
- *.webm filter=lfs diff=lfs merge=lfs -text
 
 
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
  *.lz4 filter=lfs diff=lfs merge=lfs -text
 
12
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
  *.model filter=lfs diff=lfs merge=lfs -text
14
  *.msgpack filter=lfs diff=lfs merge=lfs -text
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ corpus.jsonl filter=lfs diff=lfs merge=lfs -text
57
+ queries.jsonl filter=lfs diff=lfs merge=lfs -text
58
+ qrels/train.jsonl filter=lfs diff=lfs merge=lfs -text
59
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - derived
4
+ language:
5
+ - eng
6
+ license: other
7
+ multilinguality: monolingual
8
+ task_categories:
9
+ - text-retrieval
10
+ task_ids:
11
+ - multiple-choice-qa
12
+ config_names:
13
+ - corpus
14
+ tags:
15
+ - mteb
16
+ - text
17
+ dataset_info:
18
+ - config_name: default
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_bytes: 674057
29
+ num_examples: 11386
30
+ - config_name: corpus
31
+ features:
32
+ - name: _id
33
+ dtype: string
34
+ - name: title
35
+ dtype: string
36
+ - name: text
37
+ dtype: string
38
+ splits:
39
+ - name: corpus
40
+ num_bytes: 3427186212
41
+ num_examples: 8841823
42
+ - config_name: queries
43
+ features:
44
+ - name: _id
45
+ dtype: string
46
+ - name: text
47
+ dtype: string
48
+ splits:
49
+ - name: queries
50
+ num_bytes: 3464
51
+ num_examples: 54
52
+ configs:
53
+ - config_name: default
54
+ data_files:
55
+ - split: test
56
+ path: qrels/test.jsonl
57
+ - config_name: corpus
58
+ data_files:
59
+ - split: corpus
60
+ path: corpus.jsonl
61
+ - config_name: queries
62
+ data_files:
63
+ - split: queries
64
+ path: queries.jsonl
65
+ ---
66
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
67
+
68
+ <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;">
69
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">TRECDL2020</h1>
70
+ <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>
71
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
72
+ </div>
73
+
74
+ TREC Deep Learning Track 2020 passage ranking task. The task involves retrieving relevant passages from the MS MARCO collection given web search queries. Queries have multi-graded relevance judgments.
75
+
76
+ | | |
77
+ |---------------|---------------------------------------------|
78
+ | Task category | t2t |
79
+ | Domains | Encyclopaedic, Academic, Blog, News, Medical, Government, Reviews, Non-fiction, Social, Web |
80
+ | Reference | https://microsoft.github.io/msmarco/TREC-Deep-Learning-2020 |
81
+
82
+
83
+ ## How to evaluate on this task
84
+
85
+ You can evaluate an embedding model on this dataset using the following code:
86
+
87
+ ```python
88
+ import mteb
89
+
90
+ task = mteb.get_tasks(["TRECDL2020"])
91
+ evaluator = mteb.MTEB(task)
92
+
93
+ model = mteb.get_model(YOUR_MODEL)
94
+ evaluator.run(model)
95
+ ```
96
+
97
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
98
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
99
+
100
+ ## Citation
101
+
102
+ 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).
103
+
104
+ ```bibtex
105
+
106
+ @article{DBLP:journals/corr/NguyenRSGTMD16,
107
+ archiveprefix = {arXiv},
108
+ author = {Tri Nguyen and
109
+ Mir Rosenberg and
110
+ Xia Song and
111
+ Jianfeng Gao and
112
+ Saurabh Tiwary and
113
+ Rangan Majumder and
114
+ Li Deng},
115
+ bibsource = {dblp computer science bibliography, https://dblp.org},
116
+ biburl = {https://dblp.org/rec/journals/corr/NguyenRSGTMD16.bib},
117
+ eprint = {1611.09268},
118
+ journal = {CoRR},
119
+ timestamp = {Mon, 13 Aug 2018 16:49:03 +0200},
120
+ title = {{MS} {MARCO:} {A} Human Generated MAchine Reading COmprehension Dataset},
121
+ url = {http://arxiv.org/abs/1611.09268},
122
+ volume = {abs/1611.09268},
123
+ year = {2016},
124
+ }
125
+
126
+
127
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
128
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
129
+ 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},
130
+ publisher = {arXiv},
131
+ journal={arXiv preprint arXiv:2502.13595},
132
+ year={2025},
133
+ url={https://arxiv.org/abs/2502.13595},
134
+ doi = {10.48550/arXiv.2502.13595},
135
+ }
136
+
137
+ @article{muennighoff2022mteb,
138
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
139
+ title = {MTEB: Massive Text Embedding Benchmark},
140
+ publisher = {arXiv},
141
+ journal={arXiv preprint arXiv:2210.07316},
142
+ year = {2022}
143
+ url = {https://arxiv.org/abs/2210.07316},
144
+ doi = {10.48550/ARXIV.2210.07316},
145
+ }
146
+ ```
147
+
148
+ # Dataset Statistics
149
+ <details>
150
+ <summary> Dataset Statistics</summary>
151
+
152
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
153
+
154
+ ```python
155
+ import mteb
156
+
157
+ task = mteb.get_task("TRECDL2020")
158
+
159
+ desc_stats = task.metadata.descriptive_stats
160
+ ```
161
+
162
+ ```json
163
+ {
164
+ "test": {
165
+ "num_samples": 11386,
166
+ "number_of_characters": 3730330,
167
+ "documents_text_statistics": {
168
+ "total_text_length": 3730330,
169
+ "min_text_length": 42,
170
+ "average_text_length": 332.3529935851746,
171
+ "max_text_length": 1063,
172
+ "unique_texts": 11224
173
+ },
174
+ "documents_image_statistics": null,
175
+ "queries_text_statistics": {
176
+ "total_text_length": 1825,
177
+ "min_text_length": 12,
178
+ "average_text_length": 33.7962962962963,
179
+ "max_text_length": 70,
180
+ "unique_texts": 54
181
+ },
182
+ "queries_image_statistics": null,
183
+ "relevant_docs_statistics": {
184
+ "num_relevant_docs": 11386,
185
+ "min_relevant_docs_per_query": 152,
186
+ "average_relevant_docs_per_query": 210.85185185185185,
187
+ "max_relevant_docs_per_query": 368,
188
+ "unique_relevant_docs": 11224
189
+ },
190
+ "top_ranked_statistics": null
191
+ }
192
+ }
193
+ ```
194
+
195
+ </details>
196
+
197
+ ---
198
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*
corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b97ec5d631765c6c3aa22158e06d06d2e98f445c14cdfaa5a87f03bc7057ab9
3
+ size 3427186212
qrels/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
queries.jsonl ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"_id": "1030303", "text": "who is aziz hashim"}
2
+ {"_id": "1037496", "text": "who is rep scalise?"}
3
+ {"_id": "1043135", "text": "who killed nicholas ii of russia"}
4
+ {"_id": "1051399", "text": "who sings monk theme song"}
5
+ {"_id": "1064670", "text": "why do hunters pattern their shotguns?"}
6
+ {"_id": "1071750", "text": "why is pete rose banned from hall of fame"}
7
+ {"_id": "1105792", "text": "define: geon"}
8
+ {"_id": "1106979", "text": "define pareto chart in statistics"}
9
+ {"_id": "1108651", "text": "what the best way to get clothes white"}
10
+ {"_id": "1109707", "text": "what medium do radio waves travel through"}
11
+ {"_id": "1110678", "text": "what is the un fao"}
12
+ {"_id": "1113256", "text": "what is reba mcentire's net worth"}
13
+ {"_id": "1115210", "text": "what is chaff and flare"}
14
+ {"_id": "1116380", "text": "what is a nonconformity? earth science"}
15
+ {"_id": "1121353", "text": "what can you do about discrimination in the workplace in oklahoma city"}
16
+ {"_id": "1122767", "text": "what amino produces carnitine"}
17
+ {"_id": "1127540", "text": "meaning of shebang"}
18
+ {"_id": "1131069", "text": "how many sons robert kraft has"}
19
+ {"_id": "1132532", "text": "average annual income data analyst"}
20
+ {"_id": "1133579", "text": "how does granulation tissue start"}
21
+ {"_id": "1136043", "text": "difference between a hotel and motel"}
22
+ {"_id": "1136047", "text": "difference between a company's strategy and business model is"}
23
+ {"_id": "1136962", "text": "why did the ancient egyptians call their land kemet, or black land?"}
24
+ {"_id": "118440", "text": "define bmt medical"}
25
+ {"_id": "121171", "text": "define etruscans"}
26
+ {"_id": "135802", "text": "definition of laudable"}
27
+ {"_id": "141630", "text": "describe how muscles and bones work together to produce movement"}
28
+ {"_id": "156498", "text": "do google docs auto save"}
29
+ {"_id": "169208", "text": "does mississippi have an income tax"}
30
+ {"_id": "174463", "text": "dog day afternoon meaning"}
31
+ {"_id": "23849", "text": "are naturalization records public information"}
32
+ {"_id": "258062", "text": "how long does it take to remove wisdom tooth"}
33
+ {"_id": "324585", "text": "how much money do motivational speakers make"}
34
+ {"_id": "330975", "text": "how much would it cost to install my own wind turbine"}
35
+ {"_id": "332593", "text": "how often to button quail lay eggs"}
36
+ {"_id": "336901", "text": "how old is vanessa redgrave"}
37
+ {"_id": "390360", "text": "ia suffix meaning"}
38
+ {"_id": "405163", "text": "is caffeine an narcotic"}
39
+ {"_id": "42255", "text": "average salary for dental hygienist in nebraska"}
40
+ {"_id": "47210", "text": "average wedding dress alteration cost"}
41
+ {"_id": "555530", "text": "what are best foods to lower cholesterol"}
42
+ {"_id": "583468", "text": "what carvedilol used for"}
43
+ {"_id": "640502", "text": "what does it mean if your tsh is low"}
44
+ {"_id": "67316", "text": "can fever cause miscarriage early pregnancy"}
45
+ {"_id": "673670", "text": "what is a alm"}
46
+ {"_id": "701453", "text": "what is a statutory deed"}
47
+ {"_id": "730539", "text": "what is chronometer who invented it"}
48
+ {"_id": "768208", "text": "what is mamey"}
49
+ {"_id": "877809", "text": "what metal are hip replacements made of"}
50
+ {"_id": "911232", "text": "what type of conflict does della face in o, henry the gift of the magi"}
51
+ {"_id": "914916", "text": "what type of tissue are bronchioles"}
52
+ {"_id": "938400", "text": "when did family feud come out?"}
53
+ {"_id": "940547", "text": "when did rock n roll begin?"}
54
+ {"_id": "997622", "text": "where is the show shameless filmed"}