Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

HopRAG: Multi-Hop Reasoning for Logic-Aware Retrieval-Augmented Generation

About

Retrieval-Augmented Generation (RAG) systems often struggle with imperfect retrieval, as traditional retrievers focus on lexical or semantic similarity rather than logical relevance. To address this, we propose \textbf{HopRAG}, a novel RAG framework that augments retrieval with logical reasoning through graph-structured knowledge exploration. During indexing, HopRAG constructs a passage graph, with text chunks as vertices and logical connections established via LLM-generated pseudo-queries as edges. During retrieval, it employs a \textit{retrieve-reason-prune} mechanism: starting with lexically or semantically similar passages, the system explores multi-hop neighbors guided by pseudo-queries and LLM reasoning to identify truly relevant ones. Experiments on multiple multi-hop benchmarks demonstrate that HopRAG's \textit{retrieve-reason-prune} mechanism can expand the retrieval scope based on logical connections and improve final answer quality.

Hao Liu, Zhengren Wang, Xi Chen, Zhiyu Li, Feiyu Xiong, Qinhan Yu, Wentao Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM61.1
559
Multi-hop QAHotpotQA
Exact Match62
143
Multi-hop QAMuSiQue
EM42.2
95
RetrievalNatural Questions (test)
Top-5 Recall74.4
62
Single-hop QANQ (Natural Questions)
EM42.9
52
Multi-hop QA RetrievalMuSiQue (test)
R@566.8
42
Multi-hop QA2Wiki
EM0.611
42
Multi-hop QA Retrieval2WikiMultiHopQA (test)
R@570.1
33
RetrievalHotpotQA (test)
Recall@596
31
Document Question AnsweringM3DocVQA
Exact Match22.8
24
Showing 10 of 23 rows

Other info

Follow for update