RouteRAG: Efficient Retrieval-Augmented Generation from Text and Graph via Reinforcement Learning
Yucan Guo, Miao Su, Saiping Guan, Zihao Sun, Xiaolong Jin, Jiafeng Guo, Xueqi Cheng

TL;DR
RouteRAG introduces an RL-based framework for adaptive, multi-turn hybrid retrieval-augmented generation from text and graphs, improving reasoning efficiency and accuracy in complex question answering tasks.
Contribution
The paper presents RouteRAG, a novel RL-based approach that enables end-to-end adaptive retrieval and reasoning from both text and graph data sources in RAG systems.
Findings
Significantly outperforms existing RAG baselines on five QA benchmarks.
Effectively balances retrieval efficiency and reasoning accuracy.
Supports multi-turn, adaptive reasoning with hybrid evidence.
Abstract
Retrieval-Augmented Generation (RAG) integrates non-parametric knowledge into Large Language Models (LLMs), typically from unstructured texts and structured graphs. While recent progress has advanced text-based RAG to multi-turn reasoning through Reinforcement Learning (RL), extending these advances to hybrid retrieval introduces additional challenges. Existing graph-based or hybrid systems typically depend on fixed or handcrafted retrieval pipelines, lacking the ability to integrate supplementary evidence as reasoning unfolds. Besides, while graph evidence provides relational structures crucial for multi-hop reasoning, it is substantially more expensive to retrieve. To address these limitations, we introduce \model{}, an RL-based framework that enables LLMs to perform multi-turn and adaptive graph-text hybrid RAG. \model{} jointly optimizes the entire generation process via RL,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Advanced Graph Neural Networks
