Hallucination, Monofacts, and Miscalibration: An Empirical Investigation
Miranda Muqing Miao, Michael Kearns
TL;DR
This work empirically investigates the Kalai–Vempala theory linking monofact rate, miscalibration, and hallucination in language models by using controlled n-gram experiments and synthetic SFT data. It demonstrates that data drawn from heavy-tailed Pareto distributions lowers monofact rates and reduces hallucination, and that deliberate miscalibration via selective upweighting can further reduce hallucination without sacrificing overall accuracy. An empirical KL divergence bound is proposed as a practical analogue to the population miscalibration term, enabling real-data guidance without access to the true distribution. The findings challenge the notion that deduplication is universally beneficial and highlight data-centric levers for reducing factual errors in LLM outputs, while acknowledging limitations in generalization and fairness.
Abstract
Hallucinated facts in large language models (LLMs) have recently been shown to obey a statistical lower bound determined by the monofact rate (related to the classical Good-Turing missing mass estimator) minus model miscalibration (Kalai & Vempala, 2024). We present the first empirical investigation of this three-way relationship in classical n-gram models and fine-tuned encoder-decoder Transformers. By generating training data from Pareto distributions with varying shape parameters, we systematically control the monofact rates and establish its positive relationship with hallucination. To bridge theory and practice, we derive an empirical analog of the hallucination bound by replacing the population miscalibration term (Section 2.1) with an empirical bin-wise KL divergence and confirm its practical viability. We then introduce selective upweighting -- a simple yet effective technique that strategically repeats as little as 5% of training examples -- to deliberately inject miscalibration into the model. This intervention reduces hallucination by up to 40%, challenging universal deduplication policies. Our experiments reveal a critical trade-off: selective upweighting maintains pre-injection levels of accuracy while substantially reducing hallucination, whereas standard training gradually improves accuracy but fails to address persistently high hallucination, indicating an inherent tension in optimization objectives.
