Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
License:
Samoed commited on
Commit
2f8aa66
·
verified ·
1 Parent(s): 09698e0

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +725 -238
README.md CHANGED
@@ -1,20 +1,26 @@
1
  ---
 
 
2
  language:
3
- - ar
4
- - bg
5
- - de
6
- - el
7
- - en
8
- - es
9
- - fr
10
- - hi
11
- - ru
12
- - sw
13
- - th
14
- - tr
15
- - ur
16
- - vi
17
- - zh
 
 
 
 
18
  paperswithcode_id: xnli
19
  pretty_name: Cross-lingual Natural Language Inference
20
  configs:
@@ -146,261 +152,742 @@ configs:
146
  split: train
147
  - path: validation/hi.parquet
148
  split: validation
 
 
 
149
  ---
 
150
 
151
- # Dataset Card for "xnli"
 
 
 
 
152
 
153
- ## Table of Contents
154
- - [Dataset Description](#dataset-description)
155
- - [Dataset Summary](#dataset-summary)
156
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
157
- - [Languages](#languages)
158
- - [Dataset Structure](#dataset-structure)
159
- - [Data Instances](#data-instances)
160
- - [Data Fields](#data-fields)
161
- - [Data Splits](#data-splits)
162
- - [Dataset Creation](#dataset-creation)
163
- - [Curation Rationale](#curation-rationale)
164
- - [Source Data](#source-data)
165
- - [Annotations](#annotations)
166
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
167
- - [Considerations for Using the Data](#considerations-for-using-the-data)
168
- - [Social Impact of Dataset](#social-impact-of-dataset)
169
- - [Discussion of Biases](#discussion-of-biases)
170
- - [Other Known Limitations](#other-known-limitations)
171
- - [Additional Information](#additional-information)
172
- - [Dataset Curators](#dataset-curators)
173
- - [Licensing Information](#licensing-information)
174
- - [Citation Information](#citation-information)
175
- - [Contributions](#contributions)
176
 
177
- ## Dataset Description
178
 
179
- - **Homepage:** [https://www.nyu.edu/projects/bowman/xnli/](https://www.nyu.edu/projects/bowman/xnli/)
180
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
181
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
182
- - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
183
- - **Size of downloaded dataset files:** 7.74 GB
184
- - **Size of the generated dataset:** 3.23 GB
185
- - **Total amount of disk used:** 10.97 GB
186
 
187
- ### Dataset Summary
188
 
189
- XNLI is a subset of a few thousand examples from MNLI which has been translated
190
- into a 14 different languages (some low-ish resource). As with MNLI, the goal is
191
- to predict textual entailment (does sentence A imply/contradict/neither sentence
192
- B) and is a classification task (given two sentences, predict one of three
193
- labels).
194
 
195
- ### Supported Tasks and Leaderboards
196
 
197
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
198
 
199
- ### Languages
 
200
 
201
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
202
-
203
- ## Dataset Structure
204
 
205
- ### Data Instances
 
206
 
207
- #### all_languages
208
 
209
- - **Size of downloaded dataset files:** 483.96 MB
210
- - **Size of the generated dataset:** 1.61 GB
211
- - **Total amount of disk used:** 2.09 GB
212
 
213
- An example of 'train' looks as follows.
214
- ```
215
- This example was too long and was cropped:
216
 
217
- {
218
- "hypothesis": "{\"language\": [\"ar\", \"bg\", \"de\", \"el\", \"en\", \"es\", \"fr\", \"hi\", \"ru\", \"sw\", \"th\", \"tr\", \"ur\", \"vi\", \"zh\"], \"translation\": [\"احد اع...",
219
- "label": 0,
220
- "premise": "{\"ar\": \"واحدة من رقابنا ستقوم بتنفيذ تعليماتك كلها بكل دقة\", \"bg\": \"един от нашите номера ще ви даде инструкции .\", \"de\": \"Eine ..."
 
 
 
 
 
 
 
 
 
 
221
  }
222
- ```
223
-
224
- #### ar
225
 
226
- - **Size of downloaded dataset files:** 483.96 MB
227
- - **Size of the generated dataset:** 109.32 MB
228
- - **Total amount of disk used:** 593.29 MB
229
 
230
- An example of 'validation' looks as follows.
231
- ```
232
- {
233
- "hypothesis": "اتصل بأمه حالما أوصلته حافلة المدرسية.",
234
- "label": 1,
235
- "premise": "وقال، ماما، لقد عدت للمنزل."
 
 
236
  }
237
- ```
238
-
239
- #### bg
240
-
241
- - **Size of downloaded dataset files:** 483.96 MB
242
- - **Size of the generated dataset:** 128.32 MB
243
- - **Total amount of disk used:** 612.28 MB
244
-
245
- An example of 'train' looks as follows.
246
- ```
247
- This example was too long and was cropped:
248
 
249
- {
250
- "hypothesis": "\"губиш нещата на следното ниво , ако хората си припомнят .\"...",
251
- "label": 0,
252
- "premise": "\"по време на сезона и предполагам , че на твоето ниво ще ги загубиш на следващото ниво , ако те решат да си припомнят отбора на ..."
 
 
 
 
253
  }
254
  ```
255
 
256
- #### de
257
-
258
- - **Size of downloaded dataset files:** 483.96 MB
259
- - **Size of the generated dataset:** 86.17 MB
260
- - **Total amount of disk used:** 570.14 MB
261
 
262
- An example of 'train' looks as follows.
263
- ```
264
- This example was too long and was cropped:
265
-
266
- {
267
- "hypothesis": "Man verliert die Dinge auf die folgende Ebene , wenn sich die Leute erinnern .",
268
- "label": 0,
269
- "premise": "\"Du weißt , während der Saison und ich schätze , auf deiner Ebene verlierst du sie auf die nächste Ebene , wenn sie sich entschl..."
270
- }
271
- ```
272
 
273
- #### el
 
274
 
275
- - **Size of downloaded dataset files:** 483.96 MB
276
- - **Size of the generated dataset:** 142.30 MB
277
- - **Total amount of disk used:** 626.26 MB
278
 
279
- An example of 'validation' looks as follows.
280
  ```
281
- This example was too long and was cropped:
282
 
 
283
  {
284
- "hypothesis": "\"Τηλεφώνησε στη μαμά του μόλις το σχολικό λεωφορείο τον άφησε.\"...",
285
- "label": 1,
286
- "premise": "Και είπε, Μαμά, έφτασα στο σπίτι."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
287
  }
288
  ```
289
 
290
- ### Data Fields
291
-
292
- The data fields are the same among all splits.
293
-
294
- #### all_languages
295
- - `premise`: a multilingual `string` variable, with possible languages including `ar`, `bg`, `de`, `el`, `en`.
296
- - `hypothesis`: a multilingual `string` variable, with possible languages including `ar`, `bg`, `de`, `el`, `en`.
297
- - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
298
-
299
- #### ar
300
- - `premise`: a `string` feature.
301
- - `hypothesis`: a `string` feature.
302
- - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
303
-
304
- #### bg
305
- - `premise`: a `string` feature.
306
- - `hypothesis`: a `string` feature.
307
- - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
308
-
309
- #### de
310
- - `premise`: a `string` feature.
311
- - `hypothesis`: a `string` feature.
312
- - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
313
-
314
- #### el
315
- - `premise`: a `string` feature.
316
- - `hypothesis`: a `string` feature.
317
- - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
318
-
319
- ### Data Splits
320
-
321
- | name |train |validation|test|
322
- |-------------|-----:|---------:|---:|
323
- |all_languages|392702| 2490|5010|
324
- |ar |392702| 2490|5010|
325
- |bg |392702| 2490|5010|
326
- |de |392702| 2490|5010|
327
- |el |392702| 2490|5010|
328
-
329
- ## Dataset Creation
330
-
331
- ### Curation Rationale
332
-
333
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
334
-
335
- ### Source Data
336
 
337
- #### Initial Data Collection and Normalization
338
-
339
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
340
-
341
- #### Who are the source language producers?
342
-
343
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
344
-
345
- ### Annotations
346
-
347
- #### Annotation process
348
-
349
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
350
-
351
- #### Who are the annotators?
352
-
353
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
354
-
355
- ### Personal and Sensitive Information
356
-
357
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
358
-
359
- ## Considerations for Using the Data
360
-
361
- ### Social Impact of Dataset
362
-
363
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
364
-
365
- ### Discussion of Biases
366
-
367
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
368
-
369
- ### Other Known Limitations
370
-
371
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
372
-
373
- ## Additional Information
374
-
375
- ### Dataset Curators
376
-
377
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
378
-
379
- ### Licensing Information
380
-
381
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
382
-
383
- ### Citation Information
384
-
385
- ```
386
- @InProceedings{conneau2018xnli,
387
- author = {Conneau, Alexis
388
- and Rinott, Ruty
389
- and Lample, Guillaume
390
- and Williams, Adina
391
- and Bowman, Samuel R.
392
- and Schwenk, Holger
393
- and Stoyanov, Veselin},
394
- title = {XNLI: Evaluating Cross-lingual Sentence Representations},
395
- booktitle = {Proceedings of the 2018 Conference on Empirical Methods
396
- in Natural Language Processing},
397
- year = {2018},
398
- publisher = {Association for Computational Linguistics},
399
- location = {Brussels, Belgium},
400
- }
401
- ```
402
-
403
-
404
- ### Contributions
405
-
406
- Thanks to [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - expert-annotated
4
  language:
5
+ - eng
6
+ - fra
7
+ - zho
8
+ - deu
9
+ - ara
10
+ - ell
11
+ - bul
12
+ - swa
13
+ - hin
14
+ - tur
15
+ - spa
16
+ - rus
17
+ - vie
18
+ - tha
19
+ license: unknown
20
+ multilinguality: multilingual
21
+ task_categories:
22
+ - text-classification
23
+ task_ids: []
24
  paperswithcode_id: xnli
25
  pretty_name: Cross-lingual Natural Language Inference
26
  configs:
 
152
  split: train
153
  - path: validation/hi.parquet
154
  split: validation
155
+ tags:
156
+ - mteb
157
+ - text
158
  ---
159
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
160
 
161
+ <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;">
162
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">XNLI</h1>
163
+ <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>
164
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
165
+ </div>
166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
 
 
168
 
169
+ | | |
170
+ |---------------|---------------------------------------------|
171
+ | Task category | t2t |
172
+ | Domains | Non-fiction, Fiction, Government, Written |
173
+ | Reference | https://aclanthology.org/D18-1269/ |
 
 
174
 
 
175
 
176
+ ## How to evaluate on this task
 
 
 
 
177
 
178
+ You can evaluate an embedding model on this dataset using the following code:
179
 
180
+ ```python
181
+ import mteb
182
 
183
+ task = mteb.get_tasks(["XNLI"])
184
+ evaluator = mteb.MTEB(task)
185
 
186
+ model = mteb.get_model(YOUR_MODEL)
187
+ evaluator.run(model)
188
+ ```
189
 
190
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
191
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
192
 
193
+ ## Citation
194
 
195
+ 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).
 
 
196
 
197
+ ```bibtex
 
 
198
 
199
+ @inproceedings{conneau2018xnli,
200
+ author = {Conneau, Alexis
201
+ and Rinott, Ruty
202
+ and Lample, Guillaume
203
+ and Williams, Adina
204
+ and Bowman, Samuel R.
205
+ and Schwenk, Holger
206
+ and Stoyanov, Veselin},
207
+ booktitle = {Proceedings of the 2018 Conference on Empirical Methods
208
+ in Natural Language Processing},
209
+ location = {Brussels, Belgium},
210
+ publisher = {Association for Computational Linguistics},
211
+ title = {XNLI: Evaluating Cross-lingual Sentence Representations},
212
+ year = {2018},
213
  }
 
 
 
214
 
 
 
 
215
 
216
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
217
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
218
+ 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},
219
+ publisher = {arXiv},
220
+ journal={arXiv preprint arXiv:2502.13595},
221
+ year={2025},
222
+ url={https://arxiv.org/abs/2502.13595},
223
+ doi = {10.48550/arXiv.2502.13595},
224
  }
 
 
 
 
 
 
 
 
 
 
 
225
 
226
+ @article{muennighoff2022mteb,
227
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
228
+ title = {MTEB: Massive Text Embedding Benchmark},
229
+ publisher = {arXiv},
230
+ journal={arXiv preprint arXiv:2210.07316},
231
+ year = {2022}
232
+ url = {https://arxiv.org/abs/2210.07316},
233
+ doi = {10.48550/ARXIV.2210.07316},
234
  }
235
  ```
236
 
237
+ # Dataset Statistics
238
+ <details>
239
+ <summary> Dataset Statistics</summary>
 
 
240
 
241
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
 
 
 
 
 
 
 
 
 
242
 
243
+ ```python
244
+ import mteb
245
 
246
+ task = mteb.get_task("XNLI")
 
 
247
 
248
+ desc_stats = task.metadata.descriptive_stats
249
  ```
 
250
 
251
+ ```json
252
  {
253
+ "test": {
254
+ "num_samples": 19110,
255
+ "number_of_characters": 2907145,
256
+ "min_sentence1_length": 3,
257
+ "avg_sentence1_length": 103.23793825222397,
258
+ "max_sentence1_length": 401,
259
+ "unique_sentence1": 15328,
260
+ "min_sentence2_length": 2,
261
+ "avg_sentence2_length": 48.88895866038723,
262
+ "max_sentence2_length": 187,
263
+ "unique_sentence2": 19104,
264
+ "unique_labels": 2,
265
+ "labels": {
266
+ "0": {
267
+ "count": 9562
268
+ },
269
+ "1": {
270
+ "count": 9548
271
+ }
272
+ },
273
+ "hf_subset_descriptive_stats": {
274
+ "ar": {
275
+ "num_samples": 1365,
276
+ "number_of_characters": 179591,
277
+ "min_sentence1_length": 11,
278
+ "avg_sentence1_length": 89.57362637362637,
279
+ "max_sentence1_length": 242,
280
+ "unique_sentence1": 1095,
281
+ "min_sentence2_length": 8,
282
+ "avg_sentence2_length": 41.99487179487179,
283
+ "max_sentence2_length": 115,
284
+ "unique_sentence2": 1365,
285
+ "unique_labels": 2,
286
+ "labels": {
287
+ "0": {
288
+ "count": 683
289
+ },
290
+ "1": {
291
+ "count": 682
292
+ }
293
+ }
294
+ },
295
+ "bg": {
296
+ "num_samples": 1365,
297
+ "number_of_characters": 220646,
298
+ "min_sentence1_length": 14,
299
+ "avg_sentence1_length": 110.01611721611722,
300
+ "max_sentence1_length": 303,
301
+ "unique_sentence1": 1095,
302
+ "min_sentence2_length": 8,
303
+ "avg_sentence2_length": 51.62930402930403,
304
+ "max_sentence2_length": 150,
305
+ "unique_sentence2": 1365,
306
+ "unique_labels": 2,
307
+ "labels": {
308
+ "0": {
309
+ "count": 683
310
+ },
311
+ "1": {
312
+ "count": 682
313
+ }
314
+ }
315
+ },
316
+ "de": {
317
+ "num_samples": 1365,
318
+ "number_of_characters": 241224,
319
+ "min_sentence1_length": 3,
320
+ "avg_sentence1_length": 119.92600732600732,
321
+ "max_sentence1_length": 301,
322
+ "unique_sentence1": 1095,
323
+ "min_sentence2_length": 9,
324
+ "avg_sentence2_length": 56.794871794871796,
325
+ "max_sentence2_length": 187,
326
+ "unique_sentence2": 1365,
327
+ "unique_labels": 2,
328
+ "labels": {
329
+ "0": {
330
+ "count": 683
331
+ },
332
+ "1": {
333
+ "count": 682
334
+ }
335
+ }
336
+ },
337
+ "el": {
338
+ "num_samples": 1365,
339
+ "number_of_characters": 240222,
340
+ "min_sentence1_length": 13,
341
+ "avg_sentence1_length": 119.05421245421246,
342
+ "max_sentence1_length": 344,
343
+ "unique_sentence1": 1095,
344
+ "min_sentence2_length": 13,
345
+ "avg_sentence2_length": 56.93260073260073,
346
+ "max_sentence2_length": 172,
347
+ "unique_sentence2": 1365,
348
+ "unique_labels": 2,
349
+ "labels": {
350
+ "0": {
351
+ "count": 683
352
+ },
353
+ "1": {
354
+ "count": 682
355
+ }
356
+ }
357
+ },
358
+ "en": {
359
+ "num_samples": 1365,
360
+ "number_of_characters": 212223,
361
+ "min_sentence1_length": 19,
362
+ "avg_sentence1_length": 105.67032967032966,
363
+ "max_sentence1_length": 268,
364
+ "unique_sentence1": 1095,
365
+ "min_sentence2_length": 9,
366
+ "avg_sentence2_length": 49.8043956043956,
367
+ "max_sentence2_length": 137,
368
+ "unique_sentence2": 1365,
369
+ "unique_labels": 2,
370
+ "labels": {
371
+ "0": {
372
+ "count": 683
373
+ },
374
+ "1": {
375
+ "count": 682
376
+ }
377
+ }
378
+ },
379
+ "es": {
380
+ "num_samples": 1365,
381
+ "number_of_characters": 232207,
382
+ "min_sentence1_length": 11,
383
+ "avg_sentence1_length": 115.43296703296703,
384
+ "max_sentence1_length": 385,
385
+ "unique_sentence1": 1094,
386
+ "min_sentence2_length": 8,
387
+ "avg_sentence2_length": 54.68205128205128,
388
+ "max_sentence2_length": 163,
389
+ "unique_sentence2": 1365,
390
+ "unique_labels": 2,
391
+ "labels": {
392
+ "0": {
393
+ "count": 683
394
+ },
395
+ "1": {
396
+ "count": 682
397
+ }
398
+ }
399
+ },
400
+ "fr": {
401
+ "num_samples": 1365,
402
+ "number_of_characters": 245259,
403
+ "min_sentence1_length": 9,
404
+ "avg_sentence1_length": 121.0967032967033,
405
+ "max_sentence1_length": 327,
406
+ "unique_sentence1": 1095,
407
+ "min_sentence2_length": 10,
408
+ "avg_sentence2_length": 58.58021978021978,
409
+ "max_sentence2_length": 169,
410
+ "unique_sentence2": 1365,
411
+ "unique_labels": 2,
412
+ "labels": {
413
+ "0": {
414
+ "count": 683
415
+ },
416
+ "1": {
417
+ "count": 682
418
+ }
419
+ }
420
+ },
421
+ "hi": {
422
+ "num_samples": 1365,
423
+ "number_of_characters": 211312,
424
+ "min_sentence1_length": 16,
425
+ "avg_sentence1_length": 104.63443223443224,
426
+ "max_sentence1_length": 401,
427
+ "unique_sentence1": 1095,
428
+ "min_sentence2_length": 9,
429
+ "avg_sentence2_length": 50.17289377289377,
430
+ "max_sentence2_length": 162,
431
+ "unique_sentence2": 1365,
432
+ "unique_labels": 2,
433
+ "labels": {
434
+ "0": {
435
+ "count": 683
436
+ },
437
+ "1": {
438
+ "count": 682
439
+ }
440
+ }
441
+ },
442
+ "ru": {
443
+ "num_samples": 1365,
444
+ "number_of_characters": 222797,
445
+ "min_sentence1_length": 11,
446
+ "avg_sentence1_length": 110.76923076923077,
447
+ "max_sentence1_length": 306,
448
+ "unique_sentence1": 1095,
449
+ "min_sentence2_length": 8,
450
+ "avg_sentence2_length": 52.452014652014654,
451
+ "max_sentence2_length": 167,
452
+ "unique_sentence2": 1365,
453
+ "unique_labels": 2,
454
+ "labels": {
455
+ "0": {
456
+ "count": 683
457
+ },
458
+ "1": {
459
+ "count": 682
460
+ }
461
+ }
462
+ },
463
+ "sw": {
464
+ "num_samples": 1365,
465
+ "number_of_characters": 210103,
466
+ "min_sentence1_length": 10,
467
+ "avg_sentence1_length": 104.43956043956044,
468
+ "max_sentence1_length": 266,
469
+ "unique_sentence1": 1094,
470
+ "min_sentence2_length": 2,
471
+ "avg_sentence2_length": 49.48205128205128,
472
+ "max_sentence2_length": 146,
473
+ "unique_sentence2": 1365,
474
+ "unique_labels": 2,
475
+ "labels": {
476
+ "0": {
477
+ "count": 683
478
+ },
479
+ "1": {
480
+ "count": 682
481
+ }
482
+ }
483
+ },
484
+ "th": {
485
+ "num_samples": 1365,
486
+ "number_of_characters": 192788,
487
+ "min_sentence1_length": 12,
488
+ "avg_sentence1_length": 96.6923076923077,
489
+ "max_sentence1_length": 262,
490
+ "unique_sentence1": 1095,
491
+ "min_sentence2_length": 6,
492
+ "avg_sentence2_length": 44.544322344322346,
493
+ "max_sentence2_length": 129,
494
+ "unique_sentence2": 1365,
495
+ "unique_labels": 2,
496
+ "labels": {
497
+ "0": {
498
+ "count": 683
499
+ },
500
+ "1": {
501
+ "count": 682
502
+ }
503
+ }
504
+ },
505
+ "tr": {
506
+ "num_samples": 1365,
507
+ "number_of_characters": 208658,
508
+ "min_sentence1_length": 15,
509
+ "avg_sentence1_length": 103.67765567765568,
510
+ "max_sentence1_length": 255,
511
+ "unique_sentence1": 1095,
512
+ "min_sentence2_length": 6,
513
+ "avg_sentence2_length": 49.18534798534799,
514
+ "max_sentence2_length": 140,
515
+ "unique_sentence2": 1365,
516
+ "unique_labels": 2,
517
+ "labels": {
518
+ "0": {
519
+ "count": 683
520
+ },
521
+ "1": {
522
+ "count": 682
523
+ }
524
+ }
525
+ },
526
+ "vi": {
527
+ "num_samples": 1365,
528
+ "number_of_characters": 223549,
529
+ "min_sentence1_length": 14,
530
+ "avg_sentence1_length": 111.31208791208792,
531
+ "max_sentence1_length": 265,
532
+ "unique_sentence1": 1095,
533
+ "min_sentence2_length": 9,
534
+ "avg_sentence2_length": 52.46007326007326,
535
+ "max_sentence2_length": 143,
536
+ "unique_sentence2": 1365,
537
+ "unique_labels": 2,
538
+ "labels": {
539
+ "0": {
540
+ "count": 683
541
+ },
542
+ "1": {
543
+ "count": 682
544
+ }
545
+ }
546
+ },
547
+ "zh": {
548
+ "num_samples": 1365,
549
+ "number_of_characters": 66566,
550
+ "min_sentence1_length": 4,
551
+ "avg_sentence1_length": 33.03589743589744,
552
+ "max_sentence1_length": 112,
553
+ "unique_sentence1": 1095,
554
+ "min_sentence2_length": 3,
555
+ "avg_sentence2_length": 15.73040293040293,
556
+ "max_sentence2_length": 59,
557
+ "unique_sentence2": 1365,
558
+ "unique_labels": 2,
559
+ "labels": {
560
+ "0": {
561
+ "count": 683
562
+ },
563
+ "1": {
564
+ "count": 682
565
+ }
566
+ }
567
+ }
568
+ }
569
+ },
570
+ "validation": {
571
+ "num_samples": 19110,
572
+ "number_of_characters": 2909058,
573
+ "min_sentence1_length": 5,
574
+ "avg_sentence1_length": 103.20790162218734,
575
+ "max_sentence1_length": 323,
576
+ "unique_sentence1": 11171,
577
+ "min_sentence2_length": 3,
578
+ "avg_sentence2_length": 49.01909994767138,
579
+ "max_sentence2_length": 172,
580
+ "unique_sentence2": 19101,
581
+ "unique_labels": 2,
582
+ "labels": {
583
+ "0": {
584
+ "count": 9562
585
+ },
586
+ "1": {
587
+ "count": 9548
588
+ }
589
+ },
590
+ "hf_subset_descriptive_stats": {
591
+ "ar": {
592
+ "num_samples": 1365,
593
+ "number_of_characters": 177355,
594
+ "min_sentence1_length": 13,
595
+ "avg_sentence1_length": 88.31868131868131,
596
+ "max_sentence1_length": 214,
597
+ "unique_sentence1": 798,
598
+ "min_sentence2_length": 6,
599
+ "avg_sentence2_length": 41.61172161172161,
600
+ "max_sentence2_length": 137,
601
+ "unique_sentence2": 1365,
602
+ "unique_labels": 2,
603
+ "labels": {
604
+ "0": {
605
+ "count": 683
606
+ },
607
+ "1": {
608
+ "count": 682
609
+ }
610
+ }
611
+ },
612
+ "bg": {
613
+ "num_samples": 1365,
614
+ "number_of_characters": 219988,
615
+ "min_sentence1_length": 16,
616
+ "avg_sentence1_length": 109.196336996337,
617
+ "max_sentence1_length": 316,
618
+ "unique_sentence1": 798,
619
+ "min_sentence2_length": 10,
620
+ "avg_sentence2_length": 51.967032967032964,
621
+ "max_sentence2_length": 151,
622
+ "unique_sentence2": 1365,
623
+ "unique_labels": 2,
624
+ "labels": {
625
+ "0": {
626
+ "count": 683
627
+ },
628
+ "1": {
629
+ "count": 682
630
+ }
631
+ }
632
+ },
633
+ "de": {
634
+ "num_samples": 1365,
635
+ "number_of_characters": 241852,
636
+ "min_sentence1_length": 20,
637
+ "avg_sentence1_length": 119.81172161172161,
638
+ "max_sentence1_length": 298,
639
+ "unique_sentence1": 798,
640
+ "min_sentence2_length": 12,
641
+ "avg_sentence2_length": 57.36923076923077,
642
+ "max_sentence2_length": 162,
643
+ "unique_sentence2": 1365,
644
+ "unique_labels": 2,
645
+ "labels": {
646
+ "0": {
647
+ "count": 683
648
+ },
649
+ "1": {
650
+ "count": 682
651
+ }
652
+ }
653
+ },
654
+ "el": {
655
+ "num_samples": 1365,
656
+ "number_of_characters": 241275,
657
+ "min_sentence1_length": 16,
658
+ "avg_sentence1_length": 119.87545787545787,
659
+ "max_sentence1_length": 302,
660
+ "unique_sentence1": 798,
661
+ "min_sentence2_length": 6,
662
+ "avg_sentence2_length": 56.88278388278388,
663
+ "max_sentence2_length": 171,
664
+ "unique_sentence2": 1365,
665
+ "unique_labels": 2,
666
+ "labels": {
667
+ "0": {
668
+ "count": 683
669
+ },
670
+ "1": {
671
+ "count": 682
672
+ }
673
+ }
674
+ },
675
+ "en": {
676
+ "num_samples": 1365,
677
+ "number_of_characters": 212384,
678
+ "min_sentence1_length": 20,
679
+ "avg_sentence1_length": 105.71648351648352,
680
+ "max_sentence1_length": 271,
681
+ "unique_sentence1": 798,
682
+ "min_sentence2_length": 8,
683
+ "avg_sentence2_length": 49.87619047619047,
684
+ "max_sentence2_length": 139,
685
+ "unique_sentence2": 1365,
686
+ "unique_labels": 2,
687
+ "labels": {
688
+ "0": {
689
+ "count": 683
690
+ },
691
+ "1": {
692
+ "count": 682
693
+ }
694
+ }
695
+ },
696
+ "es": {
697
+ "num_samples": 1365,
698
+ "number_of_characters": 232451,
699
+ "min_sentence1_length": 14,
700
+ "avg_sentence1_length": 115.17289377289377,
701
+ "max_sentence1_length": 265,
702
+ "unique_sentence1": 798,
703
+ "min_sentence2_length": 7,
704
+ "avg_sentence2_length": 55.120879120879124,
705
+ "max_sentence2_length": 148,
706
+ "unique_sentence2": 1365,
707
+ "unique_labels": 2,
708
+ "labels": {
709
+ "0": {
710
+ "count": 683
711
+ },
712
+ "1": {
713
+ "count": 682
714
+ }
715
+ }
716
+ },
717
+ "fr": {
718
+ "num_samples": 1365,
719
+ "number_of_characters": 246857,
720
+ "min_sentence1_length": 19,
721
+ "avg_sentence1_length": 121.75897435897436,
722
+ "max_sentence1_length": 323,
723
+ "unique_sentence1": 798,
724
+ "min_sentence2_length": 11,
725
+ "avg_sentence2_length": 59.08864468864469,
726
+ "max_sentence2_length": 172,
727
+ "unique_sentence2": 1365,
728
+ "unique_labels": 2,
729
+ "labels": {
730
+ "0": {
731
+ "count": 683
732
+ },
733
+ "1": {
734
+ "count": 682
735
+ }
736
+ }
737
+ },
738
+ "hi": {
739
+ "num_samples": 1365,
740
+ "number_of_characters": 212269,
741
+ "min_sentence1_length": 18,
742
+ "avg_sentence1_length": 105.06446886446886,
743
+ "max_sentence1_length": 277,
744
+ "unique_sentence1": 798,
745
+ "min_sentence2_length": 7,
746
+ "avg_sentence2_length": 50.44395604395604,
747
+ "max_sentence2_length": 152,
748
+ "unique_sentence2": 1365,
749
+ "unique_labels": 2,
750
+ "labels": {
751
+ "0": {
752
+ "count": 683
753
+ },
754
+ "1": {
755
+ "count": 682
756
+ }
757
+ }
758
+ },
759
+ "ru": {
760
+ "num_samples": 1365,
761
+ "number_of_characters": 221152,
762
+ "min_sentence1_length": 15,
763
+ "avg_sentence1_length": 109.74725274725274,
764
+ "max_sentence1_length": 310,
765
+ "unique_sentence1": 798,
766
+ "min_sentence2_length": 8,
767
+ "avg_sentence2_length": 52.26886446886447,
768
+ "max_sentence2_length": 140,
769
+ "unique_sentence2": 1365,
770
+ "unique_labels": 2,
771
+ "labels": {
772
+ "0": {
773
+ "count": 683
774
+ },
775
+ "1": {
776
+ "count": 682
777
+ }
778
+ }
779
+ },
780
+ "sw": {
781
+ "num_samples": 1365,
782
+ "number_of_characters": 210482,
783
+ "min_sentence1_length": 13,
784
+ "avg_sentence1_length": 104.32234432234432,
785
+ "max_sentence1_length": 264,
786
+ "unique_sentence1": 798,
787
+ "min_sentence2_length": 8,
788
+ "avg_sentence2_length": 49.87692307692308,
789
+ "max_sentence2_length": 153,
790
+ "unique_sentence2": 1365,
791
+ "unique_labels": 2,
792
+ "labels": {
793
+ "0": {
794
+ "count": 683
795
+ },
796
+ "1": {
797
+ "count": 682
798
+ }
799
+ }
800
+ },
801
+ "th": {
802
+ "num_samples": 1365,
803
+ "number_of_characters": 192640,
804
+ "min_sentence1_length": 7,
805
+ "avg_sentence1_length": 97.28498168498169,
806
+ "max_sentence1_length": 255,
807
+ "unique_sentence1": 798,
808
+ "min_sentence2_length": 3,
809
+ "avg_sentence2_length": 43.843223443223444,
810
+ "max_sentence2_length": 140,
811
+ "unique_sentence2": 1365,
812
+ "unique_labels": 2,
813
+ "labels": {
814
+ "0": {
815
+ "count": 683
816
+ },
817
+ "1": {
818
+ "count": 682
819
+ }
820
+ }
821
+ },
822
+ "tr": {
823
+ "num_samples": 1365,
824
+ "number_of_characters": 208305,
825
+ "min_sentence1_length": 15,
826
+ "avg_sentence1_length": 102.96630036630036,
827
+ "max_sentence1_length": 269,
828
+ "unique_sentence1": 798,
829
+ "min_sentence2_length": 10,
830
+ "avg_sentence2_length": 49.63809523809524,
831
+ "max_sentence2_length": 139,
832
+ "unique_sentence2": 1365,
833
+ "unique_labels": 2,
834
+ "labels": {
835
+ "0": {
836
+ "count": 683
837
+ },
838
+ "1": {
839
+ "count": 682
840
+ }
841
+ }
842
+ },
843
+ "vi": {
844
+ "num_samples": 1365,
845
+ "number_of_characters": 224811,
846
+ "min_sentence1_length": 18,
847
+ "avg_sentence1_length": 112.26373626373626,
848
+ "max_sentence1_length": 323,
849
+ "unique_sentence1": 798,
850
+ "min_sentence2_length": 9,
851
+ "avg_sentence2_length": 52.432967032967035,
852
+ "max_sentence2_length": 159,
853
+ "unique_sentence2": 1365,
854
+ "unique_labels": 2,
855
+ "labels": {
856
+ "0": {
857
+ "count": 683
858
+ },
859
+ "1": {
860
+ "count": 682
861
+ }
862
+ }
863
+ },
864
+ "zh": {
865
+ "num_samples": 1365,
866
+ "number_of_characters": 67237,
867
+ "min_sentence1_length": 5,
868
+ "avg_sentence1_length": 33.41098901098901,
869
+ "max_sentence1_length": 135,
870
+ "unique_sentence1": 798,
871
+ "min_sentence2_length": 3,
872
+ "avg_sentence2_length": 15.846886446886447,
873
+ "max_sentence2_length": 66,
874
+ "unique_sentence2": 1365,
875
+ "unique_labels": 2,
876
+ "labels": {
877
+ "0": {
878
+ "count": 683
879
+ },
880
+ "1": {
881
+ "count": 682
882
+ }
883
+ }
884
+ }
885
+ }
886
+ }
887
  }
888
  ```
889
 
890
+ </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
891
 
892
+ ---
893
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*