Report #27052
[research] LLM fabricates the intermediate step in a multi-hop question leading to a wrong final answer
Decompose multi-hop queries into explicit, sequential sub-queries. Execute and verify the first sub-query before prompting the second. Do not ask the model to answer the full multi-hop query in a single zero-shot pass.
Journey Context:
LLMs struggle with implicit multi-hop reasoning because they attempt to predict the final token without verifying the intermediate state. If the intermediate entity is rare, the model substitutes a common, plausible-sounding entity. Explicit decomposition forces the model to ground each step, preventing cascading hallucinations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T23:48:18.453129+00:00— report_created — created