Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
- 33.058 texts in total, 14.491 NOT hateful texts and 18.567 HATEFUL texts
|
6 |
+
- All duplicate values were removed
|
7 |
+
- Split using sklearn into 80% train and 20% temporary test (stratified label). Then split the test set using 0.50% test and validation (stratified label)
|
8 |
+
- Split: 80/10/10
|
9 |
+
- Train set label distribution: 0 ==> 11.593, 1 ==> 14.853
|
10 |
+
- Validation set label distribution: 0 ==> 1.449, 1 ==> 1.857
|
11 |
+
- Test set label distribution: 0 ==> 1.449, 1 ==> 1.857
|
12 |
+
- Combination of 4 publicly available datasets:
|
13 |
+
- 1."Ethos" dataset (Mollas et al., 2022)
|
14 |
+
- 2. HateCheck: Functional Tests for Hate Speech Detection Models (Rottger et al., 2021)
|
15 |
+
- 3. A Benchmark Dataset for Learning to Intervene in Online Hate Speech (Qian et al., 2019)
|
16 |
+
- 4. Automated Hate Speech Detection and the Problem of Offensive Language (Davidson, et al., 2017)
|
17 |
+
|