Search papers, labs, and topics across Lattice.
The paper introduces SkillCAT, a novel framework for skill self-evolution in LLM agents that enhances the efficiency of skill extraction and execution. By employing Contrastive Causal Extraction to analyze multiple trajectories and Assessment-Augmented Evolution to filter effective skill patches, SkillCAT significantly improves the quality of learned skills. Evaluated on various benchmarks, the framework achieves up to a 40.40% increase in performance over existing methods, showcasing its potential for robust skill evolution without requiring additional model training.
SkillCAT boosts LLM agent performance by over 40% through a novel approach that intelligently evolves skills without retraining the model.
Skill self-evolution methods for LLM agents aim to turn execution trajectories into reusable skill documents, but current pipelines typically learn from one trajectory per task, merge candidate skill patches before checking them, and load the full skill corpus before inference. We propose SkillCAT, a training-free framework that separates this process into three stages. Contrastive Causal Extraction (CCE) samples multiple trajectories for each task and compares same-task success/failure pairs to identify evidence that explains outcome differences. Assessment-Augmented Evolution (AAE) replays each candidate patch on source-task clones and keeps only patches that improve or preserve task outcomes before hierarchical skill patch merging. Topology-Aware Task Execution (TTE) compiles the evolved skills into a routable sub-skill topology, so inference loads only the capability nodes relevant to the task. We evaluate SkillCAT on common agent benchmarks, including SpreadsheetBench, WikiTableQuestions, and DocVQA, and further test cross-model and out-of-distribution generalization. Across these settings, SkillCAT raises the average score over baselines by up to 40.40%, demonstrating reliable skill evolution without model training.