Overview
Field: NLP Authors: Siyuan Huang, Pengyu Cheng, Haotian Liu, Tao Chen, Yihao Liu, Jingwei Ni, Shijie Zhou, Ziyi Yang, Gangwei Jiang, Mengyu Zhou, Yu Cheng, Xiaoxi Jiang, Guanjun Jiang arXiv: 2607.22529
The Problem
LLM training is shifting from manual design and annotation to interaction-driven self-evolution. Existing self-evolutionary methods face a fundamental dilemma between task diversity and verification reliability:
- Environment-bound methods obtain precise feedback but confine learning to narrow domains.
- Open-ended self-generation broadens the task space but lacks reliable verification, allowing misleading rewards to pollute the training loop.
- Proposer — generates challenging tasks based on dynamically sampled skills.
- Solver — explores candidate solutions to push its capability boundary.
- Skill Controller — collects execution feedback to update and expand the skill library.
- Consistently raises the performance ceiling of competent backbone models.
- Catalyzes a significant reversal (recovery) in initially misaligned models.
Key Idea
The authors identify agent skills as a powerful middle ground to reconcile this tension: each skill ensures deep, verifiable execution in a specific scenario, while dynamic routing across skills maintains open-ended task variety.
The Skill-SP Framework
Skill Self-Play (Skill-SP) is a co-evolutionary framework with three components, orchestrated through a reinforcement learning loop:
These components co-evolve in a continuous self-play loop, effectively bridging the gap between structured verification and open-ended exploration.
Results
Empirical evaluation on tool-use and reasoning benchmarks shows that Skill-SP acts as a robust evolution engine: