English

Banishing LLM Hallucinations Requires Rethinking Generalization

Computation and Language 2025-09-04 v2 Artificial Intelligence

Abstract

Despite their powerful chat, coding, and reasoning abilities, Large Language Models (LLMs) frequently hallucinate. Conventional wisdom suggests that hallucinations are a consequence of a balance between creativity and factuality, which can be mitigated, but not eliminated, by grounding the LLM in external knowledge sources. Through extensive systematic experiments, we show that these traditional approaches fail to explain why LLMs hallucinate in practice. Specifically, we show that LLMs augmented with a massive Mixture of Memory Experts (MoME) can easily memorize large datasets of random numbers. We corroborate these experimental findings with a theoretical construction showing that simple neural networks trained to predict the next token hallucinate when the training loss is above a threshold as it usually does in practice when training on internet scale data. We interpret our findings by comparing against traditional retrieval methods for mitigating hallucinations. We use our findings to design a first generation model for removing hallucinations -- Lamini-1 -- that stores facts in a massive mixture of millions of memory experts that are retrieved dynamically.

Keywords

Cite

@article{arxiv.2406.17642,
  title  = {Banishing LLM Hallucinations Requires Rethinking Generalization},
  author = {Johnny Li and Saksham Consul and Eda Zhou and James Wong and Naila Farooqui and Yuxin Ye and Nithyashree Manohar and Zhuxiaona Wei and Tian Wu and Ben Echols and Sharon Zhou and Gregory Diamos},
  journal= {arXiv preprint arXiv:2406.17642},
  year   = {2025}
}

Comments

I want to revisit some of the experiments in this paper, specifically figure 5

R2 v1 2026-06-28T17:18:49.731Z