Distinguishing the Knowable from the Unknowable with Language Models
Gustaf Ahdritz, Tian Qin, Nikhil Vyas, Boaz Barak, Benjamin L. Edelman
TL;DR
This work investigates distinguishing epistemic from aleatoric uncertainty in unconstrained text produced by large language models. It uses a larger model as a ground-truth proxy and trains lightweight probes on frozen smaller models to predict when the larger model will be confident at the next-token level, complemented by a fully unsupervised In-Context Learning Test (ICLT) to detect uncertainty types. The supervised approach achieves high AUROC (often >0.9) across model pairings and data domains, with transfer to out-of-domain sets, while the unsupervised ICLT approach yields non-trivial accuracy and reveals the importance of prompt structure and separator tokens. These results suggest that LLMs contain internal representations of different uncertainty types that could be leveraged to improve confidence estimation and reduce hallucinations in practical deployments.
Abstract
We study the feasibility of identifying epistemic uncertainty (reflecting a lack of knowledge), as opposed to aleatoric uncertainty (reflecting entropy in the underlying distribution), in the outputs of large language models (LLMs) over free-form text. In the absence of ground-truth probabilities, we explore a setting where, in order to (approximately) disentangle a given LLM's uncertainty, a significantly larger model stands in as a proxy for the ground truth. We show that small linear probes trained on the embeddings of frozen, pretrained models accurately predict when larger models will be more confident at the token level and that probes trained on one text domain generalize to others. Going further, we propose a fully unsupervised method that achieves non-trivial accuracy on the same task. Taken together, we interpret these results as evidence that LLMs naturally contain internal representations of different types of uncertainty that could potentially be leveraged to devise more informative indicators of model confidence in diverse practical settings.
