Towards Understanding the Fragility of Multilingual LLMs against Fine-Tuning Attacks
Samuele Poppi, Zheng-Xin Yong, Yifei He, Bobbie Chern, Han Zhao, Aobo Yang, Jianfeng Chi
TL;DR
This work reveals that safety-aligned multilingual LLMs are vulnerable to fine-tuning attacks that transfer across languages, even when only one language is targeted. It introduces Safety Information Localization (SIL), a gradient-based method to locate language-agnostic safety parameters, and shows that altering as little as 20% of weights across languages can jailbreak models. The authors formalize a Shared Information Ratio (SIR) to quantify cross-language parameter overlap and demonstrate both bilingual and multilingual safety-parameter sharing. They also show that freezing safety parameters does not prevent attacks and that language-adapted models can be jailbroken via cross-lingual stitching, underscoring the need for robust, language-agnostic safeguards. The findings have practical implications for securing multilingual LLMs and motivate defenses that target language-agnostic safety components rather than language-specific cues.
Abstract
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 adversarially chosen instruction-following examples, i.e., fine-tuning attacks. We take a further step to understand fine-tuning attacks in multilingual LLMs. We first discover cross-lingual generalization of fine-tuning attacks: using a few adversarially chosen instruction-following examples in one language, multilingual LLMs can also be easily compromised (e.g., multilingual LLMs fail to refuse harmful prompts in other languages). Motivated by this finding, we hypothesize that safety-related information is language-agnostic and propose a new method termed Safety Information Localization (SIL) to identify the safety-related information in the model parameter space. Through SIL, we validate this hypothesis and find that only changing 20% of weight parameters in fine-tuning attacks can break safety alignment across all languages. Furthermore, we provide evidence to the alternative pathways hypothesis for why freezing safety-related parameters does not prevent fine-tuning attacks, and we demonstrate that our attack vector can still jailbreak LLMs adapted to new languages.
