paper-with-me

Papers

Efficient RLVR Scheduling via Graph-Structured Online Difficulty Estimation

2026-08-18 · Zhizhao Liu, Zhiliang Tian, Xi Wang, Zhihua Wen, Yihang Xiong, Zhiquan Lai, Dongsheng Li arxiv

Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models but relies on costly rollout exploration. Assigning the same exploration budget to samples with different difficulty levels is inefficient: easy samples may receive redundant rollouts, whereas difficult but learnable samples may receive too little exploration. Existing adaptive schedulers address this mismatch through curriculum-based sample selection or non-uniform rollout allocation based on estimated sample difficulty. However, obtaining reliable online difficulty estimates remains challenging: dedicated probing adds substantial generation overhead, whereas history-based estimators face a cold start with no initial observations and stale feedback, and typically ignore relations among samples. To address these limitations, we propose a plug-and-play graph-based online difficulty estimator that shares rollout feedback across related samples and continuously updates their difficulty estimates, mitigating cold start and staleness without dedicated probing. Specifically, we first construct a difficulty-aware sample graph based on semantic and reasoning similarities. Based on this graph, we introduce latent difficulty states and use a Potts prior to encourage neighboring samples to share the same state. We then employ a state-level Beta-Binomial model to aggregate the rollout outcomes associated with each state. Finally, we use an online mean-field variational algorithm to continuously update the latent-state assignments and state-level difficulty as new feedback arrives. Our framework can be integrated into sample-selection and rollout-allocation schedulers, enabling difficulty-adaptive exploration without dedicated probing. Experiments across multiple base models, RL schedulers, and benchmarks demonstrate that our framework achieves better performance.

📄 PDF Abstract BibTeX arXiv:2608.17941

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Scheduling Your LLM Reinforcement Learning with Reasoning Trees

2025-10-28 · Hong Wang, Zhezheng Hao, Jian Luo, Chenxing Wei 외 arxiv

Using Reinforcement Learning with Verifiable Rewards (RLVR) to optimize Large Language Models (LLMs) can be conceptualized as progressively editing a query's `Reasoning Tree'. This process involves exploring nodes (token…

Reinforcement Learning

Difficulty-Adaptive Tree-Structured Policy Optimization for Expanding Reasoning Coverage in RLVR

2026-09-08 · Youngjun Yu, Sanghwan Jang, Hwanjo Yu hf

Reinforcement Learning with Verifiable Rewards (RLVR) has been central to the recent success of Large Reasoning Models. However, while RLVR significantly improves single-sample accuracy, it often fails to expand the mode…

Mathematical ReasoningReinforcement Learning

Mechanistically Interpreting the Role of Sample Difficulty in RLVR for LLMs

2026-05-27 · Yue Cheng, Jiajun Zhang, Xiaohui Gao, Weiwei Xing 외 arxiv

Reinforcement Learning with Verifiable Reward (RLVR) is empirically shown to notably enhance the reasoning performance of large language models (LLMs), particularly in mathematics and programming. However, the mechanisti…

Reinforcement Learning

Generalization of RLVR Using Causal Reasoning as a Testbed

2025-12-23 · Brian Lu, Hongyu Zhao, Shuo Sun, Hao Peng 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a promising paradigm for post-training large language models (LLMs) on complex reasoning tasks. Yet, the conditions under which RLVR yields robust gene…

Reinforcement Learning

sGPO: Trading Inference FLOPs for Training Efficiency in RLVR

2026-06-07 · Shivchander Sudalairaj, Kai Xu, Akash Srivastava, Giorgio Giannone arxiv

Standard Reinforcement Learning with Verifiable Rewards (RLVR) training allocates a fixed rollout budget to every query, without regard for what each query's difficulty means for the current policy. This leads to two sym…

Reinforcement Learning