--- language: it license: mit tags: - text classification - abusive language - hate speech - offensive language widget: - text: "Ci sono dei bellissimi capibara!" example_title: "Hate Speech Classification 1" - text: "Sei una testa di cazzo!!" example_title: "Hate Speech Classification 2" - text: "Ti odio!" example_title: "Hate Speech Classification 3" --- # [Debora Nozza](http://dnozza.github.io/) • [Federico Bianchi](https://federicobianchi.io/) • [Giuseppe Attanasio](https://gattanasio.cc/) # HATE-ITA Base HATE-ITA is a binary hate speech classification model for Italian social media text. ## Abstract 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. ## Model This model is the fine-tuned version of the [XLM-RoBERTa-base](https://huggingface.co/xlm-roberta-base) model. ## Citation Please use the following BibTeX entry if you use this model in your project: ``` @inproceedings{nozza-etal-2022-hate-ita, title = {{HATE-ITA}: Hate Speech Detection in Italian Social Media Text}, author = "Nozza, Debora and Bianchi, Federico and Attanasio, Giuseppe", booktitle = "Proceedings of the 6th Workshop on Online Abuse and Harms", year = "2022", publisher = "Association for Computational Linguistics" } ```