paper-with-me

Papers

Doubly Robust Off-Policy Evaluation for Ranking Policies under the Cascade Behavior Model

2022-02-03 · Haruka Kiyohara, Yuta Saito, Tatsuya Matsuhiro, Yusuke Narita, Nobuyuki Shimizu, Yasuo Yamamoto

In real-world recommender systems and search engines, optimizing ranking decisions to present a ranked list of relevant items is critical. Off-policy evaluation (OPE) for ranking policies is thus gaining a growing interest because it enables performance estimation of new ranking policies using only logged data. Although OPE in contextual bandits has been studied extensively, its naive application to the ranking setting faces a critical variance issue due to the huge item space. To tackle this problem, previous studies introduce some assumptions on user behavior to make the combinatorial item space tractable. However, an unrealistic assumption may, in turn, cause serious bias. Therefore, appropriately controlling the bias-variance tradeoff by imposing a reasonable assumption is the key for success in OPE of ranking policies. To achieve a well-balanced bias-variance tradeoff, we propose the Cascade Doubly Robust estimator building on the cascade assumption, which assumes that a user interacts with items sequentially from the top position in a ranking. We show that the proposed estimator is unbiased in more cases compared to existing estimators that make stronger assumptions. Furthermore, compared to a previous estimator based on the same cascade assumption, the proposed estimator reduces the variance by leveraging a control variate. Comprehensive experiments on both synthetic and real-world data demonstrate that our estimator leads to more accurate OPE than existing estimators in a variety of settings.

📄 PDF Abstract BibTeX arXiv:2202.01562

Code (2)

aiueola/wsdm2022-cascade-dr 공식 구현
st-tech/zr-obp 공식 구현

Tasks

Multi-Armed BanditsOff-policy evaluationRecommendation Systems

Similar Papers 제목 키워드 기반

Learning to Re-rank with Constrained Meta-Optimal Transport

2023-04-29 · Andrés Hoyos-Idrobo

Many re-ranking strategies in search systems rely on stochastic ranking policies, encoded as Doubly-Stochastic (DS) matrices, that satisfy desired ranking constraints in expectation, e.g., Fairness of Exposure (FOE). The…

FairnessLearning-To-RankRe-Ranking

Doubly Robust Off-Policy Value and Gradient Estimation for Deterministic Policies

2020-06-06 · NeurIPS 2020 12 · Nathan Kallus, Masatoshi Uehara

Offline reinforcement learning, wherein one uses off-policy data logged by a fixed behavior policy to evaluate and learn new policies, is crucial in applications where experimentation is limited such as medicine. We stud…

Doubly Robust Policy Evaluation and Learning

2011-03-23 · Miroslav Dudik, John Langford, Lihong Li

We study decision making in environments where the reward is only partially observed, but can be modeled as a function of an action and an observed context. This setting, known as contextual bandits, encompasses a wide v…

Decision MakingMulti-Armed Bandits

Doubly Robust Policy Evaluation and Optimization

2015-03-10 · Miroslav Dudík, Dumitru Erhan, John Langford, Lihong Li

We study sequential decision making in environments where rewards are only partially observed, but can be modeled as a function of observed contexts and the chosen action by the decision maker. This setting, known as con…

Decision MakingMulti-Armed BanditsSequential Decision Making

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 …