AlexSham commited on
Commit
a72ec0a
1 Parent(s): a2a87b6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ language:
5
+ - ru
6
+ tags:
7
+ - NLP
8
+ - Toxic
9
+ - Russian
10
+ - classification
11
+ - binary classification
12
+ pretty_name: Toxic russian comments from ok.ru
13
+ ---
14
+ https://www.kaggle.com/datasets/alexandersemiletov/toxic-russian-comments
15
+
16
+ 0 - neutral user comments
17
+ 1 - toxic user comments
18
+
19
+ -----------------------
20
+
21
+ Toxic Russian Comments Dataset
22
+
23
+ This dataset contains labelled comments from the popular Russian social network ok.ru.
24
+
25
+ The data was used in a competition where participants had to automatically label each comment with at least one of the four predefined classes. The classes represent different levels of toxicity. The competition was held on the All Cups platform.
26
+
27
+ Each comment belongs to one of the following classes, with each label complying with the fastText formatting rules:
28
+
29
+ __label__NORMAL - neutral user comments
30
+
31
+ __label__INSULT - comments that humiliate a person
32
+
33
+ __label__THREAT - comments with an explicit intent to harm another person
34
+
35
+ __label__OBSCENITY - comments that contain a description or a threat of a sexual assault