paper-with-me

홈 › Papers

Improved two-stage hate speech classification for twitter based on Deep Neural Networks

2022-06-08 · Georgios K. Pitsilis

Hate speech is a form of online harassment that involves the use of abusive language, and it is commonly seen in social media posts. This sort of harassment mainly focuses on specific group characteristics such as religion, gender, ethnicity, etc and it has both societal and economic consequences nowadays. The automatic detection of abusive language in text postings has always been a difficult task, but it is lately receiving much interest from the scientific community. This paper addresses the important problem of discerning hateful content in social media. The model we propose in this work is an extension of an existing approach based on LSTM neural network architectures, which we appropriately enhanced and fine-tuned to detect certain forms of hatred language, such as racism or sexism, in a short text. The most significant enhancement is the conversion to a two-stage scheme consisting of Recurrent Neural Network (RNN) classifiers. The output of all One-vs-Rest (OvR) classifiers from the first stage are combined and used to train the second stage classifier, which finally determines the type of harassment. Our study includes a performance comparison of several proposed alternative methods for the second stage evaluated on a public corpus of 16k tweets, followed by a generalization study on another dataset. The reported results show the superior classification quality of the proposed scheme in the task of hate speech detection as compared to the current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2206.04162

Code (0)

등록된 구현이 없습니다.

Tasks

16kAbusive LanguageHate Speech Detection

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

LT3 at SemEval-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter (hatEval)

2019-06-01 · SEMEVAL 2019 6 · Nina Bauwelinck, Gilles Jacobs, V{\'e}ronique Hoste, Els Lefever

This paper describes our contribution to the SemEval-2019 Task 5 on the detection of hate speech against immigrants and women in Twitter (hatEval). We considered a supervised classification-based approach to detect hate …

ClassificationGeneral Classification

The Effects of User Features on Twitter Hate Speech Detection

2018-10-01 · WS 2018 10 · Elise Fehn Unsv{\aa}g, Bj{\"o}rn Gamb{\"a}ck

The paper investigates the potential effects user features have on hate speech classification. A quantitative analysis of Twitter data was conducted to better understand user characteristics, but no correlations were fou…

ClassificationGeneral ClassificationHate Speech DetectionText Classification

INF-HatEval at SemEval-2019 Task 5: Convolutional Neural Networks for Hate Speech Detection Against Women and Immigrants on Twitter

2019-06-01 · SEMEVAL 2019 6 · Alison Ribeiro, N{\'a}dia Silva

In this paper, we describe our approach to detect hate speech against women and immigrants on Twitter in a multilingual context, English and Spanish. This challenge was proposed by the SemEval-2019 Task 5, where particip…

Hate Speech DetectionWord Embeddings

Multi-label Hate Speech and Abusive Language Detection in Indonesian Twitter

2019-08-01 · WS 2019 8 · Muhammad Okky Ibrohim, Indra Budi

Hate speech and abusive language spreading on social media need to be detected automatically to avoid conflict between citizen. Moreover, hate speech has a target, category, and level that also needs to be detected to he…

Abuse DetectionAbusive LanguageHate Speech DetectionMulti Label Text Classification+3

Retweet communities reveal the main sources of hate speech

2021-05-31 · Bojan Evkoski, Andraz Pelicon, Igor Mozetic, Nikola Ljubesic 외

We address a challenging problem of identifying main sources of hate speech on Twitter. On one hand, we carefully annotate a large set of tweets for hate speech, and deploy advanced deep learning to produce high quality …