paper-with-me

홈 › Papers

Why LLMs Hallucinate on Structured Knowledge: A Mechanistic Analysis of Reasoning over Linearized Representations

2026-05-25 · Shanghao Li, Jinda Han, Yibo Wang, Yuanjie Zhu, Zihe Song, Langzhou He, Kenan Kamel A Alghythee, Philip S. Yu arxiv

In many reasoning tasks, large language models (LLMs) rely on structured external knowledge, such as graphs and tables, which is typically linearized into sequential token representations. However, even when sufficient knowledge is available, LLMs can still produce hallucinated outputs, and the underlying mechanisms behind such failures remain poorly understood. We investigate these mechanisms and find that hallucinations arise from systematic internal dynamics rather than random noise. First, attention disproportionately concentrates toward shortcut-like structural cues rather than distributing across the full context. Second, feed-forward representations fail to ground the provided knowledge, causing the model to revert to parametric memory. Moreover, our results indicate that hallucination is consistently associated with failures in semantic grounding within feed-forward layers, while attention allocation exhibits greater task-dependent variability. Finally, we show that these mechanistic patterns generalize beyond single-hop graphs to multi-hop and tabular settings, enabling effective hallucination detection across structured knowledge formats.

📄 PDF Abstract BibTeX arXiv:2605.26362

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Do LLMs Really Know What They Don't Know? Internal States Mainly Reflect Knowledge Recall Rather Than Truthfulness

2025-10-10 · Chi Seng Cheang, Hou Pong Chan, Wenxuan Zhang, Yang Deng arxiv

Recent work suggests that LLMs "know what they don't know", positing that hallucinated and factually correct outputs arise from distinct internal processes and can therefore be distinguished using internal signals. Howev…

HalluScore: Large Language Model Hallucination Question Answering Benchmark

2026-05-16 · Aisha Alansari, Hamzah Luqman arxiv

Large language models (LLMs) have achieved remarkable progress in natural language generation, but remain susceptible to hallucination. In response to growing concerns about hallucinations, several benchmarks have been d…

Question Answering

The Representation and Recall of Interwoven Structured Knowledge in LLMs: A Geometric and Layered Analysis

2025-02-15 · Ge Lei, Samuel J. Cooper

This study investigates how large language models (LLMs) represent and recall multi-associated attributes across transformer layers. We show that intermediate layers encode factual knowledge by superimposing related attr…

Attribute

NeuroSymbolic AI for Legal AI-TRISM: Trustworthy, Reliable, Interpretable, Safe Models

2026-04-05 · Deepa Tilwani, Yash Saxena, Ankur Padia, Srinivasan Parthasarathy 외 arxiv

Large Language Models (LLMs) have transformed natural language processing, but their lack of interpretable reasoning and tendency to hallucinate pose significant challenges for legal applications. While LLMs show promise…

GIP-RAG: An Evidence-Grounded Retrieval-Augmented Framework for Interpretable Gene Interaction and Pathway Impact Analysis

2026-03-19 · Fujian Jia, Jiwen Gu, Cheng Lu, Dezhi Zhao 외 arxiv

Understanding mechanistic relationships among genes and their impacts on biological pathways is essential for elucidating disease mechanisms and advancing precision medicine. Despite the availability of extensive molecul…

Gene Interaction PredictionKnowledge Graphs