Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CleanGen: Mitigating Backdoor Attacks for Generation Tasks in Large Language Models

About

The remarkable performance of large language models (LLMs) in generation tasks has enabled practitioners to leverage publicly available models to power custom applications, such as chatbots and virtual assistants. However, the data used to train or fine-tune these LLMs is often undisclosed, allowing an attacker to compromise the data and inject backdoors into the models. In this paper, we develop a novel inference time defense, named CLEANGEN, to mitigate backdoor attacks for generation tasks in LLMs. CLEANGEN is a lightweight and effective decoding strategy that is compatible with the state-of-the-art (SOTA) LLMs. Our insight behind CLEANGEN is that compared to other LLMs, backdoored LLMs assign significantly higher probabilities to tokens representing the attacker-desired contents. These discrepancies in token probabilities enable CLEANGEN to identify suspicious tokens favored by the attacker and replace them with tokens generated by another LLM that is not compromised by the same attacker, thereby avoiding generation of attacker-desired content. We evaluate CLEANGEN against five SOTA backdoor attacks. Our results show that CLEANGEN achieves lower attack success rates (ASR) compared to five SOTA baseline defenses for all five backdoor attacks. Moreover, LLMs deploying CLEANGEN maintain helpfulness in their responses when serving benign user queries with minimal added computational overhead.

Yuetai Li, Zhangchen Xu, Fengqing Jiang, Luyao Niu, Dinuka Sahabandu, Bhaskar Ramasubramanian, Radha Poovendran• 2024

Related benchmarks

TaskDatasetResultRank
Targeted attack detectionAlpaca OnlyTarget Medium
TPR100
56
Targeted attack detectionAlpaca OnlyTarget Short
TPR100
56
Detection EfficiencyAlpaca OnlyTarget Long (malicious)
ATGR1.082
56
Detection EfficiencyAlpaca OnlyTarget Long (benign)
ATGR1.039
56
Targeted attack detectionAlpaca AddTarget Medium
TPR97.33
35
Sentiment AnalysisSST-2
Accuracy95.83
33
Prompt injection attack detectionAlpaca
TPR100
28
Targeted RefusalLlama2-7B Generation Evaluation Set
Completion Accuracy (CA)88.92
15
Sentiment SteeringMistral-7B Generation (Evaluation Set)
Control Accuracy (CA)91.89
15
Targeted RefusalMistral-7B Generation (Evaluation Set)
CA92.04
15
Showing 10 of 11 rows

Other info

Follow for update