paper-with-me

홈 › Papers

On the Limited Generalization Capability of the Implicit Reward Model Induced by Direct Preference Optimization

2024-09-05 · Yong Lin, Skyler Seto, Maartje ter Hoeve, Katherine Metcalf, Barry-John Theobald, Xuan Wang, Yizhe Zhang, Chen Huang, Tong Zhang

Reinforcement Learning from Human Feedback (RLHF) is an effective approach for aligning language models to human preferences. Central to RLHF is learning a reward function for scoring human preferences. Two main approaches for learning a reward model are 1) training an EXplicit Reward Model (EXRM) as in RLHF, and 2) using an implicit reward learned from preference data through methods such as Direct Preference Optimization (DPO). Prior work has shown that the implicit reward model of DPO (denoted as DPORM) can approximate an EXRM in the limit. DPORM's effectiveness directly implies the optimality of the learned policy, and also has practical implication for LLM alignment methods including iterative DPO. However, it is unclear how well DPORM empirically matches the performance of EXRM. This work studies the accuracy at distinguishing preferred and rejected answers for both DPORM and EXRM. Our findings indicate that even though DPORM fits the training dataset comparably, it generalizes less effectively than EXRM, especially when the validation datasets contain distribution shifts. Across five out-of-distribution settings, DPORM has a mean drop in accuracy of 3% and a maximum drop of 7%. These findings highlight that DPORM has limited generalization ability and substantiates the integration of an explicit reward model in iterative DPO approaches.

📄 PDF Abstract BibTeX arXiv:2409.03650

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Reward-Aware Proto-Representations in Reinforcement Learning

2025-05-22 · Hon Tik Tse, Siddarth Chandrasekar, Marlos C. Machado

In recent years, the successor representation (SR) has attracted increasing attention in reinforcement learning (RL), and it has been used to address some of its key challenges, such as exploration, credit assignment, an…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

UNA: Unifying Alignments of RLHF/PPO, DPO and KTO by a Generalized Implicit Reward Function

2024-08-27 · Zhichao Wang, Bin Bi, Can Huang, Shiva Kumar Pentyala 외

An LLM is pretrained on trillions of tokens, but the pretrained LLM may still generate undesired responses. To solve this problem, alignment techniques such as RLHF, DPO and KTO are proposed. However, these alignment tec…

State-Action Joint Regularized Implicit Policy for Offline Reinforcement Learning

2021-09-29 · Shentao Yang, Zhendong Wang, Huangjie Zheng, Mingyuan Zhou

Offline reinforcement learning enables learning from a fixed dataset, without further interactions with the environment. The lack of environmental interactions makes the policy training vulnerable to state-action pairs f…

D4RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Contrastive Weak-to-strong Generalization

2025-10-09 · Houcheng Jiang, Junfeng Fang, Jiaxin Wu, Tianyu Zhang 외 arxiv

Weak-to-strong generalization provides a promising paradigm for scaling large language models (LLMs) by training stronger models on samples from aligned weaker ones, without requiring human feedback or explicit reward mo…

Implicit Non-Causal Factors are Out via Dataset Splitting for Domain Generalization Object Detection

2026-01-27 · Zhilong Zhang, Lei Zhang, Qing He, Shuyin Xia 외 arxiv

Open world object detection faces a significant challenge in domain-invariant representation, i.e., implicit non-causal factors. Most domain generalization (DG) methods based on domain adversarial learning (DAL) pay much…

Open World Object DetectionDomain GeneralizationData Augmentation