paper-with-me

Papers

Control Variates for Slate Off-Policy Evaluation

2021-06-15 · NeurIPS 2021 12 · Nikos Vlassis, Ashok Chandrashekar, Fernando Amat Gil, Nathan Kallus

We study the problem of off-policy evaluation from batched contextual bandit data with multidimensional actions, often termed slates. The problem is common to recommender systems and user-interface optimization, and it is particularly challenging because of the combinatorially-sized action space. Swaminathan et al. (2017) have proposed the pseudoinverse (PI) estimator under the assumption that the conditional mean rewards are additive in actions. Using control variates, we consider a large class of unbiased estimators that includes as specific cases the PI estimator and (asymptotically) its self-normalized variant. By optimizing over this class, we obtain new estimators with risk improvement guarantees over both the PI and the self-normalized PI estimators. Experiments with real-world recommender data as well as synthetic data validate these improvements in practice.

📄 PDF Abstract BibTeX arXiv:2106.07914

Code (1)

fernandoamat/slateope 공식 구현

Tasks

Off-policy evaluationRecommendation Systems

Similar Papers 제목 키워드 기반

Coordinate-wise Control Variates for Deep Policy Gradients

2021-07-11 · Yuanyi Zhong, Yuan Zhou, Jian Peng

The control variates (CV) method is widely used in policy gradient estimation to reduce the variance of the gradient estimators in practice. A control variate is applied by subtracting a baseline function from the state-…

continuous-controlContinuous Control

Additive Control Variates Dominate Self-Normalisation in Off-Policy Evaluation

2026-02-16 · Olivier Jeunen, Shashank Gupta arxiv

Off-policy evaluation (OPE) is essential for assessing ranking and recommendation systems without costly online interventions. Self-Normalised Inverse Propensity Scoring (SNIPS) is a standard tool for variance reduction …

Recommendation Systems

An introduction to flexible methods for policy evaluation

2019-10-01 · Martin Huber

This chapter covers different approaches to policy evaluation for assessing the causal effect of a treatment or intervention on an outcome of interest. As an introduction to causal inference, the discussion starts with t…

Causal Inference

Off-Policy Evaluation of Slate Policies under Bayes Risk

2021-01-05 · Nikos Vlassis, Fernando Amat Gil, Ashok Chandrashekar

We study the problem of off-policy evaluation for slate bandits, for the typical case in which the logging policy factorizes over the slots of the slate. We slightly depart from the existing literature by taking Bayes ri…

Off-policy evaluation

Per-decision Multi-step Temporal Difference Learning with Control Variates

2018-07-05 · Kristopher De Asis, Richard S. Sutton

Multi-step temporal difference (TD) learning is an important approach in reinforcement learning, as it unifies one-step TD learning with Monte Carlo methods in a way where intermediate algorithms can outperform either ex…

Reinforcement Learning