SKILL-KD: Contrastive Skill Distillation for LLM Agents
Summary
SKILL-KD is a contrastive skill distillation framework that improves LLM agents by distilling actionable discrepancies between teacher and student trajectories into textual skill patches, with drift-aware consolidation to iteratively refine skills.
View Cached Full Text
Cached at: 08/06/26, 05:50 AM
Paper page - SKILL-KD: Contrastive Skill Distillation for LLM Agents
Source: https://huggingface.co/papers/2607.28048
Abstract
Skill-basedpromptinghasbecomeapracticalmechanismforimprovinglargelanguagemodel(LLM)agents,yetexistingskillacquisitionmethodsoftentreatskillsasexperiencesummaries,memoryentries,ordirectsummariesofsuccessfuldemonstrations.Thiscreatesamismatchforweakerstudentagents:whenastudentfailsbecauseitlackstaskknowledgeoroperationalstrategy,itsfailedtrajectorymaynotcontainenoughevidencetoinferthemissingbehavior,whiletheteachertrajectorymaybetooimplicittobeinternalizedasreusableguidance.WeproposeSKILL-KD,acontrastiveskilldistillationframeworkthattreatsskillsasanexplicitdistillationmediumbetweenagentsofdifferentcapabilities.Givenastudentfailureandtheteachertrajectoryonthesametask,SKILL-KDdistillstheiractionablediscrepancyintoatextualskillpatch,evaluatesthepatchbyre-runningthestudent,anditerativelyrefinesthepatchwhenthestudentstillfails.Topreventrepeatedlocalupdatesfromcausingskilldrift,SKILL-KDfurthermaintainstrace-linkededithistoriesandperformsDrift-AwareSkillConsolidation,decidingwhethereachpatchshouldaddanewrule,deleteormodifyanexistingrule,orbeskipped.Acrossfiveagentbenchmarksandtwostudentsettings,SKILL-KDconsistentlyimprovesfrozenstudentagentsoverfixed-modeladaptationbaselines.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.28048
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.28048 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.28048 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.28048 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
SkillCAT: Contrastive Assessment and Topology-Aware Skill Self-Evolution for LLM Agents
SkillCAT is a training-free framework for LLM agent skill self-evolution that addresses limitations of single-trace bias, unverified merging, and full corpus loading via three stages: Contrastive Causal Extraction, Assessment-Augmented Evolution, and Topology-Aware Task Execution, achieving up to 40.40% improvement on benchmarks.
SkillMaster: Toward Autonomous Skill Mastery in LLM Agents
This paper introduces SkillMaster, a training framework that enables LLM agents to autonomously create, refine, and select skills through trajectory-informed review and counterfactual utility evaluation.
SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents
SkillCorpus presents a framework to consolidate, curate, and evaluate the open skill ecosystem for LLM agents, demonstrating consistent performance gains across multiple benchmarks through retrieval-augmented skill integration.
SkillAdaptor: Self-Adapting Skills for LLM Agents from Trajectories
SkillAdaptor is a training-free step-level skill adaptation framework with explicit failure attribution for LLM agents, improving performance on WebShop, PinchBench, and Claw-Eval.
COLLEAGUE.SKILL: Automated AI Skill Generation via Expert Knowledge Distillation
This paper presents COLLEAGUE.SKILL, an open-source system for automatically distilling person-grounded AI skills from heterogeneous traces into inspectable, correctable, and portable skill packages, enabling LLM agents to carry bounded representations of human expertise and interaction style.