New Method Stabilizes Multi-Turn LLM Self-Distillation

Chenyang Jiang, Changhan Huang· August 18, 2026 View original

Key takeaways

  • SMOPD stabilizes multi-turn LLM on-policy self-distillation in 'dirty-history' scenarios.
  • It selectively masks low-entropy tokens to focus distillation loss on uncertain signals.
  • The method improves accuracy without adding parameters or inference-time overhead.
  • Token-level uncertainty is a more reliable stabilization signal than final-answer correctness.

Who benefits

Customer ServiceEdTechHealthcareTechnologyE-commerce

Summary

SMOPD (Selective Masking for On-Policy Distillation) is a novel loss-only stabilization method for multi-turn on-policy self-distillation in LLMs. It improves accuracy by selectively masking low-entropy tokens in 'dirty-history' rollouts, focusing the learning on more uncertain, corrective signals.

Multi-turn on-policy self-distillation (OPSD) for Large Language Models (LLMs) can be fragile, especially when intermediate replies contain errors, leading to 'dirty-history' rollouts. Uniform distillation in such scenarios can waste computational effort on tokens that offer little corrective signal. Researchers introduce SMOPD (Selective Masking for On-Policy Distillation), a loss-only stabilization technique for multi-turn OPSD. SMOPD addresses this by ranking token positions by student entropy and removing the lowest-entropy 20% from the distillation loss for middle-turn replies. This approach ensures that the learning process focuses on tokens where the student is most uncertain, thereby providing a stronger corrective signal. Evaluations on the LiC benchmark with Qwen3 models show that SMOPD improves accuracy by 1.0-2.5 percentage points, outperforming baselines. The method adds no parameters and incurs zero inference-time overhead, suggesting that token-level uncertainty is a more reliable stabilization signal than scalar final-answer correctness in dirty-history OPSD settings.

Why it matters

This method enhances the robustness and efficiency of training multi-turn conversational AI, leading to more reliable and accurate LLM interactions in complex dialogue systems.

How to implement this in your domain

  1. 1Integrate SMOPD into your multi-turn LLM training pipelines to improve distillation stability.
  2. 2Experiment with token-entropy masking to focus learning on critical, uncertain tokens in conversational AI.
  3. 3Evaluate the impact of 'dirty-history' rollouts on your LLM performance and apply SMOPD as a mitigation.
  4. 4Develop internal benchmarks to compare different self-distillation stabilization methods for multi-turn LLMs.

Original post by Chenyang Jiang, Changhan Huang

"arXiv:2608.14647v1 Announce Type: new Abstract: Dirty-history rollouts make multi-turn on-policy self-distillation (OPSD) brittle: once a student emits an erroneous intermediate reply, later turns are conditioned on that reply, and uniform distillation can spend loss on tokens th…"

View on X

Originally posted by Chenyang Jiang, Changhan Huang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses