DARC: Decoupled Asymmetric Reasoning Curriculum for LLM Evolution
Shengda Fan, Xuyan Ye, Yankai Lin
TL;DR
The paper tackles instability in self-evolving LLMs caused by non-stationary, solver-dependent rewards and noisy self-labels. It introduces DARC, a two-stage framework that decouples question generation from solver training and employs asymmetric self-distillation with a document-augmented teacher to supervise a question-only student, all grounded in external corpora. Across multiple backbones and reasoning benchmarks, DARC delivers consistent gains (average +10.9 points) and approaches the performance of fully supervised systems without human annotations, while demonstrating stability in training dynamics and strong generalization. Theoretical analysis explains why coupling induces instability and why decoupling stabilizes optimization, with empirical evidence of solver-question difficulty alignment being largely solver-agnostic and transferable across models. This work offers a practical, model-agnostic path toward robust self-evolution of LLMs that reduces reliance on human data.
Abstract
Self-play with large language models has emerged as a promising paradigm for achieving self-improving artificial intelligence. However, existing self-play frameworks often suffer from optimization instability, due to (i) non-stationary objectives induced by solver-dependent reward feedback for the Questioner, and (ii) bootstrapping errors from self-generated pseudo-labels used to supervise the Solver. To mitigate these challenges, we introduce DARC (Decoupled Asymmetric Reasoning Curriculum), a two-stage framework that stabilizes the self-evolution process. First, we train the Questioner to synthesize difficulty-calibrated questions, conditioned on explicit difficulty levels and external corpora. Second, we train the Solver with an asymmetric self-distillation mechanism, where a document-augmented teacher generates high-quality pseudo-labels to supervise the student Solver that lacks document access. Empirical results demonstrate that DARC is model-agnostic, yielding an average improvement of 10.9 points across nine reasoning benchmarks and three backbone models. Moreover, DARC consistently outperforms all baselines and approaches the performance of fully supervised models without relying on human annotations.The code is available at https://github.com/RUCBM/DARC.
