paper-with-me

Papers

Banishing LLM Hallucinations Requires Rethinking Generalization

2024-06-25 · Johnny Li, Saksham Consul, Eda Zhou, James Wong, Naila Farooqui, Yuxin Ye, Nithyashree Manohar, Zhuxiaona Wei, Tian Wu, Ben Echols, Sharon Zhou, Gregory Diamos

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.

📄 PDF Abstract BibTeX arXiv:2406.17642

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning the Travelling Salesperson Problem Requires Rethinking Generalization

2020-06-12 · Chaitanya K. Joshi, Quentin Cappart, Louis-Martin Rousseau, Thomas Laurent

End-to-end training of neural network solvers for graph combinatorial optimization problems such as the Travelling Salesperson Problem (TSP) have seen a surge of interest recently, but remain intractable and inefficient …

Combinatorial OptimizationTransfer LearningZero-shot Generalization

DWTGS: Rethinking Frequency Regularization for Sparse-view 3D Gaussian Splatting

2025-07-21 · Hung Nguyen, Runfa Li, An Le, Truong Nguyen arxiv

Sparse-view 3D Gaussian Splatting (3DGS) presents significant challenges in reconstructing high-quality novel views, as it often overfits to the widely-varying high-frequency (HF) details of the sparse training views. Wh…

Rethinking Visual Neglect: Steering via Context-Preference for MLLM Hallucination Mitigation

2026-05-27 · Jingwen Wu, Xijun Zhang, Ge Song arxiv

Object hallucination remains a primary obstacle to the reliable deployment of Multimodal Large Language Models (MLLMs). Current inference-time mitigation methods mainly assume hallucinations stem from visual neglect, ste…

Two Causes, Not One: Rethinking Omission and Fabrication Hallucinations in MLLMs

2025-08-30 · Guangzong Si, Hao Yin, Xianfei Li, Qing Ding 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved impressive advances, yet object hallucination remains a persistent challenge. Existing methods, based on the flawed assumption that omission and fabrication hallucin…

From Hallucinations to Jailbreaks: Rethinking the Vulnerability of Large Foundation Models

2025-05-30 · Haibo Jin, Peiyan Zhang, Peiran Wang, Man Luo 외

Large foundation models (LFMs) are susceptible to two distinct vulnerabilities: hallucinations and jailbreak attacks. While typically studied in isolation, we observe that defenses targeting one often affect the other, h…