paper-with-me

Papers

PACEvolve++: Improving Test-time Learning for Evolutionary Search Agents

2026-05-07 · Minghao Yan, Bo Peng, Benjamin Coleman, Ziqi Chen, Zhouhang Xie, Shuo Chen, Zhankui He, Noveen Sachdeva, Weili Wang, Ed H. Chi, Shivaram Venkataraman, Wang-Cheng Kang, Derek Zhiyuan Cheng, Beidou Wang arxiv

Large language models have become drivers of evolutionary search, but most systems rely on a fixed, prompt-elicited policy to sample next candidates. This limits adaptation in practical engineering and research tasks, where evaluations are expensive, and progress depends on learning task-specific search dynamics. We introduce PACEvolve++, an advisor-model reinforcement learning framework for test-time policy adaptation in evolutionary search agents. PACEvolve++ decouples strategic search decisions from implementation: a trainable advisor generates, assesses, and selects hypotheses, while a stronger frontier model translates selected hypotheses into executable candidates. To train the advisor under non-stationary feedback, we propose a phase-adaptive approach that adapts its optimization strategy to different phases of the evolutionary process. Early in evolution, it uses group-relative feedback to learn broad search preferences; later, as reward gaps compress, it emphasizes best-of-$k$ frontier contribution to support stable refinement. Across expert-parallel load balancing, sequential recommendation, and protein fitness extrapolation, PACEvolve++ outperforms the state-of-the-art evolutionary search framework with frontier models, achieving faster convergence and stabilizing test-time training during evolutionary search.

📄 PDF Abstract BibTeX arXiv:2605.07039

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential RecommendationReinforcement Learning

Similar Papers 제목 키워드 기반

PACEvolve: Enabling Long-Horizon Progress-Aware Consistent Evolution

2026-01-15 · Minghao Yan, Bo Peng, Benjamin Coleman, Ziqi Chen 외 arxiv

Large Language Models (LLMs) have emerged as powerful operators for evolutionary search, yet the design of efficient search scaffolds remains ad hoc. While promising, current LLM-in-the-loop systems lack a systematic app…

Mimicking Evolution with Reinforcement Learning

2020-03-31 · NeurIPS 2021 12 · João P. Abrantes, Arnaldo J. Abrantes, Frans A. Oliehoek

Evolution gave rise to human and animal intelligence here on Earth. We argue that the path to developing artificial human-like-intelligence will pass through mimicking the evolutionary process in a nature-like simulation…

Evolutionary Algorithmsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Multi-Agent Framework for Stateful Inference-Time Search

2025-10-08 · Arshika Lalan, Rajat Ghosh, Aditya Kolsur, Debojyoti Dutta arxiv

Recent work explores agentic inference-time techniques to perform structured, multi-step reasoning. However, stateless inference often struggles on multi-step tasks due to the absence of persistent state. Moreover, task-…

Code Generation

A Survey of Self-Evolving Agents: What, When, How, and Where to Evolve on the Path to Artificial Super Intelligence

2025-07-28 · Huan-ang Gao, Jiayi Geng, Wenyue Hua, Mengkang Hu 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse tasks but remain fundamentally static, unable to adapt their internal parameters to novel tasks, evolving knowledge domains, or dynami…

Continual Learning

Large Language Model Agent: A Survey on Methodology, Applications and Challenges

2025-03-27 · Junyu Luo, Weizhi Zhang, Ye Yuan, Yusheng Zhao 외

The era of intelligent agents is upon us, driven by revolutionary advancements in large language models. Large Language Model (LLM) agents, with goal-driven behaviors and dynamic adaptation capabilities, potentially repr…

Language ModelingLanguage ModellingLarge Language Model