Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: Building effective knowledge graphs (KGs) for Retrieval-Augmented Generation
(RAG) is pivotal for advancing question answering (QA) systems. However, its
effectiveness is hindered by a fundamental disconnect: the knowledge graph (KG)
construction process is decoupled from its downstream application, yielding
suboptimal graph structures. To bridge this gap, we introduce AutoGraph-R1, the
first framework to directly optimize KG construction for task performance using
Reinforcement Learning (RL). AutoGraph-R1 trains an LLM constructor by framing
graph generation as a policy learning problem, where the reward is derived from
the graph's functional utility in a RAG pipeline. We design two novel,
task-aware reward functions, one for graphs as knowledge carriers and another
as knowledge indices. Across multiple QA benchmarks, AutoGraph-R1 consistently
enables graph RAG methods to achieve significant performance gains over using
task-agnostic baseline graphs. Our work shows it is possible to close the loop
between construction and application, shifting the paradigm from building
intrinsically ``good'' graphs to building demonstrably ``useful'' ones.
Authors (8)
Hong Ting Tsang
Jiaxin Bai
Haoyu Huang
Qiao Xiao
Tianshi Zheng
Baixuan Xu
+2 more
Submitted
October 17, 2025
Key Contributions
AutoGraph-R1 is the first framework to directly optimize Knowledge Graph (KG) construction for task performance using Reinforcement Learning (RL). It trains an LLM constructor by framing graph generation as a policy learning problem, using task-aware reward functions derived from the graph's utility in a RAG pipeline, leading to significant performance gains in QA benchmarks.
Business Value
Enables the creation of more effective knowledge bases tailored for specific applications, leading to more accurate and efficient information retrieval and question answering systems in enterprise settings.