dnozza commited on
Commit
64a4d32
1 Parent(s): d00a0a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: it
3
  license: mit
4
+ tags:
5
+ - text classification
6
+ - abusive language
7
+ - hate speech
8
+ - offensive language
9
+
10
+ widget:
11
+ - text: "Ci sono dei bellissimi capibara!"
12
+ example_title: "Hate Speech Classification 1"
13
+ - text: "Sei una testa di cazzo!!"
14
+ example_title: "Hate Speech Classification 2"
15
+ - text: "Ti odio!"
16
+ example_title: "Hate Speech Classification 3"
17
+
18
+
19
  ---
20
+
21
+
22
+
23
+ #
24
+ [Debora Nozza](http://dnozza.github.io/) •
25
+ [Federico Bianchi](https://federicobianchi.io/) •
26
+ [Giuseppe Attanasio](https://gattanasio.cc/)
27
+
28
+
29
+ # HATE-ITA Base
30
+ HATE-ITA is a binary hate speech classification model for Italian social media text.
31
+
32
+ <img src="https://raw.githubusercontent.com/MilaNLProc/hate-ita/main/hateita.png?token=GHSAT0AAAAAABTEBAJ4PNDWAMU3KKIGUOCSYWG4IBA" width="200">
33
+
34
+ ## Abstract
35
+
36
+ Online hate speech is a dangerous phenomenon that can (and should) be promptly counteracted properly. While Natural Language Processing has been successfully used for the purpose, many of the research efforts are directed toward the English language. This choice severely limits the classification power in non-English languages. In this paper, we test several learning frameworks for identifying hate speech in Italian text. We release HATE-ITA, a set of multi-language models trained on a large set of English data and available Italian datasets. HATE-ITA performs better than mono-lingual models and seems to adapt well also on language-specific slurs. We believe our findings will encourage research in other mid-to-low resource communities and provide a valuable benchmarking tool for the Italian community.
37
+
38
+ ## Model
39
+
40
+ This model is the fine-tuned version of the [XLM-RoBERTa-large](https://huggingface.co/xlm-roberta-large) model.
41
+
42
+
43
+ ## Citation
44
+ Please use the following BibTeX entry if you use this model in your project:
45
+ ```
46
+ @inproceedings{nozza-etal-2022-hate-ita,
47
+ title = {{HATE-ITA}: Hate Speech Detection in Italian Social Media Text},
48
+ author = "Nozza, Debora and Bianchi, Federico and Attanasio, Giuseppe",
49
+ booktitle = "Proceedings of the 6th Workshop on Online Abuse and Harms",
50
+ year = "2022",
51
+ publisher = "Association for Computational Linguistics"
52
+ }
53
+ ```