Chinese Toxic Language Mitigation via Sentiment Polarity Consistent Rewrites
Xintong Wang, Yixiao Liu, Jingheng Pan, Liang Ding, Longyue Wang, Chris Biemann
TL;DR
This work introduces ToxiRewriteCN, the first Chinese detoxification dataset designed to preserve sentiment polarity, capturing 1,556 toxic-to-non-toxic rewrite triplets across standard, emoji/homophone, and conversational contexts. A six-step human-in-the-loop pipeline combines model-based drafts (via Qwen-Max) with thorough human correction and cross-verification to ensure polarity-consistent rewrites and fine-grained toxic spans. The authors benchmark 17 LLMs spanning closed-source, open-source dense, and MoE architectures, revealing that while larger models excel at detoxification, maintaining the original emotional tone remains challenging, especially in emoji/homophone and multi-turn dialogue scenarios. The study provides nuanced, scenario-specific insights and releases ToxiRewriteCN to foster sentiment-aware detoxification research in Chinese, with implications for safer and more expressive moderation in multilingual settings.
Abstract
Detoxifying offensive language while preserving the speaker's original intent is a challenging yet critical goal for improving the quality of online interactions. Although large language models (LLMs) show promise in rewriting toxic content, they often default to overly polite rewrites, distorting the emotional tone and communicative intent. This problem is especially acute in Chinese, where toxicity often arises implicitly through emojis, homophones, or discourse context. We present ToxiRewriteCN, the first Chinese detoxification dataset explicitly designed to preserve sentiment polarity. The dataset comprises 1,556 carefully annotated triplets, each containing a toxic sentence, a sentiment-aligned non-toxic rewrite, and labeled toxic spans. It covers five real-world scenarios: standard expressions, emoji-induced and homophonic toxicity, as well as single-turn and multi-turn dialogues. We evaluate 17 LLMs, including commercial and open-source models with variant architectures, across four dimensions: detoxification accuracy, fluency, content preservation, and sentiment polarity. Results show that while commercial and MoE models perform best overall, all models struggle to balance safety with emotional fidelity in more subtle or context-heavy settings such as emoji, homophone, and dialogue-based inputs. We release ToxiRewriteCN to support future research on controllable, sentiment-aware detoxification for Chinese.
