paper-with-me

Papers

Mitigating Reward Over-optimization in Direct Alignment Algorithms with Importance Sampling

2025-06-10 · Phuc Minh Nguyen, Ngoc-Hieu Nguyen, Duy H. M. Nguyen, Anji Liu, An Mai, Binh T. Nguyen, Daniel Sonntag, Khoa D. Doan

Direct Alignment Algorithms (DAAs) such as Direct Preference Optimization (DPO) have emerged as alternatives to the standard Reinforcement Learning from Human Feedback (RLHF) for aligning large language models (LLMs) with human values. However, these methods are more susceptible to over-optimization, in which the model drifts away from the reference policy, leading to degraded performance as training progresses. This paper proposes a novel importance-sampling approach to mitigate the over-optimization problem of offline DAAs. This approach, called (IS-DAAs), multiplies the DAA objective with an importance ratio that accounts for the reference policy distribution. IS-DAAs additionally avoid the high variance issue associated with importance sampling by clipping the importance ratio to a maximum value. Our extensive experiments demonstrate that IS-DAAs can effectively mitigate over-optimization, especially under low regularization strength, and achieve better performance than other methods designed to address this problem. Our implementations are provided publicly at this link.

📄 PDF Abstract BibTeX arXiv:2506.08681

Code (1)

duyhominhnguyen/is-daas 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Online Merging Optimizers for Boosting Rewards and Mitigating Tax in Alignment

2024-05-28 · Keming Lu, Bowen Yu, Fei Huang, Yang Fan 외

Effectively aligning Large Language Models (LLMs) with human-centric values while preventing the degradation of abilities acquired through Pre-training and Supervised Fine-tuning (SFT) poses a central challenge in Reinfo…

IRIS: Implicit Reward-Guided Internal Sifting for Mitigating Multimodal Hallucination

2026-02-02 · Yuanshuai Li, Yuping Yan, Jirui Han, Fei Ming 외 arxiv

Hallucination remains a fundamental challenge for Multimodal Large Language Models (MLLMs). While Direct Preference Optimization (DPO) is a key alignment framework, existing approaches often rely heavily on costly extern…

Rethinking Reward Signals in Video GRPO: When Scores Become Targets

2025-11-24 · Rui Li, Yuanzhi Liang, Ziqi Ni, Haibing Huang 외 arxiv

Group Relative Policy Optimization (GRPO) enables stable and preference-oriented updates via group-wise comparisons for post-training video generation. However, GRPO directly optimizes reward-induced advantages. Under su…

Video GenerationVideo Alignment

ConfPO: Exploiting Policy Model Confidence for Critical Token Selection in Preference Optimization

2025-06-10 · Hee Suk Yoon, Eunseop Yoon, Mark Hasegawa-Johnson, Sungwoong Kim 외

We introduce ConfPO, a method for preference learning in Large Language Models (LLMs) that identifies and optimizes preference-critical tokens based solely on the training policy's confidence, without requiring any auxil…

MIRA: Towards Mitigating Reward Hacking in Inference-Time Alignment of T2I Diffusion Models

2025-10-02 · Kevin Zhai, Utsav Singh, Anirudh Thatipelli, Souradip Chakraborty 외 arxiv

Diffusion models excel at generating images conditioned on text prompts, but the resulting images often do not satisfy user-specific criteria measured by scalar rewards such as Aesthetic Scores. This alignment typically …