DOLCE: Decomposing Off-Policy Evaluation/Learning into Lagged and Current Effects
Shu Tamano, Masanori Nojima
TL;DR
DOLCE introduces a lagged-current decomposition to off-policy evaluation and learning, enabling unbiased estimation and optimization even when common support is violated. By weighting current actions with past-context-conditioned probabilities and decomposing rewards into lagged and current components, DOLCE achieves unbiasedness under local correctness and conditional independence and shows reduced bias-driven MSE in synthetic experiments. The method employs a two-step regression strategy to estimate the reward function components, improving both estimation accuracy and gradient-based policy optimization. Empirically, DOLCE consistently outperforms standard baselines (DM, IPS, DR) across varying degrees of positivity violations, data sizes, and action spaces, highlighting its practical relevance for real-world systems with non-overlapping support. The work suggests promising directions for extending DOLCE to fully deterministic policies and linking the approach to core causal-inference assumptions such as consistency, exchangeability, and positivity, to broaden its applicability.
Abstract
Off-policy evaluation (OPE) and off-policy learning (OPL) for contextual bandit policies leverage historical data to evaluate and optimize a target policy. Most existing OPE/OPL methods--based on importance weighting or imputation--assume common support between the target and logging policies. When this assumption is violated, these methods typically require unstable extrapolation, truncation, or conservative strategies for individuals outside the common support assumption. However, such approaches can be inadequate in settings where explicit evaluation or optimization for such individuals is required. To address this issue, we propose DOLCE: Decomposing Off-policy evaluation/learning into Lagged and Current Effects, a novel estimator that leverages contextual information from multiple time points to decompose rewards into lagged and current effects. By incorporating both past and present contexts, DOLCE effectively handles individuals who violate the common support assumption. We show that the proposed estimator is unbiased under two assumptions--local correctness and conditional independence. Our experiments demonstrate that DOLCE achieves substantial improvements in OPE and OPL, particularly as the proportion of individuals outside the common support assumption increases.
