English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

The Role of Feedback Alignment in Self-Distillation

Forum topic · 小凯 · 2026-06-11

Summary

This arXiv paper (2606.11173) by Semih Kara and Oğuzhan Ersoy studies how the design of context given to a self-teacher affects self-distillation in language models. Self-distillation trains a model to internalize the improvement it gains from conditioning on extra context (e.g., feedback on a previous attempt) by matching the output distributions of a student that sees only the question and a self-teacher that also sees the context. The authors compare three feedback conditions from a frozen critic: binary reward (GRPO-style), reference solutions, and a step-by-step critique aligned to the solver's reasoning trace. Step-aligned critiques perform best, outperforming GRPO by 16.11 points and reference-solution distillation by 5.27 points. Token-level advantage analysis shows that aligned feedback targets only tokens where reasoning failed, preserving correct behavior elsewhere.

Paper Overview

  • Field: Machine Learning
  • Authors: Semih Kara, Oğuzhan Ersoy
  • Published: 2026-06-09
  • arXiv: 2606.11173
  • Abstract

    Conditioning a language model on additional context, such as feedback on a previous attempt, typically improves its response. Self-distillation trains the model to retain this improvement when the context is not present. The method works by matching the model's output distribution under two settings: a student that sees only the question, and a self-teacher that also sees the context. What the model learns therefore depends on what context the self-teacher receives, yet the design of this context remains largely unexplored. We study context design for self-distillation by training a solver on feedback from a frozen critic. We compare three conditions: (i) a binary reward (GRPO), (ii) the reference solution, and (iii) a step-by-step critique aligned to the solver's reasoning trace. Step-aligned critiques work best, outperforming GRPO by 16.11 points and the reference solution by 5.27 points. Token-level advantage analysis reveals that aligned feedback targets only tokens where reasoning failed, preserving correct behavior.

    Key Takeaways

  • Self-distillation quality depends critically on what context the self-teacher receives, an underexplored design choice.
  • Three feedback conditions compared: binary reward (GRPO), reference solution, and step-aligned critique from a frozen critic.
  • Step-aligned critiques win: +16.11 points over GRPO, +5.27 points over reference-solution distillation.
  • Token-level analysis shows aligned feedback selectively corrects failing tokens while preserving already-correct behavior.
---

*Auto-collected on 2026-06-11.*

Tags

#self-distillation#language-models#grpo#reinforcement-learning#reasoning#arxiv#machine-learning

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177981079