Agent Tuning & Optimization 相关度: 9/10

SKILL0: In-Context Agentic Reinforcement Learning for Skill Internalization

Zhengxi Lu, Zhiyuan Yao, Jinyang Wu, Chengcheng Han, Qi Gu, Xunliang Cai, Weiming Lu, Jun Xiao, Yueting Zhuang, Yongliang Shen
arXiv: 2604.02268v1 发布: 2026-04-02 更新: 2026-04-02

AI 摘要

SKILL0框架通过在训练时逐步移除技能上下文,实现LLM智能体技能的参数化内化,提升零样本自主能力。

主要贡献

  • 提出SKILL0框架,用于技能内化
  • 动态课程学习,逐步移除技能上下文
  • 实验证明在ALFWorld和Search-QA上性能提升

方法论

使用上下文强化学习,训练时逐步减少技能信息,最终实现零样本技能运用,配合动态课程学习策略。

原文摘要

Agent skills, structured packages of procedural knowledge and executable resources that agents dynamically load at inference time, have become a reliable mechanism for augmenting LLM agents. Yet inference-time skill augmentation is fundamentally limited: retrieval noise introduces irrelevant guidance, injected skill content imposes substantial token overhead, and the model never truly acquires the knowledge it merely follows. We ask whether skills can instead be internalized into model parameters, enabling zero-shot autonomous behavior without any runtime skill retrieval. We introduce SKILL0, an in-context reinforcement learning framework designed for skill internalization. SKILL0 introduces a training-time curriculum that begins with full skill context and progressively withdraws it. Skills are grouped offline by category and rendered with interaction history into a compact visual context, teaching he model tool invocation and multi-turn task completion. A Dynamic Curriculum then evaluates each skill file's on-policy helpfulness, retaining only those from which the current policy still benefits within a linearly decaying budget, until the agent operates in a fully zero-shot setting. Extensive agentic experiments demonstrate that SKILL0 achieves substantial improvements over the standard RL baseline (+9.7\% for ALFWorld and +6.6\% for Search-QA), while maintaining a highly efficient context of fewer than 0.5k tokens per step. Our code is available at https://github.com/ZJU-REAL/SkillZero.

标签

强化学习 智能体 技能内化 零样本学习

arXiv 分类

cs.LG