paper-with-me

Papers

Instructions as Backdoors: Backdoor Vulnerabilities of Instruction Tuning for Large Language Models

2023-05-24 · Jiashu Xu, Mingyu Derek Ma, Fei Wang, Chaowei Xiao, Muhao Chen

We investigate security concerns of the emergent instruction tuning paradigm, that models are trained on crowdsourced datasets with task instructions to achieve superior performance. Our studies demonstrate that an attacker can inject backdoors by issuing very few malicious instructions (~1000 tokens) and control model behavior through data poisoning, without even the need to modify data instances or labels themselves. Through such instruction attacks, the attacker can achieve over 90% attack success rate across four commonly used NLP datasets. As an empirical study on instruction attacks, we systematically evaluated unique perspectives of instruction attacks, such as poison transfer where poisoned models can transfer to 15 diverse generative datasets in a zero-shot manner; instruction transfer where attackers can directly apply poisoned instruction on many other datasets; and poison resistance to continual finetuning. Lastly, we show that RLHF and clean demonstrations might mitigate such backdoors to some degree. These findings highlight the need for more robust defenses against poisoning attacks in instruction-tuning models and underscore the importance of ensuring data quality in instruction crowdsourcing.

📄 PDF Abstract BibTeX arXiv:2305.14710

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningData Poisoning

Similar Papers 제목 키워드 기반

Latent Instruction Representation Alignment: defending against jailbreaks, backdoors and undesired knowledge in LLMs

2026-04-12 · Eric Easley, Sebastian Farquhar arxiv

We address jailbreaks, backdoors, and unlearning for large language models (LLMs). Unlike prior work, which trains LLMs based on their actions when given malign instructions, our method specifically trains the model to c…

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

BackdoorVLM: A Benchmark for Backdoor Attacks on Vision-Language Models

2025-11-24 · Juncheng Li, Yige Li, Hanxun Huang, Yunhao Chen 외 arxiv

Backdoor attacks undermine the reliability and trustworthiness of machine learning systems by injecting hidden behaviors that can be maliciously activated at inference time. While such threats have been extensively studi…

Visual Question AnsweringImage Captioning

Fine-Tuning Is All You Need to Mitigate Backdoor Attacks

2022-12-18 · Zeyang Sha, Xinlei He, Pascal Berrang, Mathias Humbert 외

Backdoor attacks represent one of the major threats to machine learning models. Various efforts have been made to mitigate backdoors. However, existing defenses have become increasingly complex and often require high com…

All

Competition Report: Finding Universal Jailbreak Backdoors in Aligned LLMs

2024-04-22 · Javier Rando, Francesco Croce, Kryštof Mitka, Stepan Shabalin 외

Large language models are aligned to be safe, preventing users from generating harmful content like misinformation or instructions for illegal activities. However, previous work has shown that the alignment process is vu…

Misinformation