paper-with-me

홈 › Papers

Bootstrapping LLMs via Preference-Based Policy Optimization

2025-11-17 · Chen Jia arxiv

Bootstrapping large language models (LLMs) through preference-based policy optimization offers a promising direction for aligning model behavior with human preferences without relying on extensive manual annotations. In this work, we propose a novel preference-based policy optimization (PbPO) framework that formulates the learning process as a min-max game between the main policy and a reward model (RM). The RM is constrained within a confidence set derived from preference data to ensure reliable exploitation. Our iterative online algorithm actively collects preference data through guided exploration of the evolving policy, enabling continual self-improvement of both the policy and the RM. We provide theoretical guarantees for our method, establishing high-probability regret bounds for both settings with sequence-level RM and token-level RM, demonstrating its effectiveness in bootstrapping LLMs. Extensive experiments on five benchmarks show that our approach consistently outperforms existing state-of-the-art preference optimization techniques.

📄 PDF Abstract BibTeX arXiv:2511.12867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SeRA: Self-Reviewing and Alignment of Large Language Models using Implicit Reward Margins

2024-10-12 · Jongwoo Ko, Saket Dingliwal, Bhavana Ganesh, Sailik Sengupta 외

Direct alignment algorithms (DAAs), such as direct preference optimization (DPO), have become popular alternatives for Reinforcement Learning from Human Feedback (RLHF) due to their simplicity, efficiency, and stability.…

Instruction Following

Rethinking Efficiency in Neural Combinatorial Optimization: Batched Preference Optimization with Mamba

2026-02-24 · Zhenxing Xu, Zeyuan Ma, Weidong Bao, Yan Zheng 외 arxiv

We study efficiency as a first-class objective in Neural Combinatorial Optimization (NCO) and present ECO, an efficient learning framework that combines batched preference optimization with a Mamba backbone. Instead of t…

Contrastive Preference Learning: Learning from Human Feedback without RL

2023-10-20 · Joey Hejna, Rafael Rafailov, Harshit Sikchi, Chelsea Finn 외

Reinforcement Learning from Human Feedback (RLHF) has emerged as a popular paradigm for aligning models with human intent. Typically RLHF algorithms operate in two phases: first, use human preferences to learn a reward f…

reinforcement-learningReinforcement Learning (RL)

Bootstrapping Language Models with DPO Implicit Rewards

2024-06-14 · Changyu Chen, Zichen Liu, Chao Du, Tianyu Pang 외

Human alignment in large language models (LLMs) is an active area of research. A recent groundbreaking work, direct preference optimization (DPO), has greatly simplified the process from past work in reinforcement learni…

WPO: Enhancing RLHF with Weighted Preference Optimization

2024-06-17 · Wenxuan Zhou, Ravi Agrawal, Shujian Zhang, Sathish Reddy Indurthi 외

Reinforcement learning from human feedback (RLHF) is a promising solution to align large language models (LLMs) more closely with human values. Off-policy preference optimization, where the preference data is obtained fr…

Instruction Following