Active teacher selection for reinforcement learning from human feedback
Rachel Freedman, Justin Svegliato, Kyle Wray, Stuart Russell
TL;DR
The paper tackles the limitation of RLHF systems assuming a single teacher by introducing Hidden Utility Bandits (HUB), a framework that models multiple teachers with differing rationality and costs to learn a shared utility function. It proposes Active Teacher Selection (ATS), which constructs a HUB-POMDP and solves it with POMCPW to decide when and which teacher to query, thereby maximizing the discounted sum of utilities while efficiently acquiring informative feedback. The authors provide theoretical results on naive inference convergence and query complexity, and demonstrate empirically that ATS outperforms baselines in a paper-conference recommendation task and a COVID-19 vaccine testing scenario, highlighting the value of leveraging teacher heterogeneity for robust reward modeling. This work has practical implications for scalable, safe, and reliable reward learning in systems that must integrate diverse human feedback, and it lays groundwork for future integration with hierarchical planning and state abstraction to scale to complex domains.
Abstract
Reinforcement learning from human feedback (RLHF) enables machine learning systems to learn objectives from human feedback. A core limitation of these systems is their assumption that all feedback comes from a single human teacher, despite querying a range of distinct teachers. We propose the Hidden Utility Bandit (HUB) framework to model differences in teacher rationality, expertise, and costliness, formalizing the problem of learning from multiple teachers. We develop a variety of solution algorithms and apply them to two real-world domains: paper recommendation systems and COVID-19 vaccine testing. We find that the Active Teacher Selection (ATS) algorithm outperforms baseline algorithms by actively selecting when and which teacher to query. The HUB framework and ATS algorithm demonstrate the importance of leveraging differences between teachers to learn accurate reward models, facilitating future research on active teacher selection for robust reward modeling.
