Papers › Reinforcement Learning Teachers of Test Time Scaling

Reinforcement Learning Teachers of Test Time Scaling

10 Jun 2025arXiv:2506.08388archive 2025-07-28

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2506.08388")

Code

Syntology Ran 0 of 25 code samples harvested from 1 repository linked to this paper; 25 have no recorded run.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

SakanaAI/RLT found in paper text by SyntologyApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 0 ran; 0 honoured the contract we drafted; 25 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

25unverified

Licence: 0 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from SakanaAI/RLT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_indices SakanaAI/RLT/custom_data/sft_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9d2579ff21e86b0f · report
combine_items SakanaAI/RLT/trainers/teacher_rewards.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 57900181a4f0bebc · report
combine_list_elements SakanaAI/RLT/trainers/teacher_rewards.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c0c85c73c543f13d · report
extract_until SakanaAI/RLT/custom_data/reasoning_datasets_info.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ad03b9361505c6ba · report
find_valid_subsequence SakanaAI/RLT/trainers/teacher_base.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 213cd812e71a60a6 · report
fix_pad_token SakanaAI/RLT/hydra_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d2cba249caa4b1ca · report
get_fsdp_wrap_policy SakanaAI/RLT/trainers/utils_fsdp.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 411e1acfc478d4c8 · report
get_init_weight_context_manager SakanaAI/RLT/trainers/utils_fsdp.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 00ce1c00f50d9695 · report
get_process_line_fn SakanaAI/RLT/custom_data/sft_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 901e9003ba5b945f · report
get_process_line_fn SakanaAI/RLT/custom_data/teacher_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 482691d35524f06f · report
get_special_token_values SakanaAI/RLT/custom_data/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8ef0bcf6290a2cb8 · report
get_tags SakanaAI/RLT/custom_data/reasoning_datasets_info.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1125a84e5ed38e6c · report
get_teacher_data_mask_delimiter SakanaAI/RLT/custom_data/teacher_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5fe3db6bb630006c · report
get_top_dataset SakanaAI/RLT/trainers/data_reward_scorer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d4b4f689be74f50e · report
get_top_hf_dataset SakanaAI/RLT/trainers/data_reward_scorer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · af28ce60656bad14 · report
grab_text_between SakanaAI/RLT/custom_data/reasoning_datasets_info.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 42c4a4c44667e48a · report
init_fn SakanaAI/RLT/trainers/utils_fsdp.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 376e45ad277a20e3 · report
instantiate_from_target SakanaAI/RLT/trainers/data_reward_scorer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1d1f8918c9a7700d · report
is_subsequence SakanaAI/RLT/trainers/teacher_base.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 726af6b132a154e6 · report
is_tensor SakanaAI/RLT/trainers/teacher_base.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 090ebd62480b897f · report
load_formatted_sft_dataset SakanaAI/RLT/custom_data/sft_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2129b78fe0290670 · report
override_system_prompt SakanaAI/RLT/custom_data/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 41b364280acc70df · report
process_assistant_message SakanaAI/RLT/custom_data/teacher_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2a27f4d8ec953177 · report
selective_log_softmax SakanaAI/RLT/trainers/grpo.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 39cc9bf845bc3e8d · report
to_torch_tensor SakanaAI/RLT/trainers/teacher_rewards.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9c58d17145ebc986 · report

Tasks

Reinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections