paper-with-me

Papers

Better Starts, Better Ends: Bootstrapped Iterative Self-Reasoning Distillation for Compressed Reasoning

2026-07-17 · Leichao Dong, Dongxu Zhang, Yiding Sun, Qirui Wang, Yuhan Wang, Lin Chen, Jihua Zhu arxiv

Large reasoning models often solve problems through long chain-of-thought (CoT) traces, yet much of this computation is spent on redundant derivations, repeated self-verification, and detours that do not improve the final answer. Existing on-policy self-distillation methods reduce this cost by matching a student model to a concise copy of itself on prefixes sampled from the student's own rollouts. We show that this objective has an initialization bottleneck. Since supervision is applied only to visited prefixes, training from a verbose base model places the KL loss on contexts that are often noisy, redundant, or already off track. In such regions, a concise teacher can provide only local corrections, while the student continues to explore trajectories that an efficient reasoner should avoid. In this paper, we propose BIRD(Bootstrapped Iterative Self-Reasoning Distillation), a two-stage self-reasoning distillation method that improves the rollout distribution before on-policy training. BIRD first samples concise solutions from the base model under a brevity instruction, keeps only answer-correct traces, and performs a lightweight prompt-switch SFT step. The traces are generated with the brevity instruction but learned under the original task prompt, turning instruction-induced conciseness into a default reasoning behavior. Starting from this warm model, BIRD then applies on-policy reverse-KL distillation with a concise self-teacher, now on cleaner and more informative prefixes. Across Qwen3 series models, BIRD achieves a stronger accuracy-efficiency trade-off than prompting and cold-start on-policy distillation on MATH-500 and AIME benchmarks. On Qwen3-8B, it improves MATH-500 accuracy from 86.2% to 92.0% while reducing the average response length from 3,099 to 1,115 tokens. These results highlight prefix support as a central factor in efficient reasoning distillation.

📄 PDF Abstract BibTeX arXiv:2607.15736

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Context Bootstrapped Reinforcement Learning

2026-03-19 · Saaket Agashe, Jayanth Srinivasa, Gaowen Liu, Ramana Kompella 외 arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) suffers from exploration inefficiency, where models struggle to generate successful rollouts, resulting in minimal learning signal. This challenge is particularly sev…

Reinforcement Learning

Iterative Semi-parametric Dynamics Model Learning For Autonomous Racing

2020-11-17 · Ignat Georgiev, Christoforos Chatzikomis, Timo Völkl, Joshua Smith 외

Accurately modeling robot dynamics is crucial to safe and efficient motion control. In this paper, we develop and apply an iterative learning semi-parametric model, with a neural network, to the task of autonomous racing…

Autonomous Racing

Bootstrapped Self-Supervised Training with Monocular Video for Semantic Segmentation and Depth Estimation

2021-03-19 · Yihao Zhang, John J. Leonard

For a robot deployed in the world, it is desirable to have the ability of autonomous learning to improve its initial pre-set knowledge. We formalize this as a bootstrapped self-supervised learning problem where a system …

Depth EstimationSelf-Supervised LearningSemantic Segmentation

Bootstrapping Referring Multi-Object Tracking

2024-06-07 · Yani Zhang, Dongming Wu, Wencheng Han, Xingping Dong

Referring multi-object tracking (RMOT) aims at detecting and tracking multiple objects following human instruction represented by a natural language expression. Existing RMOT benchmarks are usually formulated through man…

DiversityMulti-Object TrackingObjectObject Tracking+1

Bootstrap State Representation using Style Transfer for Better Generalization in Deep Reinforcement Learning

2022-07-15 · Md Masudur Rahman, Yexiang Xue

Deep Reinforcement Learning (RL) agents often overfit the training environment, leading to poor generalization performance. In this paper, we propose Thinker, a bootstrapping method to remove adversarial effects of confo…

Data AugmentationDeep Reinforcement LearningReinforcement Learning (RL)Style Transfer