Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- nl
|
5 |
+
pipeline_tag: text-classification
|
6 |
---
|
7 |
+
|
8 |
+
Fine-tuned model for detecting instances of abusive language in Ducth tweets. The model has been trained with [DALC v2.0 ](https://github.com/tommasoc80/DALC).
|
9 |
+
|
10 |
+
Abusive language is defined as "Impolite, harsh, or hurtful language (that may contain profanities or vulgar language) that result in a debasement, harassment,
|
11 |
+
threat, or aggression of an individual or a (social) group, but not necessarily of an entity, an institution, an organisations, or a concept." ([Ruitenbeek et al., 2022](https://aclanthology.org/2022.woah-1.5/))
|
12 |
+
|
13 |
+
The model achieve the following results on multiple test data:
|
14 |
+
|
15 |
+
- DALC held-out test set: macro F1: 72.23; F1 Abusive: 51.60
|
16 |
+
- HateCheck-NL (functional benchmark for hate speech): Accuracy: 60.19; Accuracy non-hateful tests: 57.38 ; Accuracy hateful tests: 59.58
|
17 |
+
- OP-NL (dynamyc benchmark for offensive language): macro F1: 57.57
|
18 |
+
|
19 |
+
More details on the training settings and pre-processind are available [here](https://github.com/tommasoc80/DALC)
|
20 |
+
|