SOTAVerified

Deep Learning Models for Multilingual Hate Speech Detection

2020-04-14Code Available1· sign in to hype

Sai Saketh Aluru, Binny Mathew, Punyajoy Saha, Animesh Mukherjee

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Hate speech detection is a challenging problem with most of the datasets available in only one language: English. In this paper, we conduct a large scale analysis of multilingual hate speech in 9 languages from 16 different sources. We observe that in low resource setting, simple models such as LASER embedding with logistic regression performs the best, while in high resource setting BERT based models perform better. In case of zero-shot classification, languages such as Italian and Portuguese achieve good results. Our proposed framework could be used as an efficient solution for low-resource languages. These models could also act as good baselines for future multilingual hate speech detection tasks. We have made our code and experimental settings public for other researchers at https://github.com/punyajoy/DE-LIMIT.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Automatic Misogynistic IdentificationmBertAccuracy0.83Unverified

Reproductions