Reinforcement Learning from Multi-role Debates as Feedback for Bias Mitigation in LLMs
Ruoxi Cheng, Haoxuan Ma, Shuirong Cao, Jiaqi Li, Aihua Pei, Zhiqiang Wang, Pengliang Ji, Haoyu Wang, Jiaqi Huo
TL;DR
This work tackles bias in large language models by addressing shortcomings of human-feedback-heavy RLHF. It introduces Reinforcement Learning from Multi-role Debates as Feedback (RLDF), which builds a bias-aware dataset from structured multi-role debates, trains a reward model from high-bias versus low-bias pairs, and uses PPO to iteratively improve bias mitigation without human labeling. The approach comprises self-reflection and teacher-student modes, with comprehensive experiments across multiple LLMs and bias types showing enhanced bias reduction while maintaining response quality. The results demonstrate RLDF’s scalability and potential to generalize bias mitigation beyond specific prompts, offering a practical pathway for safer LLM deployment.
Abstract
Bias in LLMs can harm user experience and societal outcomes. However, current bias mitigation methods often require intensive human feedback, lack transferability to other topics or yield overconfident and random outputs. We find that involving LLMs in role-playing scenario boosts their ability to recognize and mitigate biases. Based on this, we propose Reinforcement Learning from Multi-role Debates as Feedback (RLDF), a novel approach for bias mitigation replacing human feedback in traditional RLHF. We utilize LLMs in multi-role debates to create a dataset that includes both high-bias and low-bias instances for training the reward model in reinforcement learning. Our approach comprises two modes: (1) self-reflection, where the same LLM participates in multi-role debates, and (2) teacher-student, where a more advanced LLM like GPT-3.5-turbo guides the LLM to perform this task. Experimental results across different LLMs on BBQ and our datasets demonstrate the effectiveness of our approach in bias mitigation. Our source code and datasets are available at \texttt{https://anonymous.4open.science/r/RLDF-E344}.
