paper-with-me

Papers

Beyond Outcome Reward: Decoupling Search and Answering Improves LLM Agents

2025-10-06 · Yiding Wang, Zhepei Wei, Xinyu Zhu, Yu Meng arxiv

Enabling large language models (LLMs) to utilize search tools offers a promising path to overcoming fundamental limitations such as knowledge cutoffs and hallucinations. Recent work has explored reinforcement learning (RL) for training search-augmented agents that interleave reasoning and retrieval before answering. These approaches usually rely on outcome-based rewards (e.g., exact match), implicitly assuming that optimizing for final answers will also yield effective intermediate search behaviors. Our analysis challenges this assumption: we uncover multiple systematic deficiencies in search that arise under outcome-only training and ultimately degrade final answer quality, including failure to invoke tools, invalid queries, and redundant searches. To address these shortcomings, we introduce DeSA (Decoupling Search-and-Answering), a simple two-stage training framework that explicitly separates search optimization from answer generation. In Stage 1, agents are trained to improve search effectiveness with retrieval recall-based rewards. In Stage 2, outcome rewards are employed to optimize final answer generation. Across seven QA benchmarks, DeSA-trained agents consistently improve search behaviors, delivering substantially higher search recall and answer accuracy than outcome-only baselines. Notably, DeSA outperforms single-stage training approaches that simultaneously optimize recall and outcome rewards, underscoring the necessity of explicitly decoupling the two objectives.

📄 PDF Abstract BibTeX arXiv:2510.04695

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningAnswer Generation

Similar Papers 제목 키워드 기반

OASES: Outcome-Aligned Search-Evaluation Co-Training for Agentic Search

2026-04-04 · Erhan Zhang, Yiqun Chen, Zechun Niu, Wei Yang 외 arxiv

Agentic search enables language models to solve knowledge-intensive tasks by adaptively acquiring external evidence over multiple steps. Reinforcement learning with verifiable rewards (RLVR) has emerged as a widely adopt…

Reinforcement Learning

VideoSEAL: Mitigating Evidence Misalignment in Agentic Long Video Understanding by Decoupling Answer Authority

2026-05-12 · Chenhao Qiu, Yechao Zhang, Xin Luo, Shien Song 외 arxiv

Long video question answering requires locating sparse, time-scattered visual evidence within highly redundant content. Although current MLLMs perform well on short videos, long videos introduce long-horizon search and v…

Video Question Answering

SubSearch: Intermediate Rewards for Unsupervised Guided Reasoning in Complex Retrieval

2026-04-08 · Roxana Petcu, Evangelos Kanoulas, Maarten de Rijke arxiv

Large language models (LLMs) are probabilistic in nature and perform more reliably when augmented with external information. As complex queries often require multi-step reasoning over the retrieved information, with no c…

Complex Query AnsweringReinforcement Learning

SPADER: Step-wise Peer Advantage with Diversity-Aware Exploration Rewards for Multi-Answer Question Answering

2026-05-30 · Qiming Shi, Zhaolu Kang, Yunfan Zhou, Di Weng 외 arxiv

Large language models are increasingly deployed as tool-augmented agents to acquire information beyond parametric knowledge. While recent work has improved long-horizon tool-use reasoning, most approaches focus on tasks …

Reinforcement LearningQuestion Answering

Beyond Trajectory Rewards: Step-level Credit Assignment for Agentic Search via Graph Modeling

2026-05-28 · Yuchen Liu, Yingjie Feng, Lixiong Qin, Jiasi Chen 외 arxiv

In Agentic Search, trajectory-level outcome rewards fail to quantify the behavioral contributions of individual steps, while existing step-level reward methods typically rely on costly tree sampling. We view world knowle…