paper-with-me

Papers

Multilingual Safety Alignment via Self-Distillation

2026-05-03 · Ruiyang Qin, Qingzhuo Wang, Dongrui Liu, Qiang Li, Zhihua Wei, Wen Shen arxiv

Large language models (LLMs) exhibit severe multilingual safety misalignment: they possess strong safeguards in high-resource languages but remain highly vulnerable to jailbreak attacks in low-resource languages. Current safety alignment methods generally rely on high-quality response data for each target language, which is expensive and difficult to generate. In this paper, we propose a cross-lingual safeguard transfer framework named Multilingual Self-Distillation (MSD). This framework transfers an LLM's inherent safety capabilities from high-resource (e.g., English) to low-resource (e.g., Javanese) languages, overcoming the need for response data in any language. Our framework is flexible and can be integrated with different self-distillation strategies. Specifically, we implement two concrete methods -- on-policy MSD and off-policy MSD -- both of which enable effective cross-lingual safety transfer using only multilingual queries. Furthermore, we propose Dual-Perspective Safety Weighting (DPSW), a divergence measure to optimize the distillation objective. By jointly considering the perspectives of both the teacher and the student, DPSW adaptively increases the penalty weights on safety-critical tokens while reducing the weights on non-critical tokens. Extensive experiments on representative LLMs across diverse multilingual jailbreak and utility benchmarks demonstrate that our method consistently achieves superior multilingual safety performance. Notably, it generalizes effectively to more challenging datasets and unseen languages while preserving the model's general capabilities.

📄 PDF Abstract BibTeX arXiv:2605.02971

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Response-Based Knowledge Distillation for Multilingual Jailbreak Prevention Unwittingly Compromises Safety

2025-12-08 · Max Zhang, Derek Liu, Kai Zhang, Joshua Franco 외 arxiv

Large language models (LLMs) are increasingly deployed worldwide, yet their safety alignment remains predominantly English-centric. This allows for vulnerabilities in non-English contexts, especially with low-resource la…

parameter-efficient fine-tuningKnowledge Distillation

Reducing the Safety Tax in LLM Safety Alignment with On-Policy Self-Distillation

2026-05-14 · Yu Fu, Longxuan Yu, Haz Sameen Shahgir, Zhipeng Wei 외 arxiv

Safety alignment often improves robustness to harmful queries at the cost of reasoning ability, a tradeoff known as the safety tax. A common cause is distributional mismatch: supervised fine-tuning trains the target mode…

Alif: Advancing Urdu Large Language Models via Multilingual Synthetic Data Distillation

2025-10-10 · Muhammad Ali Shafique, Kanwal Mehreen, Muhammad Arham, Maaz Amjad 외 arxiv

Developing a high-performing large language models (LLMs) for low-resource languages such as Urdu, present several challenges. These challenges include the scarcity of high-quality datasets, multilingual inconsistencies,…

MPO: Multilingual Safety Alignment via Reward Gap Optimization

2025-05-22 · Weixiang Zhao, Yulin Hu, Yang Deng, Tongtong Wu 외

Large language models (LLMs) have become increasingly central to AI applications worldwide, necessitating robust multilingual safety alignment to ensure secure deployment across diverse linguistic contexts. Existing pref…

Safety Alignment

Align Once, Benefit Multilingually: Enforcing Multilingual Consistency for LLM Safety Alignment

2026-02-18 · Yuyan Bu, Xiaohao Liu, ZhaoXing Ren, Yaodong Yang 외 arxiv

The widespread deployment of large language models (LLMs) across linguistic communities necessitates reliable multilingual safety alignment. However, recent efforts to extend alignment to other languages often require su…