lheuveline
commited on
Commit
·
89eaa81
1
Parent(s):
74eefcf
First version
Browse files- README.md +32 -0
- merged_datasets.csv +0 -0
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
4 |
+
|
5 |
+
|
6 |
+
### FrenchHateSpeechSuperset
|
7 |
+
|
8 |
+
This dataset is a superset of multiple datasets including hate speech, harasment, sexist, racist, etc...messages from various platforms.
|
9 |
+
|
10 |
+
Included datasets :
|
11 |
+
|
12 |
+
- MLMA dataset
|
13 |
+
- CAA dataset
|
14 |
+
- FTR dataset
|
15 |
+
- "An Annotated Corpus for Sexism Detection in French Tweets" dataset
|
16 |
+
- UC-Berkeley-Measuring-Hate-Speech dataset (translated from english*)
|
17 |
+
|
18 |
+
|
19 |
+
#### References
|
20 |
+
|
21 |
+
TO-DO
|
22 |
+
|
23 |
+
### Translation
|
24 |
+
|
25 |
+
French datasets for hate speech are quite rare. To augment current dataset, messages from other languages (english only for now) have been integrated.
|
26 |
+
To integrate other languages dataset, MT model were used and manually selected for each dataset.
|
27 |
+
|
28 |
+
- UC-Berkeley-Measuring-Hate-Speech dataset : Abelll/marian-finetuned-kde4-en-to-fr
|
29 |
+
|
30 |
+
### Language verification
|
31 |
+
|
32 |
+
Since MT models are not perfect, some messages are not entirely translated or not translated at all.
|
33 |
+
To check for obvious errors in pipeline, a general language detection model is used to prune non french texts.
|
34 |
+
|
35 |
+
Language detection model : papluca/xlm-roberta-base-language-detection
|
merged_datasets.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|