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

21d ago · Global · primary source: export.arxiv.org

A new reinforcement-learning method called Zone of Proximal Policy Optimization (ZPPO) keeps a teacher model inside the prompt rather than the policy gradient, aiming to improve knowledge transfer to small student models, according to a paper posted to arXiv on 16 June 2026 [1]. The technique, detailed in a preprint submitted to the Computation and Language section of the open-access repository, targets a known weakness in standard knowledge distillation: when a student model is much smaller than its teacher, forcing it to imitate the teacher's output logits concentrates learning on the teacher's sharpest modes and hurts generalization on benchmarks outside the training corpus [1][2]. Reinforcement learning avoids logit imitation by training on the student's own generated responses, or rollouts, but faces a different problem. On difficult questions where every student rollout fails, those rollouts yield zero advantage and are silently discarded; injecting a teacher response into the policy gradient at that stage breaks the on-policy assumption and induces drift [1][2]. ZPPO, inspired by psychologist Lev Vygotsky's zone of proximal development, addresses this by reformulating hard questions into two new prompt types. A Binary Candidate-included Question, or BCQ, pairs one correct teacher response with one incorrect student response as anonymized candidates the student must discriminate. A Negative Candidate-included Question, or NCQ, aggregates the student's wrong rollouts into a single prompt to surface shared failure modes [1][2]. A prompt replay buffer recirculates each hard question until the student's mean rollout accuracy on it reaches one-half, or until it is evicted on a first-in-first-out basis under finite capacity, amplifying BCQ and NCQ inside the student's current zone of proximal development [1][2]. The researchers tested ZPPO on the Qwen3.5 model family at four student scales ranging from 0.8 billion to 9 billion parameters, using a 27-billion-parameter teacher [1][2]. The models were post-trained as vision-language models and evaluated on a suite of 31 benchmarks: 16 for vision-language tasks, 10 for large language model tasks, and 5 for video tasks [1][2]. ZPPO outperformed off-policy distillation, on-policy distillation, and Group Relative Policy Optimization (GRPO), with the largest gains observed at the smallest student scale [1][2]. The paper was posted on arXiv, an open-access repository that hosts electronic preprints across physics, mathematics, computer science, and related fields and that, as of late 2024, receives roughly 24,000 submissions per month [6].

regulationresearch-paperbenchmark

Background sources we checked (7)
  • arxiv.org ↗ 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 be…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue