Multi-objective Reinforcement learning from AI Feedback
Marcus Williams
TL;DR
MORLAIF tackles misalignment in reinforcement learning from AI feedback by decomposing human preferences into multiple principle-specific PMs (e.g., factuality, toxicity, sycophancy) trained with AI feedback and combined via scalarization to form a reward for PPO. The approach yields improved alignment over single-objective RLAIF across model sizes, and robust performance is observed regardless of the scalarization function used, suggesting the gains arise from preference decomposition itself. The paper demonstrates that smaller, principle-specific PMs can steer larger models effectively and discusses the trade-offs and potential scale limitations, along with interpretability and tunability advantages. Overall, MORLAIF offers a scalable, interpretable framework for aligning LLMs by modularizing reward modeling and enabling flexible adjustment of behavior without retraining PMs.
Abstract
This paper presents Multi-Objective Reinforcement Learning from AI Feedback (MORLAIF), a novel approach to improving the alignment and performance of language models trained using reinforcement learning from AI feedback (RLAIF). In contrast to standard approaches that train a single preference model to represent all human preferences, MORLAIF decomposes this task into multiple simpler principles, such as toxicity, factuality, and sycophancy. Separate preference models are trained for each principle using feedback from GPT-3.5-Turbo. These preference model scores are then combined using different scalarization functions to provide a reward signal for Proximal Policy Optimization (PPO) training of the target language model. Our experiments indicate that MORLAIF outperforms the standard RLAIF baselines and that MORLAIF can be used to align larger language models using smaller ones. Surprisingly, the choice of scalarization function does not appear to significantly impact the results.
