Understanding Reinforcement Learning for Model Training, and future directions with GRAPE
Rohit Patel
TL;DR
The paper surveys the landscape of reinforcement learning for model training (RLMT), tracing a trajectory from supervised fine-tuning (SFT) and rejection sampling to policy-based methods such as REINFORCE, TRPO, PPO, GRPO, and DPO, all with an LLM-centric, first-principles treatment. It emphasizes practical, implementable formulations, clear connections to next-token generation, and stability mechanisms (baselines, KL penalties, clipping) while highlighting limitations of prior approaches (e.g., data efficiency, model collapse). Beyond established methods, the authors discuss emerging directions (RLAIF, curriculum learning, process supervision, self-play, debates, offline RL) and introduce GRAPE—a generalized framework that leverages modular rubrics, critiques, and optional reward models for scalable, transparent model alignment. The work aims to provide a concrete, scalable roadmap for aligning large language models with human intent through progressively more nuanced feedback signals and iterative improvement, with GRAPE offering a flexible, plug-in approach for future research and deployment.
Abstract
This paper provides a self-contained, from-scratch, exposition of key algorithms for instruction tuning of models: SFT, Rejection Sampling, REINFORCE, Trust Region Policy Optimization (TRPO), Proximal Policy Optimization (PPO), Group Relative Policy Optimization (GRPO), and Direct Preference Optimization (DPO). Explanations of these algorithms often assume prior knowledge, lack critical details, and/or are overly generalized and complex. Here, each method is discussed and developed step by step using simplified and explicit notation focused on LLMs, aiming to eliminate ambiguity and provide a clear and intuitive understanding of the concepts. By minimizing detours into the broader RL literature and connecting concepts to LLMs, we eliminate superfluous abstractions and reduce cognitive overhead. Following this exposition, we provide a literature review of new techniques and approaches beyond those detailed. Finally, new ideas for research and exploration in the form of GRAPE (Generalized Relative Advantage Policy Evolution) are presented.
