Papers
Topics
Authors
Recent
Search
2000 character limit reached

MedDialBench: Benchmarking LLM Diagnostic Robustness under Parametric Adversarial Patient Behaviors

Published 8 Apr 2026 in cs.CL and cs.AI | (2604.06846v1)

Abstract: Interactive medical dialogue benchmarks have shown that LLM diagnostic accuracy degrades significantly when interacting with non-cooperative patients, yet existing approaches either apply adversarial behaviors without graded severity or case-specific grounding, or reduce patient non-cooperation to a single ungraded axis, and none analyze cross-dimension interactions. We introduce MedDialBench, a benchmark enabling controlled, dose-response characterization of how individual patient behavior dimensions affect LLM diagnostic robustness. It decomposes patient behavior into five dimensions -- Logic Consistency, Health Cognition, Expression Style, Disclosure, and Attitude -- each with graded severity levels and case-specific behavioral scripts. This controlled factorial design enables graded sensitivity analysis, dose-response profiling, and cross-dimension interaction detection. Evaluating five frontier LLMs across 7,225 dialogues (85 cases x 17 configurations x 5 models), we find a fundamental asymmetry: information pollution (fabricating symptoms) produces 1.7-3.4x larger accuracy drops than information deficit (withholding information), and fabricating is the only configuration achieving statistical significance across all five models (McNemar p < 0.05). Among six dimension combinations, fabricating is the sole driver of super-additive interaction: all three fabricating-involving pairs produce O/E ratios of 0.70-0.81 (35-44% of eligible cases fail under the combination despite succeeding under each dimension alone), while all non-fabricating pairs show purely additive effects (O/E ~ 1.0). Inquiry strategy moderates deficit but not pollution: exhaustive questioning recovers withheld information, but cannot compensate for fabricated inputs. Models exhibit distinct vulnerability profiles, with worst-case drops ranging from 38.8 to 54.1 percentage points.

Summary

  • The paper introduces a systematic framework that uses a factorial, dose-responsive design to quantify the impact of adversarial patient behaviors on diagnostic LLM performance.
  • It demonstrates that active fabrication of symptoms leads to abrupt, super-additive accuracy degradation, undermining baseline diagnostic capabilities.
  • The study emphasizes that architectural improvements and external fact verification are crucial for mitigating false narratives in clinical AI.

MedDialBench: A Systematic Framework for Assessing Diagnostic LLM Robustness under Adversarial Patient Behaviors

Motivation and Context

Diagnostic LLMs have shown high proficiency on static, information-complete benchmarks. However, their performance drops sharply in conversational, interactive scenarios where patient behaviors can be non-cooperative or adversarial. Existing benchmarks lack systematic, parameterized control over patient behaviors and do not support graded severity or factorial combination analysis. This leaves unresolved fundamental questions about which patient behaviors impair LLM diagnostic robustness, how the severity of such behaviors modulates their impact, and whether combinations of behaviors interact in non-additive ways.

Benchmark Design: Parametric Behavioral Decomposition

MedDialBench introduces a factorial, dose-responsive design based on a five-dimension decomposition of patient behavior:

  1. Logic Consistency (Pollution): Contradictions and fabrication of symptoms.
  2. Health Cognition (Pollution): Misconceptions or denial about symptoms.
  3. Expression Style (Friction): Vague or incoherent communication of symptoms.
  4. Disclosure (Deficit): Withholding relevant information.
  5. Attitude (Deficit): Impatience, dominance, or hostility reducing effective disclosure.

Each dimension has a baseline (cooperative) and up to two graded adversarial severity levels. Case-specific behavioral scripts, grounded in clinical detail, operationalize these configurations to ensure realism and control. Factorial combinations include both single-dimension and selected two-dimension scenarios, enabling fine-grained causal attribution and interaction analysis. Figure 1

Figure 1: MedDialBench's behavioral framework with five dimensions across three degradation pathways (left), and example dialogues illustrating adversarial behaviors (right).

Experimental Pipeline

The benchmark tests five current-generation LLMs as 'doctor' agents across 85 cases and 17 behavioral configurations, totaling 7,225 doctor-patient dialogues. A previous-generation LLM, selected for fidelity in behavioral script execution, acts as the 'patient agent.' Diagnosis accuracy is judged by a strong LLM (Qwen3-Max) with high agreement to human judgment (κ=0.882\kappa=0.882), while information coverage and inquiry efficiency are also quantified.

Major Findings: Behavioral Impact and Interaction Effects

Single-Dimension Effects: Pollution Dominates Degradation

Among all behavioral dimensions, fabricating symptoms (Logic - Pollution pathway) caused the largest accuracy degradation (18.8–30.6 pp drop, statistically significant for all five models). Notably, this effect is super-linear with severity: moderate fabrication produces minor drops, whereas extreme levels induce a threshold effect, causing sharp performance collapse and convergence across models—obliterating baseline capability advantages. Figure 2

Figure 2: Accuracy and information coverage heatmaps across 5 models, 5 dimensions, 3 severity levels. Pollution dimensions drive larger accuracy drops relative to coverage loss, while deficit dimensions cause larger coverage loss relative to accuracy drop.

Dose-response analysis reveals that, unlike cognition errors (smooth monotonic degradation), logic defects (fabrication) trigger abrupt collapses at high severity with substantial narrowing in performance spread. Figure 3

Figure 3: Dose-response curves for cognition and logic pollution; cognition shows monotonic rank-preserving loss, while logic (fabrication) exhibits threshold-induced convergence across models.

Pollution vs. Deficit: Mechanistic Dissociation

Pollution dimensions cause large accuracy drops with small losses in information coverage, indicating that injected falsehoods mislead LLM reasoning even if overall information volume is high. Deficit dimensions, by contrast, primarily depress coverage, but LLMs often infer the correct diagnosis given incomplete data, highlighting that information quality degradation is far harder to safely mitigate than mere scarcity.

Multi-Dimension Effects: Super-Additivity Unique to Fabrication

When combining two adversarial behaviors, only fabricating-involving pairs (fabricating + another dimension) show super-additive interaction effects: observed accuracy is 35–44% worse than predicted by single-dimension impact, as quantified by O/E ratios of 0.70–0.81. In contrast, all non-fabricating pairs—including pollution-pollution pairs such as denial + withholding—show merely additive degradation (O/E≈1.0). This underscores that the mechanism of harm is specific to active narrative fabrication, not information removal. Figure 4

Figure 4: O/E ratios for six multi-dimension combinations by model. Combinations with fabrication consistently produce super-additive effects, while others stay additive.

Model-Specific Robustness Profiles and Inquiry Strategy Effects

Models display significant variance in vulnerability profile: worst-case degradation ranges from 38.8 to 54.1 percentage points. Importantly, exhaustive inquiry strategies can recover performance when information is withheld, but cannot counteract pollution through fabrication. Moreover, robustness is not correlated to overall diagnostic skill—Gemini, the best baseline performer, suffers the largest performance collapse under fabrication-involving conditions.

Implications for LLM Evaluation and Clinical AI Safety

Architectural interventions, not solely improved dialogue strategies, are required to defend against pollution-induced failures. Asking more questions or probing harder does not compensate when a patient systematically injects false but coherent information. Real-world deployment of diagnostic LLMs thus demands adversarial robustness evaluation frameworks and possibly external fact verification (using clinical records or physical findings) during high-stakes differential diagnosis.

MedDialBench establishes a necessary paradigm: multi-dimensional, severity-graded behavioral control is essential for mapping the vulnerability landscape of clinical agents. By identifying both the quantitative limits of current LLMs and the precise behavioral triggers for catastrophic error, the benchmark enables more targeted robustness engineering and safer deployment.

Conclusion

MedDialBench delivers a comprehensive, parameterized evaluation of diagnostic LLM robustness under adversarial patient behaviors. The results conclusively demonstrate that active fabrication is both the most damaging single patient behavior and the only dimension to induce super-additive degradation in combination. The practical consequence is that LLM robustness cannot be inferred from static exam performance or even from resilience to information deficit alone. As medical AI systems move into clinical trial and deployment phases, systematic robustness evaluation using realistic, adversarially parameterized frameworks such as MedDialBench will be indispensable for risk management, model selection, and safe system design.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.