Reinforcement Learning Enhanced LLMs: A Survey
Shuhe Wang, Shengyu Zhang, Jie Zhang, Runyi Hu, Xiaoya Li, Tianwei Zhang, Jiwei Li, Fei Wu, Guoyin Wang, Eduard Hovy
TL;DR
The paper addresses the fragmentation in RL-enhanced LLM research by systematically surveying RL foundations, popular RL-enhanced LLMs, RLHF and RLAIF approaches, and directly optimizing human preferences via DPO. It synthesizes how reward models are built, how human or AI feedback is integrated, and how direct preference methods bypass reward modeling to stabilize and accelerate alignment. Key contributions include a taxonomy of models and methods, analysis of challenges (OOD, interpretability, safety, evaluation), and a detailed examination of DPO variants and their safety considerations. The work highlights practical implications for researchers and practitioners seeking scalable, reliable alignment of LLMs with human preferences and safety constraints. Overall, the survey clarifies current state-of-the-art techniques and points to promising directions for more robust, efficient RL-based alignment in real-world LLM deployments.
Abstract
Reinforcement learning (RL) enhanced large language models (LLMs), particularly exemplified by DeepSeek-R1, have exhibited outstanding performance. Despite the effectiveness in improving LLM capabilities, its implementation remains highly complex, requiring complex algorithms, reward modeling strategies, and optimization techniques. This complexity poses challenges for researchers and practitioners in developing a systematic understanding of RL-enhanced LLMs. Moreover, the absence of a comprehensive survey summarizing existing research on RL-enhanced LLMs has limited progress in this domain, hindering further advancements. In this work, we are going to make a systematic review of the most up-to-date state of knowledge on RL-enhanced LLMs, attempting to consolidate and analyze the rapidly growing research in this field, helping researchers understand the current challenges and advancements. Specifically, we (1) detail the basics of RL; (2) introduce popular RL-enhanced LLMs; (3) review researches on two widely-used reward model-based RL techniques: Reinforcement Learning from Human Feedback (RLHF) and Reinforcement Learning from AI Feedback (RLAIF); and (4) explore Direct Preference Optimization (DPO), a set of methods that bypass the reward model to directly use human preference data for aligning LLM outputs with human expectations. We will also point out current challenges and deficiencies of existing methods and suggest some avenues for further improvements. Project page of this work can be found at https://github.com/ShuheWang1998/Reinforcement-Learning-Enhanced-LLMs-A-Survey.
