paper-with-me

Papers

Hindsight Hint Distillation: Scaffolded Reasoning for SWE Agents from CoT-free Answers

2026-05-12 · Shengjie Wang, Guanghe Li, Zonghan Yang, Yang Gao arxiv

Solving complex long-horizon tasks requires strong planning and reasoning capabilities. Although datasets with explicit chain-of-thought (CoT) rationales can substantially benefit learning, they are costly to obtain. To address this challenge, we propose Hindsight Hint Distillation (HHD), which only requires easy-to-obtain question-answer pairs without CoT annotations. Inspired by how human teachers use student mistakes to provide targeted guidance, HHD synthesizes hindsight hints from the model's own failed self-rollouts and uses them to scaffold on-policy rollouts that successfully complete the tasks. The model then self-distills these scaffolded trajectories and generalizes to new problems without hint guidance. Experiments show that HHD significantly outperforms iterative RFT and trajectory-synthesis baselines, achieving an absolute improvement of 8\% on SWE-bench Verified, while all baselines improve by only around 2\%. Notably, the reasoning strategies induced by HHD generalize effectively to out-of-distribution tasks, yielding the largest gains on SWE-bench Multilingual despite no training on multilingual data. These results demonstrate that HHD can effectively synthesize expert-like reasoning from CoT-free data and substantially improve long-horizon performance.

📄 PDF Abstract BibTeX arXiv:2605.11556

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HINT-SD: Targeted Hindsight Self-Distillation for Long-Horizon Agents

2026-05-18 · Woongyeng Yeo, Yumin Choi, Taekyung Ki, Sung Ju Hwang arxiv

Training long-horizon LLM agents with reinforcement learning is challenging because sparse outcome rewards reveal whether a task succeeds, but not which intermediate actions caused the outcome or how they should be corre…

Reinforcement Learning

HEAL: Hindsight Entropy-Assisted Learning for Reasoning Distillation

2026-03-11 · Wenjing Zhang, Jiangze Yan, Jieyun Huang, Yi Shen 외 arxiv

Distilling reasoning capabilities from Large Reasoning Models (LRMs) into smaller models is typically constrained by the limitation of rejection sampling. Standard methods treat the teacher as a static filter, discarding…

H^2SD: Hybrid Hindsight Self-Distillation

2026-07-21 · Qiye Cai, Yichuan Ma, Linyang Li, Peiji Li 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has substantially improved the reasoning capabilities of large language models on tasks such as mathematical reasoning and code generation. However, most RLVR methods…

Reinforcement LearningMathematical ReasoningCode Generation

The Next Screenshot Knows: Gated Hindsight Distillation for Mobile GUI Agents

2026-08-06 · Weiwei Li, Junzhuo Liu, Tong Chu, Hengfu Yu 외 arxiv

GUI agents are commonly trained offline from successful interaction trajectories. Standard training decomposes each trajectory into prefix-action pairs: the agent predicts an action from the current screen and interactio…

From Hindsight to Foresight: Self-Encouraged Hindsight Distillation for Knowledge-based Visual Question Answering

2025-11-14 · Yu Zhao, Ying Zhang, Xuhui Sui, Baohang Zhou 외 arxiv

Knowledge-based Visual Question Answering (KBVQA) necessitates external knowledge incorporation beyond cross-modal understanding. Existing KBVQA methods either utilize implicit knowledge in multimodal large language mode…

Visual Question Answering