--- language: - cmn multilinguality: monolingual task_categories: - text-classification task_ids: [] dataset_info: features: - name: text dtype: string - name: label dtype: int64 splits: - name: test num_bytes: 2095284 num_examples: 2600 - name: train num_bytes: 9980073 num_examples: 12133 - name: validation num_bytes: 2146723 num_examples: 2599 download_size: 9644570 dataset_size: 14222080 configs: - config_name: default data_files: - split: test path: data/test-* - split: train path: data/train-* - split: validation path: data/validation-* tags: - mteb - text ---

IFlyTek

An MTEB dataset
Massive Text Embedding Benchmark
Long Text classification for the description of Apps | | | |---------------|---------------------------------------------| | Task category | t2c | | Domains | None | | Reference | https://www.cluebenchmarks.com/introduce.html | ## How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: ```python import mteb task = mteb.get_tasks(["IFlyTek"]) 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](https://github.com/embeddings-benchmark/mteb). ## Citation 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). ```bibtex @inproceedings{xu-etal-2020-clue, abstract = {The advent of natural language understanding (NLU) benchmarks for English, such as GLUE and SuperGLUE allows new NLU models to be evaluated across a diverse set of tasks. These comprehensive benchmarks have facilitated a broad range of research and applications in natural language processing (NLP). The problem, however, is that most such benchmarks are limited to English, which has made it difficult to replicate many of the successes in English NLU for other languages. To help remedy this issue, we introduce the first large-scale Chinese Language Understanding Evaluation (CLUE) benchmark. CLUE is an open-ended, community-driven project that brings together 9 tasks spanning several well-established single-sentence/sentence-pair classification tasks, as well as machine reading comprehension, all on original Chinese text. To establish results on these tasks, we report scores using an exhaustive set of current state-of-the-art pre-trained Chinese models (9 in total). We also introduce a number of supplementary datasets and additional tools to help facilitate further progress on Chinese NLU. Our benchmark is released at https://www.cluebenchmarks.com}, address = {Barcelona, Spain (Online)}, author = {Xu, Liang and Hu, Hai and Zhang, Xuanwei and Li, Lu and Cao, Chenjie and Li, Yudong and Xu, Yechen and Sun, Kai and Yu, Dian and Yu, Cong and Tian, Yin and Dong, Qianqian and Liu, Weitang and Shi, Bo and Cui, Yiming and Li, Junyi and Zeng, Jun and Wang, Rongzhao and Xie, Weijian and Li, Yanting and Patterson, Yina and Tian, Zuoyu and Zhang, Yiwen and Zhou, He and Liu, Shaoweihua and Zhao, Zhe and Zhao, Qipeng and Yue, Cong and Zhang, Xinrui and Yang, Zhengliang and Richardson, Kyle and Lan, Zhenzhong }, booktitle = {Proceedings of the 28th International Conference on Computational Linguistics}, doi = {10.18653/v1/2020.coling-main.419}, month = dec, pages = {4762--4772}, publisher = {International Committee on Computational Linguistics}, title = {{CLUE}: A {C}hinese Language Understanding Evaluation Benchmark}, url = {https://aclanthology.org/2020.coling-main.419}, 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}, } ``` # Dataset Statistics
Dataset Statistics The following code contains the descriptive statistics from the task. These can also be obtained using: ```python import mteb task = mteb.get_task("IFlyTek") desc_stats = task.metadata.descriptive_stats ``` ```json { "validation": { "num_samples": 2599, "number_of_characters": 753272, "number_texts_intersect_with_train": 270, "min_text_length": 11, "average_text_length": 289.8314736437091, "max_text_length": 1755, "unique_text": 2549, "unique_labels": 119, "labels": { "110": { "count": 3 }, "70": { "count": 388 }, "10": { "count": 22 }, "18": { "count": 79 }, "17": { "count": 192 }, "34": { "count": 36 }, "71": { "count": 123 }, "104": { "count": 4 }, "49": { "count": 38 }, "20": { "count": 53 }, "44": { "count": 7 }, "24": { "count": 27 }, "95": { "count": 79 }, "21": { "count": 56 }, "66": { "count": 2 }, "83": { "count": 7 }, "94": { "count": 25 }, "19": { "count": 36 }, "46": { "count": 52 }, "96": { "count": 51 }, "113": { "count": 32 }, "36": { "count": 54 }, "87": { "count": 6 }, "106": { "count": 68 }, "62": { "count": 9 }, "98": { "count": 8 }, "22": { "count": 35 }, "45": { "count": 15 }, "13": { "count": 24 }, "28": { "count": 49 }, "15": { "count": 9 }, "82": { "count": 19 }, "4": { "count": 37 }, "102": { "count": 14 }, "88": { "count": 4 }, "25": { "count": 36 }, "91": { "count": 23 }, "48": { "count": 36 }, "74": { "count": 6 }, "53": { "count": 97 }, "57": { "count": 7 }, "11": { "count": 21 }, "103": { "count": 16 }, "111": { "count": 35 }, "56": { "count": 40 }, "58": { "count": 14 }, "27": { "count": 4 }, "1": { "count": 10 }, "16": { "count": 42 }, "9": { "count": 29 }, "99": { "count": 20 }, "47": { "count": 8 }, "35": { "count": 14 }, "61": { "count": 9 }, "101": { "count": 14 }, "72": { "count": 6 }, "41": { "count": 5 }, "8": { "count": 29 }, "84": { "count": 8 }, "69": { "count": 3 }, "114": { "count": 4 }, "12": { "count": 17 }, "54": { "count": 23 }, "92": { "count": 8 }, "118": { "count": 18 }, "42": { "count": 6 }, "97": { "count": 24 }, "100": { "count": 9 }, "29": { "count": 9 }, "117": { "count": 2 }, "23": { "count": 11 }, "59": { "count": 16 }, "81": { "count": 6 }, "14": { "count": 5 }, "116": { "count": 22 }, "52": { "count": 1 }, "63": { "count": 6 }, "43": { "count": 3 }, "85": { "count": 15 }, "80": { "count": 5 }, "79": { "count": 1 }, "77": { "count": 8 }, "93": { "count": 8 }, "65": { "count": 3 }, "7": { "count": 6 }, "75": { "count": 10 }, "78": { "count": 9 }, "55": { "count": 5 }, "3": { "count": 4 }, "26": { "count": 17 }, "67": { "count": 3 }, "115": { "count": 6 }, "112": { "count": 4 }, "89": { "count": 2 }, "90": { "count": 3 }, "33": { "count": 8 }, "60": { "count": 9 }, "50": { "count": 5 }, "37": { "count": 3 }, "73": { "count": 6 }, "68": { "count": 2 }, "39": { "count": 5 }, "51": { "count": 4 }, "76": { "count": 5 }, "32": { "count": 4 }, "64": { "count": 6 }, "107": { "count": 3 }, "30": { "count": 5 }, "31": { "count": 4 }, "108": { "count": 4 }, "40": { "count": 2 }, "5": { "count": 4 }, "109": { "count": 1 }, "86": { "count": 3 }, "38": { "count": 6 }, "2": { "count": 5 }, "105": { "count": 4 }, "0": { "count": 5 }, "6": { "count": 2 } } }, "train": { "num_samples": 12133, "number_of_characters": 3506882, "number_texts_intersect_with_train": null, "min_text_length": 10, "average_text_length": 289.0366768317811, "max_text_length": 4282, "unique_text": 11425, "unique_labels": 119, "labels": { "11": { "count": 76 }, "95": { "count": 375 }, "74": { "count": 22 }, "70": { "count": 1980 }, "58": { "count": 58 }, "25": { "count": 135 }, "54": { "count": 121 }, "34": { "count": 240 }, "71": { "count": 506 }, "12": { "count": 102 }, "49": { "count": 138 }, "24": { "count": 163 }, "19": { "count": 169 }, "18": { "count": 364 }, "17": { "count": 952 }, "53": { "count": 369 }, "4": { "count": 129 }, "99": { "count": 116 }, "20": { "count": 264 }, "118": { "count": 111 }, "108": { "count": 10 }, "113": { "count": 135 }, "94": { "count": 108 }, "28": { "count": 204 }, "48": { "count": 143 }, "96": { "count": 210 }, "116": { "count": 114 }, "23": { "count": 25 }, "22": { "count": 173 }, "21": { "count": 280 }, "102": { "count": 112 }, "13": { "count": 142 }, "97": { "count": 115 }, "56": { "count": 149 }, "1": { "count": 37 }, "46": { "count": 237 }, "36": { "count": 253 }, "83": { "count": 36 }, "111": { "count": 156 }, "30": { "count": 11 }, "82": { "count": 86 }, "42": { "count": 15 }, "16": { "count": 180 }, "117": { "count": 23 }, "0": { "count": 20 }, "72": { "count": 34 }, "90": { "count": 39 }, "47": { "count": 46 }, "35": { "count": 42 }, "98": { "count": 37 }, "81": { "count": 26 }, "9": { "count": 111 }, "59": { "count": 82 }, "92": { "count": 54 }, "91": { "count": 99 }, "100": { "count": 28 }, "79": { "count": 23 }, "10": { "count": 74 }, "29": { "count": 27 }, "8": { "count": 125 }, "110": { "count": 27 }, "45": { "count": 46 }, "103": { "count": 71 }, "5": { "count": 44 }, "88": { "count": 44 }, "66": { "count": 11 }, "101": { "count": 69 }, "3": { "count": 20 }, "43": { "count": 13 }, "39": { "count": 17 }, "60": { "count": 40 }, "14": { "count": 53 }, "62": { "count": 42 }, "89": { "count": 5 }, "106": { "count": 263 }, "41": { "count": 21 }, "85": { "count": 84 }, "105": { "count": 24 }, "38": { "count": 40 }, "31": { "count": 43 }, "107": { "count": 22 }, "78": { "count": 52 }, "76": { "count": 31 }, "104": { "count": 31 }, "26": { "count": 58 }, "73": { "count": 42 }, "84": { "count": 43 }, "50": { "count": 30 }, "44": { "count": 44 }, "65": { "count": 19 }, "114": { "count": 13 }, "40": { "count": 20 }, "61": { "count": 29 }, "7": { "count": 14 }, "112": { "count": 27 }, "2": { "count": 33 }, "115": { "count": 32 }, "75": { "count": 35 }, "33": { "count": 18 }, "37": { "count": 21 }, "52": { "count": 11 }, "93": { "count": 26 }, "80": { "count": 28 }, "87": { "count": 23 }, "51": { "count": 15 }, "77": { "count": 36 }, "27": { "count": 22 }, "15": { "count": 30 }, "109": { "count": 20 }, "64": { "count": 24 }, "63": { "count": 26 }, "55": { "count": 14 }, "32": { "count": 17 }, "86": { "count": 9 }, "67": { "count": 7 }, "57": { "count": 16 }, "6": { "count": 3 }, "69": { "count": 3 }, "68": { "count": 1 } } } } ```
--- *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*