paper-with-me

홈 › Papers

Reward-Free Evolving Agents via Pairwise Validator

2026-07-15 · Minghao Liu, Yu Wang, Jiayun Wang, Wei Wei arxiv

A self-evolving agentic loop repeatedly proposes a tweaked version of an agent (its prompt template or program) and accepts or rejects the change based on a per-iteration quality signal. Designing that signal is often the costly part of the project: a reliable scalar reward requires domain expertise and labeled examples that are themselves as expensive to assemble as the agent's underlying task. We propose replacing the scalar at the accept/reject gate with a pairwise validator: a frozen LLM that, given the parent and child candidate, returns a binary verdict on which is better. Pairwise judgment is generally easier and more stable than absolute scoring, due to its contrastive nature, which mitigates the need for strict scale calibration. The validator also requires no training of its own. We integrate the validator into three published self-evolving engines (GEPA, ADRS, ShinkaEvolve) and report two flavors: Adaptive Focus, which retains the engine's existing val-set parent selection, and Soft Elo, which lets the validator's verdicts drive parent selection so that val-set rewards drop as well. Across multiple agents and two artifact substrates (prompt and code), our method matches or exceeds the full-reward baseline on the majority of settings we evaluate, and the pattern survives a cross-family validator swap. The pairwise gate is thus a drop-in replacement for per-step reward design at competitive task accuracy without the labeling cost.

📄 PDF Abstract BibTeX arXiv:2607.14408

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvolvR: Self-Evolving Pairwise Reasoning for Story Evaluation to Enhance Generation

2025-08-08 · Xinda Wang, Zhengxu Hou, Yangshijie Zhang, Bingren Yan 외 arxiv

Although the effectiveness of Large Language Models (LLMs) as judges (LLM-as-a-judge) has been validated, their performance remains limited in open-ended tasks, particularly in story evaluation. Accurate story evaluation…

Prompt EngineeringStory Generation

Self-Evolving Embodied Agents via Skill-Harness Evolution

2026-08-11 · Peidong Wang, Zhiming Ma, Ying Chang, Xufang Luo 외 hf

Embodied agents are increasingly built as systems around foundation models, where performance depends not only on model weights but also on the skills, context, action interfaces, and execution harness surrounding the mo…

Reinforcement Learning

CoMAS: Co-Evolving Multi-Agent Systems via Interaction Rewards

2025-10-09 · Xiangyuan Xue, Yifan Zhou, Guibin Zhang, Zaibin Zhang 외 arxiv

Self-evolution is a central research topic in enabling large language model (LLM)-based agents to continually improve their capabilities after pretraining. Recent research has witnessed a transition from reinforcement le…

Reinforcement Learning

EVE-Agent: Evidence-Verifiable Self-Evolving Agents

2026-05-21 · Yamato Arai, Yuma Ichikawa arxiv

Self-evolving agents should not train on examples they cannot justify. Data-free self-evolving search agents offer a scalable route to systems that generate their own questions, answer them, and improve from their own fe…

Training LLM Agents for Spontaneous, Reward-Free Self-Evolution via World Knowledge Exploration

2026-04-20 · Qifan Zhang, Dongyang Ma, Tianqing Fang, Jia Li 외 arxiv

Most agents today ``self-evolve'' by following rewards and rules defined by humans. However, this process remains fundamentally dependent on external supervision; without human guidance, the evolution stops. In this work…