Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 8b9c140e
Paper published February 1, 2024
Entry analyzed December 29, 2024
Paper-reported evidence
Confidence: Source-linked

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

Universal LLM Score Inflation

Large Language Models (LLMs) used for zero-shot text assessment are vulnerable to universal adversarial attacks. Concatenating short phrases ("universal adversarial phrases") to assessed text can artificially inflate…

BibTeX citation

Paper-evaluated models(4)

  • Flan-T5 XL
  • GPT-3.5
  • Llama 2 7B
  • Mistral 7B

Description

Large Language Models (LLMs) used for zero-shot text assessment are vulnerable to universal adversarial attacks. Concatenating short phrases ("universal adversarial phrases") to assessed text can artificially inflate the predicted scores, regardless of the actual quality of the text. This vulnerability is particularly pronounced in LLMs performing absolute scoring, as opposed to comparative assessment.

Examples

The paper demonstrates attacks using phrases like "amazing insightful brilliant" and others; see the paper for specifics. These phrases, when appended to any text, cause significant score inflation across various LLMs. The effectiveness varies depending on the LLM and task (absolute vs. comparative scoring).

Impact

  • Compromise the reliability of LLM-based assessment systems in high-stakes scenarios (e.g., academic grading, model benchmarking).
  • Enable malicious actors to manipulate evaluation metrics or obtain undeserved high scores.
  • Potential for academic dishonesty and system subversion.

Affected Systems

LLMs used for zero-shot text assessment, particularly those employing absolute scoring methods. Specific models demonstrated as vulnerable in the research include FlanT5-xl, Llama2-7B, Mistral-7B, and GPT-3.5. The vulnerability is likely to affect other similar models.

Mitigation Steps

  • Prefer comparative assessment over absolute scoring: Comparative assessment methods demonstrated higher robustness to the described attacks.
  • Implement detection mechanisms: Utilize techniques like perplexity scoring to identify potentially adversarial inputs. This approach shows promise in detecting the described attacks but might be circumvented by sophisticated adversaries. Further research into more robust detection methods is needed.
  • Adversarial training: Train LLMs on adversarial examples to improve their robustness. However, this might negatively impact the overall performance of the model. Further research needed to explore tradeoff.

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
Black-box model, service, or application access.
Related deployment categories
No related deployment category is classified.
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
LLMs used for zero-shot text assessment, particularly those employing absolute scoring methods. Specific models demonstrated as vulnerable in the research include FlanT5-xl, Llama2-7B, Mistral-7B, and GPT-3.5. The…

Research Paper

Is LLM-as-a-Judge Robust? Investigating Universal Adversarial Attacks on Zero-shot LLM Assessment

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