paper-with-me

Papers

Bradley-Terry Policy Optimization for Generative Preference Modeling

2025-10-17 · Shengyu Feng, Yun He, Shuang Ma, Beibin Li, Yuanhao Xiong, Songlin Li, Karishma Mandyam, Julian Katz-Samuels, Shengjie Bi, Licheng Yu, Hejia Zhang, Karthik Abinav Sankararaman, Han Fang, Yiming Yang, Manaal Faruqui arxiv

Reinforcement learning (RL) has recently proven effective at scaling chain-of-thought (CoT) reasoning in large language models for tasks with verifiable answers. However, extending RL-based thought training to more general non-verifiable tasks-where supervision is provided only through pairwise human preferences-remains challenging. Existing approaches typically apply RL objectives designed for verifiable rewards to preference-based settings in a heuristic manner. In this work, we show that introducing CoT reasoning into preference modeling fundamentally changes the structure of the Bradley-Terry (BT) likelihood, as the reasoning process must be treated as a latent variable. This results in a preference likelihood expressed as a ratio of expectations over stochastic generation trajectories, which cannot be optimized using Jensen-style bounds or standard RL objectives. To address this challenge, we derive a consistent Monte Carlo estimator for the gradient of the resulting likelihood, leading to Bradley-Terry Policy Optimization (BTPO). Empirically, BTPO enables stable and effective training of generative preference models with CoT reasoning, consistently outperforming prior heuristic approaches across multiple benchmarks and model scales.

📄 PDF Abstract BibTeX arXiv:2510.15242

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Fusing Rewards and Preferences in Reinforcement Learning

2025-08-15 · Sadegh Khorasani, Saber Salehkaleybar, Negar Kiyavash, Matthias Grossglauser arxiv

We present Dual-Feedback Actor (DFA), a reinforcement learning algorithm that fuses both individual rewards and pairwise preferences (if available) into a single update rule. DFA uses the policy's log-probabilities direc…

Reinforcement Learning

TokenRatio: Principled Token-Level Preference Optimization via Ratio Matching

2026-05-12 · Truong Nguyen, Tien-Phat Nguyen, Linh Ngo Van, Duy Minh Ho Nguyen 외 arxiv

Direct Preference Optimization (DPO) is a widely used RL-free method for aligning language models from pairwise preferences, but it models preferences over full sequences even though generation is driven by per-token dec…

Instruction Following

Efficient Bayesian Inference from Noisy Pairwise Comparisons

2025-10-10 · Till Aczel, Lucas Theis, Roger Wattenhofer arxiv

Evaluating generative models is challenging because standard metrics often fail to reflect human preferences. Human evaluations are more reliable but costly and noisy, as participants vary in expertise, attention, and di…

Bayesian Inference

Probabilistic Uncertain Reward Model

2025-03-28 · Wangtao Sun, Xiang Cheng, Xing Yu, Haotian Xu 외

Reinforcement learning from human feedback (RLHF) is a critical technique for training large language models. However, conventional reward models based on the Bradley-Terry model (BTRM) often suffer from overconfidence w…

model

HelpSteer2-Preference: Complementing Ratings with Preferences

2024-10-02 · Zhilin Wang, Alexander Bukharin, Olivier Delalleau, Daniel Egert 외

Reward models are critical for aligning models to follow instructions, and are typically trained following one of two popular paradigms: Bradley-Terry style or Regression style. However, there is a lack of evidence that …

regression