Provable Reinforcement Learning from Human Feedback with an Unknown Link Function
Qining Zhang, Lei Ying

TL;DR
This paper introduces ZSPO, a novel reinforcement learning algorithm that effectively learns from human feedback without knowing the link function, addressing a key limitation of existing RLHF methods.
Contribution
The paper proposes ZSPO, a zeroth-order policy optimization algorithm that handles unknown link functions in RLHF, with proven convergence and superior performance under mismatch conditions.
Findings
ZSPO converges to a stationary policy with polynomial rate.
ZSPO outperforms existing methods under link function mismatch.
The approach does not require knowledge of the human preference link function.
Abstract
Link functions, which characterize how human preferences are generated from the value function of an RL problem, are a crucial component in designing RLHF algorithms. Almost all RLHF algorithms, including state-of-the-art ones in empirical studies such as DPO and PPO, assume the link function is known to the agent (e.g., a logistic function according to the Bradley-Terry model), which is arguably unrealistic considering the complex nature of human preferences. To avoid link function mis-specification, this paper studies general RLHF problems with unknown link functions. We propose a novel policy optimization algorithm called ZSPO based on a new zeroth-order policy optimization method, where the key is to use human preference to construct a parameter update direction that is positively correlated with the true policy gradient direction. ZSPO achieves it by estimating the sign of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
