Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
|
6 |
+
# Toxic Conversation
|
7 |
+
This is a version of the [Jigsaw Unintended Bias in Toxicity Classification dataset](https://www.kaggle.com/c/jigsaw-unintended-bias-in-toxicity-classification/overview). It contains comments from the Civil Comments platform together with annotations if the comment is toxic or not.
|
8 |
+
|
9 |
+
This dataset just contains the first 50k training examples.
|
10 |
+
|
11 |
+
10 annotators annotated each example and, as recommended in the task page, set a comment as toxic when target >= 0.5
|
12 |
+
|
13 |
+
The dataset is inbalanced, with only about 8% of the comments marked as toxic.
|