Physics-Guided Policy Optimization with Self-Distillation
About
Self-distilled policy optimization (SDPO) has become a popular paradigm for LLM post-training, where a model learns from its own predictions conditioned on privileged information. SDPO, however, is sensitive to how much each update step should be trusted: corrections from a self-teacher can be highly informative on some batches and misleading on others, and applying them uniformly with a fixed step size can destabilize training. Drawing inspiration from viscous-fluid dynamics and formalizing the analogy at the SDE level, we propose Physics-Guided Policy Optimization (PGPO), which introduces an information-modulated step-size multiplier derived from a mutual-information estimate between the student's predictions and the feedback-conditioned teacher. We show that this modulation preserves the order-1 weak-approximation guarantees of vanilla SGD, and incurs negligible overhead per iteration. We evaluate PGPO on the Science-QA dataset, where it outperforms SDPO on 3 of the 4 domains with gains of up to +4.5 points, while remaining stable in a setting where SDPO collapses late in training.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Scientific Reasoning | Biology | Avg@1661.3 | 24 | |
| Scientific Reasoning | Material | Accuracy78.7 | 10 | |
| Scientific Reasoning | Physics | Accuracy77.6 | 10 | |
| Scientific Reasoning | Chemistry | Accuracy77.6 | 10 | |
| Scientific Reasoning | Science Q&A (test) | Chemistry Accuracy76.02 | 2 |