paper-with-me

홈 › Papers

Bias Fitting to Mitigate Length Bias of Reward Model in RLHF

2025-05-19 · Kangwen Zhao, JianFeng Cai, Jinhua Zhu, Ruopei Sun, Dongyun Xue, Wengang Zhou, Li Li, Houqiang Li

Reinforcement Learning from Human Feedback relies on reward models to align large language models with human preferences. However, RLHF often suffers from reward hacking, wherein policy learning exploits flaws in the trained reward model to maximize reward scores without genuinely aligning with human preferences. A significant example of such reward hacking is length bias, where reward models usually favor longer responses irrespective of actual response quality. Previous works on length bias have notable limitations, these approaches either mitigate bias without characterizing the bias form, or simply assume a linear length-reward relation. To accurately model the intricate nature of length bias and facilitate more effective bias mitigation, we propose FiMi-RM (Bias Fitting to Mitigate Length Bias of Reward Model in RLHF), a framework that autonomously learns and corrects underlying bias patterns. Our approach consists of three stages: First, we train a standard reward model which inherently contains length bias. Next, we deploy a lightweight fitting model to explicitly capture the non-linear relation between length and reward. Finally, we incorporate this learned relation into the reward model to debias. Experimental results demonstrate that FiMi-RM achieves a more balanced length-reward distribution. Furthermore, when applied to alignment algorithms, our debiased reward model improves length-controlled win rate and reduces verbosity without compromising its performance.

📄 PDF Abstract BibTeX arXiv:2505.12843

Code (0)

등록된 구현이 없습니다.

Tasks

Relation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Eliminating Inductive Bias in Reward Models with Information-Theoretic Guidance

2025-12-29 · Zhuo Li, Pengyu Cheng, Zhechao Yu, Feifei Tong 외 arxiv

Reward models (RMs) are essential in reinforcement learning from human feedback (RLHF) to align large language models (LLMs) with human values. However, RM training data is commonly recognized as low-quality, containing …

Reinforcement Learning

CoLD: Counterfactually-Guided Length Debiasing for Process Reward Models in Mathematical Reasoning

2025-07-21 · Congmin Zheng, Jiachen Zhu, Jianghao Lin, Xinyi Dai 외 arxiv

Process Reward Models (PRMs) play a central role in evaluating and guiding multi-step reasoning in large language models (LLMs), especially for mathematical problem solving. However, we identify a pervasive length bias i…

Mathematical Reasoning

One Bias After Another: Mechanistic Reward Shaping and Persistent Biases in Language Reward Models

2026-02-06 · Daniel Fein, Max Lamparth, Violet Xiang, Mykel J. Kochenderfer 외 arxiv

Reward Models (RMs) are crucial for online alignment of language models (LMs) with human preferences. However, RM-based preference-tuning is vulnerable to reward hacking, whereby LM policies learn undesirable behaviors f…

Beyond Reward Hacking: Causal Rewards for Large Language Model Alignment

2025-01-16 · Chaoqi Wang, Zhuokai Zhao, Yibo Jiang, Zhaorun Chen 외

Recent advances in large language models (LLMs) have demonstrated significant progress in performing complex tasks. While Reinforcement Learning from Human Feedback (RLHF) has been effective in aligning LLMs with human p…

Causal InferencecounterfactualFairnessLanguage Modeling+2

Mitigating Length Bias in RLHF through a Causal Lens

2025-11-16 · Hyeonji Kim, Sujeong Oh, Sanghack Lee arxiv

Reinforcement learning from human feedback (RLHF) is widely used to align large language models (LLMs) with human preferences. However, RLHF-trained reward models often exhibit length bias -- a systematic tendency to fav…

Reinforcement LearningData Augmentation