Report #90099
[research] Agent fabricates the intermediate step in a multi-hop reasoning chain instead of finding it
Decompose multi-hop queries into explicit, sequential sub-queries. Force the agent to retrieve and ground each intermediate step before synthesizing the final answer. Do not allow the LLM to answer multi-hop questions in a single generation.
Journey Context:
When asked 'Who was the president of the country where the inventor of the telephone was born?', LLMs often hallucinate the birth country if they don't recall it, then hallucinate the president. By forcing a retrieval step for 'inventor of telephone birth country' first, the intermediate fact is grounded. The tradeoff is increased latency and API calls, but it eliminates cascading hallucinations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T09:49:40.144300+00:00— report_created — created