Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
hate-speech-detection
Languages:
Romanian
Size:
1K - 10K
Tags:
hate-speech-detection
License:
Update README.md
Browse files
README.md
CHANGED
@@ -95,17 +95,14 @@ An example of 'train' looks as follows.
|
|
95 |
|
96 |
### Data Fields
|
97 |
|
98 |
-
- `comment_id':
|
99 |
-
'reply_to_comment_id':
|
100 |
-
'comment_nr':
|
101 |
-
'content_id':
|
102 |
-
'comment_text':
|
103 |
-
'LABEL':
|
104 |
-
|
105 |
-
-
|
106 |
-
- `text`: a `string`.
|
107 |
-
- `label`: categorical `OTHER`, `PROFANITY`, `INSULT`, `ABUSE`
|
108 |
-
|
109 |
|
110 |
### Data Splits
|
111 |
|
|
|
95 |
|
96 |
### Data Fields
|
97 |
|
98 |
+
- `comment_id': The unique comment ID,
|
99 |
+
'reply_to_comment_id': contains the header comment, if part of a conversation tree, otherwise empty
|
100 |
+
'comment_nr': the comments current number on the article
|
101 |
+
'content_id': the article ID
|
102 |
+
'comment_text': full comment text
|
103 |
+
'LABEL':
|
104 |
+
|
105 |
+
0 = Non-offensive, 1 = Targeted insult, 2 = Racist, 3 = Homophobic, 4 = Sexist
|
|
|
|
|
|
|
106 |
|
107 |
### Data Splits
|
108 |
|