paper-with-me

Papers

Efficient Exploration for Iterative Nash Preference Optimization

2026-05-31 · Tianlong Nan, Xiaopeng Li, Christian Kroer, Tianyi Lin arxiv

Preference alignment is central to improving large language models, but standard reward-based formulations can be restrictive when human preferences are cyclic, non-transitive, or otherwise not representable by a scalar reward. Nash Learning from Human Feedback (NLHF) addresses this limitation by modeling alignment as a preference game and targeting a Nash equilibrium rather than a reward maximizer. However, the learning-theoretic foundations of scalable NLHF remain limited. Existing regret guarantees rely on oracle-based methods that estimate a general preference model and solve KL-regularized minimax problems, while iterative NLHF methods directly optimize policy-level preference losses and are easier to implement but lack regret guarantees. We study online iterative NLHF under general preference models and identify exploration as the key obstacle. First, we show that standard iterative NLHF can suffer an exponential dependence on the KL-regularization parameter, revealing that implicit exploration through policy updates is insufficient for controlling regret. Second, we propose an explicitly exploratory iterative NLHF algorithm that combines SFT-based regularization with adversarial policy exploration. The resulting method retains the direct policy optimization structure of iterative NLHF, avoids explicit preference model estimation, and achieves an $O(\sqrt{T})$ regret bound without an exponential dependence on the KL-regularization parameter. We show that the regret can be improved to $O(\log(T))$ with access to a minimax oracle, clarifying the computational-statistical tradeoff in learning general preference games. Finally, we instantiate our method for LLM fine-tuning and evaluate it on \texttt{Llama-3-8B-Instruct} across multiple benchmarks, where explicit exploration yields consistent improvements over existing NLHF baselines.

📄 PDF Abstract BibTeX arXiv:2606.01382

Code (0)

등록된 구현이 없습니다.

Similar 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 외

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) m…

Self-Play Preference Optimization for Language Model Alignment

2024-05-01 · Yue Wu, Zhiqing Sun, Huizhuo Yuan, Kaixuan Ji 외

Standard reinforcement learning from human feedback (RLHF) approaches relying on parametric models like the Bradley-Terry model fall short in capturing the intransitivity and irrationality in human preferences. Recent ad…

Language ModelingLanguage Modellingmodel

Online Preference Alignment for Language Models via Count-based Exploration

2025-01-22 · Chenjia Bai, Yang Zhang, Shuang Qiu, Qiaosheng Zhang 외

Reinforcement Learning from Human Feedback (RLHF) has shown great potential in fine-tuning Large Language Models (LLMs) to align with human preferences. Existing methods perform preference alignment from a fixed dataset,…

Instruction Following

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

Extragradient Preference Optimization (EGPO): Beyond Last-Iterate Convergence for Nash Learning from Human Feedback

2025-03-11 · Runlong Zhou, Maryam Fazel, Simon S. Du

Reinforcement learning from human feedback (RLHF) has become essential for improving language model capabilities, but traditional approaches rely on the assumption that human preferences follow a transitive Bradley-Terry…

Language ModelingLanguage Modelling