ppo-ptx-pretraining-gradients

IN premiseentries/2026/06/21/wiki-Reinforcement_learning_from_human_feedback-chunk-2.md

Created 2026-06-21T09:50:10+00:00

PPO-ptx adds a pretraining language modeling loss (weighted by γ) to the PPO objective to prevent catastrophic forgetting, first introduced in the InstructGPT paper — 'ptx' stands for 'Mixing Pretraining Gradients'

Summary

When fine-tuning a language model with reinforcement learning, the model risks losing the general language knowledge it spent billions of tokens learning. PPO-ptx guards against that by mixing a small dose of the original next-word-prediction training signal into the reinforcement learning objective, so the model keeps its base language skills while it learns to follow instructions better.

Dependents

These beliefs depend on this one: