Datasets:

Modalities:
Text
Formats:
parquet
Languages:
German
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
f11d00a
·
verified ·
1 Parent(s): 046e53f

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +187 -22
README.md CHANGED
@@ -1,24 +1,189 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: label
7
- dtype: int64
8
- splits:
9
- - name: train
10
- num_bytes: 24418220
11
- num_examples: 9245
12
- - name: test
13
- num_bytes: 2756401
14
- num_examples: 1028
15
- download_size: 17197859
16
- dataset_size: 27174621
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- - split: test
23
- path: data/test-*
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-annotated
4
+ language:
5
+ - deu
6
+ license: cc-by-nc-sa-4.0
7
+ multilinguality: monolingual
8
+ task_categories:
9
+ - text-classification
10
+ task_ids:
11
+ - Topic classification
12
+ tags:
13
+ - mteb
14
+ - text
 
 
 
 
 
 
 
 
 
15
  ---
16
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
17
+
18
+ <div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;">
19
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">TenKGnadClassification</h1>
20
+ <div style="font-size: 1.5rem; color: #4a4a4a; margin-bottom: 5px; font-weight: 300;">An <a href="https://github.com/embeddings-benchmark/mteb" style="color: #2c5282; font-weight: 600; text-decoration: none;" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">MTEB</a> dataset</div>
21
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
22
+ </div>
23
+
24
+ 10k German News Articles Dataset (10kGNAD) contains news articles from the online Austrian newspaper website DER Standard with their topic classification (9 classes).
25
+
26
+ | | |
27
+ |---------------|---------------------------------------------|
28
+ | Task category | t2c |
29
+ | Domains | News, Written |
30
+ | Reference | https://tblock.github.io/10kGNAD/ |
31
+
32
+
33
+ ## How to evaluate on this task
34
+
35
+ You can evaluate an embedding model on this dataset using the following code:
36
+
37
+ ```python
38
+ import mteb
39
+
40
+ task = mteb.get_tasks(["TenKGnadClassification"])
41
+ evaluator = mteb.MTEB(task)
42
+
43
+ model = mteb.get_model(YOUR_MODEL)
44
+ evaluator.run(model)
45
+ ```
46
+
47
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
48
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
49
+
50
+ ## Citation
51
+
52
+ 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).
53
+
54
+ ```bibtex
55
+
56
+ @inproceedings{Schabus2017,
57
+ address = {Tokyo, Japan},
58
+ author = {Dietmar Schabus and Marcin Skowron and Martin Trapp},
59
+ booktitle = {Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR)},
60
+ doi = {10.1145/3077136.3080711},
61
+ month = aug,
62
+ pages = {1241--1244},
63
+ title = {One Million Posts: A Data Set of German Online Discussions},
64
+ year = {2017},
65
+ }
66
+
67
+
68
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
69
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
70
+ 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},
71
+ publisher = {arXiv},
72
+ journal={arXiv preprint arXiv:2502.13595},
73
+ year={2025},
74
+ url={https://arxiv.org/abs/2502.13595},
75
+ doi = {10.48550/arXiv.2502.13595},
76
+ }
77
+
78
+ @article{muennighoff2022mteb,
79
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
80
+ title = {MTEB: Massive Text Embedding Benchmark},
81
+ publisher = {arXiv},
82
+ journal={arXiv preprint arXiv:2210.07316},
83
+ year = {2022}
84
+ url = {https://arxiv.org/abs/2210.07316},
85
+ doi = {10.48550/ARXIV.2210.07316},
86
+ }
87
+ ```
88
+
89
+ # Dataset Statistics
90
+ <details>
91
+ <summary> Dataset Statistics</summary>
92
+
93
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
94
+
95
+ ```python
96
+ import mteb
97
+
98
+ task = mteb.get_task("TenKGnadClassification")
99
+
100
+ desc_stats = task.metadata.descriptive_stats
101
+ ```
102
+
103
+ ```json
104
+ {
105
+ "test": {
106
+ "num_samples": 1028,
107
+ "number_of_characters": 2700877,
108
+ "number_texts_intersect_with_train": 1,
109
+ "min_text_length": 67,
110
+ "average_text_length": 2627.3122568093386,
111
+ "max_text_length": 32600,
112
+ "unique_text": 1028,
113
+ "unique_labels": 9,
114
+ "labels": {
115
+ "3": {
116
+ "count": 141
117
+ },
118
+ "4": {
119
+ "count": 120
120
+ },
121
+ "0": {
122
+ "count": 168
123
+ },
124
+ "2": {
125
+ "count": 151
126
+ },
127
+ "1": {
128
+ "count": 168
129
+ },
130
+ "7": {
131
+ "count": 57
132
+ },
133
+ "5": {
134
+ "count": 102
135
+ },
136
+ "8": {
137
+ "count": 54
138
+ },
139
+ "6": {
140
+ "count": 67
141
+ }
142
+ }
143
+ },
144
+ "train": {
145
+ "num_samples": 9245,
146
+ "number_of_characters": 23923005,
147
+ "number_texts_intersect_with_train": null,
148
+ "min_text_length": 25,
149
+ "average_text_length": 2587.6695511087073,
150
+ "max_text_length": 22120,
151
+ "unique_text": 9244,
152
+ "unique_labels": 9,
153
+ "labels": {
154
+ "4": {
155
+ "count": 1081
156
+ },
157
+ "8": {
158
+ "count": 485
159
+ },
160
+ "0": {
161
+ "count": 1509
162
+ },
163
+ "3": {
164
+ "count": 1270
165
+ },
166
+ "5": {
167
+ "count": 913
168
+ },
169
+ "6": {
170
+ "count": 601
171
+ },
172
+ "2": {
173
+ "count": 1360
174
+ },
175
+ "1": {
176
+ "count": 1510
177
+ },
178
+ "7": {
179
+ "count": 516
180
+ }
181
+ }
182
+ }
183
+ }
184
+ ```
185
+
186
+ </details>
187
+
188
+ ---
189
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*