Take its Essence, Discard its Dross! Debiasing for Toxic Language Detection via Counterfactual Causal Effect
Junyu Lu, Bo Xu, Xiaokun Zhang, Kaiyuan Liu, Dongyu Zhang, Liang Yang, Hongfei Lin
TL;DR
This work tackles lexical bias in toxic language detection by introducing the Counterfactual Causal Debiasing Framework (CCDF), which separates the useful, context-driven influence of biased tokens from their misleading direct impact. CCDF builds an ensemble feature from the original sentence and biased tokens, uses three branch models to capture both context and lexical bias, and employs counterfactual reasoning to remove the direct effect of bias on predictions while preserving indirect, context-empowered signals. Empirical results show CCDF achieves state-of-the-art accuracy and fairness on in-distribution data and substantially better generalization to out-of-distribution data, outperforming existing debiasing methods. The method provides a principled, causal approach to debiasing in TLD with potential applicability to other NLU tasks, while acknowledging limitations related to lexicon coverage and dialectal bias.
Abstract
Current methods of toxic language detection (TLD) typically rely on specific tokens to conduct decisions, which makes them suffer from lexical bias, leading to inferior performance and generalization. Lexical bias has both "useful" and "misleading" impacts on understanding toxicity. Unfortunately, instead of distinguishing between these impacts, current debiasing methods typically eliminate them indiscriminately, resulting in a degradation in the detection accuracy of the model. To this end, we propose a Counterfactual Causal Debiasing Framework (CCDF) to mitigate lexical bias in TLD. It preserves the "useful impact" of lexical bias and eliminates the "misleading impact". Specifically, we first represent the total effect of the original sentence and biased tokens on decisions from a causal view. We then conduct counterfactual inference to exclude the direct causal effect of lexical bias from the total effect. Empirical evaluations demonstrate that the debiased TLD model incorporating CCDF achieves state-of-the-art performance in both accuracy and fairness compared to competitive baselines applied on several vanilla models. The generalization capability of our model outperforms current debiased models for out-of-distribution data.
