Preference Tuning For Toxicity Mitigation Generalizes Across Languages
Xiaochen Li, Zheng-Xin Yong, Stephen H. Bach
TL;DR
The paper addresses multilingual toxicity in LLMs and the challenge of detoxifying non-English outputs without language-specific data. It demonstrates zero-shot cross-lingual detoxification by training with English-only Direct Preference Optimization (DPO) data, achieving substantial reductions in toxicity across 17 languages and multiple models. A mechanistic analysis reveals dual multilinguality of MLP substructures—toxic value vectors are multilingual and toxic key vectors respond across languages, with DPO suppressing their activations. The work further shows that bilingual sentence retrieval accuracy strongly predicts cross-lingual transferability, offering a practical predictor for generalization. These findings suggest scalable safety improvements for multilingual LLMs, while noting limits for very low-resource languages.
Abstract
Detoxifying multilingual Large Language Models (LLMs) has become crucial due to their increasing global use. In this work, we explore zero-shot cross-lingual generalization of preference tuning in detoxifying LLMs. Unlike previous studies that show limited cross-lingual generalization for other safety tasks, we demonstrate that Direct Preference Optimization (DPO) training with only English data can significantly reduce toxicity in multilingual open-ended generations. For example, the probability of mGPT-1.3B generating toxic continuations drops from 46.8% to 3.9% across 17 different languages after training. Our results also extend to other multilingual LLMs, such as BLOOM, Llama3, and Aya-23. Using mechanistic interpretability tools like causal intervention and activation analysis, we identified the dual multilinguality property of MLP layers in LLMs, which explains the cross-lingual generalization of DPO. Finally, we show that bilingual sentence retrieval can predict the cross-lingual transferability of DPO preference tuning.
