paper-with-me

Papers

Dynamics-Predictive Sampling for Active RL Finetuning of Large Reasoning Models

2026-03-11 · Yixiu Mao, Yun Qu, Qi Wang, Heming Zou, Xiangyang Ji arxiv

Reinforcement learning (RL) finetuning has become a key technique for enhancing the reasoning abilities of large language models (LLMs). However, its effectiveness critically depends on the selection of training data. Recent advances underscore the importance of online prompt selection methods, which typically concentrate training on partially solved or moderately challenging examples under the current policy, thereby yielding more effective model updates. While significantly accelerating RL finetuning in terms of training steps, they also incur substantial computational overhead by requiring extensive LLM rollouts over large candidate batches to identify informative samples, an expense that can outweigh the finetuning process itself. To address this challenge, this work proposes Dynamics-Predictive Sampling (DPS), which online predicts and selects informative prompts by inferring their learning dynamics prior to costly rollouts. Specifically, we introduce a new perspective by modeling each prompt's solving progress during RL finetuning as a dynamical system, where the extent of solving is represented as the state and the transition is characterized by a hidden Markov model. Using historical rollout reward signals, we perform online Bayesian inference to estimate evolving state distributions, and the inference outcome provides a predictive prior for efficient prompt selection without rollout-intensive filtering. Empirical results across diverse reasoning tasks, including mathematics, planning, and visual geometry, demonstrate that DPS substantially reduces redundant rollouts, accelerates the training process, and achieves superior reasoning performance.

📄 PDF Abstract BibTeX arXiv:2603.10887

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningBayesian Inference

Similar Papers 제목 키워드 기반

ActiveDC: Distribution Calibration for Active Finetuning

2023-11-13 · CVPR 2024 1 · Wenshuai Xu, Zhenghui Hu, Yu Lu, Jinzhou Meng 외

The pretraining-finetuning paradigm has gained popularity in various computer vision tasks. In this paradigm, the emergence of active finetuning arises due to the abundance of large-scale data and costly annotation requi…

image-classificationImage Classification

FACT: A Simple and Efficient Framework for Active Finetuning

2026-06-01 · Wenshuai Xu, You Song, Yuzhuo Cui, Minjie Ren 외 arxiv

The main goal of active finetuning is to improve a pretrained model's performance on a specific task or domain by finetuning it with carefully selected informative or challenging data. Previous research has predominantly…

Image ClassificationActive Learning

Active Learning of Dynamics Using Prior Domain Knowledge in the Sampling Process

2024-03-25 · Kevin S. Miller, Adam J. Thorpe, Ufuk Topcu

We present an active learning algorithm for learning dynamics that leverages side information by explicitly incorporating prior domain knowledge into the sampling process. Our proposed algorithm guides the exploration to…

Active LearningMuJoCo

ConMeZO: Adaptive Descent-Direction Sampling for Gradient-Free Finetuning of Large Language Models

2025-11-04 · Lejs Deen Behric, Liang Zhang, Bingcong Li, Kiran Koshy Thekumparampil arxiv

Zeroth-order or derivative-free optimization (MeZO) is an attractive strategy for finetuning large language models (LLMs) because it eliminates the memory overhead of backpropagation. However, it converges slowly due to …

Online Finetuning Decision Transformers with Pure RL Gradients

2026-01-01 · Junkai Luo, Yinglun Zhu arxiv

Decision Transformers (DTs) have emerged as a powerful framework for sequential decision making by formulating offline reinforcement learning (RL) as a sequence modeling problem. However, extending DTs to online settings…

Reinforcement LearningDecision Making