Making Bias Non-Predictive: Training Robust LLM Judges via Reinforcement Learning
Qian Wang, Xuandong Zhao, Zirui Zhang, Zhanzhi Lou, Nuo Chen, Dawn Song, Bingsheng He
TL;DR
This work tackles the vulnerability of LLM-based judges to cognitive biases such as bandwagon and authority cues. It introduces Epistemic Independence Training (EIT), a reinforcement learning framework that makes bias cues non-predictive of reward through a balanced bias-conflict setup and a bias-penalizing reward, optimized with GRPO. Empirical results on Qwen3-1.7B and Qwen3-4B with MMLU-Pro show that EIT improves both accuracy and robustness to in-domain and out-of-domain biases, often outperforming larger untrained models and exhibiting transferable robustness to unseen biases. Qualitative analyses reveal that EIT promotes substantive domain engagement, explicit verification, and reasoned disagreement, reducing performative independence observed in SFT. These findings advance reliable LLM evaluation by reducing susceptibility to social cues and enabling more faithful reasoning under bias pressure, with potential extensions to more open-ended tasks and broader bias categories.
Abstract
Large language models (LLMs) increasingly serve as automated judges, yet they remain susceptible to cognitive biases -- often altering their reasoning when faced with spurious prompt-level cues such as consensus claims or authority appeals. Existing mitigations via prompting or supervised fine-tuning fail to generalize, as they modify surface behavior without changing the optimization objective that makes bias cues predictive. To address this gap, we propose Epistemic Independence Training (EIT), a reinforcement learning framework grounded in a key principle: to learn independence, bias cues must be made non-predictive of reward. EIT operationalizes this through a balanced conflict strategy where bias signals are equally likely to support correct and incorrect answers, combined with a reward design that penalizes bias-following without rewarding bias agreement. Experiments on Qwen3-4B demonstrate that EIT improves both accuracy and robustness under adversarial biases, while preserving performance when bias aligns with truth. Notably, models trained only on bandwagon bias generalize to unseen bias types such as authority and distraction, indicating that EIT induces transferable epistemic independence rather than bias-specific heuristics. Code and data are available at https://anonymous.4open.science/r/bias-mitigation-with-rl-BC47.
