Decomposition, Think and Action: Alleviating Hallucinations of Large Language Models with Reasoning–Evidence Interactive Augmented Graph
Yi Sui, Chaozhuo Li, Litian Zhang, Dawei Song, Haiming LiuHallucination remains a major obstacle to the domain generalizability and reliability of Large Language Models (LLMs). Recent approaches address this issue by integrating Retrieval-Augmented Generation (RAG) with stepwise reasoning processes to iteratively retrieve knowledge. However, indiscriminate incorporation of external knowledge may interfere with reasoning, increasing latency and amplifying error accumulation. Moreover, existing methods rely on a unidirectional flow of external knowledge into LLMs while neglecting internal–external knowledge synergy, limiting autonomous reasoning capability. To address these limitations, we propose the Reasoning–Evidence Interactive Augmented Graph (RE-IAG), a framework that couples reasoning with evidence through a staged triggering mechanism and structured interaction. RE-IAG performs localized refinement of intermediate reasoning via adaptive branching under uncertainty and selectively triggers retrieval when internal reasoning stagnates. Crucially, it organizes both internal reasoning and retrieved evidence into aligned graph structures, enabling structure-guided verification and fine-grained refinement of intermediate conclusions. This design transforms retrieval from passive augmentation into an active constraint on reasoning, reducing error propagation, alleviating knowledge conflicts, and improving knowledge integration for hallucination mitigation. Extensive experiments on four multi-hop QA benchmarks show that RE-IAG outperforms adaptive RAG baselines, achieves competitive or superior performance to RL-based approaches, and demonstrates strong robustness and generalization across model scales and architectures.