Calibrating Verbal Uncertainty as a Linear Feature to Reduce Hallucinations
Ziwei Ji, Lei Yu, Yeskendir Koishekenov, Yejin Bang, Anthony Hartshorn, Alan Schelten, Cheng Zhang, Pascale Fung, Nicola Cancedda
TL;DR
This paper tackles the problem of overconfident hallucinations in large language models by introducing Verbal Uncertainty Feature (VUF), a single linear direction in the model's representation space that governs verbal uncertainty (VU). It shows that VU and semantic uncertainty (SU) can be miscalibrated, and that detecting hallucinations benefits from jointly considering SU and VU. The authors propose Mechanistic Uncertainty Calibration (MUC), an inference-time intervention that steers activations along VUF directions to align VU with SU, substantially reducing confident hallucinations (≈29.6–30%) while improving SU–VU calibration. Crucially, VUFs are shown to generalize across datasets and model sizes, enabling non-tuning, universal calibration that enhances the reliability and nuance of LLM outputs in short-form QA tasks.
Abstract
LLMs often adopt an assertive language style also when making false claims. Such ``overconfident hallucinations'' mislead users and erode trust. Achieving the ability to express in language the actual degree of uncertainty around a claim is therefore of great importance. We find that ``verbal uncertainty'' is governed by a single linear feature in the representation space of LLMs, and show that this has only moderate correlation with the actual ``semantic uncertainty'' of the model. We apply this insight and show that (1) the mismatch between semantic and verbal uncertainty is a better predictor of hallucinations than semantic uncertainty alone and (2) we can intervene on verbal uncertainty at inference time and reduce confident hallucinations on short-form answers, achieving an average relative reduction of ~30%.
