A Critical Evaluation of AI Feedback for Aligning Large Language Models
Archit Sharma, Sedrick Keh, Eric Mitchell, Chelsea Finn, Kushal Arora, Thomas Kollar
TL;DR
This work critically reexamines the purported benefits of reinforcement learning from AI feedback (RLAIF) for aligning large language models. Across multiple base models and evaluation setups, the authors find that gains attributed to RLAIF largely arise from mismatches between the SFT data (teacher quality) and the AI feedback (critic quality), and that SFT on completions from strong teachers (e.g., GPT-4) can match or exceed RLAIF. The results challenge the assumption that the two-stage RLHF/RLAIF pipeline universally outperforms supervised fine-tuning, and they offer mechanistic explanations and practical guidance for dataset construction, evaluation, and when AI feedback is truly beneficial. The paper thus calls for careful consideration of data distributions and model-critic dynamics in future RLAIF and RLHF research, as well as ongoing dataset versioning and alignment with stronger LLMs.
Abstract
Reinforcement learning with AI feedback (RLAIF) is a popular paradigm for improving the instruction-following abilities of powerful pre-trained language models. RLAIF first performs supervised fine-tuning (SFT) using demonstrations from a teacher model and then further fine-tunes the model with reinforcement learning (RL), using feedback from a critic model. While recent popular open-source models have demonstrated substantial improvements in performance from the RL step, in this paper we question whether the complexity of this RL step is truly warranted for AI feedback. We show that the improvements of the RL step are virtually entirely due to the widespread practice of using a weaker teacher model (e.g. GPT-3.5) for SFT data collection than the critic (e.g., GPT-4) used for AI feedback generation. Specifically, we show that simple supervised fine-tuning with GPT-4 as the teacher outperforms existing RLAIF pipelines. More generally, we find that the gains from RLAIF vary substantially across base model families, test-time evaluation protocols, and critic models. Finally, we provide a mechanistic explanation for when SFT may outperform the full two-step RLAIF pipeline as well as suggestions for making RLAIF maximally useful in practice.
