Datasets:

Modalities:
Text
Formats:
parquet
Languages:
French
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
sentences
sequence
labels
sequence
[ "Le sens concret et le sens abstrait", "L'usinage (ou le façonnage)", "La résolution de problèmes impliquant la fonction polynomiale de degré 2", "Charles Darwin", "Indefinite Articles (a/an)", "Accident ou incident", "Les systèmes de numération", "Les fonctions du groupe nominal (GN)", "Le rôle des...
[ "french", "science", "math", "history", "english", "french", "math", "french", "math", "french", "physics", "science", "history", "contemporary_world", "science", "french", "french", "history", "math", "math", "french", "history", "science", "french", "history", "hi...
[ "Confirmer ou infirmer", "Affirmative Form - Simple Past with Other Verbs", "Sinus et arc sinus |(\\sin^{-1})|", "Situer dans l'espace", "Sont et son", "Top notions : secondaire 1", "La technique de neutralisation d'une solution", "La circulation océanique", "La phrase non verbale", "L'aire des py...
[ "french", "english", "math", "history", "french", "revision", "science", "science", "french", "math", "geography", "history", "french", "english", "history", "math", "french", "english", "contemporary_world", "science", "science", "math", "history", "english", "math",...
[ "Les rapports de similitude, d'aire et de volume (k, k², k³)", "La coordination", "Les types d'évènements", "La division d'une expression algébrique par un monôme", "Les transformations de la matière", "Martin Luther King", "La lettre ouverte", "Le coefficient de corrélation linéaire", "Le neurone e...
[ "math", "french", "math", "math", "science", "history", "french", "math", "science", "native_communities", "science", "history", "geography", "tips", "science", "history", "math", "math", "science", "math", "science", "science", "geography", "science", "history", "m...
[ "Le schéma actantiel (ou actanciel)", "Yes/No Questions - Present Perfect Continuous", "La chanson", "Thérèse Casgrain", "Les grands voyages d'exploration", "La subordination", "Le Japon des Shogouns (notions avancées)", "Élisabeth II", "Le déterminant défini", "The Period", "La calorimétrie (Q ...
[ "french", "english", "french", "history", "history", "french", "history", "history", "french", "english", "chemistry", "french", "french", "history", "financial_ed", "math", "french", "french", "math", "french", "math", "science", "history", "french", "geography", "...
[ "Les conditions minimales d'isométrie des triangles", "La composition de transformations", "Les formules dans les circuits électriques", "Répertoires de révision", "La division de nombres décimaux", "Les formes d'écriture de la fonction polynomiale de degré 2", "De la fraction au pourcentage et l'invers...
[ "math", "math", "science", "tips", "math", "math", "math", "french", "english", "french", "french", "math", "physics", "french", "math", "french", "english", "history", "english", "science", "history", "chemistry", "revision", "french", "history", "chemistry", "ma...
[ "La guerre d'Algérie", "La neutralisation acidobasique", "La ponctuation", "L'alphabet", "Vadémécum - Point de fusion", "Le krach boursier et la Grande Dépression", "Les mélanges", "Le féminin des adjectifs", "La loi des sinus", "Les propriétés de la fonction valeur absolue", "Le pronom nominal ...
[ "history", "science", "french", "french", "science", "history", "science", "french", "math", "math", "french", "math", "french", "history", "history", "history", "geography", "math", "french", "math", "math", "math", "french", "history", "geography", "french", "fr...
[ "L'utilisation du microscope", "Histoire", "Lexique et notions avancées - Sédentarisation", "Résumé des caractéristiques des MRU et MRUA", "Le point de vue du narrateur", "La juxtaposition", "Les techniques de laboratoire en physique", "La médiane", "Le théorème de Thalès", "Les propriétés des opé...
[ "science", "history", "history", "physics", "french", "french", "physics", "math", "math", "math", "english", "french", "english", "history", "history", "math", "french", "french", "english", "physics", "history", "contemporary_world", "english", "english", "history",...
[ "L’hémistiche et la césure", "Les systèmes technologiques et leurs composants", "Reine Victoria", "La contraception", "Sigmund Freud", "L'instabilité ministérielle", "Le sens faible et le sens fort", "L'économie sous le gouvernement Duplessis", "L'organisation de l'Église chrétienne", "Le matériel...
[ "french", "science", "history", "science", "history", "history", "french", "history", "history", "science", "math", "history", "math", "science", "history", "history", "math", "geography", "history", "french", "history", "science", "physics", "contemporary_world", "ma...
[ "L’importance de se créer une routine de travail", "La racine d'un nombre", "Oscar Wilde", "L’abrègement", "La colonisation sous le contrôle des compagnies (1608-1663)", "Aide-mémoire en physique", "Répertoires de révision – Histoire – Secondaire", "Le modèle atomique simplifié", "L'effet Doppler (n...
[ "tips", "math", "history", "french", "history", "physics", "history", "science", "science", "science", "history", "physics", "english", "science", "math", "geography", "english", "english", "french", "chemistry", "science", "french", "french", "french", "science", "...
[ "Les caractéristiques d'une onde", "La situation sociodémographique (1760-1791)", "Les équations des lentilles", "Les aliments et les besoins énergétiques", "Personal Pronouns", "Répertoires de révision - Troisième année du primaire", "Superlative Adjectives", "La combustion et le triangle de feu", ...
[ "science", "history", "physics", "science", "english", "revision", "english", "science", "french", "french", "chemistry", "french", "english", "french", "science", "history", "tips", "english", "english", "math", "french", "history", "math", "geography", "science", ...

AlloProfClusteringS2S

An MTEB dataset
Massive Text Embedding Benchmark

Clustering of document titles from Allo Prof dataset. Clustering of 10 sets on the document topic.

Task category t2c
Domains Encyclopaedic, Written
Reference https://huggingface.co/datasets/lyon-nlp/alloprof

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(["AlloProfClusteringS2S"])
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.


@misc{lef23,
  author = {Lefebvre-Brossard, Antoine and Gazaille, Stephane and Desmarais, Michel C.},
  copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International},
  doi = {10.48550/ARXIV.2302.07738},
  keywords = {Computation and Language (cs.CL), Information Retrieval (cs.IR), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
  publisher = {arXiv},
  title = {Alloprof: a new French question-answer education dataset and its use in an information retrieval case study},
  url = {https://arxiv.org/abs/2302.07738},
  year = {2023},
}


@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("AlloProfClusteringS2S")

desc_stats = task.metadata.descriptive_stats
{
    "test": {
        "num_samples": 10,
        "number_of_characters": 2556,
        "min_text_length": 255,
        "average_text_length": 255.6,
        "max_text_length": 256,
        "unique_texts": 2548,
        "min_labels_per_text": 4,
        "average_labels_per_text": 255.6,
        "max_labels_per_text": 582,
        "unique_labels": 13,
        "labels": {
            "french": {
                "count": 582
            },
            "science": {
                "count": 422
            },
            "math": {
                "count": 498
            },
            "history": {
                "count": 435
            },
            "english": {
                "count": 206
            },
            "physics": {
                "count": 93
            },
            "contemporary_world": {
                "count": 88
            },
            "revision": {
                "count": 21
            },
            "chemistry": {
                "count": 71
            },
            "native_communities": {
                "count": 4
            },
            "geography": {
                "count": 84
            },
            "tips": {
                "count": 23
            },
            "financial_ed": {
                "count": 29
            }
        }
    }
}

This dataset card was automatically generated using MTEB

Downloads last month
110

Papers for mteb/AlloProfClusteringS2S