Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SiReRAG: Indexing Similar and Related Information for Multihop Reasoning

About

Indexing is an important step towards strong performance in retrieval-augmented generation (RAG) systems. However, existing methods organize data based on either semantic similarity (similarity) or related information (relatedness), but do not cover both perspectives comprehensively. Our analysis reveals that modeling only one perspective results in insufficient knowledge synthesis, leading to suboptimal performance on complex tasks requiring multihop reasoning. In this paper, we propose SiReRAG, a novel RAG indexing approach that explicitly considers both similar and related information. On the similarity side, we follow existing work and explore some variances to construct a similarity tree based on recursive summarization. On the relatedness side, SiReRAG extracts propositions and entities from texts, groups propositions via shared entities, and generates recursive summaries to construct a relatedness tree. We index and flatten both similarity and relatedness trees into a unified retrieval pool. Our experiments demonstrate that SiReRAG consistently outperforms state-of-the-art indexing methods on three multihop datasets (MuSiQue, 2WikiMultiHopQA, and HotpotQA), with an average 1.9% improvement in F1 scores. As a reasonably efficient solution, SiReRAG enhances existing reranking methods significantly, with up to 7.8% improvement in average F1 scores. Our code is available at https://github.com/SalesforceAIResearch/SiReRAG .

Nan Zhang, Prafulla Kumar Choubey, Alexander Fabbri, Gabriel Bernadett-Shapiro, Rui Zhang, Prasenjit Mitra, Caiming Xiong, Chien-Sheng Wu• 2024

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM59.6
278
RetrievalNatural Questions (test)
Top-5 Recall72.5
62
Multi-hop QAMuSiQue
EM40.5
42
Multi-hop QAHotpotQA
Exact Match61.7
33
Multi-hop QA RetrievalMuSiQue (test)
R@252.5
28
Multi-hop QA Retrieval2WikiMultiHopQA (test)
R@260.6
28
Multi-hop QA2Wiki
EM0.596
26
Single-hop QANQ (Natural Questions)
EM42.4
22
RetrievalHotpotQA (test)
Recall@280
20
Single-hop QA RetrievalNaturalQuestions (NQ) (test)
R@242.3
8
Showing 10 of 11 rows

Other info

Follow for update