paper-with-me

Papers

Graph-R1: Towards Agentic GraphRAG Framework via End-to-end Reinforcement Learning

2025-07-29 · Haoran Luo, Haihong E, Guanting Chen, Qika Lin, Yikai Guo, Fangzhi Xu, Zemin Kuang, Meina Song, Xiaobao Wu, Yifan Zhu, Luu Anh Tuan arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucination in LLMs by incorporating external knowledge, but relies on chunk-based retrieval that lacks structural semantics. GraphRAG methods improve RAG by modeling knowledge as entity-relation graphs, but still face challenges in high construction cost, fixed one-time retrieval, and reliance on long-context reasoning and prompt design. To address these challenges, we propose Graph-R1, the first agentic GraphRAG framework via end-to-end reinforcement learning (RL). It introduces lightweight knowledge hypergraph construction, models retrieval as a multi-turn agent-environment interaction, and optimizes the agent process via an end-to-end reward mechanism. Experiments on standard RAG datasets show that Graph-R1 outperforms traditional GraphRAG and RL-enhanced RAG methods in reasoning accuracy, retrieval efficiency, and generation quality. Our software and data are publicly available at https://github.com/LHRLAB/Graph-R1.

📄 PDF Abstract BibTeX arXiv:2507.21892

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Do We Still Need GraphRAG? Benchmarking RAG and GraphRAG for Agentic Search Systems

2026-04-01 · Dongzhe Fan, Zheyi Xue, Siyuan Liu, Qiaoyu Tan arxiv

Retrieval-augmented generation (RAG) and its graph-based extensions (GraphRAG) are effective paradigms for improving large language model (LLM) reasoning by grounding generation in external knowledge. However, most exist…

Question Answering

Is GraphRAG Needed? From Basic RAG to Graph-/Agentic Solutions with Context Optimization

2026-06-24 · Long Chen, Ryan Razkenari, Yuxuan Zhou, Yuan Tian 외 arxiv

As advanced RAG variants like GraphRAG and Agentic RAG emerge, one leading question is when and how to use them. Here, we introduce a framework for different RAG scenarios evaluation and comparison on semi-structured kno…

Knowledge Graphs

Query-Efficient Agentic Graph Extraction Attacks on GraphRAG Systems

2026-01-21 · Shuhua Yang, Jiahao Zhang, Yilong Wang, Dongwon Lee 외 arxiv

Graph-based retrieval-augmented generation (GraphRAG) systems construct knowledge graphs over document collections to support multi-hop reasoning. While prior work shows that GraphRAG responses may leak retrieved subgrap…

Knowledge Graphs

HyperGraphPro: Progress-Aware Reinforcement Learning for Structure-Guided Hypergraph RAG

2026-01-25 · Jinyoung Park, Sanghyeok Lee, Omar Zia Khan, Hyunwoo J. Kim 외 arxiv

Graph Retrieval-Augmented Generation (GraphRAG) has emerged as a promising paradigm that organizes external knowledge into structured graphs of entities and relations, enabling large language models (LLMs) to perform com…

Multi-hop Question AnsweringReinforcement LearningSemantic SimilarityKnowledge Graphs

PathRouter: Aligning Rewards with Retrieval Quality in Agentic Graph Retrieval-Augmented Generation

2026-06-15 · Bo Wang, Heyan Huang, Yaolin Li, Wei Tang 외 arxiv

Agentic GraphRAG trains language-model agents to iteratively retrieve and reason over graph-structured evidence, enabling more accurate and context-aware decision-making by efficiently navigating complex information netw…

Reinforcement Learning