Report #11343
[research] LLM fabricates the intermediate step when asked a multi-hop question, inventing a bridge entity to connect two real entities
Decompose multi-hop queries into explicit, sequential single-hop sub-queries. Execute the first query, extract the result, and inject it as a variable into the second query before proceeding.
Journey Context:
End-to-end multi-hop generation forces the model to hold multiple constraints in working memory. If it doesn't know the intermediate fact, it will hallucinate one that perfectly bridges the gap \(because it is statistically likely to connect the two entities\). Sequential decomposition grounds each step, preventing the model from inventing the bridge.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T13:09:38.409201+00:00— report_created — created