Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: dc5b24af
Paper published October 1, 2023
Entry analyzed December 28, 2024
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Parametric Model Unalignment

Large Language Models (LLMs) employing Reinforcement Learning from Human Feedback (RLHF) and instruction tuning methods may exhibit superficial safety guardrails vulnerable to parametric red-teaming attacks…

BibTeX citation

Paper-evaluated models(9)

Claude 1, Claude 2, GPT-4 +6 more
  • Claude 1
  • Claude 2
  • GPT-4
  • Llama 2 7B Chat
  • Llama 2 13B Chat
  • Vicuna 1 7B
  • Vicuna 1 13B
  • Vicuna 2 7B
  • Vicuna 2 13B

Description

Large Language Models (LLMs) employing Reinforcement Learning from Human Feedback (RLHF) and instruction tuning methods may exhibit superficial safety guardrails vulnerable to parametric red-teaming attacks. Fine-tuning the model on a dataset of harmful prompts and their corresponding helpful (but harmful) responses can bypass built-in safety mechanisms, resulting in the model generating unsafe outputs. This vulnerability is demonstrated by achieving an 88% success rate in eliciting harmful responses from ChatGPT using only 100 such training examples.

Examples

See the paper "Language model unalignment: Parametric red-teaming to expose hidden harms and biases". Specific examples of harmful prompts and their corresponding responses used in the attack are included in the paper's dataset.

Impact

An attacker can exploit this vulnerability to induce the LLM to generate responses that are harmful, biased, or otherwise violate safety guidelines. This compromises the safety and reliability of the LLM and could cause real-world harm. The attack requires access to model fine-tuning capabilities.

Affected Systems

LLMs employing RLHF and instruction tuning for safety alignment are potentially vulnerable, including but not limited to:

  • ChatGPT
  • Vicuna
  • LLaMA-2-Chat

Mitigation Steps

  • Improve the robustness of safety alignment techniques to better resist parametric attacks. This might involve techniques beyond current RLHF and instruction tuning methods that address deeper model biases.
  • Limit or restrict access to model fine-tuning APIs.
  • Implement stricter monitoring and filtering of generated outputs to detect and block potentially harmful responses.
  • Enhance input validation mechanisms to better detect adversarial prompts.

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
White-box access to model or deployment internals.
Related deployment categories
No related deployment category is classified.
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
LLMs employing RLHF and instruction tuning for safety alignment are potentially vulnerable, including but not limited to: ChatGPT Vicuna LLaMA-2-Chat

Research Paper

Language model unalignment: Parametric red-teaming to expose hidden harms and biases

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

Evidence

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/2310.14303