Report #62507
[research] LLM fabricates intermediate steps when connecting two real entities in multi-hop queries
Decompose multi-hop queries into explicit, sequential single-hop sub-queries. Validate the output of step N before using it as the input for step N\+1.
Journey Context:
When asked 'What is the capital of the country where the inventor of the telephone was born?', models often hallucinate the birth country because they try to map the entire path in a single forward pass. End-to-end multi-hop generation lacks intermediate supervision. By forcing the model to explicitly answer 'Who invented the telephone?' -> 'Where was Alexander Graham Bell born?' -> 'What is the capital of Scotland?', intermediate factual errors are caught before they cascade into a completely fabricated final answer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:24:08.441762+00:00— report_created — created