CLAIDec 9, 2024

SiReRAG: Indexing Similar and Related Information for Multihop Reasoning

arXiv:2412.06206v224 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of complex multihop reasoning tasks in RAG systems, offering a domain-specific incremental improvement.

The paper tackles the problem of insufficient knowledge synthesis in retrieval-augmented generation (RAG) systems for multihop reasoning by proposing SiReRAG, a novel indexing approach that combines both similar and related information, resulting in an average 1.9% improvement in F1 scores on three datasets.

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 .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes