Post-Training 101

Source: https://magazine.sebastianraschka.com/p/post-training-101 Author: Han Fang (Tokens for Thoughts) Date: 2025-09-15

Summary

Comprehensive explainer on post-training for LLMs: the full pipeline from SFT through RLHF/DPO/GRPO to the final aligned model. One of the best single-source references for the post-training stack.

Key Claims

  • Post-training stages: (1) SFT on high-quality instruction data, (2) reward model training, (3) RL alignment (PPO/GRPO/DPO), (4) evaluation and filtering.
  • SFT vs RL: SFT teaches format and basic instruction following; RL teaches quality judgments and difficult behaviors.
  • DPO insight: DPO is mathematically equivalent to a specific form of RL — no reward model needed because the preference itself encodes reward.
  • The “alignment tax” is largely a myth at scale: well-tuned models can be both more capable AND more aligned than unaligned counterparts.
  • Emerging technique: constitutional AI (Anthropic) uses LLM-generated critiques as reward signal, reducing human labeling.
  • Key failure mode: over-optimization of proxy rewards (see reward hacking) — RLHF can make models very good at appearing helpful.

Entities

Concepts