paper-with-me

홈 › Papers

Reinforcement Learning Teachers of Test Time Scaling

2025-06-10 · Edoardo Cetin, Tianyu Zhao, Yujin Tang

Training reasoning language models (LMs) with reinforcement learning (RL) for one-hot correctness inherently relies on the LM being able to explore and solve its task with some chance at initialization. Furthermore, a key use case of reasoning LMs is to act as teachers for distilling new students and cold-starting future RL iterations rather than being deployed themselves. From these considerations, we introduce a new framework that avoids RL's exploration challenge by training a new class of Reinforcement-Learned Teachers (RLTs) focused on yielding the most effective downstream distillation. RLTs are prompted with both the question and solution to each problem, and tasked to simply "connect-the-dots" with detailed explanations tailored for their students. We train RLTs with dense rewards obtained by feeding each explanation to the student and testing its understanding of the problem's solution. In practice, the raw outputs of a 7B RLT provide higher final performance on competition and graduate-level tasks than existing distillation and cold-starting pipelines that collect and postprocess the reasoning traces of orders of magnitude larger LMs. Furthermore, RLTs maintain their effectiveness when training larger students and when applied zero-shot to out-of-distribution tasks, unlocking new levels of efficiency and re-usability for the RL reasoning framework.

📄 PDF Abstract BibTeX arXiv:2506.08388

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

VLMs are Good Teachers for Video Reasoning via Adaptive Test-Time Optimization

2026-06-01 · Junhao Cheng, Liang Hou, Tianxiong Zhong, Xin Tao 외 arxiv

The recent "Reasoning with Video" paradigm utilizes Video Generation Models (VGMs) to generate temporally coherent visual trajectories to complete reasoning tasks. Although state-of-the-art VGMs excel at visual quality, …

Video Generation

Connections between reinforcement learning with feedback,test-time scaling, and diffusion guidance: An anthology

2025-09-04 · Yuchen Jiao, Yuxin Chen, Gen Li arxiv

In this note, we reflect on several fundamental connections among widely used post-training techniques. We clarify some intimate connections and equivalences between reinforcement learning with human feedback, reinforcem…

Reinforcement Learning

Theoretically-Grounded Policy Advice from Multiple Teachers in Reinforcement Learning Settings with Applications to Negative Transfer

2016-04-13 · Yusen Zhan, Haitham Bou Ammar, Matthew E. Taylor

Policy advice is a transfer learning method where a student agent is able to learn faster via advice from a teacher. However, both this and other reinforcement learning transfer methods have little theoretical analysis. …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

DCUR: Data Curriculum for Teaching via Samples with Reinforcement Learning

2021-09-15 · Daniel Seita, Abhinav Gopal, Zhao Mandi, John Canny

Deep reinforcement learning (RL) has shown great empirical successes, but suffers from brittleness and sample inefficiency. A potential remedy is to use a previously-trained policy as a source of supervision. In this wor…

Deep Reinforcement LearningOffline RLreinforcement-learningReinforcement Learning+1

Active teacher selection for reinforcement learning from human feedback

2023-10-23 · Rachel Freedman, Justin Svegliato, Kyle Wray, Stuart Russell

Reinforcement learning from human feedback (RLHF) enables machine learning systems to learn objectives from human feedback. A core limitation of these systems is their assumption that all feedback comes from a single hum…

Recommendation Systemsreinforcement-learningReinforcement Learning