Datasets:
mteb
/

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Dataset Viewer
Auto-converted to Parquet
sentences
sequence
labels
sequence
["Small Perturbations of an Interface for Elastostatic Problems We consider solutions to the Lam\\(...TRUNCATED)
["math","astro-ph","other","hep","math","cond-mat","quant-ph","astro-ph","astro-ph","math","math","h(...TRUNCATED)
["Vertical shift and simultaneous Diophantine approximation on polynomial\n curves The Hausdorff (...TRUNCATED)
["math","astro-ph","cs","math","math","cs","cs","stat","math","cs","other","math","cs","cs","cond-ma(...TRUNCATED)
["Baryogenesis in the MSSM, nMSSM and NMSSM We compare electroweak baryogenesis in the MSSM, nMSSM(...TRUNCATED)
["hep","astro-ph","cs","hep","cs","cs","astro-ph","math","cs","cs","hep","quant-ph","math","other","(...TRUNCATED)
["Localization of Low Lying Eigenmodes for Chirally Symmetric Dirac\n Operator We consider proper(...TRUNCATED)
["hep","cond-mat","quant-ph","cond-mat","math","math","cs","cs","quant-ph","cs","cs","cs","astro-ph"(...TRUNCATED)
["On the Density of Ranges of Generalized Divisor Functions The range of the divisor function $\\s(...TRUNCATED)
["math","other","cs","math","cond-mat","cs","math","math","math","hep","stat","cs","astro-ph","cs","(...TRUNCATED)
["Accessing transversity with interference fragmentation functions We discuss in detail the option(...TRUNCATED)
["hep","math","hep","hep","stat","cs","astro-ph","stat","astro-ph","cond-mat","astro-ph","other","qu(...TRUNCATED)
["Pairing heaps: the forward variant The pairing heap is a classical heap data structure introduce(...TRUNCATED)
["cs","hep","hep","cs","cs","math","eess","cs","math","hep","astro-ph","cs","astro-ph","eess","cond-(...TRUNCATED)
["Projective resolutions for modules over infinite groups We define a notion of complexity for mod(...TRUNCATED)
["math","math","stat","cs","cond-mat","q-bio","cs","hep","math","hep","math","cs","cs","cs","math","(...TRUNCATED)
["Non-commutative Fourier transform for the Lorentz group via the Duflo\n map We defined a non-co(...TRUNCATED)
["math","math","cond-mat","math","cs","other","astro-ph","other","cond-mat","astro-ph","cs","math","(...TRUNCATED)
["Efficient Strong Scaling Through Burst Parallel Training As emerging deep neural network (DNN) m(...TRUNCATED)
["cs","math","math","cs","cs","cs","math","math","cs","math","cs","cs","cs","cond-mat","math","hep",(...TRUNCATED)
End of preview. Expand in Data Studio

ArXivHierarchicalClusteringP2P

An MTEB dataset
Massive Text Embedding Benchmark

Clustering of titles+abstract from arxiv. Clustering of 30 sets, either on the main or secondary category

Task category t2c
Domains Academic, Written
Reference https://www.kaggle.com/Cornell-University/arxiv

How to evaluate on this task

You can evaluate an embedding model on this dataset using the following code:

import mteb

task = mteb.get_tasks(["ArXivHierarchicalClusteringP2P"])
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.

Citation

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.



@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},
}

Dataset Statistics

Dataset Statistics

The following code contains the descriptive statistics from the task. These can also be obtained using:

import mteb

task = mteb.get_task("ArXivHierarchicalClusteringP2P")

desc_stats = task.metadata.descriptive_stats
{
    "test": {
        "num_samples": 2048,
        "number_of_characters": 2065284,
        "min_text_length": 103,
        "average_text_length": 1008.439453125,
        "max_text_length": 2103,
        "min_labels_per_text": 1,
        "average_labels_per_text": 1.46337890625,
        "max_labels_per_text": 381,
        "unique_labels": 129,
        "labels": {
            "cs": {
                "count": 356
            },
            "math": {
                "count": 381
            },
            "OC": {
                "count": 11
            },
            "hep-lat": {
                "count": 13
            },
            "hep": {
                "count": 98
            },
            "astro-ph": {
                "count": 213
            },
            "eess": {
                "count": 76
            },
            "quant-ph": {
                "count": 135
            },
            "DC": {
                "count": 5
            },
            "cond-mat": {
                "count": 274
            },
            "hep-th": {
                "count": 66
            },
            "SP": {
                "count": 33
            },
            "hep-ph": {
                "count": 69
            },
            "FA": {
                "count": 6
            },
            "nucl-th": {
                "count": 17
            },
            "q-bio": {
                "count": 80
            },
            "HE": {
                "count": 22
            },
            "HC": {
                "count": 2
            },
            "stat": {
                "count": 60
            },
            "ML": {
                "count": 16
            },
            "IV": {
                "count": 13
            },
            "stat-mech": {
                "count": 47
            },
            "DS": {
                "count": 14
            },
            "ME": {
                "count": 12
            },
            "CC": {
                "count": 2
            },
            "mtrl-sci": {
                "count": 22
            },
            "PE": {
                "count": 16
            },
            "NT": {
                "count": 11
            },
            "SC": {
                "count": 6
            },
            "AG": {
                "count": 13
            },
            "physics": {
                "count": 81
            },
            "ins-det": {
                "count": 9
            },
            "GA": {
                "count": 18
            },
            "BM": {
                "count": 6
            },
            "GN": {
                "count": 17
            },
            "NA": {
                "count": 15
            },
            "app-ph": {
                "count": 7
            },
            "RT": {
                "count": 6
            },
            "other": {
                "count": 37
            },
            "soft": {
                "count": 15
            },
            "CO": {
                "count": 33
            },
            "supr-con": {
                "count": 21
            },
            "chem-ph": {
                "count": 3
            },
            "DM": {
                "count": 2
            },
            "MN": {
                "count": 12
            },
            "q-fin": {
                "count": 27
            },
            "PM": {
                "count": 2
            },
            "AP": {
                "count": 27
            },
            "gr-qc": {
                "count": 15
            },
            "quant-gas": {
                "count": 8
            },
            "mes-hall": {
                "count": 33
            },
            "IT": {
                "count": 19
            },
            "SI": {
                "count": 6
            },
            "SG": {
                "count": 3
            },
            "bio-ph": {
                "count": 2
            },
            "SR": {
                "count": 16
            },
            "soc-ph": {
                "count": 5
            },
            "hep-ex": {
                "count": 15
            },
            "DG": {
                "count": 11
            },
            "NE": {
                "count": 5
            },
            "CR": {
                "count": 6
            },
            "CL": {
                "count": 12
            },
            "RM": {
                "count": 3
            },
            "econ": {
                "count": 17
            },
            "nlin": {
                "count": 5
            },
            "PS": {
                "count": 1
            },
            "LG": {
                "count": 26
            },
            "QA": {
                "count": 9
            },
            "str-el": {
                "count": 26
            },
            "CV": {
                "count": 34
            },
            "MF": {
                "count": 6
            },
            "IM": {
                "count": 7
            },
            "EM": {
                "count": 6
            },
            "TH": {
                "count": 5
            },
            "PR": {
                "count": 20
            },
            "AT": {
                "count": 4
            },
            "OA": {
                "count": 4
            },
            "CP": {
                "count": 6
            },
            "LO": {
                "count": 14
            },
            "flu-dyn": {
                "count": 6
            },
            "atom-ph": {
                "count": 8
            },
            "class-ph": {
                "count": 1
            },
            "SY": {
                "count": 20
            },
            "IR": {
                "count": 1
            },
            "plasm-ph": {
                "count": 8
            },
            "CE": {
                "count": 2
            },
            "AO": {
                "count": 1
            },
            "comp-ph": {
                "count": 3
            },
            "optics": {
                "count": 12
            },
            "MG": {
                "count": 4
            },
            "ST": {
                "count": 6
            },
            "nucl-ex": {
                "count": 6
            },
            "CY": {
                "count": 9
            },
            "ao-ph": {
                "count": 2
            },
            "DB": {
                "count": 1
            },
            "math-ph": {
                "count": 10
            },
            "NC": {
                "count": 13
            },
            "GT": {
                "count": 11
            },
            "TO": {
                "count": 2
            },
            "AI": {
                "count": 9
            },
            "NI": {
                "count": 2
            },
            "gen-ph": {
                "count": 4
            },
            "OT": {
                "count": 4
            },
            "SD": {
                "count": 2
            },
            "dis-nn": {
                "count": 4
            },
            "RO": {
                "count": 7
            },
            "CA": {
                "count": 6
            },
            "FL": {
                "count": 1
            },
            "SE": {
                "count": 5
            },
            "EP": {
                "count": 9
            },
            "hist-ph": {
                "count": 1
            },
            "QM": {
                "count": 9
            },
            "ed-ph": {
                "count": 2
            },
            "GR": {
                "count": 4
            },
            "MS": {
                "count": 1
            },
            "CD": {
                "count": 1
            },
            "ET": {
                "count": 1
            },
            "acc-ph": {
                "count": 5
            },
            "AC": {
                "count": 2
            },
            "OH": {
                "count": 1
            },
            "EC": {
                "count": 2
            },
            "DL": {
                "count": 1
            },
            "AS": {
                "count": 3
            },
            "geo-ph": {
                "count": 2
            },
            "CG": {
                "count": 3
            },
            "CB": {
                "count": 1
            },
            "AR": {
                "count": 1
            },
            "TR": {
                "count": 1
            },
            "atm-clus": {
                "count": 1
            }
        }
    }
}

This dataset card was automatically generated using MTEB

Downloads last month
595