paper-with-me

Papers

Stackelberg Learning from Human Feedback: Preference Optimization as a Sequential Game

2025-12-18 · Barna Pásztor, Thomas Kleine Buening, Andreas Krause arxiv

We introduce Stackelberg Learning from Human Feedback (SLHF), a new framework for preference optimization. SLHF frames the alignment problem as a sequential-move game between two policies: a Leader, which commits to an action, and a Follower, which responds conditionally on the Leader's action. This approach decomposes preference optimization into a refinement problem for the Follower and an optimization problem against an adversary for the Leader. Unlike Reinforcement Learning from Human Feedback (RLHF), which assigns scalar rewards to actions, or Nash Learning from Human Feedback (NLHF), which seeks a simultaneous-move equilibrium, SLHF leverages the asymmetry of sequential play to capture richer preference structures. The sequential design of SLHF naturally enables inference-time refinement, as the Follower learns to improve the Leader's actions, and these refinements can be leveraged through iterative sampling. We compare the solution concepts of SLHF, RLHF, and NLHF, and lay out key advantages in consistency, data sensitivity, and robustness to intransitive preferences. Experiments on large language models demonstrate that SLHF achieves strong alignment across diverse preference datasets, scales from 0.5B to 8B parameters, and yields inference-time refinements that transfer across model families without further fine-tuning.

📄 PDF Abstract BibTeX arXiv:2512.16626

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Stackelberg Game Preference Optimization for Data-Efficient Alignment of Language Models

2025-02-25 · Xu Chu, Zhixin Zhang, Tianyu Jia, Yujie Jin

Aligning language models with human preferences is critical for real-world deployment, but existing methods often require large amounts of high-quality human annotations. Aiming at a data-efficient alignment method, we p…

2kModels Alignment

Bandits with Preference Feedback: A Stackelberg Game Perspective

2024-06-24 · Barna Pásztor, Parnian Kassraie, Andreas Krause

Bandits with preference feedback present a powerful tool for optimizing unknown target functions when only pairwise comparisons are allowed instead of direct value queries. This model allows for incorporating human feedb…

valid

Sequential Preference-Based Optimization

2018-01-09 · Ian Dewancker, Jakob Bauer, Michael McCourt

Many real-world engineering problems rely on human preferences to guide their design and optimization. We present PrefOpt, an open source package to simplify sequential optimization tasks that incorporate human preferenc…

Learning from Response not Preference: A Stackelberg Approach for LLM Detoxification using Non-parallel Data

2024-10-27 · Xinhong Xie, Tao Li, Quanyan Zhu

Text detoxification, a variant of style transfer tasks, finds useful applications in online social media. This work presents a fine-tuning method that only uses non-parallel data to turn large language models (LLM) into …

Style Transfer

Watch and Learn: Optimizing from Revealed Preferences Feedback

2015-04-04 · Aaron Roth, Jonathan Ullman, Zhiwei Steven Wu

A Stackelberg game is played between a leader and a follower. The leader first chooses an action, then the follower plays his best response. The goal of the leader is to pick the action that will maximize his payoff give…