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

PropRAG: Guiding Retrieval with Beam Search over Proposition Paths

About

Retrieval Augmented Generation (RAG) has become the standard approach for equipping Large Language Models (LLMs) with up-to-date knowledge. However, standard RAG, relying on independent passage retrieval, often fails to capture the interconnected nature of information required for complex, multi-hop reasoning. While structured RAG methods attempt to address this using knowledge graphs built from triples, we argue that the inherent context loss of triples (context collapse) limits the fidelity of the knowledge representation. We introduce PropRAG, a novel RAG framework that shifts from triples to context-rich propositions and introduces an efficient, LLM-free online beam search over proposition paths to discover multi-step reasoning chains. By coupling a higher-fidelity knowledge representation with explicit path discovery, PropRAG achieves state-of-the-art zero-shot Recall@5 and F1 scores on 2Wiki, HotpotQA, and MuSiQue, advancing non-parametric knowledge integration by improving evidence retrieval through richer representation and efficient reasoning path discovery.

Jingjin Wang, Jiawei Han• 2025

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM73
360
RetrievalMuSiQue v1 (test)
R@2E30.9
21
RetrievalHotpotQA v1 (test)
R@2E63.4
21
Retrieval2WikiMultiHopQA v1 (test)
R@2E82
21
Multi-hop Question AnsweringMuSiQue
EM38.9
20
Multi-hop Question AnsweringHotpotQA
EM57.2
20
Multi-hop Question AnsweringHotpotQA Full
EM57.8
9
Showing 7 of 7 rows

Other info

Follow for update