TurnSight: Turn-Level Hindsight Self-Distillation for Tool-Integrated Reasoning
Summary
TurnSight introduces a turn-level hindsight self-distillation framework for tool-integrated reasoning, providing dense supervision via execution-conditioned hindsight and adaptive RL advantage modulation.
View Cached Full Text
Cached at: 08/05/26, 05:43 AM
Paper page - TurnSight: Turn-Level Hindsight Self-Distillation for Tool-Integrated Reasoning
Source: https://huggingface.co/papers/2608.04007
Abstract
Tool-IntegratedReasoning(TIR)enablesLLMstosolvecomplextasksthroughiterativetoolinteractions.However,existingreinforcementlearningmethodsoftenrelyontrajectory-levelsupervision,limitingfine-grainedcreditassignmentinlong-horizonTIRscenarios.On-policyself-distillationoffersdensersignalsthroughteacherbrancheswithprivilegedcontext,butexistingapproachestypicallyderivesuchcontextfromground-truthanswersorretrievedskills,whichmaynotreflectthestatesactuallyvisitedbytheagent.Moreover,token-levelsupervisionfailstocapturetheturn-levelstructureoftoolinteractions.Toaddressthis,weproposeTurnSight,aturn-levelhindsightself-distillationframeworkthatderivessupervisiondirectlyfromexecution-conditionedhindsight.Itthenconstructsmultiplehindsightviewswithdifferentlookaheadhorizonsandselectsreliablesupervisionthroughcross-horizondirectionalagreement.Finally,theselectedhindsightsignalisnormalizedacrosssiblingrolloutsandusedtoadaptivelymodulateRLadvantageswhilepreservingtheiroriginaloptimizationdirection.ExtensiveexperimentsonthreebenchmarksdemonstratetheeffectivenessofTurnSight.Ourcodesareavailableathttps://github.com/quchangle1/TurnSight.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2608\.04007
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/2608.04007 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.04007 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.04007 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
H^2SD: Hybrid Hindsight Self-Distillation
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.
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.
HiDiffTIR: Hierarchical Difficulty-Aware Policy Optimization for Multi-Turn Tool-Integrated Reasoning
Proposes HiDiffTIR, a hierarchical difficulty-aware policy optimization framework for multi-turn tool-integrated reasoning in LLM agents, improving performance and tool invocation accuracy through fine-grained credit assignment.
Visual Reasoning through Tool-supervised Reinforcement Learning
Introduces ToolsRL, a two-stage reinforcement learning framework that teaches multimodal LLMs to use simple visual tools for complex visual reasoning tasks.
HERO: Hindsight-Enhanced Reflection from Environment Observations for Agentic Self-Distillation
HERO introduces a hindsight-enhanced self-distillation framework that uses environment observations as locally aligned feedback to improve multi-turn agent capabilities, outperforming existing methods on TauBench and WebShop, especially under limited turn budgets.