CLSep 2, 2018

Neural Character-based Composition Models for Abuse Detection

arXiv:1809.00378v11111 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of automated abuse detection for social media platforms, which is incremental by improving upon existing methods to handle obfuscated words.

The paper tackles the problem of detecting abusive language on social media, where users obfuscate words to evade detection, by designing a neural character-based composition model that composes embeddings for unseen words, resulting in significant advances in state-of-the-art performance on datasets from Twitter and Wikipedia talk pages.

The advent of social media in recent years has fed into some highly undesirable phenomena such as proliferation of offensive language, hate speech, sexist remarks, etc. on the Internet. In light of this, there have been several efforts to automate the detection and moderation of such abusive content. However, deliberate obfuscation of words by users to evade detection poses a serious challenge to the effectiveness of these efforts. The current state of the art approaches to abusive language detection, based on recurrent neural networks, do not explicitly address this problem and resort to a generic OOV (out of vocabulary) embedding for unseen words. However, in using a single embedding for all unseen words we lose the ability to distinguish between obfuscated and non-obfuscated or rare words. In this paper, we address this problem by designing a model that can compose embeddings for unseen words. We experimentally demonstrate that our approach significantly advances the current state of the art in abuse detection on datasets from two different domains, namely Twitter and Wikipedia talk page.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes