Hallucination is a Consequence of Space-Optimality: A Rate-Distortion Theorem for Membership Testing
Anxin Guo, Jingwei Li
TL;DR
This work reframes LLM hallucination as a sparse membership-testing problem and derives a rate-distortion theorem that ties the memory per fact to the KL divergence between key and non-key score distributions under prescribed error constraints. It shows that, under finite memory, the optimal strategy often embraces high-confidence hallucinations (a Hallucination Channel) rather than abstaining or forgetting, and it formalizes a two-sided filter frontier that any threshold-based decision rule cannot surpass. The theory yields non-asymptotic memory lower bounds, achievability, and first-order corrections, and it recovers classical filter-space lower bounds as special cases, while providing empirical validation on synthetic data that corroborates the predicted hallucination behavior. Practically, the results illuminate why hallucinations persist under limited capacity and highlight how external memory (e.g., RAG) and training emphasis on non-facts can mitigate such errors, with implications for evaluating and designing factualityConstraints in language models.
Abstract
Large language models often hallucinate with high confidence on "random facts" that lack inferable patterns. We formalize the memorization of such facts as a membership testing problem, unifying the discrete error metrics of Bloom filters with the continuous log-loss of LLMs. By analyzing this problem in the regime where facts are sparse in the universe of plausible claims, we establish a rate-distortion theorem: the optimal memory efficiency is characterized by the minimum KL divergence between score distributions on facts and non-facts. This theoretical framework provides a distinctive explanation for hallucination: even with optimal training, perfect data, and a simplified "closed world" setting, the information-theoretically optimal strategy under limited capacity is not to abstain or forget, but to assign high confidence to some non-facts, resulting in hallucination. We validate this theory empirically on synthetic data, showing that hallucinations persist as a natural consequence of lossy compression.
