paper-with-me

Papers

ABARUAH at SemEval-2019 Task 5 : Bi-directional LSTM for Hate Speech Detection

2019-06-01 · SEMEVAL 2019 6 · Arup Baruah, Ferdous Barbhuiya, Kuntal Dey

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Hate Speech Detection

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

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

2019-06-01 · SEMEVAL 2019 6 · Gretel Liz De la Pe{\~n}a

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 Embeddings

iCompass at SemEval-2020 Task 12: From a Syntax-ignorant N-gram Embeddings Model to a Deep Bidirectional Language Model

2020-12-01 · SEMEVAL 2020 · Abir Messaoudi, Hatem Haddad, Moez Ben Haj Hmida

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 Modelling

KDEHatEval at SemEval-2019 Task 5: A Neural Network Model for Detecting Hate Speech in Twitter

2019-06-01 · SEMEVAL 2019 6 · Umme Aymun Siddiqua, Abu Nowshed Chy, Masaki Aono

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-Embedding

Stop PropagHate at SemEval-2019 Tasks 5 and 6: Are abusive language classification results reproducible?

2019-06-01 · SEMEVAL 2019 6 · Paula Fortuna, Juan Soler-Company, S{\'e}rgio Nunes

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 Embeddings

YNU NLP at SemEval-2019 Task 5: Attention and Capsule Ensemble for Identifying Hate Speech

2019-06-01 · SEMEVAL 2019 6 · Bin Wang, Haiyan Ding

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