GPT-4.1 nano shows partial metacognitive sensitivity in medical diagnosis

Researchers built a controlled, psychophysics-inspired clinical benchmark to test whether a medical LLM's stated confidence actually tracks the strength of the evidence it is given, rather than just whether its answers are accurate. The task was a differential diagnosis: probable Alzheimer-type neurocognitive disorder (AT-NCD) versus depression-related cognitive impairment (DRCI), two conditions that commonly get confused in practice. The team generated 45 synthetic clinical vignettes that varied evidence strength, included cases with conflicting evidence, and included cases with missing information. Each vignette was shown under three different prompt variants, producing 135 trials in total. A pilot run used gpt-4.1-nano, and every trial produced a valid structured output. Across the forced-choice trials, the model reached 93.5% diagnostic accuracy with a mean stated confidence of 78.4%, and a metacognitive-discrimination score (AUROC2) of 0.876. Confidence rose as the evidence moved further from the diagnostic boundary, fell when information was missing, and stayed higher on correct trials than on incorrect ones even after accounting for evidence strength and prompt format. The authors read this as partial metacognitive sensitivity: the model's confidence is not simply noise, but it does not track evidence perfectly either. The clearest failure mode showed up in moderate, conflicting AT-NCD cases, where the model tended to shift its answer toward DRCI and kept more confidence than its actual accuracy in those cases warranted. The authors argue that confidence quality needs to be measured directly, through benchmarks like this one, rather than assumed from a model's overall accuracy or general capability. They present the benchmark as a reproducible framework for evaluating evidence sensitivity, metacognitive sensitivity, and localized calibration failure in medical LLMs, distinct from any single model's score on it.

Key facts

  • The benchmark used 45 synthetic AT-NCD-versus-DRCI vignettes shown under 3 prompt variants each, for 135 trials total.
  • In the gpt-4.1-nano pilot, diagnostic accuracy was 93.5%, mean stated confidence was 78.4%, and metacognitive discrimination (AUROC2) was 0.876.
  • Confidence rose with evidence distance from the diagnostic boundary, fell when information was missing, and stayed higher on correct than incorrect trials after adjusting for evidence strength and prompt format.
  • Errors clustered in moderate, conflicting AT-NCD cases, where the model shifted its answer toward DRCI and retained more confidence than its accuracy in those cases justified.
  • The authors frame the result as partial metacognitive sensitivity rather than globally uninformative confidence, and call for measuring confidence quality directly instead of inferring it from accuracy or capability.

Why it matters

Clinical use of an LLM depends on two separate things: whether its answers are right, and whether its stated confidence tells a clinician when to trust or double-check it. A model that is accurate on average but confidently wrong on a specific, hard case is more dangerous than one that is visibly unsure. This benchmark isolates that second property, metacognitive sensitivity, using a controlled diagnostic task rather than open-ended clinical text.

Who it affects

The direct subjects are AI developers and researchers building or evaluating medical LLMs, and by extension clinicians who might rely on an LLM's confidence signal when weighing an AT-NCD versus DRCI call, a distinction between Alzheimer-type neurocognitive disorder and depression-related cognitive impairment that already causes real diagnostic confusion.

How to use it

This is a research benchmark and evaluation framework, not a deployable product: no pricing, access tier, or release is described. Its stated use is as a reproducible method other teams can apply to test evidence sensitivity, metacognitive sensitivity, and localized calibration failure in other medical LLMs, rather than relying on a single accuracy number.

How solid is it

The result rests on one pilot run of one model, gpt-4.1-nano, across 135 trials built from 45 synthetic vignettes rather than real patient cases. The abstract states that a model comparison was also done and that confidence quality should be judged directly rather than inferred from accuracy, but does not name which other models were compared or report their numbers. No authors, institutions, or publication venue are given in the source text.

Risks and caveats

The benchmark's own headline finding is a caveat: the model's calibration breaks down specifically in moderate, conflicting AT-NCD cases, where it drifts toward the DRCI answer while holding onto confidence its accuracy there does not support, the exact scenario where a false sense of reliability would be most harmful. The vignettes are synthetic and the evaluated model is a single, smaller variant (gpt-4.1-nano), so the findings describe this benchmark and this pilot rather than medical LLMs or GPT-4.1 in general.