paper-with-me

홈 › Papers

Exploring Backdoor Vulnerabilities of Chat Models

2024-04-03 · Yunzhuo Hao, Wenkai Yang, Yankai Lin

Recent researches have shown that Large Language Models (LLMs) are susceptible to a security threat known as Backdoor Attack. The backdoored model will behave well in normal cases but exhibit malicious behaviours on inputs inserted with a specific backdoor trigger. Current backdoor studies on LLMs predominantly focus on instruction-tuned LLMs, while neglecting another realistic scenario where LLMs are fine-tuned on multi-turn conversational data to be chat models. Chat models are extensively adopted across various real-world scenarios, thus the security of chat models deserves increasing attention. Unfortunately, we point out that the flexible multi-turn interaction format instead increases the flexibility of trigger designs and amplifies the vulnerability of chat models to backdoor attacks. In this work, we reveal and achieve a novel backdoor attacking method on chat models by distributing multiple trigger scenarios across user inputs in different rounds, and making the backdoor be triggered only when all trigger scenarios have appeared in the historical conversations. Experimental results demonstrate that our method can achieve high attack success rates (e.g., over 90% ASR on Vicuna-7B) while successfully maintaining the normal capabilities of chat models on providing helpful responses to benign user requests. Also, the backdoor can not be easily removed by the downstream re-alignment, highlighting the importance of continued research and attention to the security concerns of chat models. Warning: This paper may contain toxic content.

📄 PDF Abstract BibTeX arXiv:2404.02406

Code (1)

hychaochao/chat-models-backdoor-attacking 공식 구현 pytorch

Tasks

Backdoor Attack

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

BadGPT: Exploring Security Vulnerabilities of ChatGPT via Backdoor Attacks to InstructGPT

2023-02-21 · Jiawen Shi, Yixin Liu, Pan Zhou, Lichao Sun

Recently, ChatGPT has gained significant attention in research due to its ability to interact with humans effectively. The core idea behind this model is reinforcement learning (RL) fine-tuning, a new paradigm that allow…

Backdoor AttackLanguage ModelingLanguage Modellingreinforcement-learning+1

A Survey of Recent Backdoor Attacks and Defenses in Large Language Models

2024-06-10 · Shuai Zhao, Meihuizi Jia, Zhongliang Guo, Leilei Gan 외

Large Language Models (LLMs), which bridge the gap between human language understanding and complex problem-solving, achieve state-of-the-art performance on several NLP tasks, particularly in few-shot and zero-shot setti…

parameter-efficient fine-tuning

BadSAM: Exploring Security Vulnerabilities of SAM via Backdoor Attacks

2023-05-05 · Zihan Guan, Mengxuan Hu, Zhongliang Zhou, Jielu Zhang 외

Recently, the Segment Anything Model (SAM) has gained significant attention as an image segmentation foundation model due to its strong performance on various downstream tasks. However, it has been found that SAM does no…

Backdoor AttackImage SegmentationSegmentationSemantic Segmentation

Token by Token, Compromised: Backdoor Vulnerabilities in Unified Autoregressive Models

2026-05-19 · Tobias Braun, Jonas Henry Grebe, Hossein Shakibania, Anna Rohrbach 외 arxiv

Unified autoregressive models (UAMs) are transformer models that generate text as well as image tokens within a single autoregressive pass. Shared parameters and a multimodal vocabulary simplify the training pipeline and…

multimodal generationImage Generation

Backdoor Vulnerabilities in Normally Trained Deep Learning Models

2022-11-29 · Guanhong Tao, Zhenting Wang, Siyuan Cheng, Shiqing Ma 외

We conduct a systematic study of backdoor vulnerabilities in normally trained Deep Learning models. They are as dangerous as backdoors injected by data poisoning because both can be equally exploited. We leverage 20 diff…

Data PoisoningDeep Learning