MEGA Hub

D$^2$F-ReAG: Dynamic Decomposition and Filtering for Multi-Hop Reasoning-Augmented Generation

Authors

Do you know Jiaoyang Li?You can claim authorship or link another user.Do you know Junhao Ruan?You can claim authorship or link another user.Do you know Shengwei Tang?You can claim authorship or link another user.Do you know Kaiyan Chang?You can claim authorship or link another user.Do you know Zhengtao Yu?You can claim authorship or link another user.Do you know Tong Xiao?You can claim authorship or link another user.Do you know Jingbo Zhu?You can claim authorship or link another user.

Abstract

Large language models (LLMs) often generate inaccurate answers due to their reliance on static internal knowledge. Retrieval-augmented generation (RAG) addresses this limitation by integrating external knowledge and excelling at single-hop queries. However, it struggles with multi-hop questions that require cross-document reasoning. Existing methods, such as graph structured RAG or question decomposition, often lack dynamic decomposition and effective filtering, which leads to lower efficiency and accuracy. To overcome these limitations, we propose Dynamic Decomposition and Filtering for Multi-Hop Reasoning-Augmented Generation (D2F-ReAG), a novel paradigm that adaptively controls reasoning depth by judging the reliability of the root-level reasoning. If the root reasoning is reliable, the model directly generates the answer. Otherwise, the question is logically decomposed into sub-questions, and the verified reasoning derived from these sub-questions is used to refine the root reasoning. Experiments on three multi-hop benchmarks demonstrate the effectiveness of our method in handling complex multi-hop questions.

Community

00