TL;DR
LLMs produce hallucinated outputs when reasoning over structured knowledge (graphs, tables) converted into sequential text, even when correct information is available. Researchers conducted a mechanistic analysis revealing hallucinations stem from systematic internal dynamics rather than random errors.
✦ Why It Matters
Understanding hallucination mechanisms in structured reasoning enables targeted fixes to improve LLM reliability on knowledge-intensive tasks.
Key Takeaways
How It Works
The study reveals that LLMs' attention mechanisms often prioritize shortcut-like structural cues, leading to incomplete context understanding. Additionally, feed-forward layers fail to effectively ground the knowledge, causing the model to rely on its internal memory instead of the provided structured information.
Related