Off-Policy Evaluation from Logged Human Feedback
Aniruddha Bhargava, Lalit Jain, Branislav Kveton, Ge Liu, Subhojyoti Mukherjee
TL;DR
The paper tackles evaluating a new policy using only previously logged human feedback on ranked responses, addressing the cost of collecting fresh feedback in RLHF/DPO pipelines. It introduces a Plackett-Luce based feedback model and develops both model-based (Direct Method) and model-free (IPS, DR) estimators, complemented by SetIPS and SetDR variance-reducing variants and a KL-regularized optimization framework. The authors provide unbiasedness analyses, demonstrate variance reductions, and validate the approach on synthetic data and a real Nectar LLM dataset, including a policy-optimization demonstration. Overall, the work enables reuse of existing human feedback to both evaluate and improve policy alignment, reducing the need for costly new human studies in large-scale language model workflows.
Abstract
Learning from human feedback has been central to recent advances in artificial intelligence and machine learning. Since the collection of human feedback is costly, a natural question to ask is if the new feedback always needs to collected. Or could we evaluate a new model with the human feedback on responses of another model? This motivates us to study off-policy evaluation from logged human feedback. We formalize the problem, propose both model-based and model-free estimators for policy values, and show how to optimize them. We analyze unbiasedness of our estimators and evaluate them empirically. Our estimators can predict the absolute values of evaluated policies, rank them, and be optimized.
