paper-with-me

Papers

ReSeek: A Self-Correcting Framework for Search Agents with Instructive Rewards

2025-10-01 · Shiyu Li, Yang Tang, Yifan Wang, Peiming Li, Xi Chen arxiv

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 novel self-correcting framework for training search agents. Our framework introduces a self-correction mechanism that empowers the agent to dynamically identify and 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 decomposes into a correctness reward for retrieving factual information and a utility reward for finding information genuinely useful for the query. Furthermore, to mitigate the risk of data contamination in existing datasets, we introduce FictionalHot, a new and challenging benchmark with recently curated questions requiring complex reasoning. Being intuitively reasonable and practically simple, extensive experiments show that agents trained with ReSeek significantly outperform SOTA baselines in task success rate and path faithfulness.

📄 PDF Abstract BibTeX arXiv:2510.00568

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AI-Supervisor: Autonomous AI Research Supervision via a Persistent Research World Model

2026-03-25 · Yunbo Long arxiv

Existing automated research systems operate as stateless, linear pipelines -- generating outputs without maintaining any persistent understanding of the research landscape they navigate. They process papers sequentially,…

Searching Videos as Trees: Self-Correcting Agents for Grounded Long Video QA

2026-07-17 · Ce Zhang, Ziyang Wang, Yulu Pan, Oluwatumininu Oguntola 외 arxiv

Grounded long-video question answering (Grounded LVQA) requires answering a question about a long video while localizing the short evidence interval that supports the answer. Recent agentic methods frame this task as mul…

Video Question AnsweringReinforcement Learning

SPIRAL: Symbolic LLM Planning via Grounded and Reflective Search

2025-12-29 · Yifan Zhang, Giridhar Ganapavarapu, Srideepika Jayaraman, Bhavna Agrawal 외 arxiv

Large Language Models (LLMs) often falter at complex planning tasks that require exploration and self-correction, as their linear reasoning process struggles to recover from early mistakes. While search algorithms like M…

A Specialized Large Language Model for Clinical Reasoning and Diagnosis in Rare Diseases

2025-11-18 · Tao Yang, Dandan Huang, Yunting Lin, Pengfei Wu 외 arxiv

Rare diseases affect hundreds of millions worldwide, yet diagnosis often spans years. Convectional pipelines decouple noisy evidence extraction from downstream inferential diagnosis, and general/medical large language mo…

Evaluating Self-Correcting Vision Agents Through Quantitative and Qualitative Metrics

2026-01-14 · Aradhya Dixit arxiv

Recent progress in multimodal foundation models has enabled Vision-Language Agents (VLAs) to decompose complex visual tasks into executable tool-based plans. While recent benchmarks have begun to evaluate iterative self-…