REVIEW 3 major objections 14 references
When Do Hallucinations Arise? A Graph Perspective on the Evolution of Path Reuse and Path Compression
T0 review · 3 major / 0 minor · reviewed 2026-07-13 · grok-4.5
Pith's one-line read Reasoning hallucinations in decoder-only Transformers arise from two training-time graph mechanisms: Path Reuse early and Path Compression late.
desk verdict Clean temporal story of Path Reuse then Path Compression on synthetic graphs; useful framing, but the causal claim for compression is still correlational. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Underlying reasoning graph (Definition 3.1): nodes are atomic entities or intermediate states; directed edges are valid transitions. Intrinsic reasoning is constrained search on a sampled subgraph; extrinsic reasoning is search on the memorized full graph. Path Reuse and Path Compression are the two failure modes of that search during training.
What would settle it
Train a decoder-only model from scratch on a fully enumerated path corpus from a known graph (or on language stories whose ground-truth graph is known), track exist/local/global accuracy and the uncompressed-path ratio over epochs, and check whether early errors systematically reuse underlying edges outside the given context and later errors systematically create non-edges that jump to high-out-degree or k-hop neighbors; if those patterns do not appear, or appear only under the synthetic setup and not under real language, the two-mechanism account fails.
Extended reading notes
Core claim
Reasoning hallucinations are not a single failure mode. They arise from Path Reuse in early or underfit training, when memorized underlying-graph edges override contextual constraints, and from Path Compression in later overfit training, when multi-hop paths collapse into k-hop shortcuts that favor high-out-degree nodes and skip community bridges. These two mechanisms jointly explain intrinsic and extrinsic reasoning failures under next-token prediction.
Load-bearing premise
The paper rests on the idea that knowledge learned from language can be treated as a directed entity graph with query-invariant edges, and that synthetic random graphs plus generated stories are faithful enough proxies for real pretraining.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper models next-token prediction in decoder-only Transformers as search over an underlying directed entity-relation graph (Defs. 3.1–3.2), distinguishing intrinsic reasoning (constrained search on a sampled subgraph) from extrinsic reasoning (memorized paths). It argues that reasoning hallucinations arise from two training-stage mechanisms: Path Reuse, in which early underfitting reuses memorized underlying edges that violate contextual constraints (§4; AccExist vs AccLocal gap), and Path Compression, in which later overfitting collapses multi-step paths into shortcut k-hop edges, preferentially toward high out-degree nodes (§5; accuracy rise-then-fall, hop-error bias, out-degree statistics). Supporting evidence includes controlled ER/SBM synthetic path corpora, architecture/depth ablations, an App. B mixture-of-random-walks sketch, language-story and DocRED extensions (§6.1, App. D), SFT vs PPO recovery (§6.2), and reinterpretations of the reversal curse and reasoning distribution bias (§6.3).
Significance. If the two-mechanism account holds, the paper offers a useful unified training-dynamics explanation of when intrinsic vs extrinsic reasoning hallucinations emerge, with concrete metrics (Exist/Global/Local Acc, Uncompressed Ratio R) and falsifiable structural predictions (community bridges, out-degree bias). Strengths include fully enumerated synthetic search spaces, multi-seed tabulated results (Table 3), architecture comparisons (LLaMA/Qwen/Mixtral), and an explicit (if simplified) analytical model in App. B. The finetuning recovery contrast and the link from synthetic graphs to language sequences are practically relevant for diagnosing unfaithful multi-step reasoning. Even if the causal story is only partially identified, the empirical phase structure (early global reuse, late shortcut formation) is a contribution that can guide evaluation and training design.
major comments (3)
- §5.1–5.2 and App. B (Assumption B.2, Props. B.3–B.4): The central Path Compression claim is that late-stage shortcut formation is a structural consequence of next-token prediction approximating a mixture of multi-step transitions. The reported patterns (Fig. 3a–d: accuracy degradation, rising 3-hop errors, rising normalized out-degree of predicted nodes) are clear and reproducible under the stated protocol, but they remain correlational. The design trains for many epochs on a fixed, fully enumerated multi-hop path corpus with no control that holds multi-hop co-occurrence / frequency statistics fixed while removing the incentive or opportunity to form non-edges (e.g., 1-hop-only supervision, path-shuffled co-occurrence matched baselines, or edge-existence constraints at train time). Without such an identification check, late degradation is also consistent with ordinary frequency overfitti
- Defs. 3.1–3.2 and §6.1 / App. D: The unified story treats an underlying directed graph with query-invariant relations as an adequate model of knowledge acquired from language, and treats ER/SBM path corpora plus Gemini-generated stories (and a small DocRED probe) as faithful proxies for real pretraining dynamics. The language-story and DocRED results are directionally consistent (early peak uncompressed ratio, later compression) but much smaller in scale and more observational than the synthetic path experiments. The manuscript should either (i) substantially strengthen the real-data evidence (larger models/corpora, explicit controls for entity frequency and narrative co-occurrence) or (ii) clearly scope the causal claims to synthetic graph search and present the language/DocRED sections as suggestive transfer rather than confirmation of the same mechanism in large-scale pretraining.
- §6.3 (Reversal Curse / Reasoning Distribution Bias): These subsections re-interpret known phenomena via path compression and degree bias without new controlled experiments under the paper’s own protocol. As discussion they are fine; as currently written they read as supporting applications of the main theory. Either add a minimal directed-cycle / degree-skew experiment that isolates the predicted asymmetry, or move these claims to a clearly labeled speculative discussion so they do not over-extend the empirically supported core.
Circularity Check
No load-bearing circularity: Path Reuse/Compression are empirical training-dynamics observations with independently defined metrics; App. B is a post-hoc explanatory sketch, not a forced derivation.
full rationale
The paper's central claims are observational: under next-token training on enumerated paths from ER/SBM graphs (and later language stories), early stages show AccExist high while AccLocal lags (Path Reuse), and later stages show accuracy degradation with rising k-hop and high-out-degree errors (Path Compression). Metrics (AccLocal/Exist/Global in App. A; Uncompressed Ratio R = predicted/ground-truth length) are defined from graph validity and path length, independent of the named mechanisms. App. B posits a mixture-of-transitions model (Assumption B.2) and derives sufficient conditions for shortcut preference (Props. B.3–B.4); this is an after-the-fact hypothesis that does not fit parameters to force the observed degradation, nor does it redefine the empirical quantities. No uniqueness theorems, self-citation chains, or fitted-input-as-prediction steps underwrite the main results. Minor author-related citations (e.g., Dai et al.) appear only in related work and are not load-bearing. The derivation chain is therefore self-contained empirical science plus optional modeling; circularity score remains near zero.
Assumptions & free parameters
free parameters (3)
- SBM community count / pin / pout
- train-sample fraction / train ratio
- model depth (6–24 layers) and architecture family
assumptions (4)
- domain assumption Knowledge expressed in language is organized as an underlying directed graph of entities (nodes) and invariant relations (edges).
- domain assumption Next-token prediction in a decoder-only Transformer implements (approximate) path search / multi-step transition on that graph.
- domain assumption A context edge-list samples a subgraph that should constrain search (intrinsic); a bare source-target query relies on memorized structure (extrinsic).
- ad hoc to paper Learned transition probabilities approximate a convex combination of multi-step random-walk matrices (mixture model).
invented entities (3)
-
Path Reuse
-
Path Compression
-
Uncompressed Ratio R
Cite this review
Pith. "Pith review of When Do Hallucinations Arise? A Graph Perspective on the Evolution of Path Reuse and Path Compression." pith.science (2026). https://pith.science/paper/2604.03557
@misc{pith2026260403557,
author = {Pith},
title = {Pith review of: When Do Hallucinations Arise? A Graph Perspective on the Evolution of Path Reuse and Path Compression},
year = {2026},
howpublished = {\url{https://pith.science/paper/2604.03557}},
note = {Machine review of arXiv:2604.03557}
}
read the original abstract
Reasoning hallucinations in large language models (LLMs) often appear as fluent yet unsupported conclusions that violate either the given context or underlying factual knowledge. Although such failures are widely observed, the mechanisms by which decoder-only Transformers produce them remain poorly understood. We model next-token prediction as a graph search process over an underlying graph, where entities correspond to nodes and learned transitions form edges. From this perspective, contextual reasoning is a constrained search over a sampled subgraph (intrinsic reasoning), while context-free queries rely on memorized structures in the underlying graph (extrinsic reasoning). We show that reasoning hallucinations arise from two fundamental mechanisms: \textbf{Path Reuse}, where memorized knowledge overrides contextual constraints during early training, and \textbf{Path Compression}, where frequently traversed multi-step paths collapse into shortcut edges in later training. Together, these mechanisms provide a unified explanation for reasoning hallucinations in LLMs and connected to well-known behaviors observed in downstream applications.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Hallulens: Llm hal- lucination benchmark.arXiv preprint arXiv:2504.17550,
Bang, Y ., Ji, Z., Schelten, A., Hartshorn, A., Fowler, T., Zhang, C., Cancedda, N., and Fung, P. Hallulens: Llm hal- lucination benchmark.arXiv preprint arXiv:2504.17550,
-
[2]
Theoretical lim- itations of multi-layer transformer.arXiv preprint arXiv:2412.02975,
Chen, L., Peng, B., and Wu, H. Theoretical lim- itations of multi-layer transformer.arXiv preprint arXiv:2412.02975,
-
[3]
Kalai, A. T., Nachum, O., Vempala, S. S., and Zhang, E. Why language models hallucinate.arXiv preprint arXiv:2509.04664,
-
[4]
Understanding the effects of rlhf on llm generalisation and diversity
Kirk, R., Mediratta, I., Nalmpantis, C., Luketina, J., Ham- bro, E., Grefenstette, E., and Raileanu, R. Understanding the effects of rlhf on llm generalisation and diversity. arXiv preprint arXiv:2310.06452,
-
[5]
Liu, X., Yang, X., Li, Z., Li, P., and He, R. Agenthallu: Benchmarking automated hallucination attribution of llm- based agents.arXiv preprint arXiv:2601.06818,
-
[6]
M., Alghisi, S., and Riccardi, G
Mousavi, S. M., Alghisi, S., and Riccardi, G. What does loss optimization actually teach, if anything? knowledge dynamics in continual pre-training of llms.arXiv preprint arXiv:2601.03858,
-
[7]
Progress measures for grokking via mechanistic interpretability.arXiv preprint arXiv:2301.05217,
Nanda, N., Chan, L., Lieberum, T., Smith, J., and Stein- hardt, J. Progress measures for grokking via mechanistic interpretability.arXiv preprint arXiv:2301.05217,
-
[8]
Llms know more than they show: On the intrinsic representation of llm halluci- nations
Orgad, H., Toker, M., Gekhman, Z., Reichart, R., Szpektor, I., Kotek, H., and Belinkov, Y . Llms know more than they show: On the intrinsic representation of llm halluci- nations. InThe Thirteenth International Conference on Learning Representations. Power, A., Burda, Y ., Edwards, H., Babuschkin, I., and Misra, V . Grokking: Generalization beyond overfit...
Show all 14 references
-
[9]
Rawte, V ., Chakraborty, S., Pathak, A., Sarkar, A., Tonmoy, S. T. I., Chadha, A., Sheth, A., and Das, A. The troubling emergence of hallucination in large language models- an extensive definition, quantification, and prescriptive remediations. InProceedings of the 2023 Confer...
2023
-
[10]
Benefits and pitfalls of reinforce- ment learning for language model planning: a theoretical perspective.arXiv preprint arXiv:2509.22613,
Wang, S., Shen, Y ., Sun, H., Feng, S., Teng, S.-H., Dong, L., Hao, Y ., and Chen, W. Benefits and pitfalls of reinforce- ment learning for language model planning: a theoretical perspective.arXiv preprint arXiv:2509.22613,
-
[11]
Emergent abilities of large language models
Wei, J., Tay, Y ., Bommasani, R., Raffel, C., Zoph, B., Borgeaud, S., Yogatama, D., Bosma, M., Zhou, D., Met- zler, D., et al. Emergent abilities of large language models. arXiv preprint arXiv:2206.07682,
-
[12]
The best instruction-tuning data are those that fit.arXiv preprint arXiv:2502.04194, 2025a
Zhang, D., Dai, Q., and Peng, H. The best instruction-tuning data are those that fit.arXiv preprint arXiv:2502.04194, 2025a. Zhang, Y ., Li, Y ., Cui, L., Cai, D., Liu, L., Fu, T., Huang, X., Zhao, E., Zhang, Y ., Chen, Y ., et al. Siren’s song in the ai ocean: A survey on hal...
2024
-
[13]
Evaluation Metrics Notation.LetG= (V, E)denote the backbone graph with|V|=N
10 When Do Hallucinations Arise? A Graph Perspective on the Evolution of Path Reuse and Path Compression A. Evaluation Metrics Notation.LetG= (V, E)denote the backbone graph with|V|=N. Each conditional reasoning query is defined as q= (s, t,C),(1) where s, t∈V are the source a...
-
[14]
D. Real-World Connections Our assumption is that LLMs will set up the inner knowledge graph while learning the data from language sequences; therefore, we take the DocReD dataset (Yao et al., 2019), which has both documents and a manually extracted knowledge graph. We train a ...
2019
Reviewed July 13, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.