Switch language한국어
Back to the list

Less is More: Early Stopping Rollout for On-Policy Distillation

TL;DR AI

Key summary

2 min read
  1. A new Early Stopping Rollout method trims teacher-generated trajectories in on-policy distillation to avoid off-policy teacher decay.

  2. Using only the first N tokens of each rollout improves training stability and often beats full-rollout baselines across tasks, model sizes, and setups.

  3. The paper reports up to 24x speedup, with gains seen in both FFT and LoRA training.

  4. It also argues that cascading alignment and sub-mode commitment help truncated rollouts improve later tokens, sometimes even surpassing the teacher.

Read the original