H^2SD: Hybrid Hindsight Self-Distillation
Summary
Introduces H^2SD, a hybrid hindsight self-distillation framework that improves RLVR by using the teacher model differently for successful and failed trajectories, achieving better reasoning performance.
View Cached Full Text
Cached at: 07/22/26, 02:40 AM
Paper page - H^2SD: Hybrid Hindsight Self-Distillation
Source: https://huggingface.co/papers/2607.18955
Abstract
Reinforcementlearningwithverifiablerewards(RLVR)hassubstantiallyimprovedthereasoningcapabilitiesoflargelanguagemodelsontaskssuchasmathematicalreasoningandcodegeneration.However,mostRLVRmethodsassignascalaroutcomerewardtoanentiretrajectory,resultinginsparsesupervisionandlimitedtoken-levelcreditassignment.On-policydistillation(OPD)providesdensersupervisionbydistillingtoken-leveldistributionsfromastrongerteachermodel,butrequiresanadditionalteacherandtypicallyassumesasharedvocabulary.On-policyself-distillation(OPSD)removesthisdependencybyconditioningthesamemodelonprivilegedinformationtoconstructateacherpolicy.However,directlymatchingtheteacherdistributionmaycauseinformationleakageandunstableoptimization.RLSDavoidsdirectmatchingbyusingtheteachersignalonlytomodulateupdatemagnitudes,butitcannotprovideanexplicitcorrectiondirectionwhenthesampledreasoningfails.Toaddressthistradeoff,weintroduceH^{2}SD,ahybridhindsightselfdistillationframeworkthatusestheteacherdifferentlyaccordingtotrajectorycorrectness.Forsuccessfultrajectories,theteacherreceivesthestudentresponseconfirmedascorrecttogetherwitharephrasinginstruction,anditsprobabilitiesontheoriginalresponsetokensareusedtomodulateupdatemagnitudeswithoutchangingthedirectiondeterminedbythereward.Forfailedtrajectories,weconditiontheteacheronareferencehintcontainingkeyreasoningstepsandaverifiedanswer,andminimizethereverseKLdivergencefromthestudenttotheteacher.ExperimentsonmultiplechallengingreasoningbenchmarksshowthatH^2SDconsistentlyoutperformsrepresentativeRLVR,OPSD,andRLSDbaselineswhilemaintainingstableoptimizationandfavorablegenerationefficiency.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.18955
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.18955 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.18955 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.18955 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
HINT-SD: Targeted Hindsight Self-Distillation for Long-Horizon Agents
HINT-SD proposes a targeted self-distillation framework that selects failure-relevant actions from full trajectories to improve long-horizon LLM agent training, achieving up to 18.80% improvement and 2.26× speedup over dense feedback baselines.
Learning More from Less: Reinforcement Learning from Hindsight
Introduces Learning from Hindsight (LfH), a method that applies hindsight relabeling to RL post-training of vision-language-action models. By relabeling failed robot rollouts with the tasks they actually achieved, LfH achieves 5x improvement in sample efficiency on out-of-distribution manipulation tasks.
Anti-Self-Distillation for Reasoning RL via Pointwise Mutual Information
Proposes Anti-Self-Distillation (AntiSD) which reverses the knowledge transfer direction in self-distillation to improve math reasoning efficiency and accuracy, achieving GRPO baseline accuracy in 2-10x fewer steps and up to 11.5 points higher final accuracy across models from 4B to 30B parameters.
Self-Distilled Policy Gradient
SDPG (Self-Distilled Policy Gradient) is a new RL training framework for LLMs that combines group-relative verifier advantages with on-policy self-distillation and KL regularization to address sparse rewards and instability in RLVR training. The method uses a shared model as both student and teacher by conditioning on privileged context, showing improved stability and performance over RLVR and self-distillation baselines.
Adaptive Teacher Exposure for Self-Distillation in LLM Reasoning
Adaptive Teacher Exposure for Self-Distillation (ATESD) improves LLM reasoning by dynamically adjusting how much of the reference reasoning the teacher shows the student during training, using a learnable policy controller and a discounted learning-progress reward. Experiments on math benchmarks show consistent improvements over existing self-distillation and RL baselines.