Mind the Gap: Benchmarking LLM Uncertainty and Calibration with Specialty-Aware Clinical QA and Reasoning-Based Behavioural Features
Alberto Testoni, Iacer Calixto
TL;DR
The paper benchmarks uncertainty quantification for clinical QA by evaluating 10 open-source LLMs and representative proprietary models across 11 medical specialties and 6 question types, using $p_\theta(y|x)$ to analyze discrimination ($AUROC$) and calibration ($ECE$, $Brier$). It compares score-based, consistency-based, and conformal-set methods, and introduces a lightweight behavioral-feature approach derived from reasoning traces as a single-pass proxy for uncertainty. Findings reveal substantial heterogeneity: uncertainty reliability depends on specialty and question type, larger models do not universally improve calibration, and a simple regression on behavioral features can approximate sampling-based methods. The study advocates context-aware evaluation and suggests ensemble or task-specific model use, providing data, code, and a roadmap toward safer deployment of LLMs in healthcare.
Abstract
Reliable uncertainty quantification (UQ) is essential when employing large language models (LLMs) in high-risk domains such as clinical question answering (QA). In this work, we evaluate uncertainty estimation methods for clinical QA focusing, for the first time, on eleven clinical specialties and six question types, and across ten open-source LLMs (general-purpose, biomedical, and reasoning models), alongside representative proprietary models. We analyze score-based UQ methods, present a case study introducing a novel lightweight method based on behavioral features derived from reasoning-oriented models, and examine conformal prediction as a complementary set-based approach. Our findings reveal that uncertainty reliability is not a monolithic property, but one that depends on clinical specialty and question type due to shifts in calibration and discrimination. Our results highlight the need to select or ensemble models based on their distinct, complementary strengths and clinical use.
