AIAny
Icon for item

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills

Presents Skill Self-Play (Skill-SP), a co-evolutionary training loop where a proposer, solver, and dynamic skill controller generate, solve, and verify tasks conditioned on reusable skills — balancing verifiable execution with open-ended task diversity to boost LLM tool-use and reasoning.

Introduction

Most LLM self-improvement approaches face a trade-off: tightly scoped environments yield reliable verification but narrow learning, while unconstrained self-generation gives breadth but unreliable feedback. The paper's core insight is that treating reusable "skills" as intermediate, verifiable units enables both deep, checkable execution and dynamic routing for open-ended task diversity — letting models safely explore beyond narrow benchmarks without losing trustworthy signals.

Key Findings
  • Proposer–Solver–Skill-controller loop: The proposer crafts tasks conditioned on sampled skills; the solver searches candidate solutions; the skill controller collects execution feedback to verify and expand the skill library. This co-evolution keeps tasks challenging while preserving verifiable evaluation.
  • Balances verification and diversity: By anchoring tasks to skills that have concrete, testable behavior, Skill-SP reduces noisy reward signals common in fully open-ended self-generation while still producing a wide range of novel challenges via skill combinatorics.
  • Empirical gains on tool-use and reasoning: Experiments show consistent performance improvements for competent base models and marked recovery for initially misaligned models, indicating the method both pushes capability ceilings and aids alignment-through-practice.
  • Practical engineering: The framework is implemented as an RL-style training loop with dynamic skill routing; it emphasizes modular, testable skill definitions so verification scales as the skill library grows.
Who It's For & Trade-offs

Great fit if you are researching LLM self-improvement, open-ended agent training, or reliable automated curriculum generation — especially when you need a middle ground between sandboxed simulator feedback and fully unconstrained self-play. Look elsewhere if you require turnkey, low-cost solutions: Skill-SP entails extra engineering to design verifiable skills and incurs compute overhead from co-evolving proposer/solver loops. It also depends on having sensible verification tests per skill; poorly specified skills can still produce misleading signals. The approach is a practical method to steer exploratory LLM training with auditable execution, not a drop-in replacement for human-curated fine-tuning.

Information

  • Websitearxiv.org
  • AuthorsSiyuan Huang, Pengyu Cheng, Haotian Liu, Tao Chen, Yihao Liu, Jingwei Ni, Shijie Zhou, Ziyi Yang, Gangwei Jiang, Mengyu Zhou
  • Published date2026/07/24

More Items

Trains a world-action model that predicts future visual states to guide zero-shot robotic manipulation; introduces CoAE, SVP, IDM and KASO to pretrain generative and action components from scratch on manipulation data, scaling up to 30,000 hours and improving zero-shot success.

Trains end-to-end driving without human trajectory supervision by decoupling perception and action: DriveVFM distills multiple frozen vision foundation models into a single camera backbone, and DriveRL trains a privileged closed-loop RL teacher whose rollouts supervise a camera-only planner, yielding state-of-the-art closed-loop benchmark results.

Evaluates a weak teacher's RL-induced policy shift on the student's own rollouts and amplifies verifier-supported updates so stronger models can learn from weaker supervisors and surpass them. It rescales only verifier-supported policy-gradient components to preserve optimization fixed points while accelerating learning, reducing student updates versus standard RL or distillation.