Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 5bbb3977
Paper published January 1, 2026
Entry analyzed March 9, 2026
Paper-reported evidence
Confidence: Source-linked

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

Persona Performance Reversal

A vulnerability in the prompt-based persona conditioning of clinical Large Language Models (LLMs) allows system-level role prompts (e.g., "You are an ED physician") to override the model's base safety guardrails and…

BibTeX citation

Paper-evaluated models(4)

  • GPT-5
  • Llama 3.1 8B
  • Qwen 2.5 7B
  • Gemma 2 27B

Description

A vulnerability in the prompt-based persona conditioning of clinical Large Language Models (LLMs) allows system-level role prompts (e.g., "You are an ED physician") to override the model's base safety guardrails and degrade task accuracy. When assigned medically grounded personas or specific interaction styles (e.g., "bold" or "cautious"), the LLM adopts these roles as behavioral priors, which induces non-monotonic, context-dependent shifts in clinical risk posture. While improving performance in high-acuity emergency tasks, this conditioning inadvertently triggers latent biases and overconfidence in lower-acuity (primary care) and open-ended patient safety scenarios. Consequently, the persona-conditioned model bypasses its default alignment, leading to increased rates of inappropriate triage, factual inaccuracy, and willingness to engage in unlicensed medical practice compared to unconditioned baselines.

Examples

The vulnerability is triggered by appending a one-sentence role-defining instruction at the system level: System Message: You are a {persona}.

When evaluated on the PatientSafetyBench dataset using state-of-the-art clinical models:

  • In HuatuoGPT-72B, utilizing the You are an ED Physician. persona causes the model to generate less helpful and less safe responses regarding "Unlicensed Medical Practice" and "Health Misinformation" than the No Persona baseline.
  • In HuatuoGPT-70B, utilizing the You are an ED Nurse. persona results in lower factual accuracy than a generic Helpful Assistant persona when responding to "Misdiagnosis" and "Health Misinformation" queries.
  • In primary care clinical triage tasks, applying the ED Physician persona degrades performance by approximately -10 percentage points and reduces latent-to-generated label consistency by up to -20 percentage points compared to non-medical baselines.

Impact

In safety-critical clinical decision-support systems, this vulnerability leads to an unpredictable clinical risk posture (both under-triage and over-triage errors), miscalibration of confidence estimates, and the generation of harmful medical advice or health misinformation. The degradation of baseline safety guardrails increases the likelihood of adverse clinical outcomes and liability from the model inappropriately engaging in unlicensed medical practice.

Affected Systems

Clinical LLMs relying on prompt-level persona conditioning, including but not limited to:

  • HuatuoGPT-o1 series (8B, 7B, 70B, 72B)
  • MedGemma-27B
  • Any clinical decision-support system utilizing medical persona system prompts (e.g., "You are an expert physician") to steer behavior.

Mitigation Steps

  • Do not assume that stronger domain grounding or expert medical personas uniformly improve model safety or clinical expertise.
  • Avoid using generic interaction-style prompts (e.g., "cautious" or "bold") as a mechanism to control clinical risk posture, as they produce directionally inconsistent effects across different models.
  • Implement granular, task-conditional safety evaluations rather than relying on aggregate accuracy metrics, as aggregate scores mask category-specific safety failures (e.g., performance drops in lower-acuity settings).
  • Enforce safety guardrails at the decoding or latent-representation level rather than relying solely on prompt-based behavioral priors.

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
Clinical LLMs relying on prompt-level persona conditioning, including but not limited to: HuatuoGPT-o1 series (8B, 7B, 70B, 72B) MedGemma-27B Any clinical decision-support system utilizing medical persona system…

Research Paper

The Persona Paradox: Medical Personas as Behavioral Priors in Clinical Language Models

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