paper-with-me

Papers

Online DPO: Online Direct Preference Optimization with Fast-Slow Chasing

2024-06-08 · Biqing Qi, Pengfei Li, Fangyuan Li, Junqi Gao, Kaiyan Zhang, BoWen Zhou

Direct Preference Optimization (DPO) improves the alignment of large language models (LLMs) with human values by training directly on human preference datasets, eliminating the need for reward models. However, due to the presence of cross-domain human preferences, direct continual training can lead to catastrophic forgetting, limiting DPO's performance and efficiency. Inspired by intraspecific competition driving species evolution, we propose a Online Fast-Slow chasing DPO (OFS-DPO) for preference alignment, simulating competition through fast and slow chasing among models to facilitate rapid adaptation. Specifically, we first derive the regret upper bound for online learning, validating our motivation with a min-max optimization pattern. Based on this, we introduce two identical modules using Low-rank Adaptive (LoRA) with different optimization speeds to simulate intraspecific competition, and propose a new regularization term to guide their learning. To further mitigate catastrophic forgetting in cross-domain scenarios, we extend the OFS-DPO with LoRA modules combination strategy, resulting in the Cross domain Online Fast-Slow chasing DPO (COFS-DPO). This method leverages linear combinations of fast modules parameters from different task domains, fully utilizing historical information to achive continual value alignment. Experimental results show that OFS-DPO outperforms DPO in in-domain alignment, while COFS-DPO excels in cross-domain continual learning scenarios.

📄 PDF Abstract BibTeX arXiv:2406.05534

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Hybrid Preference Optimization for Alignment: Provably Faster Convergence Rates by Combining Offline Preferences with Online Exploration

2024-12-13 · Avinandan Bose, Zhihan Xiong, Aadirupa Saha, Simon Shaolei Du 외

Reinforcement Learning from Human Feedback (RLHF) is currently the leading approach for aligning large language models with human preferences. Typically, these models rely on extensive offline preference datasets for tra…

OPTune: Efficient Online Preference Tuning

2024-06-11 · Lichang Chen, Jiuhai Chen, Chenxi Liu, John Kirchenbauer 외

Reinforcement learning with human feedback~(RLHF) is critical for aligning Large Language Models (LLMs) with human preference. Compared to the widely studied offline version of RLHF, \emph{e.g.} direct preference optimiz…

Instruction Following

Reinforcing Diffusion Models by Direct Group Preference Optimization

2025-10-09 · Yihong Luo, Tianyang Hu, Jing Tang arxiv

While reinforcement learning methods such as Group Relative Preference Optimization (GRPO) have significantly enhanced Large Language Models, adapting them to diffusion models remains challenging. In particular, GRPO dem…

Reinforcement Learning

The Importance of Online Data: Understanding Preference Fine-tuning via Coverage

2024-06-03 · Yuda Song, Gokul Swamy, Aarti Singh, J. Andrew Bagnell 외

Learning from human preference data has emerged as the dominant paradigm for fine-tuning large language models (LLMs). The two most common families of techniques -- online reinforcement learning (RL) such as Proximal Pol…

Reinforcement Learning (RL)

Value-Incentivized Preference Optimization: A Unified Approach to Online and Offline RLHF

2024-05-29 · Shicong Cen, Jincheng Mei, Katayoon Goshvadi, Hanjun Dai 외

Reinforcement learning from human feedback (RLHF) has demonstrated great promise in aligning large language models (LLMs) with human preference. Depending on the availability of preference data, both online and offline R…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Summarization