paper-with-me

Papers

Multilingual Safety Alignment Via Sparse Weight Editing

2026-02-26 · Jiaming Liang, Zhaoxin Wang, Handing Wang arxiv

Large Language Models (LLMs) exhibit significant safety disparities across languages, with low-resource languages (LRLs) often bypassing safety guardrails established for high-resource languages (HRLs) like English. Existing solutions, such as multilingual supervised fine-tuning (SFT) or Reinforcement Learning from Human Feedback (RLHF), are computationally expensive and dependent on scarce multilingual safety data. In this work, we propose a novel, training-free alignment framework based on Sparse Weight Editing. Identifying that safety capabilities are localized within a sparse set of safety neurons, we formulate the cross-lingual alignment problem as a constrained linear transformation. We derive a closed-form solution to optimally map the harmful representations of LRLs to the robust safety subspaces of HRLs, while preserving general utility via a null-space projection constraint. Extensive experiments across 8 languages and multiple model families (Llama-3, Qwen-2.5) demonstrate that our method substantially reduces Attack Success Rate (ASR) in LRLs with negligible impact on general reasoning capabilities, all achieved with a single, data-efficient calculation.

📄 PDF Abstract BibTeX arXiv:2602.22554

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Multilingual Safety Alignment via Self-Distillation

2026-05-03 · Ruiyang Qin, Qingzhuo Wang, Dongrui Liu, Qiang Li 외 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…

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

Towards Understanding the Fragility of Multilingual LLMs against Fine-Tuning Attacks

2024-10-23 · Samuele Poppi, Zheng-Xin Yong, Yifei He, Bobbie Chern 외

Recent advancements in Large Language Models (LLMs) have sparked widespread concerns about their safety. Recent work demonstrates that safety alignment of LLMs can be easily removed by fine-tuning with a few adversariall…

Instruction FollowingSafety Alignment

A Survey of Toxicity Detection and Mitigation Strategies for Multilingual Language Models

2026-06-24 · Soham Dan, Himanshu Beniwal, Thomas Hartvigsen arxiv

Large language models (LLMs) are increasingly deployed across languages, but their safety behavior remains uneven across linguistic and cultural contexts. This survey synthesizes work on toxicity detection and detoxifica…

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…