Aligning to What? Limits to RLHF Based Alignment
Logan Barnhart, Reza Akbarian Bafghi, Stephen Becker, Maziar Raissi
TL;DR
The paper interrogates whether Reinforcement Learning from Human Feedback (RLHF) truly aligns large language models with human values, focusing on covert biases against African Americans and examining methods such as Direct Preference Optimization (DPO), Odds Ratio Preference Optimization (ORPO), and REINFORCE Leave-One-Out (RLOO). Using matched-guise bias probing and multimodal extensions, the study finds that RLHF yields only marginal reductions in covert biases and can calcify biases when supervised fine-tuning precedes RLHF. It also shows that multimodal measurements can yield divergent patterns between covert and overt biases, suggesting current alignment techniques struggle with nebulous objectives like harmlessness and bias mitigation. The results advocate for higher-quality, diverse datasets and improved alignment tools to meaningfully address subtle social biases in AI systems.
Abstract
Reinforcement Learning from Human Feedback (RLHF) is increasingly used to align large language models (LLMs) with human preferences. However, the effectiveness of RLHF in addressing underlying biases remains unclear. This study investigates the relationship between RLHF and both covert and overt biases in LLMs, particularly focusing on biases against African Americans. We applied various RLHF techniques (DPO, ORPO, and RLOO) to Llama 3 8B and evaluated the covert and overt biases of the resulting models using matched-guise probing and explicit bias testing. We performed additional tests with DPO on different base models and datasets; among several implications, we found that SFT before RLHF calcifies model biases. Additionally, we extend the tools for measuring biases to multi-modal models. Through our experiments we collect evidence that indicates that current alignment techniques are inadequate for nebulous tasks such as mitigating covert biases, highlighting the need for capable datasets, data curating techniques, or alignment tools.
