paper-with-me

홈 › Papers

Do Hallucination Neurons Generalize? Evidence from Cross-Domain Transfer in LLMs

2026-03-27 · Snehit Vaddi, Pujith Vaddi arxiv

Recent work identifies a sparse set of "hallucination neurons" (H-neurons), less than 0.1% of feed-forward network neurons, that reliably predict when large language models will hallucinate. These neurons are identified on general-knowledge question answering and shown to generalize to new evaluation instances. We ask a natural follow-up question: do H-neurons generalize across knowledge domains? Using a systematic cross-domain transfer protocol across 6 domains (general QA, legal, financial, science, moral reasoning, and code vulnerability) and 5 open-weight models (3B to 8B parameters), we find they do not. Classifiers trained on one domain's H-neurons achieve AUROC 0.783 within-domain but only 0.563 when transferred to a different domain (delta = 0.220, p < 0.001), a degradation consistent across all models tested. Our results suggest that hallucination is not a single mechanism with a universal neural signature, but rather involves domain-specific neuron populations that differ depending on the knowledge type being queried. This finding has direct implications for the deployment of neuron-level hallucination detectors, which must be calibrated per domain rather than trained once and applied universally.

📄 PDF Abstract BibTeX arXiv:2604.19765

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Where Fake Citations Are Made: Tracing Field-Level Hallucination to Specific Neurons in LLMs

2026-04-20 · Yuefei Chen, Yihao Quan, Xiaodong Lin, Ruixiang Tang arxiv

LLMs frequently generate fictitious yet convincing citations, often expressing high confidence even when the underlying reference is wrong. We study this failure across 9 models and 108{,}000 generated references, and fi…

Readable but Not Controllable: Neuron-Level Evidence for Medical LLM Hallucination

2026-06-30 · Vijay Vankadaru, Asha Matthews, Tanya Roosta, Peyman Passban arxiv

Hallucination remains one of the central obstacles to deploying medical LLMs. Yet, even when hallucination can be detected, it is still unclear whether the internal representations associated with it can be used for cont…

H-Neurons: On the Existence, Impact, and Origin of Hallucination-Associated Neurons in LLMs

2025-12-01 · Cheng Gao, Huimin Chen, Chaojun Xiao, Zhiyi Chen 외 arxiv

Large language models (LLMs) frequently generate hallucinations -- plausible but factually incorrect outputs -- undermining their reliability. While prior work has examined hallucinations from macroscopic perspectives su…

CrossHallu: Do Hallucination Signals Generalize Across Languages and Domains in Large Language Model's Internals?

2026-07-04 · Aisha Alansari, Malak Alkhorasani, Hamzah Luqman arxiv

Recent hallucination detection techniques in large language models (LLMs) focus on directly extracting features from a model's internal representations and training a classifier on these features to detect hallucinations…

Cross-Lingual TransferDomain Generalization

EvidenceRL: Reinforcing Evidence Consistency for Trustworthy Language Models

2026-03-20 · J. Ben Tamo, Yuxing Lu, Benoit L. Marteau, Micky C. Nnamdi 외 arxiv

Large Language Models (LLMs) are fluent but prone to hallucinations, producing answers that appear plausible yet are unsupported by available evidence. This failure is especially problematic in high-stakes domains where …

Reinforcement LearningLegal Reasoning