paper-with-me

Papers

RE-PO: Robust Enhanced Policy Optimization as a General Framework for LLM Alignment

2025-09-29 · Xiaoyang Cao, Zelai Xu, Mo Guang, Kaiwen Long, Michiel A. Bakker, Yu Wang, Chao Yu arxiv

Standard human preference-based alignment methods, such as Reinforcement Learning from Human Feedback (RLHF), are a cornerstone for aligning large language models (LLMs) with human values. However, these methods typically assume that preference data is clean and that all labels are equally reliable. In practice, large-scale preference datasets contain substantial noise due to annotator mistakes, inconsistent instructions, varying expertise, and even adversarial or low-effort feedback. This mismatch between recorded labels and ground-truth preferences can misguide training and degrade model performance. To address this issue, we introduce Robust Enhanced Policy Optimization (RE-PO), which uses an expectation-maximization procedure to infer the posterior correctness of each label and then adaptively reweight data points in the training loss to mitigate label noise. We further generalize this idea by establishing a theoretical link between arbitrary preference losses and their underlying probabilistic models, enabling a systematic transformation of existing alignment algorithms into robust counterparts and elevating RE-PO from a single method to a general framework for robust preference alignment. Theoretically, we prove that, under a perfectly calibrated model, RE-PO recovers the true noise level of the dataset. Empirically, we show that RE-PO consistently improves four state-of-the-art alignment methods (DPO, IPO, SimPO, and CPO); when applied to Mistral and Llama 3 models, the RE-PO-enhanced variants increase AlpacaEval 2 win rates by up to 7.0 percent over their respective baselines.

📄 PDF Abstract BibTeX arXiv:2509.24159

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Thinking About Thinking: Evaluating Reasoning in Post-Trained Language Models

2025-10-18 · Pratham Singla, Shivank Garg, Ayush Singh, Ishan Garg 외 arxiv

Recent advances in post-training techniques have endowed Large Language Models (LLMs) with enhanced capabilities for tackling complex, logic-intensive tasks through the generation of supplementary planning tokens. This d…

COMAL: A Convergent Meta-Algorithm for Aligning LLMs with General Preferences

2024-10-30 · Yixin Liu, Argyris Oikonomou, Weiqiang Zheng, Yang Cai 외

Many alignment methods, including reinforcement learning from human feedback (RLHF), rely on the Bradley-Terry reward assumption, which is insufficient to capture the full range of general human preferences. To achieve r…

Language ModelingLanguage Modelling

DEFT: Distribution-guided Efficient Fine-Tuning for Human Alignment

2026-04-02 · Liang Zhu, Feiteng Fang, Yuelin Bai, Longze Chen 외 arxiv

Reinforcement Learning from Human Feedback (RLHF), using algorithms like Proximal Policy Optimization (PPO), aligns Large Language Models (LLMs) with human values but is costly and unstable. Alternatives have been propos…

Reinforcement LearningContrastive Learning

Self-Evolution Fine-Tuning for Policy Optimization

2024-06-16 · Ruijun Chen, Jiehao Liang, Shiping Gao, Fanqi Wan 외

The alignment of large language models (LLMs) is crucial not only for unlocking their potential in specific tasks but also for ensuring that responses meet human expectations and adhere to safety and ethical principles. …

PARL: A Unified Framework for Policy Alignment in Reinforcement Learning from Human Feedback

2023-08-03 · Souradip Chakraborty, Amrit Singh Bedi, Alec Koppel, Dinesh Manocha 외

We present a novel unified bilevel optimization-based framework, \textsf{PARL}, formulated to address the recently highlighted critical issue of policy alignment in reinforcement learning using utility or preference-base…

Bilevel OptimizationProcedure Learningreinforcement-learningReinforcement Learning (RL)