paper-with-me

Papers

On the Algorithmic Bias of Aligning Large Language Models with RLHF: Preference Collapse and Matching Regularization

2024-05-26 · Jiancong Xiao, Ziniu Li, Xingyu Xie, Emily Getzen, Cong Fang, Qi Long, Weijie J. Su

Accurately aligning large language models (LLMs) with human preferences is crucial for informing fair, economically sound, and statistically efficient decision-making processes. However, we argue that reinforcement learning from human feedback (RLHF) -- the predominant approach for aligning LLMs with human preferences through a reward model -- suffers from an inherent algorithmic bias due to its Kullback--Leibler-based regularization in optimization. In extreme cases, this bias could lead to a phenomenon we term preference collapse, where minority preferences are virtually disregarded. To mitigate this algorithmic bias, we introduce preference matching (PM) RLHF, a novel approach that provably aligns LLMs with the preference distribution of the reward model under the Bradley--Terry--Luce/Plackett--Luce model. Central to our approach is a PM regularizer that takes the form of the negative logarithm of the LLM's policy probability distribution over responses, which helps the LLM balance response diversification and reward maximization. Notably, we obtain this regularizer by solving an ordinary differential equation that is necessary for the PM property. For practical implementation, we introduce a conditional variant of PM RLHF that is tailored to natural language generation. Finally, we empirically validate the effectiveness of conditional PM RLHF through experiments on the OPT-1.3B and Llama-2-7B models, demonstrating a 29% to 41% improvement in alignment with human preferences, as measured by a certain metric, compared to standard RLHF.

📄 PDF Abstract BibTeX arXiv:2405.16455

Code (1)

JiancongXiao/PM_RLHF 공식 구현 pytorch

Tasks

Decision MakingText Generation

Similar Papers 제목 키워드 기반

REINFORCE++: A Simple and Efficient Approach for Aligning Large Language Models

2025-01-04 · Jian Hu

Reinforcement Learning from Human Feedback (RLHF) has emerged as a critical approach for aligning large language models with human preferences, witnessing rapid algorithmic evolution through methods such as Proximal Poli…

Computational Efficiency

Aligning to What? Limits to RLHF Based Alignment

2025-03-12 · Logan Barnhart, Reza Akbarian Bafghi, Stephen Becker, Maziar Raissi

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. Thi…

Sequence to Sequence Reward Modeling: Improving RLHF by Language Feedback

2024-08-30 · Jiayi Zhou, Jiaming Ji, Juntao Dai, Yaodong Yang

Aligning the behavior of Large language models (LLMs) with human intentions and values remains a critical challenge. Reinforcement learning from human feedback (RLHF) aligns LLMs by training a reward model (RM) on human …

Text Summarization

Towards a Theoretical Understanding to the Generalization of RLHF

2026-01-23 · Zhaochun Li, Mingyang Yi, Yue Wang, Shisheng Cui 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) and its variants have emerged as the dominant approaches for aligning Large Language Models with human intent. While empirically effective, the theoretical generalization…

Reinforcement Learning

Exploring Data Scaling Trends and Effects in Reinforcement Learning from Human Feedback

2025-03-28 · Wei Shen, Guanlin Liu, Zheng Wu, Ruofei Zhu 외

Reinforcement Learning from Human Feedback (RLHF) is crucial for aligning large language models with human preferences. While recent research has focused on algorithmic improvements, the importance of prompt-data constru…

Diversity