paper-with-me

홈 › Papers

Skill Neologisms: Towards Skill-based Continual Learning

2026-05-06 · Antonin Berthon, Nicolas Astorga, Mihaela van der Schaar arxiv

Modern LLMs show mastery over an ever-growing range of skills, as well as the ability to compose them flexibly. However, extending model capabilities to new skills in a scalable manner is an open problem: fine-tuning and parameter-efficient variants risk catastrophic forgetting, while context-based approaches have limited expressiveness and are constrained by the model's effective context. We explore skill neologisms--soft tokens integrated in the model's vocabulary and optimized to improve capabilities over a specific skill--as a way to selectively acquire new skills without weight updates. We first observe that pretrained LLMs already exhibit tokens associated with procedural knowledge. We then show on a controlled synthetic task that skill neologisms can be learned to improve model capabilities on specific skills while being composable with out-of-distribution skills, and that independently trained skill neologisms can be composed zero-shot. Finally, we validate zero-shot composition of independently learned skill neologisms on the more realistic natural language setting of the Skill-Mix benchmark. These results suggest that skill neologisms may provide a scalable path towards skill-based continual learning.

📄 PDF Abstract BibTeX arXiv:2605.04970

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

SkillLearnBench: Benchmarking Continual Learning Methods for Agent Skill Generation on Real-World Tasks

2026-04-22 · Shanshan Zhong, Yi Lu, Jingjie Ning, Yibing Wan 외 arxiv

Skills have become the de facto way to enable LLM agents to perform complex real-world tasks with customized instructions, workflows, and tools, but how to learn them automatically and effectively remains unclear. We int…

Continual Learning

Offline Multi-agent Continual Cooperation via Skill Partition and Reuse

2026-06-24 · Yuchen Xiao, Lei Yuan, Ruiqi Xue, Tieyue Yin 외 arxiv

Extracting skills from multi-agent offline dataset improves learning efficiency via sharing task-invariant coordination skills among tasks. In settings where tasks occur sequentially and the space of skills grows exponen…

A Simple Approach to Continual Learning by Transferring Skill Parameters

2021-10-19 · K. R. Zentner, Ryan Julian, Ujjwal Puri, Yulun Zhang 외

In order to be effective general purpose machines in real world environments, robots not only will need to adapt their existing manipulation skills to new circumstances, they will need to acquire entirely new skills on-t…

Continual Learning

Learning New Tasks via Reusable Skills: Skill-Compositional Experts for Embodied Continual Learning

2026-06-14 · Shuaike Zhang, Shaokun Wang, Haoyu Tang, Jianlong Wu 외 arxiv

Embodied Continual Learning (ECL) aims to enable robots to continually acquire new manipulation tasks while retaining previously learned behaviors under closed-loop control. Compared with conventional continual learning,…

Continual Learning

ContinualSkillBench: Can LLM Agents Truly Evolve Their Capabilities?

2026-08-04 · Tianyi Guan, Yiding Wang, Haotong Yang, Siyuan Cao 외 hf

Modern agent frameworks equip large language models with external skill libraries to solve complex tasks. However, it remains unclear whether these systems can effectively evolve their skills and whether the resulting sk…