LGFeb 22, 2024

Back to Basics: Revisiting REINFORCE Style Optimization for Learning from Human Feedback in LLMs

arXiv:2402.14740v289 citations
AI Analysis

This work addresses the efficiency and practicality of AI alignment methods for developers and researchers working on high-performance LLMs, offering a simpler and more effective alternative to current approaches.

The paper tackles the high computational cost and hyperparameter sensitivity of Proximal Policy Optimization (PPO) in Reinforcement Learning from Human Feedback (RLHF) for large language models, showing that simpler REINFORCE-style optimization variants outperform PPO and RL-free methods like DPO and RAFT.

AI alignment in the shape of Reinforcement Learning from Human Feedback (RLHF) is increasingly treated as a crucial ingredient for high performance large language models. Proximal Policy Optimization (PPO) has been positioned by recent literature as the canonical method for the RL part of RLHF. However, it involves both high computational cost and sensitive hyperparameter tuning. We posit that most of the motivational principles that led to the development of PPO are less of a practical concern in RLHF and advocate for a less computationally expensive method that preserves and even increases performance. We revisit the formulation of alignment from human preferences in the context of RL. Keeping simplicity as a guiding principle, we show that many components of PPO are unnecessary in an RLHF context and that far simpler REINFORCE-style optimization variants outperform both PPO and newly proposed "RL-free" methods such as DPO and RAFT. Our work suggests that careful adaptation to LLMs alignment characteristics enables benefiting from online RL optimization at low cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes