The Modern LLM Training Pipeline
Explains the four-stage modern LLM training pipeline from pre-training through verifiable-reward RL.
Explains the four-stage modern LLM training pipeline from pre-training through verifiable-reward RL.
Explains the four-stage modern LLM training pipeline from pre-training through verifiable-reward RL.
Explains that RL in LLMs is a training/alignment stage, not inference, with pipeline context.
Overview of model drift, detection, mitigation, and LLM-specific issues like knowledge staleness and provider drift.
Overview of PPO, the clipped policy-gradient RL algorithm used in RLHF for InstructGPT and original ChatGPT.
Critic-free RL algorithm that replaces PPO's value model with group-relative rewards for LLM fine-tuning.
Using a language model to evaluate another model's outputs as a scalable proxy for human preference judgments.
Comprehensive guide to LLM fine-tuning methods including full, parameter-efficient, and preference-based approaches with modern recipes and tools like LoRA and DPO