ICML2026
ReSeek: A Self-Correcting Framework for Search Agents with Instructive Rewards
Shiyu Li, Yifan Wang, Peiming Li, Zheng Wei, Yang Tang
被引用 8 次
摘要
Search agents powered by Large Language Models (LLMs) have demonstrated significant potential in tackling knowledge-intensive tasks. Reinforcement learning (RL) has emerged as a powerful paradigm for training these agents to perform complex, multi-step reasoning. However, prior RL-based methods often rely on sparse or rule-based rewards, which can lead agents to commit to suboptimal or erroneous reasoning paths without the ability to recover. To address these limitations, we propose ReSeek, a self-correcting framework enabling search agents to recover from erroneous search paths during an episode. By invoking a special JUDGE action, the agent can judge the information and re-plan its search strategy. To guide this process, we design a dense, instructive process reward function, which combines an answer correctness reward for task completion with a self-correction reward that trains the agent to judge the utility of retrieved information. Additionally, to mitigate the risk of data contamination in existing datasets, we introduce FictionalHot, a contamination-resistant benchmark requiring complex reasoning. Experiments show ReSeek significantly outperforms SOTA baselines in task success and path faithfulness. Our code and dataset are available at https: //github.com/TencentBAC/ReSeek .