Beyond Correctness: Rewarding Faithful Reasoning in Retrieval-Augmented Generation
About
Inspired by the success of reinforcement learning (RL) in Large Language Model (LLM) training for domains like math and code, recent work has begun training LLMs to dynamically plan, query, and reason with search engines as tools -- a paradigm increasingly referred to as agentic search. Although these methods achieve performance improvement across popular short-form QA benchmarks, many prioritize final answer correctness while overlooking the quality of intermediate reasoning steps, which may lead to chain-of-thought unfaithfulness. In this paper, we first introduce a comprehensive evaluation framework for agentic search, covering three distinct faithfulness metrics: Think-Search faithfulness, Information-Think faithfulness, and Think-Answer faithfulness. Our evaluations reveal that canonical agentic search systems trained through Reinforcement Learning from Verifiable Reward (RLVR) using episode-level outcome-based reward -- including Search-R1 and ReSearch -- have significant room for improvement on these faithfulness dimensions. To foster faithful reasoning in agentic search, we introduce VERITAS (Verifying Entailed Reasoning through Intermediate Traceability in Agentic Search), a novel framework that integrates fine-grained turn-level faithfulness rewards into the reinforcement learning process. Our experiments show that models trained with \ours not only significantly improve reasoning faithfulness, but also achieve better task performance compared to baselines trained against episode-level outcome-based reward.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-hop Question Answering | HotpotQA in-domain | EM44.6 | 53 | |
| General Question Answering | TriviaQA out-of-domain (val test) | EM65.8 | 33 | |
| Question Answering | NQ (Natural Questions) in-domain (test) | Exact Match48.6 | 29 | |
| Multi-hop Question Answering | 2WIKI (out-of-domain) | Accuracy42.3 | 28 | |
| Multi-hop Question Answering | Bamboogle (out-of-domain) | Exact Match46.4 | 18 | |
| Question Answering | PopQA out-of-domain | Exact Match46.6 | 18 | |
| Multi-hop Question Answering | MuSiQue (out-of-domain) | Exact Match20.6 | 18 |