Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Polish
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
4ced503
·
verified ·
1 Parent(s): 4fd9aba

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +167 -0
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: sentences
@@ -16,4 +26,161 @@ configs:
16
  data_files:
17
  - split: test
18
  path: data/test-*
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - derived
4
+ language:
5
+ - pol
6
+ license: gpl-3.0
7
+ multilinguality: monolingual
8
+ task_categories:
9
+ - text-classification
10
+ task_ids:
11
+ - topic-classification
12
  dataset_info:
13
  features:
14
  - name: sentences
 
26
  data_files:
27
  - split: test
28
  path: data/test-*
29
+ tags:
30
+ - mteb
31
+ - text
32
  ---
33
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
34
+
35
+ <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;">
36
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">EightTagsClustering</h1>
37
+ <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>
38
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
39
+ </div>
40
+
41
+ Clustering of headlines from social media posts in Polish belonging to 8 categories: film, history, food, medicine, motorization, work, sport and technology.
42
+
43
+ | | |
44
+ |---------------|---------------------------------------------|
45
+ | Task category | t2c |
46
+ | Domains | Social, Written |
47
+ | Reference | https://aclanthology.org/2020.lrec-1.207.pdf |
48
+
49
+
50
+ ## How to evaluate on this task
51
+
52
+ You can evaluate an embedding model on this dataset using the following code:
53
+
54
+ ```python
55
+ import mteb
56
+
57
+ task = mteb.get_tasks(["EightTagsClustering"])
58
+ evaluator = mteb.MTEB(task)
59
+
60
+ model = mteb.get_model(YOUR_MODEL)
61
+ evaluator.run(model)
62
+ ```
63
+
64
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
65
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
66
+
67
+ ## Citation
68
+
69
+ 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).
70
+
71
+ ```bibtex
72
+
73
+ @inproceedings{dadas-etal-2020-evaluation,
74
+ abstract = {Methods for learning sentence representations have been actively developed in recent years. However, the lack of pre-trained models and datasets annotated at the sentence level has been a problem for low-resource languages such as Polish which led to less interest in applying these methods to language-specific tasks. In this study, we introduce two new Polish datasets for evaluating sentence embeddings and provide a comprehensive evaluation of eight sentence representation methods including Polish and multilingual models. We consider classic word embedding models, recently developed contextual embeddings and multilingual sentence encoders, showing strengths and weaknesses of specific approaches. We also examine different methods of aggregating word vectors into a single sentence vector.},
75
+ address = {Marseille, France},
76
+ author = {Dadas, Slawomir and
77
+ Pere{\\l}kiewicz, Micha{\\l} and
78
+ Po{\\'s}wiata, Rafa{\\l}},
79
+ booktitle = {Proceedings of the Twelfth Language Resources and Evaluation Conference},
80
+ editor = {Calzolari, Nicoletta and
81
+ B{\'e}chet, Fr{\'e}d{\'e}ric and
82
+ Blache, Philippe and
83
+ Choukri, Khalid and
84
+ Cieri, Christopher and
85
+ Declerck, Thierry and
86
+ Goggi, Sara and
87
+ Isahara, Hitoshi and
88
+ Maegaard, Bente and
89
+ Mariani, Joseph and
90
+ Mazo, H{\\'e}l{\\`e}ne and
91
+ Moreno, Asuncion and
92
+ Odijk, Jan and
93
+ Piperidis, Stelios},
94
+ isbn = {979-10-95546-34-4},
95
+ language = {English},
96
+ month = may,
97
+ pages = {1674--1680},
98
+ publisher = {European Language Resources Association},
99
+ title = {Evaluation of Sentence Representations in {P}olish},
100
+ url = {https://aclanthology.org/2020.lrec-1.207},
101
+ year = {2020},
102
+ }
103
+
104
+
105
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
106
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
107
+ 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},
108
+ publisher = {arXiv},
109
+ journal={arXiv preprint arXiv:2502.13595},
110
+ year={2025},
111
+ url={https://arxiv.org/abs/2502.13595},
112
+ doi = {10.48550/arXiv.2502.13595},
113
+ }
114
+
115
+ @article{muennighoff2022mteb,
116
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
117
+ title = {MTEB: Massive Text Embedding Benchmark},
118
+ publisher = {arXiv},
119
+ journal={arXiv preprint arXiv:2210.07316},
120
+ year = {2022}
121
+ url = {https://arxiv.org/abs/2210.07316},
122
+ doi = {10.48550/ARXIV.2210.07316},
123
+ }
124
+ ```
125
+
126
+ # Dataset Statistics
127
+ <details>
128
+ <summary> Dataset Statistics</summary>
129
+
130
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
131
+
132
+ ```python
133
+ import mteb
134
+
135
+ task = mteb.get_task("EightTagsClustering")
136
+
137
+ desc_stats = task.metadata.descriptive_stats
138
+ ```
139
+
140
+ ```json
141
+ {
142
+ "test": {
143
+ "num_samples": 10,
144
+ "number_of_characters": 49373,
145
+ "min_text_length": 4373,
146
+ "average_text_length": 4937.3,
147
+ "max_text_length": 5000,
148
+ "unique_texts": 49373,
149
+ "min_labels_per_text": 4861,
150
+ "average_labels_per_text": 4937.3,
151
+ "max_labels_per_text": 7172,
152
+ "unique_labels": 8,
153
+ "labels": {
154
+ "0": {
155
+ "count": 6260
156
+ },
157
+ "7": {
158
+ "count": 6412
159
+ },
160
+ "5": {
161
+ "count": 6167
162
+ },
163
+ "2": {
164
+ "count": 7172
165
+ },
166
+ "4": {
167
+ "count": 4861
168
+ },
169
+ "1": {
170
+ "count": 5869
171
+ },
172
+ "3": {
173
+ "count": 6270
174
+ },
175
+ "6": {
176
+ "count": 6362
177
+ }
178
+ }
179
+ }
180
+ }
181
+ ```
182
+
183
+ </details>
184
+
185
+ ---
186
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*