paper-with-me

Papers

Skill-MAS: Evolving Meta-Skill for Automatic Multi-Agent Systems

2026-06-17 · Hehai Lin, Qi Yang, Chengwei Qin arxiv

Large Language Model (LLM)-based automatic Multi-Agent Systems (MAS) generation has become a crucial frontier for tackling complex tasks. However, existing methods face a dilemma between model capability and experience retention. Inference-time MAS leverages frozen frontier LLMs but repeats identical searches without learning from past experience. Conversely, Training-time MAS internalizes experience via gradient updates but is constrained by the low capability ceiling of smaller models, and is hard to scale to large frontier LLMs. To bridge this gap, we propose Skill-MAS, a novel third path that decouples experience retention from parametric updates by conceptualizing the high-level orchestration capability as an evolvable Meta-Skill. Skill-MAS refines this architectural knowledge through a closed optimization loop: (1) Multi-Trajectory Rollout samples a behavioral distribution for each task under the current Meta-Skill; and (2) Selective Reflection adaptively selects priority tasks and applies hierarchical contrastive analysis to distill systemic experience into generalizable, strategy-level principles. Extensive experiments across four complex benchmarks and four distinct LLMs demonstrate that Skill-MAS not only achieves remarkable performance gains but also maintains a favorable cost-performance trade-off. Further analysis reveals that the evolved Meta-Skills are highly robust and exhibit strong transferability across unseen tasks and different LLMs.

📄 PDF Abstract BibTeX arXiv:2606.18837

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

You Live More Than Once: Towards Hierarchical Skill Meta-Evolving

2026-05-27 · Xujun Li, Kehan Zheng, Mingyuan Zhao, Yize Geng 외 arxiv

Test-time skill evolving is regarded as a new paradigm for enhancing deployed agentic systems. Existing works mainly focus on hard-coded skill evolving strategies or parametric learning that rely on expensive parameter u…

Ratchet: A Minimal Hygiene Recipe for Self-Evolving LLM Agents

2026-05-21 · Xing Zhang, Yanwei Cui, Guanghui Wang, Ziyuan Li 외 arxiv

Self-evolving skill libraries, pioneered by Voyager, let frozen LLM agents accumulate reusable knowledge without weight updates, yet recent evaluation shows that LLM-authored skills deliver $+0.0$pp over no-skill baselin…

SkillOS: Learning Skill Curation for Self-Evolving Agents

2026-05-07 · Siru Ouyang, Jun Yan, Yanfei Chen, Rujun Han 외 arxiv

LLM-based agents are increasingly deployed to handle streaming tasks, yet they often remain one-off problem solvers that fail to learn from past interactions. Reusable skills distilled from experience provide a natural s…

A Self-Evolving Agentic Framework for Metasurface Inverse Design

2026-04-01 · Yi Huang, Bowen Zheng, Yunxi Dong, Hong Tang 외 arxiv

Metasurface inverse design can realize complex optical functionality, but turning a target optical response into executable optimization code still requires substantial expertise in computational electromagnetics and sol…

Library Drift: Diagnosing and Fixing a Silent Failure Mode in Self-Evolving LLM Skill Libraries

2026-05-19 · Xing Zhang, Yanwei Cui, Guanghui Wang, Ziyuan Li 외 arxiv

Self-evolving skill libraries face a silent failure mode we term \emph{library drift}: unbounded skill accumulation without outcome-driven lifecycle management causes retrieval degradation, false-positive injections, and…