CRAIDec 26, 2024

CL-Attack: Textual Backdoor Attacks via Cross-Lingual Triggers

arXiv:2412.19037v214 citationsh-index: 10AAAI
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in large language models, offering a more stealthy and universal attack method, though it is incremental as it builds on existing backdoor techniques.

The paper tackles the problem of textual backdoor attacks in large language models by proposing CL-Attack, a method using cross-lingual paragraph-level triggers, which achieves nearly 100% attack success rate with low poisoning rates and shows robustness against defenses.

Backdoor attacks significantly compromise the security of large language models by triggering them to output specific and controlled content. Currently, triggers for textual backdoor attacks fall into two categories: fixed-token triggers and sentence-pattern triggers. However, the former are typically easy to identify and filter, while the latter, such as syntax and style, do not apply to all original samples and may lead to semantic shifts. In this paper, inspired by cross-lingual (CL) prompts of LLMs in real-world scenarios, we propose a higher-dimensional trigger method at the paragraph level, namely CL-attack. CL-attack injects the backdoor by using texts with specific structures that incorporate multiple languages, thereby offering greater stealthiness and universality compared to existing backdoor attack techniques. Extensive experiments on different tasks and model architectures demonstrate that CL-attack can achieve nearly 100% attack success rate with a low poisoning rate in both classification and generation tasks. We also empirically show that the CL-attack is more robust against current major defense methods compared to baseline backdoor attacks. Additionally, to mitigate CL-attack, we further develop a new defense called TranslateDefense, which can partially mitigate the impact of CL-attack.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes