Commit
•
edfaf9d
1
Parent(s):
d7c0de2
Update README.md (#1)
Browse files- Update README.md (5d92228f887943eed478f788b15c6533b88288b1)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>
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.
|