Bootstrapping LLMs via Preference-Based Policy Optimization
Chen Jia
TL;DR
PbPO tackles aligning LLMs to human preferences by online bootstrapping through a min–max interaction between a policy and a reward model constrained by a confidence set derived from preferences. It unifies reward-agnostic exploration with reward-aware exploitation, providing theoretical regret guarantees for both sequence-level and token-level reward models and demonstrating strong empirical gains against state-of-the-art baselines on five benchmarks. The approach leverages Stackelberg-style relaxation and gradient-based adversarial training to enable practical, scalable online RLHF-style refinement. The results suggest that iterative, preference-informed bootstrapping can yield robust alignment with human preferences while mitigating reward misspecification and overfitting risks. This framework offers a principled path for continuously improving LLM behavior with reduced reliance on static annotated data.
Abstract
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.
