Y-Research-Group/CSR-NV_Embed_v2-Clustering-Biorxiv_TwentyNews
Text Classification • 8B • Updated • 7
sentences sequencelengths 1k 10.9k | labels sequencelengths 1k 10.9k |
|---|---|
[
"Motorola MC143150 and MC143120",
"Windows 3.1(new) for sale $35",
"Gospel Dating",
"Help with ultra-long timing",
"Cirrus Logic 5426 Graph Card",
"What is Zero dB????",
"Wings will win",
"To be exact, 2.5 million Muslims were exterminated by the Armenians.",
"Morality? (was Re: <Political Atheists?... | [
12,
6,
0,
12,
2,
12,
10,
17,
0,
14,
13,
1,
16,
9,
10,
3,
15,
7,
5,
10,
10,
3,
11,
18,
6,
16,
3,
17,
12,
17,
10,
11,
8,
13,
1,
19,
15,
9,
7,
16,
1,
4,
11,
11,
12,
0,
12,
1,
7,
16,
5,
16,
9,
2,
6,
9,
11,
... |
[
"REPOST: Tape Drives (4mm, 8mm) for sale.",
"Part 1 and part 2 (re: Homosexuality)",
"How to beat the Pens",
"Windows for WorkGroups and LAN Workplace",
"Do trains have radar?",
"space food sticks",
"\"Conventional Proposales\": Israel & Palestinians",
"Barbecued foods and health risk",
"After 2000 ... | [
6,
19,
10,
2,
7,
14,
17,
13,
19,
0,
5,
15,
2,
17,
11,
4,
3,
6,
15,
16,
6,
7,
13,
14,
8,
7,
8,
8,
3,
14,
2,
9,
6,
6,
11,
1,
0,
16,
14,
10,
0,
11,
17,
6,
3,
10,
7,
1,
5,
2,
9,
11,
4,
19,
0,
11,
18,
15,
... |
["Computer Engr vs. Computer Science","The bad press Islam has recieved.","Accounts of Anti-Armenian(...TRUNCATED) | [4,19,17,19,6,8,16,2,1,4,12,5,7,10,7,15,1,10,17,3,12,10,9,14,14,7,17,10,6,14,6,2,4,4,17,10,12,5,10,3(...TRUNCATED) |
["Keeping the silent memory of 2.5 million Muslim people alive.","built-in video problems on Mac IIs(...TRUNCATED) | [17,4,11,1,14,4,13,16,13,19,3,2,10,19,16,14,11,2,18,14,7,10,6,11,8,7,15,0,6,11,11,7,15,1,9,1,7,19,3,(...TRUNCATED) |
["Another happy Gateway owner","WC 93: Results, April 20","David Koresh - Messianic Cult???","Why do(...TRUNCATED) | [3,10,19,4,12,4,11,13,19,3,0,9,0,3,11,0,8,1,4,12,8,13,15,1,1,1,16,2,5,10,18,13,8,6,2,7,2,18,4,4,14,1(...TRUNCATED) |
["Telephone on hook/off hok ok circuit ~","Golden & Space ages","Pantheism and Environmentalism","Co(...TRUNCATED) | [12,14,15,14,17,7,18,2,12,13,19,16,9,16,13,11,19,14,7,12,14,4,8,3,4,5,17,10,13,5,17,4,2,9,4,0,11,1,1(...TRUNCATED) |
["Gotta a Question....","[ANNOUNCE] Ivan Sutherland to speak at Harvard","wrong RAM in Duo?","BATF/F(...TRUNCATED) | [9,1,4,16,6,16,8,17,12,4,18,13,1,15,9,6,13,12,11,7,12,16,16,11,4,13,3,15,16,18,17,9,11,3,9,16,15,2,1(...TRUNCATED) |
["Need Windows-logo","Legal definition of religion","Women's Jackets? (was Ed must be a Daemon Child(...TRUNCATED) | [2,15,8,18,3,14,9,14,1,2,16,5,9,15,15,4,16,19,17,5,9,15,18,15,17,4,13,7,11,3,13,9,14,12,17,9,17,16,6(...TRUNCATED) |
["Why VESA Local-Bus ????","Suggestion for \"resources\" FAQ","WHAT'S WITH ALL THESE SCORES?","nucle(...TRUNCATED) | [3,0,9,14,14,11,9,13,3,0,1,5,3,1,13,12,1,0,12,16,12,17,3,3,7,15,4,9,2,10,6,4,12,5,15,2,2,4,4,11,1,16(...TRUNCATED) |
["Truetype OEM font with line drawing characters etc wanted","Eco-Freaks forcing Space Mining.","Ast(...TRUNCATED) | [2,14,9,0,12,3,9,12,2,0,11,13,17,3,19,17,18,15,14,17,16,5,0,7,12,6,12,1,18,9,9,2,3,14,7,11,2,1,12,7,(...TRUNCATED) |
Clustering of the 20 Newsgroups dataset (subject only).
| Task category | t2c |
| Domains | News, Written |
| Reference | https://scikit-learn.org/0.19/datasets/twenty_newsgroups.html |
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["TwentyNewsgroupsClustering.v2"])
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.
@incollection{LANG1995331,
address = {San Francisco (CA)},
author = {Ken Lang},
booktitle = {Machine Learning Proceedings 1995},
doi = {https://doi.org/10.1016/B978-1-55860-377-6.50048-7},
editor = {Armand Prieditis and Stuart Russell},
isbn = {978-1-55860-377-6},
pages = {331-339},
publisher = {Morgan Kaufmann},
title = {NewsWeeder: Learning to Filter Netnews},
url = {https://www.sciencedirect.com/science/article/pii/B9781558603776500487},
year = {1995},
}
@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("TwentyNewsgroupsClustering.v2")
desc_stats = task.metadata.descriptive_stats
{
"test": {
"num_samples": 59545,
"number_of_characters": 1907719,
"min_text_length": 11,
"average_text_length": 32.03827357460744,
"max_text_length": 120,
"min_labels_per_text": 2082,
"average_labels_per_text": 1.0,
"max_labels_per_text": 3236,
"unique_labels": 20,
"labels": {
"12": {
"count": 3137
},
"6": {
"count": 3070
},
"0": {
"count": 2613
},
"2": {
"count": 3155
},
"10": {
"count": 3220
},
"17": {
"count": 2986
},
"14": {
"count": 3106
},
"13": {
"count": 3055
},
"1": {
"count": 3056
},
"16": {
"count": 2911
},
"9": {
"count": 2984
},
"3": {
"count": 3070
},
"15": {
"count": 3090
},
"7": {
"count": 3036
},
"5": {
"count": 3124
},
"11": {
"count": 3236
},
"18": {
"count": 2483
},
"8": {
"count": 3090
},
"19": {
"count": 2082
},
"4": {
"count": 3041
}
}
}
}
This dataset card was automatically generated using MTEB