alignment-diversified-into-three-independent-paradigms

IN derived (depth 2)

Created 2026-06-21T09:54:53+00:00 · Reviewed 2026-06-21T14:41:08+00:00

LLM alignment diversified from a single RLHF pipeline into three independent paradigms — full mathematical RLHF, direct preference optimization (DPO/IPO/KTO), and Constitutional AI — each eliminating different sources of complexity while preserving alignment quality.

Justifications

SL — Three depth-1 alignment paths show the field moved from one proven method to a diversified portfolio of approaches

Antecedents (all must be IN):

  • IN rlhf-has-complete-mathematical-pipeline — RLHF has a fully specified mathematical pipeline: Bradley-Terry loss trains the reward model from comparisons, KL divergence constrains policy drift, and PPO's clipped surrogate optimizes the policy — each component addressing a distinct failure mode.
  • IN direct-alignment-eliminated-rlhf-complexity — DPO, IPO, and KTO independently eliminated RLHF's separate reward model and RL loop while sharing a common β-controlled KL regularization structure, each varying only the loss function and data requirements.
  • IN constitutional-ai-is-complete-alternative-alignment-path — Constitutional AI, developed by Anthropic, uses written principles rather than per-example human feedback and employs AI-generated feedback (RLAIF) based on those principles in place of human preference labels, representing a principle-driven approach to alignment that differs from standard RLHF in its feedback mechanism.

Dependents

These beliefs depend on this one: