Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
hate-speech-detection
Languages:
Portuguese
Size:
1K - 10K
Tags:
instagram
DOI:
Commit
·
cf961ae
1
Parent(s):
68d8703
feat: introduce link to scikit-multilearn
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ Portuguese
|
|
93 |
|
94 |
### Data Splits
|
95 |
|
96 |
-
The original authors of the dataset did not propose a standard data split. To address this, we use the
|
97 |
|
98 |
| name |train|validation|test|
|
99 |
|---------|----:|----:|----:|
|
|
|
93 |
|
94 |
### Data Splits
|
95 |
|
96 |
+
The original authors of the dataset did not propose a standard data split. To address this, we use the [multi-label data stratification technique](http://scikit.ml/stratification.html) implemented at the scikit-multilearn library to propose a train-validation-test split. This method considers all classes for hate speech in the data and attempts to balance the representation of each class in the split.
|
97 |
|
98 |
| name |train|validation|test|
|
99 |
|---------|----:|----:|----:|
|