KV-Skill: Forging Expertise in the Model's Native Language

๐Ÿ“… 2026-08-05
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the trade-off between modularity and reusability in existing task-knowledge storage methodsโ€”where textual prompts require repeated parsing and fine-tuned weights hinder independent deployment. The authors propose KV-Skill, an external factorized operator framework for frozen language models that injects task knowledge through lightweight interfaces, enabling independently deployable, shareable, and interference-free skill operators constructed either from textual skill registration or reward-based learning. KV-Skill is the first approach to compress textual or experiential knowledge into low-rank external operators. Evaluated across 10 benchmarks and 4 backbone models, it significantly outperforms prompt engineering, SkillOpt, and SoftSkill; notably, it achieves 77.2% accuracy on LiveMath with Qwen3.5-4B and surpasses baselines in 7 out of 8 matched evaluation settings.
๐Ÿ“ Abstract
Task knowledge is commonly stored either as text in the prompt or as an update to model weights. Text is modular but must be interpreted on every use, while weight adaptation makes the resulting capability difficult to load, remove, or share independently. We introduce KV-Skill, a design space of external factorized operators that a frozen language model reads through a lightweight interface. KV-Skill supports two complementary paths. Registration converts an authored text skill into a text-derived operator and trains a shared per-backbone interface. Reward learning develops a compact latent operator directly from task outcomes, with or without an authored skill. Neither path adds positions to the prompt. Across ten benchmarks and four backbones from three model families, converting text to a KV-Skill consistently makes the same procedural knowledge more effective. On Qwen3.5-4B LiveMath, registration reaches 77.2 accuracy, compared with 23.4 for the source text skill, 52.0 for SkillOpt, and 64.5 for SoftSkill. Under matched reward training and parameter budgets, KV-Skill gives the best result in seven of eight matched settings against soft prefixes, prefix tuning, and LoRA. A post-hoc rank analysis further shows that text-derived operators retain nearly all of their benefit with one task-aligned direction per injection layer, while matched random directions fail. Finally, one shared interface retains three independently loadable KV-Skills without measurable forgetting. These results show that task knowledge can be acquired from text or experience, compressed into an external operator, and deployed separately from the backbone. Code is available at: https://github.com/shawnzhg/KV-Skill
Problem

Research questions and friction points this paper is trying to address.

task knowledge
modular skills
frozen language model
external operators
knowledge representation
Innovation

Methods, ideas, or system contributions that make the work stand out.

KV-Skill
factorized operators
frozen language model
skill registration
reward-based skill learning
๐Ÿ”Ž Similar Papers
No similar papers found.
Z
Zhaowei Han
University of Michigan, Ann Arbor, MI, USA
X
Xiang Zhang
University of Michigan, Ann Arbor, MI, USA
B
Bing Han
University of Michigan, Ann Arbor, MI, USA
K
Kai Liu
University of Michigan, Ann Arbor, MI, USA
D
Danqi Hu
University of Michigan, Ann Arbor, MI, USA
Jie Liu
Jie Liu
PhD student, University of Michigan, Ann Arbor
DatabaseQuery Optimization