paper-with-me

Papers

DARC: Decoupled Asymmetric Reasoning Curriculum for LLM Evolution

2026-01-20 · Shengda Fan, Xuyan Ye, Yankai Lin arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.13761

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Overthinking Reduction with Decoupled Rewards and Curriculum Data Scheduling

2025-09-30 · Shuyang Jiang, Yusheng Liao, Ya Zhang, Yanfeng Wang 외 arxiv

While large reasoning models trained with critic-free reinforcement learning and verifiable rewards (RLVR) represent the state-of-the-art, their practical utility is hampered by ``overthinking'', a critical issue where m…

Reinforcement Learning

DiagEvo: Diagnosis-Guided Self-Evolution via Hierarchical Error Memory

2026-09-01 · Xincheng Wei, Yifan Ding, Yoshua Li, Dongsheng Ma 외 hf

Self-play is an effective paradigm for language-model self-evolution, but without guidance, solver performance can plateau or decline across rounds. Unguided methods steer question generation with signals such as difficu…

Mathematical ReasoningQuestion Generation

DeReason: A Difficulty-Aware Curriculum Improves Decoupled SFT-then-RL Training for General Reasoning

2026-03-11 · Hanxu Hu, Yuxuan Wang, Maggie Huan, Jannis Vamvas 외 arxiv

Reinforcement learning with Verifiable Rewards (RLVR) has emerged as a powerful paradigm for eliciting reasoning capabilities in large language models, particularly in mathematics and coding. While recent efforts have ex…

Reinforcement Learning

Vocabulary Dropout for Curriculum Diversity in LLM Co-Evolution

2026-04-03 · Jacob Dineen, Aswin RRV, Zhikun Xu, Ben Zhou arxiv

Co-evolutionary self-play, where one language model generates problems and another solves them, promises curriculum learning without human supervision. The promise breaks down early in practice. The proposer converges to…

Mathematical Reasoning

Avoiding Overthinking and Underthinking: Curriculum-Aware Budget Scheduling for LLMs

2026-03-29 · Amirul Rahman, Aisha Karim, Kenji Nakamura, Yi-Fan Ng arxiv

Scaling test-time compute via extended reasoning has become a key paradigm for improving the capabilities of large language models (LLMs). However, existing approaches optimize reasoning under fixed or uniformly sampled …

Mathematical Reasoning