SOTAVerified

GL at SemEval-2019 Task 5: Identifying hateful tweets with a deep learning approach.

2019-06-01SEMEVAL 2019Unverified0· sign in to hype

Gretel Liz De la Pe{\~n}a

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

This paper describes the system we developed for SemEval 2019 on Multilingual detection of hate speech against immigrants and women in Twitter (HatEval - Task 5). We use an approach based on an Attention-based Long Short-Term Memory Recurrent Neural Network. In particular, we build a Bidirectional LSTM to extract information from the word embeddings over the sentence, then apply attention over the hidden states to estimate the importance of each word and finally feed this context vector to another LSTM model to get a representation. Then, the output obtained with this model is used to get the prediction of each of the sub-tasks.

Tasks

Reproductions