paper-with-me

Papers

Dynamic Skill Lifecycle Management for Agentic Reinforcement Learning

2026-05-11 · Junhao Shen, Teng Zhang, Xiaoyan Zhao, Hong Cheng arxiv

Large language model agents increasingly rely on external skills to solve complex tasks, where skills act as modular units that extend their capabilities beyond what parametric memory alone supports. Existing methods assume external skills either accumulate as persistent guidance or internalized into the policy, eventually leading to zero-skill inference. We argue this assumption is overly restrictive, since with limited parametric capacity and uneven marginal contribution across skills, the optimal active skill set is non-monotonic, task- and stage-dependent. In this work, we propose SLIM, a framework of dynamic Skill LIfecycle Management for agentic reinforcement learning (RL), which treats the active external skill set as a dynamic optimization variable jointly updated with policy learning. Specifically, SLIM estimates each active skill's marginal external contribution through leave-one-skill-out validation, then applies three lifecycle operations: retaining high-value skills, retiring skills whose contribution becomes negligible after sufficient exposure, and expanding the skill bank when persistent failures reveal missing capability coverage. Experiments show that SLIM outperforms the best baselines by an average of 7.1% points across ALFWorld and SearchQA. Results further indicate that policy learning and external skill retention are not mutually exclusive: some skills are absorbed into the policy, while others continue to provide external value, supporting SLIM as a more general paradigm for skill-based agentic RL.

📄 PDF Abstract BibTeX arXiv:2605.10923

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ReSkill: Reconciling Skill Creation with Policy Optimization in Agentic RL

2026-06-01 · Zelin He, Haotian Lin, Boran Han, Wei Zhu 외 arxiv

Agentic reinforcement learning (RL) enables LLM agents to improve continuously from environment rewards, yet the resulting policies do not systematically accumulate reusable strategies that generalize across tasks. Modul…

Reinforcement Learning

Agentic AI Governance and Lifecycle Management in Healthcare

2026-01-22 · Chandra Prakash, Mary Lind, Avneesh Sisodia arxiv

Healthcare organizations are beginning to embed agentic AI into routine workflows, including clinical documentation support and early-warning monitoring. As these capabilities diffuse across departments and vendors, heal…

SkillsVote: Lifecycle Governance of Agent Skills from Collection, Recommendation to Evolution

2026-05-18 · Hongyi Liu, Haoyan Yang, Tao Jiang, Bo Tang 외 arxiv

Long-horizon LLM agents generate traces that could become reusable experience, but raw trajectories are noisy, local, and hard to govern. Agent Skills offer a structured artifact for combining procedural guidance, execut…

MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation

2026-05-26 · Huawei Lin, Peng Li, Jie Song, Fuxin Jiang 외 arxiv

Large language model (LLM) agents rely on reusable skills to solve complex tasks, but existing skill creation approaches often treat skills as isolated, static artifacts, limiting reusability, reliability, and long-term …

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…