paper-with-me

홈 › Papers

SKILLC: Learning Autonomous Skill Internalization in LLM Agents via Contrastive Credit Assignment

2026-05-27 · Hongxiang Lin, Zhirui Kuai, Erpeng Xue, Lei Wang arxiv

Structured skill prompts improve exploration in long-horizon agentic reinforcement learning (RL). Skill-augmented RL methods retain external skills at inference, while skill-internalization RL methods withdraw them during training to enable autonomous performance. However, existing internalization approaches only use skill-helpfulness contrast for curriculum control, leaving the policy update unchanged and unable to distinguish skill-dependent from autonomous success. We propose SkillC, a framework based on Contrastive Skill Credit Assignment (CSCA) that converts this contrast into a direct learning signal for internalization. \textsc{SkillC} samples paired skill-injected and skill-free rollouts for tasks from active skill types within the same policy update, and injects their task-level contrast into optimization via a dual-stream advantage estimator that preserves global ranking while applying a one-sided correction toward skill-free success. A smoothed validation-level signal further drives an adaptive curriculum over attribution strength, rollout allocation, and monotonic active-set pruning. Experiments on ALFWorld and WebShop show that, without runtime skill access, SkillC surpasses the strongest prior skill-internalization RL baseline by 5.5\% and 4.4\%, respectively, while remaining competitive with skill-augmented RL methods.

📄 PDF Abstract BibTeX arXiv:2605.27899

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SkillCAT: Contrastive, Assessment-Augmented and Topology-AwareSkill Self-Evolution for LLM Agents

2026-06-11 · Kunfeng Chen, Qihuang Zhong, Juhua Liu, Bo Du arxiv

Skill self-evolution methods for LLM agents aim to turn execution trajectories into reusable skill documents. However, current pipelines typically derive skill patches from a single trajectory per task, merge them indisc…

SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents

2026-07-08 · Tianming Sha, Yue Zhao, Lichao Sun, Yushun Dong arxiv

Autonomous AI agents can execute complex tasks with limited human review, yet they often lack the grounded operational knowledge to make their outputs not just executable but correct, secure, and maintainable. We introdu…

SkillCraft: Can LLM Agents Learn to Use Tools Skillfully?

2026-02-28 · Shiqi Chen, Jingze Gai, Ruochen Zhou, Jinghan Zhang 외 arxiv

Real-world tool-using agents operate over long-horizon workflows with recurring structure and diverse demands, where effective behavior requires not only invoking atomic tools but also abstracting, and reusing higher-lev…

SkillClaw: Let Skills Evolve Collectively with Agentic Evolver

2026-04-09 · Ziyu Ma, Shidong Yang, Yuxiang Ji, Xucong Wang 외 arxiv

Large language model (LLM) agents such as OpenClaw rely on reusable skills to perform complex tasks, yet these skills remain largely static after deployment. As a result, similar workflows, tool usage patterns, and failu…

Generative Skill Composition for LLM Agents

2026-06-30 · Xinyu Zhao, Zhen Tan, Vaishnav Tadiparthi, Nakul Agarwal 외 arxiv

Recent LLM agents benefit from skills for solving complex tasks. Skills encapsulate modular packages of procedural knowledge and instructions for performing specialized tasks, such as setting up a sandboxed environment, …