paper-with-me

홈 › Papers

Learning from Bandit Feedback: An Overview of the State-of-the-art

2019-09-18 · Olivier Jeunen, Dmytro Mykhaylov, David Rohde, Flavian vasile, Alexandre Gilotte, Martin Bompaire

In machine learning we often try to optimise a decision rule that would have worked well over a historical dataset; this is the so called empirical risk minimisation principle. In the context of learning from recommender system logs, applying this principle becomes a problem because we do not have available the reward of decisions we did not do. In order to handle this "bandit-feedback" setting, several Counterfactual Risk Minimisation (CRM) methods have been proposed in recent years, that attempt to estimate the performance of different policies on historical data. Through importance sampling and various variance reduction techniques, these methods allow more robust learning and inference than classical approaches. It is difficult to accurately estimate the performance of policies that frequently perform actions that were infrequently done in the past and a number of different types of estimators have been proposed. In this paper, we review several methods, based on different off-policy estimators, for learning from bandit feedback. We discuss key differences and commonalities among existing approaches, and compare their empirical performance on the RecoGym simulation environment. To the best of our knowledge, this work is the first comparison study for bandit algorithms in a recommender system setting.

📄 PDF Abstract BibTeX arXiv:1909.08471

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualRecommendation Systems

Similar Papers 제목 키워드 기반

Preference-based Online Learning with Dueling Bandits: A Survey

2018-07-30 · Viktor Bengs, Robert Busa-Fekete, Adil El Mesaoudi-Paul, Eyke Hüllermeier

In machine learning, the notion of multi-armed bandits refers to a class of online learning problems, in which an agent is supposed to simultaneously explore and exploit a given set of choice alternatives in the course o…

Multi-Armed BanditsSurvey

KLUCB Approach to Copeland Bandits

2019-02-07 · Nischal Agrawal, Prasanna Chaporkar

Multi-armed bandit(MAB) problem is a reinforcement learning framework where an agent tries to maximise her profit by proper selection of actions through absolute feedback for each action. The dueling bandits problem is a…

Information RetrievalReinforcement LearningRetrievalThompson Sampling

Practical Bandits: An Industry Perspective

2023-02-02 · Bram van den Akker, Olivier Jeunen, Ying Li, Ben London 외

The bandit paradigm provides a unified modeling framework for problems that require decision-making under uncertainty. Because many business metrics can be viewed as rewards (a.k.a. utilities) that result from actions, b…

Decision MakingDecision Making Under Uncertainty

The Blinded Bandit: Learning with Adaptive Feedback

2014-12-01 · NeurIPS 2014 12 · Ofer Dekel, Elad Hazan, Tomer Koren

We study an online learning setting where the player is temporarily deprived of feedback each time it switches to a different action. Such model of \emph{adaptive feedback} naturally occurs in scenarios where the environ…

Partial Bandit and Semi-Bandit: Making the Most Out of Scarce Users' Feedback

2020-09-16 · Alexandre Letard, Tassadit Amghar, Olivier Camp, Nicolas Gutowski

Recent works on Multi-Armed Bandits (MAB) and Combinatorial Multi-Armed Bandits (COM-MAB) show good results on a global accuracy metric. This can be achieved, in the case of recommender systems, with personalization. How…

Multi-Armed BanditsRecommendation SystemsRetrieval