Transparent and Robust RAG: Adaptive-Reward Reinforcement Learning for Decision Traceability
Jingyi Ren, Yekun Xu, Xiaolong Wang, Weitao Li, Weizhi Ma, Yang Liu
TL;DR
ARENA introduces a transparent and robust RL-based RAG framework that couples a structured evidence–reasoning–answer protocol with KL-divergence stabilization using the $k_2$ estimator and adaptive, task-specific rewards. The approach enforces auditable grounding by requiring explicit <relevance> indices and reasoning traces, while stabilizing policy optimization via GRPO with the stabilized KL term. Four reward components—format, accuracy, relevance, and bonus—drive well-formed, evidence-grounded outputs, achieving 10–30% gains on three multi-hop QA benchmarks and generalizing across models and retrieval settings. The work demonstrates that smaller open-source backbones can approach or match some closed-source models in multi-hop reasoning when trained with ARENA, and provides extensive ablation and cross-task analyses along with public code release.
Abstract
Retrieval-Augmented Generation (RAG) delivers substantial value in knowledge-intensive applications. Many recent works use reinforcement learning (RL) to elicit strong reasoning in RAG generators. However, two key challenges remain unresolved: (1) Transparency: most prior methods do not explicitly indicate which references are actually used during the reasoning that leads to the final answer, limiting interpretability and visibility; (2) Stability: the KL divergence estimator used in existing RL-based approaches may cause gradient spikes, leading to unstable training. To address these challenges, we propose Adaptive-Rewarded Evidence Navigation Agent (ARENA), a transparent and robust RAG generator framework trained via RL with designed rewards. Based on our structured protocol, KL divergence stabilization, and adaptive reward calculation modules, ARENA enables the RAG generator to identify key evidence, perform structured reasoning, and generate answers with interpretable decision traces. Applied to Qwen2.5-7B-Instruct and Llama3.1-8B-Instruct, extensive experiments across multiple baselines show 10-30% accuracy improvements on three multi-hop QA datasets, comparable to advanced closed-source LLMs (e.g., OpenAI o1, DeepSeek R1). Further analyses show that ARENA generalizes well to unseen datasets and tasks. Our models and codes are publicly released.
