Learning to Extract Rational Evidence via Reinforcement Learning for Retrieval-Augmented Generation
Xinping Zhao, Shouzheng Huang, Yan Zhong, Xinshuo Hu, Meishan Zhang, Baotian Hu, Min Zhang
TL;DR
This work tackles the noise and irrelevance problem inherent in retrieval-augmented generation by introducing EviOmni, a rational evidence extraction framework that first reasons about retrieved passages and then extracts concise, high-quality evidence. It integrates reasoning and extraction into a single on-policy reinforcement learning loop with verifiable rewards, aided by knowledge token masking to prevent leakage. Across five QA benchmarks, EviOmni improves answer accuracy, dramatically reduces evidence size via compression, and demonstrates robustness to retrieval noise, while also benefiting agentic RAG setups with lightweight, efficient evidence extraction. The approach offers practical gains in both open-domain and multi-hop QA, with limitations around inference latency suggesting future work on adaptive reasoning strategies. The key insight is that explicit reasoning before extraction yields more reliable clues, enabling tighter context and faster, more accurate generation.
Abstract
Retrieval-Augmented Generation (RAG) effectively improves the accuracy of Large Language Models (LLMs). However, retrieval noises significantly undermine the quality of LLMs' generation, necessitating the development of denoising mechanisms. Previous works extract evidence straightforwardly without deep thinking, which may risk filtering out key clues and struggle with generalization. To this end, we propose EviOmni, which learns to extract rational evidence via reasoning first and then extracting. Specifically, EviOmni integrates evidence reasoning and evidence extraction into one unified trajectory, followed by knowledge token masking to avoid information leakage, optimized via on-policy reinforcement learning with verifiable rewards in terms of answer, length, and format. Extensive experiments on five benchmark datasets show the superiority of EviOmni, which provides compact and high-quality evidence, enhances the accuracy of downstream tasks, and supports both traditional and agentic RAG systems.
