paper-with-me

Papers

Optimal Off-Policy Evaluation from Multiple Logging Policies

2020-10-21 · Nathan Kallus, Yuta Saito, Masatoshi Uehara

We study off-policy evaluation (OPE) from multiple logging policies, each generating a dataset of fixed size, i.e., stratified sampling. Previous work noted that in this setting the ordering of the variances of different importance sampling estimators is instance-dependent, which brings up a dilemma as to which importance sampling weights to use. In this paper, we resolve this dilemma by finding the OPE estimator for multiple loggers with minimum variance for any instance, i.e., the efficient one. In particular, we establish the efficiency bound under stratified sampling and propose an estimator achieving this bound when given consistent $q$-estimates. To guard against misspecification of $q$-functions, we also provide a way to choose the control variate in a hypothesis class to minimize variance. Extensive experiments demonstrate the benefits of our methods' efficiently leveraging of the stratified sampling of off-policy data from multiple loggers.

📄 PDF Abstract BibTeX arXiv:2010.11002

Code (1)

CausalML/MultipleLoggers tf

Tasks

Off-policy evaluation

Similar Papers 제목 키워드 기반

Logging Policy Design for Off-Policy Evaluation

2026-05-14 · Connor Douglas, Joel Persson, Foster Provost arxiv

Off-policy evaluation (OPE) estimates the value of a target treatment policy (e.g., a recommender system) using data collected by a different logging policy. It enables high-stakes experimentation without live deployment…

Recommendation Systems

Variance-Optimal Augmentation Logging for Counterfactual Evaluation in Contextual Bandits

2022-02-03 · Aaron David Tucker, Thorsten Joachims

Methods for offline A/B testing and counterfactual learning are seeing rapid adoption in search and recommender systems, since they allow efficient reuse of existing log data. However, there are fundamental limits to usi…

counterfactualMulti-Armed BanditsRecommendation Systems

Effective Evaluation using Logged Bandit Feedback from Multiple Loggers

2017-03-17 · Aman Agarwal, Soumya Basu, Tobias Schnabel, Thorsten Joachims

Accurately evaluating new policies (e.g. ad-placement models, ranking functions, recommendation functions) is one of the key prerequisites for improving interactive systems. While the conventional approach to evaluation …

counterfactual

Off-Policy Evaluation for Ranking Policies under Deterministic Logging Policies

2026-03-23 · Koichi Tanaka, Kazuki Kawamura, Takanori Muroi, Yusuke Narita 외 arxiv

Off-Policy Evaluation (OPE) is an important practical problem in algorithmic ranking systems, where the goal is to estimate the expected performance of a new ranking policy using only offline logged data collected under …

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