paper-with-me

홈 › Papers

D$^2$Evo: Dual Difficulty-Aware Self-Evolution for Data-Efficient Reinforcement Learning

2026-05-16 · Ru Zhang, Renda Li, Ziyu Ma, Weijie Qiu, Chongyang Tao, Yong Wang, Xiangxiang Chu arxiv

Reinforcement learning (RL) has demonstrated potential for enhancing reasoning in large language models (LLMs). However, effective RL training, which requires medium-difficulty training samples, faces two fundamental challenges: Effective Data Scarcity and Dynamic Difficulty Shifts, where medium-difficulty samples are scarce and become trivial as models improve. Existing methods mitigate this scarcity to some extent by generating training samples. However, these approaches suffer from anchor-free generation, ignoring co-evolution, and difficulty mismatch. To address these issues, we propose D$^2$Evo, a Dual Difficulty-aware self-Evolution RL framework. In each iteration, our method mines medium-difficulty anchors based on the current Solver's capability, trains the Questioner to generate diverse questions at appropriate difficulty levels, and jointly optimizes both components to enable progressive reasoning gains. Extensive experiments demonstrate that D$^2$Evo outperforms existing methods on mathematical reasoning benchmarks with fewer than 2K real mathematical samples, and exhibits strong generalization on general reasoning benchmarks.

📄 PDF Abstract BibTeX arXiv:2605.17037

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Look into the Mirror: Evolving Self-Dual Bent Boolean Functions

2023-11-20 · Claude Carlet, Marko Ðurasevic, Domagoj Jakobovic, Luca Mariot 외

Bent Boolean functions are important objects in cryptography and coding theory, and there are several general approaches for constructing such functions. Metaheuristics proved to be a strong choice as they can provide ma…

Evolutionary Algorithms

EVE: Verifiable Self-Evolution of MLLMs via Executable Visual Transformations

2026-04-20 · Yongrui Heng, Chaoya Jiang, Han Yang, Shikun Zhang 외 arxiv

Self-evolution of multimodal large language models (MLLMs) remains a critical challenge: pseudo-label-based methods suffer from progressive quality degradation as model predictions drift, while template-based methods are…

DAST: Difficulty-Aware Self-Training on Large Language Models

2025-03-12 · Boyang Xue, Qi Zhu, Hongru Wang, Rui Wang 외

Present Large Language Models (LLM) self-training methods always under-sample on challenging queries, leading to inadequate learning on difficult problems which limits LLMs' ability. Therefore, this work proposes a diffi…

Data Augmentation

CASTER: Breaking the Cost-Performance Barrier in Multi-Agent Orchestration via Context-Aware Strategy for Task Efficient Routing

2026-01-27 · Shanyv Liu, Xuyang Yuan, Tao Chen, Zijun Zhan 외 arxiv

Graph-based Multi-Agent Systems (MAS) enable complex cyclic workflows but suffer from inefficient static model allocation, where deploying strong models uniformly wastes computation on trivial sub-tasks. We propose CASTE…

INFUSER: Influence-Guided Self-Evolution Improves Reasoning

2026-06-08 · Siyu Chen, Miao Lu, Beining Wu, Heejune Sheen 외 arxiv

Self-evolution offers a scalable path to stronger reasoning: a pretrained language model improves itself with only minimal external supervision. Yet existing methods either depend on extensively curated or teacher-genera…