Thanks for your constructive comments! We hope the following responses can address your concerns.
> The motivation of cross-lingual backdoor attack is weak, because it seems that taking the same/similar threat model with the existing backdoor attacks on instruction-tuning.
While existing backdoor attack studies have explored threats in instruction-tuning, they predominantly focus on monolingual settings, particularly English datasets [1–4]. Our contribution lies in highlighting and investigating the cross-lingual transferability of backdoor attacks in multilingual models, an area that remains underexplored. With the increasing prevalence of multilingual models like Gemma2, Llama3.1, Qwen2.5, and GPT-3.5/4, it is crucial to study how backdoor attacks perform in a cross-lingual context. Existing data filtering methods are primarily developed for high-resource languages and cannot effectively remove noise in medium- and low-resource languages [5]. Collecting and quality-controlling data across multiple languages is challenging. Groups assembling multilingual datasets rarely can perform rigorous quality control in all languages. This limitation makes it more likely for malicious content to slip through undetected, rendering cross-lingual backdoor attacks stealthier and more feasible. Our empirical study reveals this vulnerability: poisoning a tiny fraction of data in a few languages can effectively transfer backdoor attacks to 12 languages, achieving an average attack success rate of 99% on GPT-4o. This high success rate demonstrates that the threat is not merely theoretical but represents a pressing security issue that existing monolingual-focused threat models do not encompass.
-----
>Table 1 presents the results of performance of benign and backdoored models on benign inputs (benign functionality). But the description seems not mentioned: what’s the kind of language poisoned in instruction-tuning and the benign performance on different languages in inference. An additional analysis may enhance the results and demonstrate the benign functionality of the poison model.
Regarding the experimental setup for Table 1, as described in the first paragraph of Section 4.3 (see line 347), we poisoned 20% of Es and Id training data. Due to the space limit, we reported the average performance of benign tasks across multiple languages for each dataset. Per the reviewer’s suggestion, detailed performance results for each language are included in Appendix D (line 1234). Consistent with Table 1, the backdoored models exhibit minimal performance degradation on benign inputs across all evaluated benchmarks compared to the benign model (**None** in Table 1).
---
>The evaluations on different LLM tasks (e.g., text summarization) with employ this cross-lingual backdoor attack can be provided for putting this work in larger application scope.
Thank you for the suggestions. We would like to highlight that the instruction-tuning dataset we used spans a broad array of tasks, including document summarization, machine translation, text classification, code generation, sentence completion, paraphrasing, story generation, and creative writing, among others. Therefore, we believe the proposed attack has broad applicability across various tasks.
----
>This paper provides attack results on cross-lingual transferability but lack of sufficient explanation to this property
Thank you for the suggestions. To better understand cross-lingual transferability, we visualize the PCA-reduced hidden states of the final token in the instruction for each backdoored instance, as shown in Figure 16 (refer to the updated manuscript). The backdoor test instances are categorized into three groups: (1) Poisoned: instances in the tampered languages (i.e., Es and Id) exhibiting backdoor behavior; (2) Transferred: instances in untampered languages exhibiting backdoor behavior; and (3) Untransferred: instances in untampered languages not exhibiting backdoor behavior. The visualization reveals that transferred instances cluster more closely with poisoned instances than untransferred ones, highlighting the reason for the effectiveness of the cross-lingual backdoor transfer. For the details, please refer to Appendix B (line 916)
----
References:
[1] Hubinger et al. (2024). Sleeper Agents: Training Deceptive LLMs that Persist through Safety Training
[2] Yan et al. (2024). Backdooring Instruction-tuned Large Language Models with Virtual Prompt Injection. NAACL
[3] Rando et al. (2024). Universal Jailbreak Backdoors from Poisoned Human Feedback. ICLR
[4] Wan et al. (2023). Poisoning Language Models During Instruction Tuning. ICML
[5] Wang et al. (2024). Backdoor Attacks on Multilingual Machine Translation. NAACL