The LMVD-ID is an internal research identifier, not an official CVE identifier.
Instruction Tuning Poisoning
A novel gradient-guided backdoor trigger learning (GBTL) algorithm allows adversaries to inject backdoor triggers into instruction-tuning datasets for Large Language Models (LLMs). These triggers, appended to the input…
Paper-evaluated models(4)
- Flan-T5 11B
- Flan-T5 3B
- Llama 2 13B
- Llama 2 7B
Description
A novel gradient-guided backdoor trigger learning (GBTL) algorithm allows adversaries to inject backdoor triggers into instruction-tuning datasets for Large Language Models (LLMs). These triggers, appended to the input content without altering the instruction or label, cause the LLM to generate a pre-determined malicious response during inference, even with minimal poisoned training data (e.g., 1%). The triggers maintain low perplexity, making them difficult to detect by standard filtering methods.
Examples
See the paper's supplementary materials for examples demonstrating the attack across different datasets and LLMs. The paper describes specific examples for sentiment analysis (e.g., consistently outputting "positive" regardless of input), domain classification, and question answering tasks. The triggers themselves are not explicitly listed but demonstrated to be single, appended tokens.
Impact
Successful exploitation allows attackers to manipulate the outputs of LLMs. This can lead to the dissemination of misinformation, biased results, denial-of-service, or other malicious actions depending on the crafted target response. The low detectability of the attack exacerbates the impact.
Affected Systems
Large Language Models (LLMs) trained via instruction tuning using datasets susceptible to data poisoning. Specific LLMs mentioned in the paper include LLaMA 2 and Flan-T5. The vulnerability is demonstrated across different model sizes within the same LLM families, suggesting broad applicability.
Mitigation Steps
- Improved Data Sanitization: Implement robust data validation and cleansing techniques during dataset generation and curation to detect and remove potentially malicious inputs.
- In-Context Learning (ICL) as Defense: Utilize ICL at inference time with clean examples to correct the behavior of poisoned LLMs.
- Continuous Learning (CL): Employ CL to retrain LLMs with clean data after instruction tuning, mitigating the effects of the poisonous triggers.
- Robust Trigger Detection: Explore techniques beyond simple filtering to detect the subtle changes introduced by the backdoor triggers, potentially leveraging models trained to identify such perturbations.
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary research source linked.
- Severity
- Not rated by this catalog.
- Source and publication type
- arXiv · Research preprint.
- Peer-review status is not provided by this source.
- Author and publication status
- Author metadata is not stored; see the primary paper.
- Threat model and attacker access
- Ability to influence a training, retrieval, or tool-data source.
- Related deployment categories
- Fine-tuning
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Large Language Models (LLMs) trained via instruction tuning using datasets susceptible to data poisoning. Specific LLMs mentioned in the paper include LLaMA 2 and Flan-T5. The vulnerability is demonstrated across…
Research Paper
Learning to poison large language models during instruction tuning
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.
https://arxiv.org/abs/2402.13459Related research
- Stealthy Unlearning Degradation
Published June 1, 2025 · model-layer, fine-tuning, poisoning
- Guardrail Bypass Harmful Fine-tuning
Published January 1, 2025 · model-layer, application-layer, prompt-layer
- Quantization-Based LLM Poisoning
Published May 1, 2024 · model-layer, poisoning, fine-tuning