paper-with-me

Papers

Off-Policy Evaluation and Learning from Logged Bandit Feedback: Error Reduction via Surrogate Policy

2018-08-01 · ICLR 2019 5 · Yuan Xie, Boyi Liu, Qiang Liu, Zhaoran Wang, Yuan Zhou, Jian Peng

When learning from a batch of logged bandit feedback, the discrepancy between the policy to be learned and the off-policy training data imposes statistical and computational challenges. Unlike classical supervised learning and online learning settings, in batch contextual bandit learning, one only has access to a collection of logged feedback from the actions taken by a historical policy, and expect to learn a policy that takes good actions in possibly unseen contexts. Such a batch learning setting is ubiquitous in online and interactive systems, such as ad platforms and recommendation systems. Existing approaches based on inverse propensity weights, such as Inverse Propensity Scoring (IPS) and Policy Optimizer for Exponential Models (POEM), enjoy unbiasedness but often suffer from large mean squared error. In this work, we introduce a new approach named Maximum Likelihood Inverse Propensity Scoring (MLIPS) for batch learning from logged bandit feedback. Instead of using the given historical policy as the proposal in inverse propensity weights, we estimate a maximum likelihood surrogate policy based on the logged action-context pairs, and then use this surrogate policy as the proposal. We prove that MLIPS is asymptotically unbiased, and moreover, has a smaller nonasymptotic mean squared error than IPS. Such an error reduction phenomenon is somewhat surprising as the estimated surrogate policy is less accurate than the given historical policy. Results on multi-label classification problems and a large- scale ad placement dataset demonstrate the empirical effectiveness of MLIPS. Furthermore, the proposed surrogate policy technique is complementary to existing error reduction techniques, and when combined, is able to consistently boost the performance of several widely used approaches.

📄 PDF Abstract BibTeX arXiv:1808.00232

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONOff-policy evaluationRecommendation Systems

Similar Papers 제목 키워드 기반

Multi-Action Dialog Policy Learning from Logged User Feedback

2023-02-27 · Shuo Zhang, Junzhou Zhao, Pinghui Wang, Tianxiang Wang 외

Multi-action dialog policy, which generates multiple atomic dialog actions per turn, has been widely applied in task-oriented dialog systems to provide expressive and efficient system responses. Existing policy models us…

Counterfactual Risk Minimization: Learning from Logged Bandit Feedback

2015-02-09 · Adith Swaminathan, Thorsten Joachims

We develop a learning principle and an efficient algorithm for batch learning from logged bandit feedback. This learning setting is ubiquitous in online systems (e.g., ad placement, web search, recommendation), where an …

counterfactualMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Off-Policy Evaluation from Logged Human Feedback

2024-06-14 · Aniruddha Bhargava, Lalit Jain, Branislav Kveton, Ge Liu 외

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 …

Off-policy evaluation

Open Bandit Dataset and Pipeline: Towards Realistic and Reproducible Off-Policy Evaluation

2020-08-17 · Yuta Saito, Shunsuke Aihara, Megumi Matsutani, Yusuke Narita

Off-policy evaluation (OPE) aims to estimate the performance of hypothetical policies using data generated by a different policy. Because of its huge potential impact in practice, there has been growing research interest…

Off-policy evaluation

Combining Online Learning and Offline Learning for Contextual Bandits with Deficient Support

2021-07-24 · Hung Tran-The, Sunil Gupta, Thanh Nguyen-Tang, Santu Rana 외

We address policy learning with logged data in contextual bandits. Current offline-policy learning algorithms are mostly based on inverse propensity score (IPS) weighting requiring the logging policy to have \emph{full s…

Multi-Armed Bandits