The Illusion of Certainty: Uncertainty quantification for LLMs fails under ambiguity
Tim Tomov, Dominik Fuchsgruber, Tom Wollschläger, Stephan Günnemann
TL;DR
This work shows that uncertainty quantification (UQ) methods for large language models (LLMs) fail under realistic aleatoric uncertainty due to inherent ambiguity in language. By introducing MAQA* and AmbigQA* with ground-truth distributions $p^*$ estimated from corpus co-occurrence, the authors provide a principled framework to evaluate epistemic uncertainty (EU) via $KL(p^* \\| p)$, revealing that predictive-variation, internal-representation, and ensemble-based estimators perform near random when ambiguity is present. The authors supply theoretical explanations for the zero-aleatoric-uncertainty regime where these estimators can be justified, and show that once non-zero AU is introduced, those justifications collapse because $p^*$ can reside anywhere in the probability simplex, breaking standard signals. They advocate training-time uncertainty modeling (e.g., evidential deep learning, joint distributions) and establish MAQA*/AmbigQA* as benchmarks to drive development of reliable estimators suitable for real-world, ambiguous language tasks.
Abstract
Accurate uncertainty quantification (UQ) in Large Language Models (LLMs) is critical for trustworthy deployment. While real-world language is inherently ambiguous, reflecting aleatoric uncertainty, existing UQ methods are typically benchmarked against tasks with no ambiguity. In this work, we demonstrate that while current uncertainty estimators perform well under the restrictive assumption of no ambiguity, they degrade to close-to-random performance on ambiguous data. To this end, we introduce MAQA* and AmbigQA*, the first ambiguous question-answering (QA) datasets equipped with ground-truth answer distributions estimated from factual co-occurrence. We find this performance deterioration to be consistent across different estimation paradigms: using the predictive distribution itself, internal representations throughout the model, and an ensemble of models. We show that this phenomenon can be theoretically explained, revealing that predictive-distribution and ensemble-based estimators are fundamentally limited under ambiguity. Overall, our study reveals a key shortcoming of current UQ methods for LLMs and motivates a rethinking of current modeling paradigms.
