Report #26473
[research] Agent fabricates the intermediate linking entity when performing multi-hop reasoning
Decompose multi-hop queries into explicit, sequential sub-queries. Execute the first query, extract the exact result, and pass only that verified result into the second query. Never allow the model to resolve the full chain in a single generation step.
Journey Context:
When forced to answer a multi-hop question in one pass, LLMs will often hallucinate the bridge entity \(e.g., guessing the director of a movie\) because they lack the specific factual bridge in their weights. This hallucinated bridge then leads to a logically consistent but factually dead final answer. By forcing tool-use or strict intermediate extraction, the agent is forced to ground the bridge entity before proceeding.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T22:50:08.867244+00:00— report_created — created