Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients

📅 2026-06-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of conventional knowledge distillation in small language models, where directly mimicking teacher logits often degrades generalization, and reinforcement learning struggles to leverage teacher signals from entirely failed trajectories. To overcome these challenges, the authors propose ZPPO, a novel approach that, for the first time, integrates Vygotsky’s concept of the Zone of Proximal Development into policy optimization. ZPPO constructs binary candidate questions (BCQs) and negative candidate questions (NCQs) within the student model’s current capability boundary, embedding teacher knowledge into prompts rather than gradients to guide the model in distinguishing correct from incorrect responses. Coupled with a prompt replay buffer for continual refinement of hard examples, ZPPO synergistically combines reinforcement learning, knowledge distillation, and prompt engineering. Evaluated across 31 vision–language–video benchmarks on the Qwen3.5 series (0.8B–9B), ZPPO substantially outperforms existing distillation and GRPO methods, with the largest gains observed on the smallest model.
📝 Abstract
Knowledge distillation transfers a teacher's competence to a small student but is brittle in the small-student regime: forcing the student to imitate logits from a much larger teacher concentrates it on the teacher's sharpest modes, hurting generalization on benchmark families beyond the training corpus. Reinforcement learning (RL) avoids logit imitation by training on the student's own rollouts. However, on questions where every rollout fails-yielding zero advantage and being silently discarded-injecting a stronger teacher's response into the policy gradient breaks the on-policy assumption and induces drift. We introduce Zone of Proximal Policy Optimization (ZPPO), inspired by Vygotsky's zone of proximal development, which keeps the teacher inside the prompt rather than the policy gradient. On hard questions, ZPPO constructs two reformulated prompts: a Binary Candidate-included Question (BCQ) pairs one correct teacher response with one incorrect student response as anonymized candidates the student must discriminate, and a Negative Candidate-included Question (NCQ) aggregates the student's wrong rollouts into a single prompt to surface their shared failure modes. A prompt replay buffer recirculates each hard question until it either graduates-the student's mean rollout accuracy on it reaches half- or is FIFO-evicted under finite capacity, amplifying BCQ and NCQ inside the student's current zone of proximal development. On the Qwen3.5 family at four student scales (0.8B-9B) with a 27B teacher, post-trained as vision-language models and evaluated on a 31-benchmark suite (16 VLM, 10 LLM, 5 Video), ZPPO outperforms off/on-policy distillation and GRPO, with the largest gains at the smallest scale.
Problem

Research questions and friction points this paper is trying to address.

knowledge distillation
small student regime
reinforcement learning
policy gradient
generalization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Zone of Proximal Policy Optimization
Prompt-based Knowledge Distillation
Binary Candidate-included Question
Negative Candidate-included Question
Replay Buffer for Hard Prompts
🔎 Similar Papers
No similar papers found.