LGMar 5, 2022

Off-Policy Evaluation in Embedded Spaces

arXiv:2203.02807v23 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses practical issues in recommendation systems and search engines, though it is incremental as it builds on existing weighting methods.

The paper tackles the challenges of off-policy evaluation in large action spaces and non-probabilistic systems by introducing a featurized embedded permutation weighting estimator, which reduces positivity violations and is feasible in practice.

Off-policy evaluation methods are important in recommendation systems and search engines, where data collected under an existing logging policy is used to estimate the performance of a new proposed policy. A common approach to this problem is weighting, where data is weighted by a density ratio between the probability of actions given contexts in the target and logged policies. In practice, two issues often arise. First, many problems have very large action spaces and we may not observe rewards for most actions, and so in finite samples we may encounter a positivity violation. Second, many recommendation systems are not probabilistic and so having access to logging and target policy densities may not be feasible. To address these issues, we introduce the featurized embedded permutation weighting estimator. The estimator computes the density ratio in an action embedding space, which reduces the possibility of positivity violations. The density ratio is computed leveraging recent advances in normalizing flows and density ratio estimation as a classification problem, in order to obtain estimates which are feasible in practice.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes