paper-with-me

Papers

DARE: Difficulty-Adaptive Reinforcement Learning with Co-Evolved Difficulty Estimation

2026-05-09 · Yang Zhou, Can Jin, Zihan Dong, Zhepeng Wang, Yanting Yang, Shiyu Zhao, Lei Li, Runxue Bao, Yaochen Xie, Dimitris N. Metaxas arxiv

Reinforcement learning improves the reasoning ability of large language models but remains costly and sample-inefficient, as many rollouts provide weak learning signals. Difficulty-aware data selection methods attempt to address this by prioritizing moderately difficult prompts, yet our analysis reveals three limitations: difficulty estimates become inaccurate under policy drift, data selection alone yields limited final-performance gains, and inference efficiency remains largely unchanged. These findings suggest that efficient and effective RL requires more than filtering by difficulty: the policy should learn to solve hard tasks while producing concise responses for easy ones. To this end, we propose Dare, a unified framework that co-evolves difficulty estimation with the policy via self-normalized importance sampling, maintains diverse difficulty coverage through a symmetric Beta sampling distribution, and applies tailored training strategies across difficulty tiers with adaptive compute allocation. Extensive experiments across multiple models and domains demonstrate that Dare consistently outperforms existing methods in training efficiency, final effectiveness, and inference efficiency, producing more concise responses on easy tasks while improving correctness on hard ones. Code is available at https://github.com/EtaYang10th/DARE.

📄 PDF Abstract BibTeX arXiv:2605.09188

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Dareplane: A modular open-source software platform for BCI research with application in closed-loop deep brain stimulation

2024-08-02 · Matthias Dold, Joana Pereira, Bastian Sajonz, Volker A. Coenen 외

Objective - This work introduces Dareplane, a modular and broad technology-agnostic open source software platform for brain-computer interface research with an application focus on adaptive deep brain stimulation (aDBS).…

Brain Computer Interface

Improving Data Efficiency for LLM Reinforcement Fine-tuning Through Difficulty-targeted Online Data Selection and Rollout Replay

2025-06-05 · Yifan Sun, Jingyan Shen, Yibin Wang, Tianyu Chen 외

Reinforcement learning (RL) has become an effective approach for fine-tuning large language models (LLMs), particularly to enhance their reasoning capabilities. However, RL fine-tuning remains highly resource-intensive, …

Reinforcement Learning (RL)

AdaCuRL: Adaptive Curriculum Reinforcement Learning with Invalid Sample Mitigation and Historical Revisiting

2025-11-12 · Renda Li, Hailang Huang, Fei Wei, Feng Xiong 외 arxiv

Reinforcement learning (RL) has demonstrated considerable potential for enhancing reasoning in large language models (LLMs). However, existing methods suffer from Gradient Starvation and Policy Degradation when training …

Reinforcement Learning

BuildArena: A Physics-Aligned Interactive Benchmark of LLMs for Engineering Construction

2025-10-18 · Tian Xia, Tianrun Gao, Wenhao Deng, Long Wei 외 arxiv

Engineering construction automation aims to transform natural language specifications into physically viable structures, requiring complex integrated reasoning under strict physical constraints. While modern LLMs possess…

ADHint: Adaptive Hints with Difficulty Priors for Reinforcement Learning

2025-12-15 · Feng Zhang, Zezhong Tan, Xinhong Ma, Ziqiang Dong 외 arxiv

To address the limited capability expansion and low sample efficiency of Reinforcement Learning (RL), recent methods have integrated ''hints'' into post-training, which are prefix segments of complete reasoning trajector…

Reinforcement Learning