Enhancing Hallucination Detection Through Noise Injection

Abstract

Large Language Models (LLMs) are prone to generating plausible yet incorrect responses, known as hallucinations. Effectively detecting hallucinations is therefore crucial for the safe deployment of LLMs. Recent research has linked hallucinations to model uncertainty, suggesting that hallucinations can be detected by measuring dispersion over answer distributions obtained from multiple samples drawn from a model. While drawing from the distribution over tokens defined by the model is a natural way to obtain samples, in this work, we argue that it is sub-optimal for the purpose of detecting hallucinations. We show that detection can be improved significantly by taking into account model uncertainty in the Bayesian sense. To this end, we propose a very simple, training-free approach based on perturbing an appropriate subset of model parameters, or equivalently hidden unit activations, during sampling. We demonstrate that our approach significantly improves inference-time hallucination detection over standard sampling across diverse datasets, model architectures, and uncertainty metrics.

Cite

Text

Liu et al. "Enhancing Hallucination Detection Through Noise Injection." International Conference on Learning Representations, 2026.

Markdown

[Liu et al. "Enhancing Hallucination Detection Through Noise Injection." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/liu2026iclr-enhancing-b/)

BibTeX

@inproceedings{liu2026iclr-enhancing-b,
  title     = {{Enhancing Hallucination Detection Through Noise Injection}},
  author    = {Liu, Litian and Pourreza, Reza and Panchal, Sunny and Bhattacharyya, Apratim and Jian, Yubing and Qin, Yao and Memisevic, Roland},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/liu2026iclr-enhancing-b/}
}