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,14 +95,12 @@ An example of 'train' looks as follows.
|
|
95 |
|
96 |
### Data Fields
|
97 |
|
98 |
-
- `comment_id
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
0 = Non-offensive, 1 = Targeted insult, 2 = Racist, 3 = Homophobic, 4 = Sexist
|
106 |
|
107 |
### Data Splits
|
108 |
|
|
|
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`: 0 = Non-offensive, 1 = Targeted insult, 2 = Racist, 3 = Homophobic, 4 = Sexist
|
|
|
|
|
104 |
|
105 |
### Data Splits
|
106 |
|