Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
05c68d0
·
verified ·
1 Parent(s): 27a1688

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +245 -64
README.md CHANGED
@@ -1,74 +1,255 @@
1
  ---
 
 
2
  language:
3
- - en
4
- multilinguality:
5
- - monolingual
6
  task_categories:
7
  - text-retrieval
8
- source_datasets:
9
- - fiqa
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: 365642
28
- num_examples: 14166
29
- - name: dev
30
- num_bytes: 31919
31
- num_examples: 1238
32
- - name: test
33
- num_bytes: 43996
34
- num_examples: 1706
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: 45303212
46
- num_examples: 57638
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: 491278
56
- num_examples: 6648
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: test
65
- path: qrels/test.jsonl
66
- - config_name: corpus
67
- data_files:
68
- - split: corpus
69
- path: corpus.jsonl
70
- - config_name: queries
71
- data_files:
72
- - split: queries
73
- path: queries.jsonl
74
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - human-annotated
4
  language:
5
+ - eng
6
+ license: unknown
7
+ multilinguality: monolingual
8
  task_categories:
9
  - text-retrieval
 
 
10
  task_ids:
11
+ - Question answering
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: train
28
+ num_bytes: 365642
29
+ num_examples: 14166
30
+ - name: dev
31
+ num_bytes: 31919
32
+ num_examples: 1238
33
+ - name: test
34
+ num_bytes: 43996
35
+ num_examples: 1706
36
+ - config_name: corpus
37
+ features:
38
+ - name: _id
39
+ dtype: string
40
+ - name: title
41
+ dtype: string
42
+ - name: text
43
+ dtype: string
44
+ splits:
45
+ - name: corpus
46
+ num_bytes: 45303212
47
+ num_examples: 57638
48
+ - config_name: queries
49
+ features:
50
+ - name: _id
51
+ dtype: string
52
+ - name: text
53
+ dtype: string
54
+ splits:
55
+ - name: queries
56
+ num_bytes: 491278
57
+ num_examples: 6648
58
  configs:
59
+ - config_name: default
60
+ data_files:
61
+ - split: train
62
+ path: qrels/train.jsonl
63
+ - split: dev
64
+ path: qrels/dev.jsonl
65
+ - split: test
66
+ path: qrels/test.jsonl
67
+ - config_name: corpus
68
+ data_files:
69
+ - split: corpus
70
+ path: corpus.jsonl
71
+ - config_name: queries
72
+ data_files:
73
+ - split: queries
74
+ path: queries.jsonl
75
+ ---
76
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
77
+
78
+ <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;">
79
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">FiQA2018</h1>
80
+ <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>
81
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
82
+ </div>
83
+
84
+ Financial Opinion Mining and Question Answering
85
+
86
+ | | |
87
+ |---------------|---------------------------------------------|
88
+ | Task category | t2t |
89
+ | Domains | Written, Financial |
90
+ | Reference | https://sites.google.com/view/fiqa/ |
91
+
92
+
93
+ ## How to evaluate on this task
94
+
95
+ You can evaluate an embedding model on this dataset using the following code:
96
+
97
+ ```python
98
+ import mteb
99
+
100
+ task = mteb.get_tasks(["FiQA2018"])
101
+ evaluator = mteb.MTEB(task)
102
+
103
+ model = mteb.get_model(YOUR_MODEL)
104
+ evaluator.run(model)
105
+ ```
106
+
107
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
108
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
109
+
110
+ ## Citation
111
+
112
+ 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).
113
+
114
+ ```bibtex
115
+
116
+ @inproceedings{thakur2021beir,
117
+ author = {Nandan Thakur and Nils Reimers and Andreas R{\"u}ckl{\'e} and Abhishek Srivastava and Iryna Gurevych},
118
+ booktitle = {Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
119
+ title = {{BEIR}: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models},
120
+ url = {https://openreview.net/forum?id=wCu6T5xFjeJ},
121
+ year = {2021},
122
+ }
123
+
124
+
125
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
126
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
127
+ 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},
128
+ publisher = {arXiv},
129
+ journal={arXiv preprint arXiv:2502.13595},
130
+ year={2025},
131
+ url={https://arxiv.org/abs/2502.13595},
132
+ doi = {10.48550/arXiv.2502.13595},
133
+ }
134
+
135
+ @article{muennighoff2022mteb,
136
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
137
+ title = {MTEB: Massive Text Embedding Benchmark},
138
+ publisher = {arXiv},
139
+ journal={arXiv preprint arXiv:2210.07316},
140
+ year = {2022}
141
+ url = {https://arxiv.org/abs/2210.07316},
142
+ doi = {10.48550/ARXIV.2210.07316},
143
+ }
144
+ ```
145
+
146
+ # Dataset Statistics
147
+ <details>
148
+ <summary> Dataset Statistics</summary>
149
+
150
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
151
+
152
+ ```python
153
+ import mteb
154
+
155
+ task = mteb.get_task("FiQA2018")
156
+
157
+ desc_stats = task.metadata.descriptive_stats
158
+ ```
159
+
160
+ ```json
161
+ {
162
+ "train": {
163
+ "num_samples": 63138,
164
+ "number_of_characters": 44616372,
165
+ "num_documents": 57638,
166
+ "min_document_length": 1,
167
+ "average_document_length": 768.2108157812554,
168
+ "max_document_length": 16991,
169
+ "unique_documents": 57638,
170
+ "num_queries": 5500,
171
+ "min_query_length": 14,
172
+ "average_query_length": 61.49763636363636,
173
+ "max_query_length": 158,
174
+ "unique_queries": 5500,
175
+ "none_queries": 0,
176
+ "num_relevant_docs": 14166,
177
+ "min_relevant_docs_per_query": 1,
178
+ "average_relevant_docs_per_query": 2.5756363636363635,
179
+ "max_relevant_docs_per_query": 23,
180
+ "unique_relevant_docs": 14166,
181
+ "num_instructions": null,
182
+ "min_instruction_length": null,
183
+ "average_instruction_length": null,
184
+ "max_instruction_length": null,
185
+ "unique_instructions": null,
186
+ "num_top_ranked": null,
187
+ "min_top_ranked_per_query": null,
188
+ "average_top_ranked_per_query": null,
189
+ "max_top_ranked_per_query": null
190
+ },
191
+ "dev": {
192
+ "num_samples": 58138,
193
+ "number_of_characters": 44309513,
194
+ "num_documents": 57638,
195
+ "min_document_length": 1,
196
+ "average_document_length": 768.2108157812554,
197
+ "max_document_length": 16991,
198
+ "unique_documents": 57638,
199
+ "num_queries": 500,
200
+ "min_query_length": 15,
201
+ "average_query_length": 62.756,
202
+ "max_query_length": 166,
203
+ "unique_queries": 500,
204
+ "none_queries": 0,
205
+ "num_relevant_docs": 1238,
206
+ "min_relevant_docs_per_query": 1,
207
+ "average_relevant_docs_per_query": 2.476,
208
+ "max_relevant_docs_per_query": 20,
209
+ "unique_relevant_docs": 1238,
210
+ "num_instructions": null,
211
+ "min_instruction_length": null,
212
+ "average_instruction_length": null,
213
+ "max_instruction_length": null,
214
+ "unique_instructions": null,
215
+ "num_top_ranked": null,
216
+ "min_top_ranked_per_query": null,
217
+ "average_top_ranked_per_query": null,
218
+ "max_top_ranked_per_query": null
219
+ },
220
+ "test": {
221
+ "num_samples": 58286,
222
+ "number_of_characters": 44318767,
223
+ "num_documents": 57638,
224
+ "min_document_length": 1,
225
+ "average_document_length": 768.2108157812554,
226
+ "max_document_length": 16991,
227
+ "unique_documents": 57638,
228
+ "num_queries": 648,
229
+ "min_query_length": 16,
230
+ "average_query_length": 62.7037037037037,
231
+ "max_query_length": 147,
232
+ "unique_queries": 648,
233
+ "none_queries": 0,
234
+ "num_relevant_docs": 1706,
235
+ "min_relevant_docs_per_query": 1,
236
+ "average_relevant_docs_per_query": 2.632716049382716,
237
+ "max_relevant_docs_per_query": 15,
238
+ "unique_relevant_docs": 1706,
239
+ "num_instructions": null,
240
+ "min_instruction_length": null,
241
+ "average_instruction_length": null,
242
+ "max_instruction_length": null,
243
+ "unique_instructions": null,
244
+ "num_top_ranked": null,
245
+ "min_top_ranked_per_query": null,
246
+ "average_top_ranked_per_query": null,
247
+ "max_top_ranked_per_query": null
248
+ }
249
+ }
250
+ ```
251
+
252
+ </details>
253
+
254
+ ---
255
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*