Illusions of Confidence? Diagnosing LLM Truthfulness via Neighborhood Consistency
Haoming Xu, Ningyuan Zhao, Yunzhi Yao, Weihong Xu, Hongru Wang, Xinle Deng, Shumin Deng, Jeff Z. Pan, Huajun Chen, Ningyu Zhang
TL;DR
This work argues that LLM truthfulness under contextual perturbations cannot be assessed by point-wise confidence alone, as demonstrated by the illusion of confidence when self-consistency is high but beliefs collapse under interference. It introduces Neighbor-Consistency Belief (NCB) to measure belief robustness across a structured neighborhood of related facts and presents a Bayesian-inspired framework to estimate this robustness. Through a cognitive stress-testing protocol, the study shows that high-NCB knowledge is more resistant to peer and authority-driven perturbations, and introduces Structure-Aware Training (SAT) that promotes context-invariant beliefs by training across neighbor contexts. SAT significantly improves learned facts' robustness, reducing brittleness by about 30% and achieving strong performance on newly learned material. The findings advocate for evaluating and training LLMs with structured belief representations to enhance reliability in real-world, noisy deployments.
Abstract
As Large Language Models (LLMs) are increasingly deployed in real-world settings, correctness alone is insufficient. Reliable deployment requires maintaining truthful beliefs under contextual perturbations. Existing evaluations largely rely on point-wise confidence like Self-Consistency, which can mask brittle belief. We show that even facts answered with perfect self-consistency can rapidly collapse under mild contextual interference. To address this gap, we propose Neighbor-Consistency Belief (NCB), a structural measure of belief robustness that evaluates response coherence across a conceptual neighborhood. To validate the efficiency of NCB, we introduce a new cognitive stress-testing protocol that probes outputs stability under contextual interference. Experiments across multiple LLMs show that the performance of high-NCB data is relatively more resistant to interference. Finally, we present Structure-Aware Training (SAT), which optimizes context-invariant belief structure and reduces long-tail knowledge brittleness by approximately 30%. Code will be available at https://github.com/zjunlp/belief.
