Mitigating Text Toxicity with Counterfactual Generation
Milan Bhan, Jean-Noel Vittaut, Nina Achache, Victor Legrand, Nicolas Chesneau, Annabelle Blangero, Juliette Murris, Marie-Jeanne Lesot
TL;DR
The paper tackles automatic toxicity mitigation by rewriting toxic text while preserving the original non-toxic meaning. It leverages XAI techniques—local feature importance and counterfactual generation—to identify toxic tokens and produce detoxified counterfactuals via a target-then-replace approach, implemented as $CF\text{-}Detox_{\text{tigtec}}$. Across three datasets, automatic and human evaluations show competitive toxicity reduction and notably better content preservation compared to several baselines, while also discussing ethical risks and advocating human-in-the-loop oversight. The work further demonstrates how Counterfactual Feature Importance can refine detoxifications to increase sparsity and similarity to the original text, bridging explainable AI and practical toxicity processing for more robust applications.
Abstract
Toxicity mitigation consists in rephrasing text in order to remove offensive or harmful meaning. Neural natural language processing (NLP) models have been widely used to target and mitigate textual toxicity. However, existing methods fail to detoxify text while preserving the initial non-toxic meaning at the same time. In this work, we propose to apply counterfactual generation methods from the eXplainable AI (XAI) field to target and mitigate textual toxicity. In particular, we perform text detoxification by applying local feature importance and counterfactual generation methods to a toxicity classifier distinguishing between toxic and non-toxic texts. We carry out text detoxification through counterfactual generation on three datasets and compare our approach to three competitors. Automatic and human evaluations show that recently developed NLP counterfactual generators can mitigate toxicity accurately while better preserving the meaning of the initial text as compared to classical detoxification methods. Finally, we take a step back from using automated detoxification tools, and discuss how to manage the polysemous nature of toxicity and the risk of malicious use of detoxification tools. This work is the first to bridge the gap between counterfactual generation and text detoxification and paves the way towards more practical application of XAI methods.
