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

A Navigational Approach for Comprehensive RAG via Traversal over Proposition Graphs

About

Standard RAG pipelines based on chunking excel at simple factual retrieval but fail on complex multi-hop queries due to a lack of structural connectivity. Conversely, initial strategies that interleave retrieval with reasoning often lack global corpus awareness, while Knowledge Graph (KG)-based RAG performs strongly on complex multi-hop tasks but suffers on fact-oriented single-hop queries. To bridge this gap, we propose a novel RAG framework: ToPG (Traversal over Proposition Graphs). ToPG models its knowledge base as a heterogeneous graph of propositions, entities, and passages, effectively combining the granular fact density of propositions with graph connectivity. We leverage this structure using iterative Suggestion-Selection cycles, where the Suggestion phase enables a query-aware traversal of the graph, and the Selection phase provides LLM feedback to prune irrelevant propositions and seed the next iteration. Evaluated on three distinct QA tasks (Simple, Complex, and Abstract QA), ToPG demonstrates strong performance across both accuracy- and quality-based metrics. Overall, ToPG shows that query-aware graph traversal combined with factual granularity is a critical component for efficient structured RAG systems. ToPG is available at https://github.com/idiap/ToPG.

Maxime Delmas, Lei Xu, Andr\'e Freitas• 2026

Related benchmarks

TaskDatasetResultRank
Question AnsweringPopQA
EM51.6
80
Multi-hop QAMuSiQue
EM34
42
Multi-hop QAHotpotQA
Exact Match59.3
33
Question AnsweringGraphRAG-Benchmark MEDICAL
Fact Retrieval (FR)72.9
15
Question AnsweringGraphRAG-Benchmark NOVEL
Fact Retrieval67.6
7
Showing 5 of 5 rows

Other info

Follow for update