Report #17172
[research] LLM fabricates the missing link in multi-hop reasoning questions
Decompose multi-hop queries into single-hop sub-queries, execute retrieval for each independently, and only synthesize the final answer after all sub-facts are grounded.
Journey Context:
When asked 'Where was the founder of X born?', if the model doesn't know who founded X, it will often hallucinate a founder to complete the reasoning chain in a single pass. End-to-end RAG fails here because the retrieved documents for the complex query might not contain both hops. Decomposition forces the model to prove each step before combining them, closing the compositionality gap.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T04:43:41.142875+00:00— report_created — created