Papers › Multi-Rollout On-Policy Distillation via Peer Successes and Failures

Multi-Rollout On-Policy Distillation via Peer Successes and Failures

12 May 2026arXiv:2605.12652added by Syntology

Weichen Yu, Xiaomin Li, Yizhou Zhao, Xiaoze Liu, Ruowang Zhang, Haixin Wang, Yinyi Luo, Chen Henry Wu, Gaurav Mittal, Matt Fredrikson, Yu Hu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language models are often post-trained with sparse verifier rewards, which indicate whether a sampled trajectory succeeds but provide limited guidance about where reasoning succeeds or fails. On-policy distillation (OPD) offers denser token-level supervision by training on student-generated trajectories, yet existing methods typically distill each rollout independently and ignore the other attempts sampled for the same prompt. We introduce Multi-Rollout On-Policy Distillation (MOPD), a peer-conditioned distillation framework that uses the student's local rollout group to construct more informative teacher signals. MOPD conditions the teacher on both successful and failed peer rollouts: successes provide positive evidence for valid reasoning patterns, while failures provide structured negative evidence about plausible mistakes to avoid. We study two peer-context constructions: positive peer imitation and contrastive success-failure conditioning. Experiments on competitive programming, mathematical reasoning, scientific question answering, and tool-use benchmarks show that MOPD consistently improves over standard on-policy baselines. Further teacher-signal analysis shows that mixed success-failure contexts better align teacher scores with verifier rewards, indicating that the gains arise from more faithful, instance-adaptive supervision. These results indicate that effective on-policy distillation should exploit the student's multi-rollout trial-and-error behavior rather than treating rollouts as isolated samples.

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="2605.12652")

Code

Syntology Ran 22 of 29 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 22 ran with no contract checked.

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

viviable/mopd_code found in paper text by Syntology report

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

29 samples harvested; 22 ran; 0 honoured the contract we drafted; 7 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.

22ran
7unverified

Licence: 0 of the 29 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 viviable/mopd_code. “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.

average viviable/mopd_code/analysis/compute_teacher_signal_metrics.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · bd3548f55a4d47e5 · report
build_student_targets viviable/mopd_code/analysis/build_target_responses.py found in paper text by Syntology ran Apache-2.0 (permissive) · d7aa73af385d98f7 · report
check_correctness viviable/mopd_code/verl/utils/reward_score/prime_code/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2d94e42b971ca757 · report
ci_yerr viviable/mopd_code/analysis/plot_teacher_metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5ef8c6dd23fae513 · report
condition_colors viviable/mopd_code/analysis/plot_teacher_metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · 288f33b5eca65cc7 · report
fetch_history viviable/mopd_code/analysis/draw_acc.py found in paper text by Syntology ran Apache-2.0 (permissive) · caa5d8692e5bdb76 · report
load_metrics viviable/mopd_code/analysis/plot_teacher_metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · aebe25129f6e22f7 · report
make_client viviable/mopd_code/analysis/generate_strong_success.py found in paper text by Syntology ran Apache-2.0 (permissive) · b97c9a97c01f9eea · report
only_int_check viviable/mopd_code/verl/utils/reward_score/prime_code/testing_util.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 6339c418c950b9c8 · report
parse_run_path viviable/mopd_code/analysis/draw_acc.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0898e734fc60f2e9 · report
rankdata viviable/mopd_code/analysis/compute_teacher_signal_metrics.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 414365b67878b9e4 · report
read_jsonl viviable/mopd_code/analysis/score_teacher_contexts.py found in paper text by Syntology ran Apache-2.0 (permissive) · 903f3f3a478c7f63 · report
read_jsonl viviable/mopd_code/analysis/compute_teacher_signal_metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2b6d83de04b5e4ad · report
read_variant_config viviable/mopd_code/analysis/build_context_variants.py found in paper text by Syntology ran Apache-2.0 (permissive) · 759afe3c4dcbc678 · report
resolve_api_config viviable/mopd_code/analysis/generate_strong_success.py found in paper text by Syntology ran Apache-2.0 (permissive) · d9156c6e78fc7a12 · report
resolve_dtype viviable/mopd_code/analysis/score_teacher_contexts.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2d63c8da40e7f663 · report
resolve_run viviable/mopd_code/analysis/fetch_wandb_metric_compare.py found in paper text by Syntology ran Apache-2.0 (permissive) · 53fb0fcdb63f7f14 · report
sanitize viviable/mopd_code/analysis/fetch_wandb_metric_compare.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 6f3c534aa4ba4ee2 · report
sanitize_metric_name viviable/mopd_code/analysis/draw_acc.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · f5674775fedebe04 · report
stable_target_id viviable/mopd_code/analysis/build_target_responses.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 2d00b81e871f020d · report
stable_variant_id viviable/mopd_code/analysis/build_context_variants.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 3d4ee5bf4a4b62a8 · report
truncatefn viviable/mopd_code/verl/utils/reward_score/prime_code/testing_util.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 22849627aa42fa47 · report
load_model_and_tokenizer viviable/mopd_code/analysis/score_teacher_contexts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1a52c3aa3027b3fe · report
load_spec viviable/mopd_code/analysis/plot_heatmap_grid.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 984827baf66eba8d · report
resolve_run_path viviable/mopd_code/analysis/fetch_wandb_metric_compare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b29f33cf4c2111e6 · report
run_test_code viviable/mopd_code/verl/utils/reward_score/feedback/code.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 45691de9cab1a113 · report
run_test_func viviable/mopd_code/verl/utils/reward_score/feedback/code.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4a71e4f42656119d · report
run_test_std viviable/mopd_code/verl/utils/reward_score/feedback/code.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f1b61b9749cac892 · report
string_int_check viviable/mopd_code/verl/utils/reward_score/prime_code/testing_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0b462a89ce04228a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.12652, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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