CLAIIRFeb 18, 2025

PathRAG: Pruning Graph-based Retrieval Augmented Generation with Relational Paths

arXiv:2502.14902v256 citationsh-index: 7Has Code
AI Analysis

This work addresses inefficiencies in RAG systems for improving LLM response quality, representing an incremental advancement over existing graph-based methods.

The paper tackles the problem of redundant information in graph-based retrieval-augmented generation (RAG) by proposing PathRAG, which retrieves relational paths and uses flow-based pruning to reduce redundancy, resulting in consistent outperformance of state-of-the-art baselines across six datasets and five evaluation dimensions.

Retrieval-augmented generation (RAG) improves the response quality of large language models (LLMs) by retrieving knowledge from external databases. Typical RAG approaches split the text database into chunks, organizing them in a flat structure for efficient searches. To better capture the inherent dependencies and structured relationships across the text database, researchers propose to organize textual information into an indexing graph, known asgraph-based RAG. However, we argue that the limitation of current graph-based RAG methods lies in the redundancy of the retrieved information, rather than its insufficiency. Moreover, previous methods use a flat structure to organize retrieved information within the prompts, leading to suboptimal performance. To overcome these limitations, we propose PathRAG, which retrieves key relational paths from the indexing graph, and converts these paths into textual form for prompting LLMs. Specifically, PathRAG effectively reduces redundant information with flow-based pruning, while guiding LLMs to generate more logical and coherent responses with path-based prompting. Experimental results show that PathRAG consistently outperforms state-of-the-art baselines across six datasets and five evaluation dimensions. The code is available at the following link: https://github.com/BUPT-GAMMA/PathRAG

Code Implementations1 repo
Foundations

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

Your Notes