Hierarchical Retrieval-Augmented Generation Model with Rethink for Multi-hop Question Answering
Xiaoming Zhang, Ming Wang, Xiaocui Yang, Daling Wang, Shi Feng, Yifei, Zhang

TL;DR
This paper introduces HiRAG, a hierarchical retrieval-augmented generation framework for multi-hop question answering that combines sparse and dense retrieval strategies, addressing knowledge update issues and improving performance.
Contribution
The paper proposes a novel hierarchical retrieval strategy and a unified retrieval method, along with new corpora, to enhance multi-hop QA systems' accuracy and knowledge freshness.
Findings
HiRAG outperforms state-of-the-art models on four datasets.
Hierarchical retrieval effectively combines document and chunk-level information.
New corpora improve knowledge update and retrieval effectiveness.
Abstract
Multi-hop Question Answering (QA) necessitates complex reasoning by integrating multiple pieces of information to resolve intricate questions. However, existing QA systems encounter challenges such as outdated information, context window length limitations, and an accuracy-quantity trade-off. To address these issues, we propose a novel framework, the Hierarchical Retrieval-Augmented Generation Model with Rethink (HiRAG), comprising Decomposer, Definer, Retriever, Filter, and Summarizer five key modules. We introduce a new hierarchical retrieval strategy that incorporates both sparse retrieval at the document level and dense retrieval at the chunk level, effectively integrating their strengths. Additionally, we propose a single-candidate retrieval method to mitigate the limitations of multi-candidate retrieval. We also construct two new corpora, Indexed Wikicorpus and Profile Wikicorpus,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Expert finding and Q&A systems
