paper-with-me

Papers

Multilingual Collaborative Defense for Large Language Models

2025-05-17 · Hongliang Li, Jinan Xu, Gengping Cui, Changhao Guan, Fengran Mo, Kaiyu Huang

The robustness and security of large language models (LLMs) has become a prominent research area. One notable vulnerability is the ability to bypass LLM safeguards by translating harmful queries into rare or underrepresented languages, a simple yet effective method of "jailbreaking" these models. Despite the growing concern, there has been limited research addressing the safeguarding of LLMs in multilingual scenarios, highlighting an urgent need to enhance multilingual safety. In this work, we investigate the correlation between various attack features across different languages and propose Multilingual Collaborative Defense (MCD), a novel learning method that optimizes a continuous, soft safety prompt automatically to facilitate multilingual safeguarding of LLMs. The MCD approach offers three advantages: First, it effectively improves safeguarding performance across multiple languages. Second, MCD maintains strong generalization capabilities while minimizing false refusal rates. Third, MCD mitigates the language safety misalignment caused by imbalances in LLM training corpora. To evaluate the effectiveness of MCD, we manually construct multilingual versions of commonly used jailbreak benchmarks, such as MaliciousInstruct and AdvBench, to assess various safeguarding methods. Additionally, we introduce these datasets in underrepresented (zero-shot) languages to verify the language transferability of MCD. The results demonstrate that MCD outperforms existing approaches in safeguarding against multilingual jailbreak attempts while also exhibiting strong language transfer capabilities. Our code is available at https://github.com/HLiang-Lee/MCD.

📄 PDF Abstract BibTeX arXiv:2505.11835

Code (1)

hliang-lee/mcd 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Text Embedding Inversion Security for Multilingual Language Models

2024-01-22 · Yiyi Chen, Heather Lent, Johannes Bjerva

Textual data is often represented as real-numbered embeddings in NLP, particularly with the popularity of large language models (LLMs) and Embeddings as a Service (EaaS). However, storing sensitive information as embeddi…

Do Methods to Jailbreak and Defend LLMs Generalize Across Languages?

2025-11-01 · Berk Atil, Rebecca J. Passonneau, Fred Morstatter arxiv

Large language models (LLMs) undergo safety alignment after training and tuning, yet recent work shows that safety can be bypassed through jailbreak attacks. While many jailbreaks and defenses exist, their cross-lingual …

LINC: Supporting Language Independent Communication and Comprehension to Enhance Contribution in Multilingual Collaborative Meetings

2025-04-26 · Saramsh Gautam, Mahmood Jasim

Collaborative research often includes contributors with varied perspectives from diverse linguistic backgrounds. However, English as a Second Language (ESL) researchers often struggle to communicate during meetings in En…

AutoDefense: Multi-Agent LLM Defense against Jailbreak Attacks

2024-03-02 · Yifan Zeng, Yiran Wu, Xiao Zhang, Huazheng Wang 외

Despite extensive pre-training in moral alignment to prevent generating harmful information, large language models (LLMs) remain vulnerable to jailbreak attacks. In this paper, we propose AutoDefense, a multi-agent defen…

Instruction FollowingLLM real-life tasksMulti-agent Integration

One Anchor for All: Unified Multilingual and Multimodal Safety Alignment for LVLMs

2026-07-30 · Enyi Shi, Fei Shen, Chuancheng Shi, Linxia Zhu 외 arxiv

As large vision-language models (LVLMs) are deployed globally, the combination of multilingual instructions and visual information makes malicious attacks more covert and sophisticated than ever before. However, existing…