TL;DR
EviOmni is a reinforcement learning-based method that improves evidence extraction for retrieval-augmented generation by reasoning first, leading to more accurate and high-quality evidence for large language models.
Contribution
It introduces EviOmni, a unified reasoning and extraction framework optimized with reinforcement learning to enhance evidence quality in RAG systems.
Findings
EviOmni outperforms previous methods on five benchmark datasets.
It produces more compact and high-quality evidence.
It improves downstream task accuracy and supports various RAG systems.
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
