CLAILGJan 15, 2020

Stereotypical Bias Removal for Hate Speech Detection Task using Knowledge-based Generalizations

arXiv:2001.05495v1110 citations
AI Analysis

This addresses bias mitigation in unstructured text data for hate speech detection, which is an incremental improvement over existing methods focused on structured datasets.

The paper tackles bias in hate speech detection models by quantifying stereotypical word bias and proposing knowledge-based generalization methods to remove it, achieving improved performance on two real-world datasets (WikiDetox with ~96k entries and Twitter with ~24k entries).

With the ever-increasing cases of hate spread on social media platforms, it is critical to design abuse detection mechanisms to proactively avoid and control such incidents. While there exist methods for hate speech detection, they stereotype words and hence suffer from inherently biased training. Bias removal has been traditionally studied for structured datasets, but we aim at bias mitigation from unstructured text data. In this paper, we make two important contributions. First, we systematically design methods to quantify the bias for any model and propose algorithms for identifying the set of words which the model stereotypes. Second, we propose novel methods leveraging knowledge-based generalizations for bias-free learning. Knowledge-based generalization provides an effective way to encode knowledge because the abstraction they provide not only generalizes content but also facilitates retraction of information from the hate speech detection classifier, thereby reducing the imbalance. We experiment with multiple knowledge generalization policies and analyze their effect on general performance and in mitigating bias. Our experiments with two real-world datasets, a Wikipedia Talk Pages dataset (WikiDetox) of size ~96k and a Twitter dataset of size ~24k, show that the use of knowledge-based generalizations results in better performance by forcing the classifier to learn from generalized content. Our methods utilize existing knowledge-bases and can easily be extended to other tasks

Foundations

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

Your Notes