MMTEB: Massive Multilingual Text Embedding Benchmark
Paper
• 2502.13595 • Published
• 45
sentences sequencelengths 4.37k 5k | labels sequencelengths 4.37k 5k |
|---|---|
["Nie żyje znany reżyser, twórca \"Chłopaków z sąsiedztwa\".","Konserwacja kriogeniczna metod(...TRUNCATED) | [0,7,5,2,7,2,0,7,4,1,4,3,1,4,0,4,0,4,7,7,4,7,4,3,4,6,2,5,7,4,4,3,0,3,2,4,6,1,2,3,4,1,7,1,2,1,0,4,4,2(...TRUNCATED) |
["Do serwisu Reddit wyciekły wewnętrzne materiały firmy Intel.","Właściciel Hornets - Michael J(...TRUNCATED) | [7,6,5,2,6,1,6,4,6,1,7,2,1,0,0,1,0,5,0,0,7,3,4,3,0,6,6,2,1,0,0,2,0,0,3,2,6,2,1,0,1,2,6,0,1,3,1,7,0,4(...TRUNCATED) |
["Główny nurt archeologii ignoruje tajemnicze figurki odnalezione w Środkowej Afryce ponieważ ma(...TRUNCATED) | [1,6,5,6,1,2,1,2,6,2,6,3,6,3,5,7,4,1,2,4,1,0,0,0,7,1,1,4,0,5,3,6,5,0,5,5,5,7,5,5,6,7,4,4,7,0,2,2,6,1(...TRUNCATED) |
["Reinefarth, Dirlewanger, Kamiński (czyta Grzegorz Braun).","Wczoraj o godzinie 18: 40 do Stanowis(...TRUNCATED) | [1,4,6,6,6,0,7,3,5,4,4,1,5,7,2,0,4,6,6,6,1,6,3,2,3,7,6,2,7,1,6,6,4,6,3,3,4,5,2,7,2,3,3,2,2,1,0,0,7,0(...TRUNCATED) |
["Smakuje jak maliny, wygląda jak budyń.","Młodzieżowe mistrzostwa Europy w Gavle miały wielu b(...TRUNCATED) | [2,6,2,5,5,0,1,3,5,3,2,5,6,6,2,0,7,5,4,6,2,0,6,5,1,4,5,4,6,3,4,0,2,2,5,7,5,1,2,3,1,3,7,4,0,2,3,4,2,3(...TRUNCATED) |
["Na stronie Biuletynu Informacji Publicznej CBA pojawiło się ciekawe zadanie rekrutacyjne do Biur(...TRUNCATED) | [5,4,1,7,3,6,4,4,0,1,0,7,7,2,7,4,6,4,2,7,3,2,2,5,4,4,0,5,3,6,4,2,4,3,2,7,4,4,6,1,5,6,3,2,2,0,5,4,7,4(...TRUNCATED) |
["Pierwsze lody mleczne stwirzone bez udziału krowy.","Chory to Nigeryjczyk, który najprawdopodobn(...TRUNCATED) | [7,3,6,6,2,1,2,4,7,2,6,7,6,7,2,6,6,2,6,2,3,2,3,2,4,7,2,3,3,7,2,5,5,5,2,4,6,6,5,6,3,6,0,0,1,3,2,3,5,2(...TRUNCATED) |
["Krzysztof Piątek sezon Serie A zaczynał jako nieznany szerszej publiczności piłkarz Genoi, sko(...TRUNCATED) | [6,2,0,4,1,1,4,4,2,6,3,1,6,2,6,4,5,3,2,0,1,1,3,3,7,6,5,3,4,7,1,2,2,3,2,1,4,3,5,1,0,1,1,0,2,1,0,5,1,7(...TRUNCATED) |
["21 lipca 1952 roku Najwyższy Sąd Wojskowy w Warszawie wydał wyrok w sprawie \"zorganizowania sp(...TRUNCATED) | [1,3,4,4,2,7,5,1,1,4,3,2,1,2,7,0,2,4,4,5,7,2,0,7,6,3,4,7,1,3,4,2,0,7,3,5,7,6,3,4,5,3,3,6,5,1,5,2,4,5(...TRUNCATED) |
["Na przełomie XIX i XX wieku Ślązacy z części przemysłowej nie znali gór - mieszkali w Prusa(...TRUNCATED) | [1,6,0,2,1,0,4,0,1,5,6,1,6,0,6,6,0,7,0,0,2,2,1,0,2,5,1,0,5,1,7,2,1,5,0,4,5,0,2,2,3,3,5,3,6,0,0,4,3,5(...TRUNCATED) |
Clustering of headlines from social media posts in Polish belonging to 8 categories: film, history, food, medicine, motorization, work, sport and technology.
| Task category | t2c |
| Domains | Social, Written |
| Reference | https://aclanthology.org/2020.lrec-1.207.pdf |
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["EightTagsClustering"])
evaluator = mteb.MTEB(task)
model = mteb.get_model(YOUR_MODEL)
evaluator.run(model)
To learn more about how to run models on mteb task check out the GitHub repitory.
If you use this dataset, please cite the dataset as well as mteb, as this dataset likely includes additional processing as a part of the MMTEB Contribution.
@inproceedings{dadas-etal-2020-evaluation,
abstract = {Methods for learning sentence representations have been actively developed in recent years. However, the lack of pre-trained models and datasets annotated at the sentence level has been a problem for low-resource languages such as Polish which led to less interest in applying these methods to language-specific tasks. In this study, we introduce two new Polish datasets for evaluating sentence embeddings and provide a comprehensive evaluation of eight sentence representation methods including Polish and multilingual models. We consider classic word embedding models, recently developed contextual embeddings and multilingual sentence encoders, showing strengths and weaknesses of specific approaches. We also examine different methods of aggregating word vectors into a single sentence vector.},
address = {Marseille, France},
author = {Dadas, Slawomir and
Pere{\\l}kiewicz, Micha{\\l} and
Po{\\'s}wiata, Rafa{\\l}},
booktitle = {Proceedings of the Twelfth Language Resources and Evaluation Conference},
editor = {Calzolari, Nicoletta and
B{\'e}chet, Fr{\'e}d{\'e}ric and
Blache, Philippe and
Choukri, Khalid and
Cieri, Christopher and
Declerck, Thierry and
Goggi, Sara and
Isahara, Hitoshi and
Maegaard, Bente and
Mariani, Joseph and
Mazo, H{\\'e}l{\\`e}ne and
Moreno, Asuncion and
Odijk, Jan and
Piperidis, Stelios},
isbn = {979-10-95546-34-4},
language = {English},
month = may,
pages = {1674--1680},
publisher = {European Language Resources Association},
title = {Evaluation of Sentence Representations in {P}olish},
url = {https://aclanthology.org/2020.lrec-1.207},
year = {2020},
}
@article{enevoldsen2025mmtebmassivemultilingualtext,
title={MMTEB: Massive Multilingual Text Embedding Benchmark},
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},
publisher = {arXiv},
journal={arXiv preprint arXiv:2502.13595},
year={2025},
url={https://arxiv.org/abs/2502.13595},
doi = {10.48550/arXiv.2502.13595},
}
@article{muennighoff2022mteb,
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
title = {MTEB: Massive Text Embedding Benchmark},
publisher = {arXiv},
journal={arXiv preprint arXiv:2210.07316},
year = {2022}
url = {https://arxiv.org/abs/2210.07316},
doi = {10.48550/ARXIV.2210.07316},
}
The following code contains the descriptive statistics from the task. These can also be obtained using:
import mteb
task = mteb.get_task("EightTagsClustering")
desc_stats = task.metadata.descriptive_stats
{
"test": {
"num_samples": 10,
"number_of_characters": 49373,
"min_text_length": 4373,
"average_text_length": 4937.3,
"max_text_length": 5000,
"unique_texts": 49373,
"min_labels_per_text": 4861,
"average_labels_per_text": 4937.3,
"max_labels_per_text": 7172,
"unique_labels": 8,
"labels": {
"0": {
"count": 6260
},
"7": {
"count": 6412
},
"5": {
"count": 6167
},
"2": {
"count": 7172
},
"4": {
"count": 4861
},
"1": {
"count": 5869
},
"3": {
"count": 6270
},
"6": {
"count": 6362
}
}
}
}
This dataset card was automatically generated using MTEB