Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
5b7b89c
·
verified ·
1 Parent(s): bea83ef

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +199 -64
README.md CHANGED
@@ -1,74 +1,209 @@
1
  ---
 
 
2
  language:
3
- - en
4
- multilinguality:
5
- - monolingual
6
  task_categories:
7
  - text-retrieval
8
- source_datasets:
9
- - fever
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: 5121231
28
- num_examples: 140085
29
- - name: dev
30
- num_bytes: 296284
31
- num_examples: 8079
32
- - name: test
33
- num_bytes: 297743
34
- num_examples: 7937
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: 3095105800
46
- num_examples: 5416568
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: 7530379
56
- num_examples: 123142
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: cc-by-nc-sa-3.0
7
+ multilinguality: monolingual
8
  task_categories:
9
  - text-retrieval
 
 
10
  task_ids:
11
+ - Claim verification
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: 5121231
29
+ num_examples: 140085
30
+ - name: dev
31
+ num_bytes: 296284
32
+ num_examples: 8079
33
+ - name: test
34
+ num_bytes: 297743
35
+ num_examples: 7937
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: 3095105800
47
+ num_examples: 5416568
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: 7530379
57
+ num_examples: 123142
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;">FEVER</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
+ FEVER (Fact Extraction and VERification) consists of 185,445 claims generated by altering sentences extracted from Wikipedia and subsequently verified without knowledge of the sentence they were derived from.
85
+
86
+ | | |
87
+ |---------------|---------------------------------------------|
88
+ | Task category | t2t |
89
+ | Domains | Encyclopaedic, Written |
90
+ | Reference | https://fever.ai/ |
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(["FEVER"])
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{thorne-etal-2018-fever,
117
+ abstract = {In this paper we introduce a new publicly available dataset for verification against textual sources, FEVER: Fact Extraction and VERification. It consists of 185,445 claims generated by altering sentences extracted from Wikipedia and subsequently verified without knowledge of the sentence they were derived from. The claims are classified as Supported, Refuted or NotEnoughInfo by annotators achieving 0.6841 in Fleiss kappa. For the first two classes, the annotators also recorded the sentence(s) forming the necessary evidence for their judgment. To characterize the challenge of the dataset presented, we develop a pipeline approach and compare it to suitably designed oracles. The best accuracy we achieve on labeling a claim accompanied by the correct evidence is 31.87{\%}, while if we ignore the evidence we achieve 50.91{\%}. Thus we believe that FEVER is a challenging testbed that will help stimulate progress on claim verification against textual sources.},
118
+ address = {New Orleans, Louisiana},
119
+ author = {Thorne, James and
120
+ Vlachos, Andreas and
121
+ Christodoulopoulos, Christos and
122
+ Mittal, Arpit},
123
+ booktitle = {Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Papers)},
124
+ doi = {10.18653/v1/N18-1074},
125
+ editor = {Walker, Marilyn and
126
+ Ji, Heng and
127
+ Stent, Amanda},
128
+ month = jun,
129
+ pages = {809--819},
130
+ publisher = {Association for Computational Linguistics},
131
+ title = {{FEVER}: a Large-scale Dataset for Fact Extraction and {VER}ification},
132
+ url = {https://aclanthology.org/N18-1074},
133
+ year = {2018},
134
+ }
135
+
136
+
137
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
138
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
139
+ 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},
140
+ publisher = {arXiv},
141
+ journal={arXiv preprint arXiv:2502.13595},
142
+ year={2025},
143
+ url={https://arxiv.org/abs/2502.13595},
144
+ doi = {10.48550/arXiv.2502.13595},
145
+ }
146
+
147
+ @article{muennighoff2022mteb,
148
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
149
+ title = {MTEB: Massive Text Embedding Benchmark},
150
+ publisher = {arXiv},
151
+ journal={arXiv preprint arXiv:2210.07316},
152
+ year = {2022}
153
+ url = {https://arxiv.org/abs/2210.07316},
154
+ doi = {10.48550/ARXIV.2210.07316},
155
+ }
156
+ ```
157
+
158
+ # Dataset Statistics
159
+ <details>
160
+ <summary> Dataset Statistics</summary>
161
+
162
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
163
+
164
+ ```python
165
+ import mteb
166
+
167
+ task = mteb.get_task("FEVER")
168
+
169
+ desc_stats = task.metadata.descriptive_stats
170
+ ```
171
+
172
+ ```json
173
+ {
174
+ "test": {
175
+ "num_samples": 5423234,
176
+ "number_of_characters": 2921128337,
177
+ "num_documents": 5416568,
178
+ "min_document_length": 2,
179
+ "average_document_length": 539.2340070317589,
180
+ "max_document_length": 374597,
181
+ "unique_documents": 5416568,
182
+ "num_queries": 6666,
183
+ "min_query_length": 14,
184
+ "average_query_length": 49.60546054605461,
185
+ "max_query_length": 189,
186
+ "unique_queries": 6666,
187
+ "none_queries": 0,
188
+ "num_relevant_docs": 7937,
189
+ "min_relevant_docs_per_query": 1,
190
+ "average_relevant_docs_per_query": 1.1906690669066906,
191
+ "max_relevant_docs_per_query": 15,
192
+ "unique_relevant_docs": 1499,
193
+ "num_instructions": null,
194
+ "min_instruction_length": null,
195
+ "average_instruction_length": null,
196
+ "max_instruction_length": null,
197
+ "unique_instructions": null,
198
+ "num_top_ranked": null,
199
+ "min_top_ranked_per_query": null,
200
+ "average_top_ranked_per_query": null,
201
+ "max_top_ranked_per_query": null
202
+ }
203
+ }
204
+ ```
205
+
206
+ </details>
207
+
208
+ ---
209
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*