Uncertainty Profiles for LLMs: Uncertainty Source Decomposition and Adaptive Model-Metric Selection
Pei-Fu Guo, Yun-Da Tsai, Shou-De Lin
TL;DR
This work tackles hallucinations in LLMs by introducing a four-source uncertainty decomposition consisting of Surface Form $SU$, Aleatoric $AU$, Epistemic $EU$, and Operational $OU$ uncertainties. It provides a structured estimation pipeline using a four-stage prompting process to quantify each source and validates the estimators via predictive performance across benchmarks. The authors then profile how existing uncertainty metrics relate to these sources across tasks and models, revealing systematic variability and informing an adaptive, uncertainty-profile guided strategy for selecting metrics and models. Their adaptive approach, which aligns task uncertainty profiles with appropriate metrics and models, consistently outperforms non-adaptive baselines, enabling more reliable and efficient deployment in real-world uncertainty estimation scenarios.
Abstract
Large language models (LLMs) often generate fluent but factually incorrect outputs, known as hallucinations, which undermine their reliability in real-world applications. While uncertainty estimation has emerged as a promising strategy for detecting such errors, current metrics offer limited interpretability and lack clarity about the types of uncertainty they capture. In this paper, we present a systematic framework for decomposing LLM uncertainty into four distinct sources, inspired by previous research. We develop a source-specific estimation pipeline to quantify these uncertainty types and evaluate how existing metrics relate to each source across tasks and models. Our results show that metrics, task, and model exhibit systematic variation in uncertainty characteristic. Building on this, we propose a method for task specific metric/model selection guided by the alignment or divergence between their uncertainty characteristics and that of a given task. Our experiments across datasets and models demonstrate that our uncertainty-aware selection strategy consistently outperforms baseline strategies, helping us select appropriate models or uncertainty metrics, and contributing to more reliable and efficient deployment in uncertainty estimation.
