Mechanistic Understanding and Mitigation of Language Model Non-Factual Hallucinations
Lei Yu, Meng Cao, Jackie Chi Kit Cheung, Yue Dong
TL;DR
This work investigates non-factual hallucinations in large language models by identifying two mechanistic failure modes through mechanistic interpretability: knowledge enrichment in lower-layer MLPs and answer extraction in upper-layer attention heads. It introduces the ParaRel-based diagnostic dataset and uses logit-lens and causal mediation analyses to trace hallucinations to these internal components across Llama-2, Pythia, and GPT-J. The authors propose Mechanistic Hallucination Mitigation (MHM), a targeted fine-tuning objective that reinforces true-object recall and suppresses misleading signals, achieving superior factuality while preserving broad knowledge on Natural Questions and TruthfulQA. This mechanistic account enables targeted mitigation and points to explainability-driven safety improvements for open-domain question answering.
Abstract
State-of-the-art language models (LMs) sometimes generate non-factual hallucinations that misalign with world knowledge. To explore the mechanistic causes of these hallucinations, we create diagnostic datasets with subject-relation queries and adapt interpretability methods to trace hallucinations through internal model representations. We discover two general and distinct mechanistic causes of hallucinations shared across LMs (Llama-2, Pythia, GPT-J): 1) knowledge enrichment hallucinations: insufficient subject attribute knowledge in lower layer MLPs, and 2) answer extraction hallucinations: failure to select the correct object attribute in upper layer attention heads. We also found these two internal mechanistic causes of hallucinations are reflected in external manifestations. Based on insights from our mechanistic analysis, we propose a novel hallucination mitigation method through targeted restoration of the LM's internal fact recall pipeline, demonstrating superior performance compared to baselines.
