paper-with-me

홈 › Papers

SEAL: Synergistic Co-Evolution of Agents and Learning Environments

2026-05-23 · Yihao Hu, Zhihao Wen, Xiujin Liu, Pan Wang, Xin Zhang, Wei Wu arxiv

Large Language Model (LLM) agents are increasingly improved through interaction, yet most self-evolution methods adapt either the policy or the learning environment in isolation. We identify this structural gap as \emph{Agent-Environment Misalignment}: the agent's capability frontier changes during training, while the environment that provides supervision remains static or only weakly coupled to the agent's revealed failures. We propose SEAL, a closed-loop co-evolution framework for interactive tool-use agents. SEAL collects on-policy trajectories under executable verification, diagnoses failed rollouts into turn-level failure labels, and uses these diagnoses as a shared signal for both environment-side adaptation and model-side policy optimization. The environment evolves its training-time learning interface by exposing clearer tool affordance cues, constraint information, and recovery-oriented feedback, while the policy is updated with diagnosis-guided advantage reweighting. Extensive experiments across in-distribution and out-of-distribution multi-turn tool-use evaluations show that SEAL improves low-resource agent learning: with only 400 training samples, it yields +8.25 to +26.25 average-point gains across three backbones and exhibits positive out-of-distribution transfer. These results demonstrate the value of jointly adapting the learner and its training-time learning substrate for robust self-improving LLM agents.

📄 PDF Abstract BibTeX arXiv:2605.24426

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgentSLABench: Evaluating and Benchmarking Agentic Systems Under Resource Constraints

2026-08-01 · Meher Bhaskar Madiraju, Meher Sai Preetam Madiraju arxiv

We present AgentSLABench, a resource-aware evaluation framework for autonomous AI agents that measures correctness alongside latency, cost, compute, memory, and network usage under declared resource budgets. Unlike stand…

Code Generation

Role-Agent: Bootstrapping LLM Agents via Dual-Role Evolution

2026-06-09 · Xucong Wang, Ziyu Ma, Shidong Yang, Tongwen Huang 외 arxiv

Although Large Language Model (LLM) agents have demonstrated strong performance on complex tasks, their learning is often limited by inefficient interaction feedback and static training environments, which hinder broader…

MetaSkill-Evolve: Recursive Self-Improvement of LLM Agents via Two-Timescale Meta-Skill Evolution

2026-07-06 · Zefeng Wang, Minxi Yan, Jinhe Bi, Sikuan Yan 외 arxiv

Recent LLM agents tackle increasingly long-horizon, open-ended tasks, and external skills, reusable procedural knowledge supplied to the agent, further extend this capability. However, a fixed, hand-authored skill is rar…

CapSeal: Capability-Sealed Secret Mediation for Secure Agent Execution

2026-04-18 · Shutong Jin, Ruiyi Guo, Ray C. C. Cheung arxiv

Modern AI agents routinely depend on secrets such as API keys and SSH credentials, yet the dominant deployment model still exposes those secrets directly to the agent process through environment variables, local files, o…

AI Trading's Alpha Singularity: Emergent Market Reasoning through Agent-to-Agent Self-Evolution

2026-06-28 · Yuqi Li, Siyuan Liu, Bingjun Liu arxiv

Automated alpha mining holds the scoring function fixed and varies the search algorithm over it. A search that converges against a fixed scorer overfits whatever the scorer cannot penalize, a primary cause of the out-of-…