Privileged Information Distillation for Language Models
Emiliano Penaloza, Dheeraj Vattikonda, Nicolas Gontier, Alexandre Lacoste, Laurent Charlin, Massimo Caccia
TL;DR
This paper introduces two training-time privileged information (PI) methods, Privileged Information Distillation (π-Distill) and On-Policy Self-Distillation (OPSD), to transfer PI-derived capabilities from frontier models to test-time policies that operate without PI in multi-turn tool-using environments. Both approaches share parameters and leverage a PI-conditioned teacher to guide learning, either through joint teacher-student optimization (π-Distill) or on-policy RL with a reverse KL penalty (OPSD). Across Travel Planner, τ-Bench, and GEM-based OOD benchmarks, π-Distill and OPSD consistently outperform standard SFT+RL baselines that assume access to full CoT traces, with π-Distill often delivering the strongest gains and OPSD offering a robust alternative when CoT is unavailable. The results illuminate key factors that enable effective PI transfer, notably the information content of PI and the balance between teacher and student learning, and reveal favorable scaling and generalization to unseen domains. Overall, the work demonstrates that training-time PI can be leveraged to produce high-performing policies without requiring CoT at test time, with broad implications for deploying sophisticated frontier-model reasoning in real-world, constrained settings.
Abstract
Training-time privileged information (PI) can enable language models to succeed on tasks they would otherwise fail, making it a powerful tool for reinforcement learning in hard, long-horizon settings. However, transferring capabilities learned with PI to policies that must act without it at inference time remains a fundamental challenge. We study this problem in the context of distilling frontier models for multi-turn agentic environments, where closed-source systems typically hide their internal reasoning and expose only action trajectories. This breaks standard distillation pipelines, since successful behavior is observable but the reasoning process is not. For this, we introduce π-Distill, a joint teacher-student objective that trains a PI-conditioned teacher and an unconditioned student simultaneously using the same model. Additionally, we also introduce On-Policy Self-Distillation (OPSD), an alternative approach that trains using Reinforcement Learning (RL) with a reverse KL-penalty between the student and the PI-conditioned teacher. We show that both of these algorithms effectively distill frontier agents using action-only PI. Specifically we find that π-Distill and in some cases OPSD, outperform industry standard practices (Supervised finetuning followed by RL) that assume access to full Chain-of-Thought supervision across multiple agentic benchmarks, models, and forms of PI. We complement our results with extensive analysis that characterizes the factors enabling effective learning with PI, focusing primarily on π-Distill and characterizing when OPSD is competitive.
