Report #30446
[research] Agent fabricates the intermediate step in a multi-hop reasoning chain, leading to a correct-looking but factually disconnected final answer
Decompose multi-hop questions into explicit, sequential sub-queries. Verify the factual output of step N before passing it as the premise for step N\+1. Do not allow the model to answer multi-hop questions in a single generation pass.
Journey Context:
When asked 'What company acquired the startup founded by the CEO of X?', the model might correctly know the final answer, but hallucinate the intermediate link because it is statistically likely. Single-pass generation allows the model to hide factual gaps in the intermediate steps. Chain-of-thought helps reasoning but doesn't guarantee factuality at each step. Explicit decomposition and verification at each hop is required.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T05:29:19.236550+00:00— report_created — created