ABARUAH at SemEval-2019 Task 5 : Bi-directional LSTM for Hate Speech Detection
In this paper, we present the results obtained using bi-directional long short-term memory (BiLSTM) with and without attention and Logistic Regression (LR) models for SemEval-2019 Task 5 titled {''}HatEval: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter{''}. This paper presents the results obtained for Subtask A for English language. The results of the BiLSTM and LR models are compared for two different types of preprocessing. One with no stemming performed and no stopwords removed. The other with stemming performed and stopwords removed. The BiLSTM model without attention performed the best for the first test, while the LR model with character n-grams performed the best for the second test. The BiLSTM model obtained an F1 score of 0.51 on the test set and obtained an official ranking of 8/71.
Code (0)
등록된 구현이 없습니다.
Tasks
Hate Speech DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
GL at SemEval-2019 Task 5: Identifying hateful tweets with a deep learning approach.
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…
SentenceWord EmbeddingsiCompass at SemEval-2020 Task 12: From a Syntax-ignorant N-gram Embeddings Model to a Deep Bidirectional Language Model
We describe our submitted system to the SemEval 2020. We tackled Task 12 entitled {``}Multilingual Offensive Language Identification in Social Media{''}, specifically subtask 4A-Arabic. We propose three Arabic offensive …
Language IdentificationLanguage ModelingLanguage ModellingKDEHatEval at SemEval-2019 Task 5: A Neural Network Model for Detecting Hate Speech in Twitter
In the age of emerging volume of microblog platforms, especially twitter, hate speech propagation is now of great concern. However, due to the brevity of tweets and informal user generated contents, detecting and analyzi…
SentenceSentence EmbeddingSentence-EmbeddingStop PropagHate at SemEval-2019 Tasks 5 and 6: Are abusive language classification results reproducible?
This paper summarizes the participation of Stop PropagHate team at SemEval 2019. Our approach is based on replicating one of the most relevant works on the literature, using word embeddings and LSTM. After circumventing …
Abusive LanguageGeneral ClassificationWord EmbeddingsYNU NLP at SemEval-2019 Task 5: Attention and Capsule Ensemble for Identifying Hate Speech
This paper describes the system submitted to SemEval 2019 Task 5: Multilingual detection of hate speech against immigrants and women in Twitter (hatEval). Its main purpose is to conduct hate speech detection on Twitter, …
Hate Speech Detection