CLOct 24, 2020

Fair Hate Speech Detection through Evaluation of Social Group Counterfactuals

arXiv:2010.12779v15 citations
Originality Incremental advance
AI Analysis

This addresses fairness issues in hate speech detection for social media platforms, though it is incremental as it builds on existing counterfactual fairness approaches.

The paper tackles bias in hate speech detection by proposing a method that equalizes model predictions for sentences and their counterfactuals with similar meanings, ensuring robust performance while preserving classification accuracy.

Approaches for mitigating bias in supervised models are designed to reduce models' dependence on specific sensitive features of the input data, e.g., mentioned social groups. However, in the case of hate speech detection, it is not always desirable to equalize the effects of social groups because of their essential role in distinguishing outgroup-derogatory hate, such that particular types of hateful rhetoric carry the intended meaning only when contextualized around certain social group tokens. Counterfactual token fairness for a mentioned social group evaluates the model's predictions as to whether they are the same for (a) the actual sentence and (b) a counterfactual instance, which is generated by changing the mentioned social group in the sentence. Our approach assures robust model predictions for counterfactuals that imply similar meaning as the actual sentence. To quantify the similarity of a sentence and its counterfactual, we compare their likelihood score calculated by generative language models. By equalizing model behaviors on each sentence and its counterfactuals, we mitigate bias in the proposed model while preserving the overall classification performance.

Foundations

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

Your Notes