Search agents improve longer when their critics evolve alongside them

CAFE jointly trains a search policy and an in-trajectory feedback critic, outperforming evaluated reinforcement-learning baselines across seven benchmarks.

PaperChinese Techcs.AIarXiv:2608.24794v1
Boyang Liu · Senjie Jin · Peixin Wang · Zhangyue Yin · Yibo Wang · Yuhao Zhou · +12 more

Fudan University · Tencent

Research Digest··2 min read
The authors introduce CAFE, a framework in which one shared-parameter model alternates between searching and providing corrective feedback during a search trajectory. Combining online reinforcement learning with offline preference optimization produced gains across in-domain and out-of-domain evaluations, while training only the agent or only the critic eventually plateaued.

What they did

The authors trained a search agent to decide when to request feedback and how to act on it. They initialized recovery behavior using trajectories organized around failures made by the base agent, then alternated optimization of the model's agent and critic roles.

Online, CAFE estimates the value of requesting feedback from the success-rate difference between calling and skipping feedback for the same prompt, and adjusts token-level learning signals around the intervention. Offline, it trains the critic through preferences derived from matched successful and unsuccessful rollouts. The system was evaluated on seven agentic search benchmarks, including six out-of-domain tests.

Key findings

  • CAFE outperformed the evaluated reinforcement-learning-based search agents on average across seven benchmarks.
  • Its improvements persisted across all six out-of-domain benchmarks, suggesting that the learned feedback behavior transferred beyond the training distribution.
  • The authors report fewer answer-level hallucinations, although the abstract does not provide the reduction's magnitude.
  • Updating only the search agent or only the critic eventually reached a plateau; alternating updates between them continued to improve performance.

Why it matters

Search agents trained only from final outcomes receive little information about where a trajectory went wrong. CAFE shows that learned interventions can provide more localized correction, but that the feedback mechanism must adapt as the search policy changes and generates new kinds of failures.

Caveats

The supplied abstract does not report absolute scores, effect sizes, statistical uncertainty, model scale, or inference costs, making it difficult to judge the practical size and efficiency of the gains. The evidence is also confined to agentic search benchmarks; it does not establish that co-evolving critics are necessary for other agent types or deployment settings.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.