CLJan 25

ProGraph-R1: Progress-aware Reinforcement Learning for Graph Retrieval Augmented Generation

arXiv:2601.17755v11 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient graph retrieval and sparse rewards in GraphRAG systems for knowledge-intensive question answering, representing an incremental improvement over prior methods.

The paper tackles limitations in existing reinforcement learning-based GraphRAG frameworks by proposing ProGraph-R1, which introduces structure-aware hypergraph retrieval and progress-based step-wise policy optimization, resulting in improved reasoning accuracy and generation quality on multi-hop question answering benchmarks.

Graph Retrieval-Augmented Generation (GraphRAG) has been successfully applied in various knowledge-intensive question answering tasks by organizing external knowledge into structured graphs of entities and relations. It enables large language models (LLMs) to perform complex reasoning beyond text-chunk retrieval. Recent works have employed reinforcement learning (RL) to train agentic GraphRAG frameworks that perform iterative interactions between LLMs and knowledge graphs. However, existing RL-based frameworks such as Graph-R1 suffer from two key limitations: (1) they primarily depend on semantic similarity for retrieval, often overlooking the underlying graph structure, and (2) they rely on sparse, outcome-level rewards, failing to capture the quality of intermediate retrieval steps and their dependencies. To address these limitations, we propose ProGraph-R1, a progress-aware agentic framework for graph-based retrieval and multi-step reasoning. ProGraph-R1 introduces a structure-aware hypergraph retrieval mechanism that jointly considers semantic relevance and graph connectivity, encouraging coherent traversal along multi-hop reasoning paths. We also design a progress-based step-wise policy optimization, which provides dense learning signals by modulating advantages according to intermediate reasoning progress within a graph, rather than relying solely on final outcomes. Experiments on multi-hop question answering benchmarks demonstrate that ProGraph-R1 consistently improves reasoning accuracy and generation quality over existing GraphRAG methods.

Foundations

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

Your Notes