paper-with-me

Papers

Iterative Nash Policy Optimization: Aligning LLMs with General Preferences via No-Regret Learning

2024-06-30 · Yuheng Zhang, Dian Yu, Baolin Peng, Linfeng Song, Ye Tian, Mingyue Huo, Nan Jiang, Haitao Mi, Dong Yu

Reinforcement Learning with Human Feedback (RLHF) has achieved great success in aligning large language models (LLMs) with human preferences. Prevalent RLHF approaches are reward-based, following the Bradley-Terry (BT) model assumption, which may not fully capture the complexity of human preferences. In this paper, we explore RLHF under a general preference framework and approach it from a game-theoretic perspective. Specifically, we formulate the problem as a two-player game and propose a novel online algorithm, iterative Nash policy optimization (INPO). The key idea is to let the policy play against itself via no-regret learning, thereby approximating the Nash policy. Unlike previous methods, INPO bypasses the need for estimating the expected win rate for individual responses, which typically incurs high computational or annotation costs. Instead, we introduce a new loss objective that is directly minimized over a preference dataset. We provide theoretical analysis for our approach and demonstrate its effectiveness through experiments on various representative benchmarks. With an LLaMA-3-8B-based SFT model, INPO achieves a 42.6% length-controlled win rate on AlpacaEval 2.0 and a 37.8% win rate on Arena-Hard, showing substantial improvement over the state-of-the-art online RLHF algorithms.

📄 PDF Abstract BibTeX arXiv:2407.00617

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Nash Learning from Human Feedback

2023-12-01 · Rémi Munos, Michal Valko, Daniele Calandriello, Mohammad Gheshlaghi Azar 외

Reinforcement learning from human feedback (RLHF) has emerged as the main paradigm for aligning large language models (LLMs) with human preferences. Typically, RLHF involves the initial step of learning a reward model fr…

Text Summarization

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

Multiplayer Nash Preference Optimization

2025-09-27 · Fang Wu, Xu Huang, Weihao Xuan, Zhiwei Zhang 외 arxiv

Reinforcement learning from human feedback (RLHF) has emerged as the standard paradigm for aligning large language models with human preferences. However, reward-based methods grounded in the Bradley-Terry assumption str…

Reinforcement Learning

AIPO: Improving Training Objective for Iterative Preference Optimization

2024-09-13 · Yaojie Shen, Xinyao Wang, Yulei Niu, Ying Zhou 외

Preference Optimization (PO), is gaining popularity as an alternative choice of Proximal Policy Optimization (PPO) for aligning Large Language Models (LLMs). Recent research on aligning LLMs iteratively with synthetic or…

NashPG: A Policy Gradient Method with Iteratively Refined Regularization for Finding Nash Equilibria

2025-10-21 · Eason Yu, Tzu Hao Liu, Clément L. Canonne, Yunke Wang 외 arxiv

Finding Nash equilibria in two-player zero-sum imperfect-information games remains a central challenge in multi-agent reinforcement learning. Recent multi-round regularization methods offer a promising direction, yet exi…

Multi-agent Reinforcement Learning