Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Russian
ArXiv:
Libraries:
Datasets
pandas
License:
Samoed commited on
Commit
de8ef05
·
verified ·
1 Parent(s): 698cb16

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +169 -0
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -21,4 +31,163 @@ configs:
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
 
 
 
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - human-annotated
4
+ language:
5
+ - rus
6
+ license: cc-by-nc-sa-4.0
7
+ multilinguality: monolingual
8
+ task_categories:
9
+ - text-classification
10
+ task_ids:
11
+ - Sentiment/Hate speech
12
  dataset_info:
13
  features:
14
  - name: text
 
31
  path: data/train-*
32
  - split: test
33
  path: data/test-*
34
+ tags:
35
+ - mteb
36
+ - text
37
  ---
38
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
39
+
40
+ <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;">
41
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">InappropriatenessClassificationv2</h1>
42
+ <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>
43
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
44
+ </div>
45
+
46
+ Inappropriateness identification in the form of binary classification
47
+
48
+ | | |
49
+ |---------------|---------------------------------------------|
50
+ | Task category | t2t |
51
+ | Domains | Web, Social, Written |
52
+ | Reference | https://aclanthology.org/2021.bsnlp-1.4 |
53
+
54
+
55
+ ## How to evaluate on this task
56
+
57
+ You can evaluate an embedding model on this dataset using the following code:
58
+
59
+ ```python
60
+ import mteb
61
+
62
+ task = mteb.get_tasks(["InappropriatenessClassificationv2"])
63
+ evaluator = mteb.MTEB(task)
64
+
65
+ model = mteb.get_model(YOUR_MODEL)
66
+ evaluator.run(model)
67
+ ```
68
+
69
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
70
+ To learn more about how to run models on `mteb` task check out the [GitHub repitory](https://github.com/embeddings-benchmark/mteb).
71
+
72
+ ## Citation
73
+
74
+ 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).
75
+
76
+ ```bibtex
77
+
78
+ @inproceedings{babakov-etal-2021-detecting,
79
+ abstract = {Not all topics are equally {``}flammable{''} in terms of toxicity: a calm discussion of turtles or fishing less often fuels inappropriate toxic dialogues than a discussion of politics or sexual minorities. We define a set of sensitive topics that can yield inappropriate and toxic messages and describe the methodology of collecting and labelling a dataset for appropriateness. While toxicity in user-generated data is well-studied, we aim at defining a more fine-grained notion of inappropriateness. The core of inappropriateness is that it can harm the reputation of a speaker. This is different from toxicity in two respects: (i) inappropriateness is topic-related, and (ii) inappropriate message is not toxic but still unacceptable. We collect and release two datasets for Russian: a topic-labelled dataset and an appropriateness-labelled dataset. We also release pre-trained classification models trained on this data.},
80
+ address = {Kiyv, Ukraine},
81
+ author = {Babakov, Nikolay and
82
+ Logacheva, Varvara and
83
+ Kozlova, Olga and
84
+ Semenov, Nikita and
85
+ Panchenko, Alexander},
86
+ booktitle = {Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing},
87
+ editor = {Babych, Bogdan and
88
+ Kanishcheva, Olga and
89
+ Nakov, Preslav and
90
+ Piskorski, Jakub and
91
+ Pivovarova, Lidia and
92
+ Starko, Vasyl and
93
+ Steinberger, Josef and
94
+ Yangarber, Roman and
95
+ Marci{\'n}czuk, Micha{\l} and
96
+ Pollak, Senja and
97
+ P{\v{r}}ib{\'a}{\v{n}}, Pavel and
98
+ Robnik-{\v{S}}ikonja, Marko},
99
+ month = apr,
100
+ pages = {26--36},
101
+ publisher = {Association for Computational Linguistics},
102
+ title = {Detecting Inappropriate Messages on Sensitive Topics that Could Harm a Company{'}s Reputation},
103
+ url = {https://aclanthology.org/2021.bsnlp-1.4},
104
+ year = {2021},
105
+ }
106
+
107
+
108
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
109
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
110
+ 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},
111
+ publisher = {arXiv},
112
+ journal={arXiv preprint arXiv:2502.13595},
113
+ year={2025},
114
+ url={https://arxiv.org/abs/2502.13595},
115
+ doi = {10.48550/arXiv.2502.13595},
116
+ }
117
+
118
+ @article{muennighoff2022mteb,
119
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
120
+ title = {MTEB: Massive Text Embedding Benchmark},
121
+ publisher = {arXiv},
122
+ journal={arXiv preprint arXiv:2210.07316},
123
+ year = {2022}
124
+ url = {https://arxiv.org/abs/2210.07316},
125
+ doi = {10.48550/ARXIV.2210.07316},
126
+ }
127
+ ```
128
+
129
+ # Dataset Statistics
130
+ <details>
131
+ <summary> Dataset Statistics</summary>
132
+
133
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
134
+
135
+ ```python
136
+ import mteb
137
+
138
+ task = mteb.get_task("InappropriatenessClassificationv2")
139
+
140
+ desc_stats = task.metadata.descriptive_stats
141
+ ```
142
+
143
+ ```json
144
+ {
145
+ "test": {
146
+ "num_samples": 3000,
147
+ "number_of_characters": 304259,
148
+ "number_texts_intersect_with_train": 0,
149
+ "min_text_length": 15,
150
+ "average_text_length": 101.41966666666667,
151
+ "max_text_length": 2159,
152
+ "unique_texts": 3000,
153
+ "min_labels_per_text": 1,
154
+ "average_label_per_text": 1.0,
155
+ "max_labels_per_text": 1,
156
+ "unique_labels": 2,
157
+ "labels": {
158
+ "0": {
159
+ "count": 2110
160
+ },
161
+ "1": {
162
+ "count": 890
163
+ }
164
+ }
165
+ },
166
+ "train": {
167
+ "num_samples": 3000,
168
+ "number_of_characters": 304641,
169
+ "number_texts_intersect_with_train": null,
170
+ "min_text_length": 19,
171
+ "average_text_length": 101.547,
172
+ "max_text_length": 1802,
173
+ "unique_texts": 3000,
174
+ "min_labels_per_text": 1,
175
+ "average_label_per_text": 1.0,
176
+ "max_labels_per_text": 1,
177
+ "unique_labels": 2,
178
+ "labels": {
179
+ "0": {
180
+ "count": 2126
181
+ },
182
+ "1": {
183
+ "count": 874
184
+ }
185
+ }
186
+ }
187
+ }
188
+ ```
189
+
190
+ </details>
191
+
192
+ ---
193
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*