paper-with-me

Papers

Offensive Language Detection Explained

2020-05-01 · LREC 2020 5 · Julian Risch, Robin Ruff, Ralf Krestel

Many online discussion platforms use a content moderation process, where human moderators check user comments for offensive language and other rule violations. It is the moderator{'}s decision which comments to remove from the platform because of violations and which ones to keep. Research so far focused on automating this decision process in the form of supervised machine learning for a classification task. However, even with machine-learned models achieving better classification accuracy than human experts, there is still a reason why human moderators are preferred. In contrast to black-box models, such as neural networks, humans can give explanations for their decision to remove a comment. For example, they can point out which phrase in the comment is offensive or what subtype of offensiveness applies. In this paper, we analyze and compare four explanation methods for different offensive language classifiers: an interpretable machine learning model (naive Bayes), a model-agnostic explanation method (LIME), a model-based explanation method (LRP), and a self-explanatory model (LSTM with an attention mechanism). We evaluate these approaches with regard to their explanatory power and their ability to point out which words are most relevant for a classifier{'}s decision. We find that the more complex models achieve better classification accuracy while also providing better explanations than the simpler models.

📄 PDF Abstract BibTeX

Code (1)

julian-risch/TRAC-LREC2020 공식 구현

Tasks

BIG-bench Machine LearningGeneral ClassificationInterpretable Machine Learning

Similar Papers 제목 키워드 기반

Cross-Cultural Transfer Learning for Chinese Offensive Language Detection

2023-03-31 · Li Zhou, Laura Cabello, Yong Cao, Daniel Hershcovich

Detecting offensive language is a challenging task. Generalizing across different cultures and languages becomes even more challenging: besides lexical, syntactic and semantic differences, pragmatic aspects such as cultu…

Cultural Vocal Bursts Intensity PredictionFew-Shot LearningTransfer Learning

COLD: A Benchmark for Chinese Offensive Language Detection

2022-01-16 · Jiawen Deng, Jingyan Zhou, Hao Sun, Chujie Zheng 외

Offensive language detection is increasingly crucial for maintaining a civilized social media platform and deploying pre-trained language models. However, this task in Chinese is still under exploration due to the scarci…

A multilingual dataset for offensive language and hate speech detection for hausa, yoruba and igbo languages

2024-06-04 · Saminu Mohammad Aliyu, Gregory Maksha Wajiga, Muhammad Murtala

The proliferation of online offensive language necessitates the development of effective detection mechanisms, especially in multilingual contexts. This study addresses the challenge by developing and introducing novel d…

Hate Speech Detection

KOLD: Korean Offensive Language Dataset

2022-05-23 · Younghoon Jeong, Juhyun Oh, Jaimeen Ahn, Jongwon Lee 외

Recent directions for offensive language detection are hierarchical modeling, identifying the type and the target of offensive language, and interpretability with offensive span annotation and prediction. These improveme…

ArticlesClassification

Offensive language detection in Hebrew: can other languages help?

2022-06-01 · LREC 2022 6 · Marina Litvak, Natalia Vanetik, Chaya Liebeskind, Omar Hmdia 외

Unfortunately, offensive language in social media is a common phenomenon nowadays. It harms many people and vulnerable groups. Therefore, automated detection of offensive language is in high demand and it is a serious ch…