LGMay 14

Learning from Language Feedback via Variational Policy Distillation

arXiv:2605.1511379.31 citations
Predicted impact top 10% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For reinforcement learning from verifiable rewards, VPD addresses the exploration bottleneck in complex reasoning by dynamically improving teacher feedback, but the gains are incremental over existing self-distillation methods.

VPD formalizes learning from language feedback as a Variational EM problem, co-evolving teacher and student policies to overcome the plateau of passive distillation, consistently outperforming RLVR and self-distillation baselines on scientific reasoning and code generation tasks.

Reinforcement learning from verifiable rewards (RLVR) suffers from sparse outcome signals, creating severe exploration bottlenecks on complex reasoning tasks. Recent on-policy self-distillation methods attempt to address this by utilizing language feedback to generate dense, token-level supervision. However, these approaches rely on a fixed, passive teacher to interpret the feedback. As the student policy improves, the teacher's zero-shot assessment capabilities plateau, ultimately halting further learning. To overcome this, we propose Variational Policy Distillation (VPD), a framework that formalizes learning from language feedback as a Variational Expectation-Maximization (EM) problem. VPD co-evolves both policies: in the E-step, the teacher is actively refined on trajectory outcomes via an adaptive trust-region update, translating textual feedback into a dynamically improved target token distribution. In the M-step, the student internalizes this dense distributional guidance on its own on-policy rollouts. By continuously improving the teacher's ability to extract actionable signals from textual critique, VPD overcomes the limitations of passive distillation. Evaluated across diverse sources of diagnostic feedback on scientific reasoning and code generation tasks, VPD consistently outperforms both standard RLVR and existing self-distillation baselines. Finally, by stress-testing our framework on rigid mathematical reasoning and cold-start regimes, we illuminate the fundamental bounds of feedback-driven self-distillation compared to pure environment-driven RL.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes