Report #5112
[research] LLM fabricates the intermediate step when asked a question requiring connecting two distinct factual entities \(e.g., 'Where was the founder of X born?'\)
Force step-by-step decomposition using Chain-of-Thought \(CoT\) combined with retrieval at each step, rather than asking the model to answer the multi-hop question in a single pass.
Journey Context:
Multi-hop QA benchmarks reveal that LLMs often guess the final answer without actually resolving the intermediate entity. If the model doesn't know the founder of X, it might hallucinate a person, then hallucinate a birthplace for that phantom person. Decomposing the query forces the model to ground each hop independently, preventing the compounding of hallucinations across reasoning steps.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T20:40:37.546678+00:00— report_created — created