LGMLMar 4, 2020

Odds-Ratio Thompson Sampling to Control for Time-Varying Effect

arXiv:2003.01905v1
AI Analysis

This work addresses the challenge of dynamic experiments in online services, offering an incremental improvement for practitioners dealing with time-varying effects.

The authors tackled the problem of time-varying effects in multi-armed bandit experiments by proposing a reparameterization of logistic models using odds ratios, leading to a novel method called Odds-ratio Thompson Sampling. In simulations, this method showed robustness to temporal background effects with only marginal performance loss in their absence, and it achieved greater rewards in a real-world dataset.

Multi-armed bandit methods have been used for dynamic experiments particularly in online services. Among the methods, thompson sampling is widely used because it is simple but shows desirable performance. Many thompson sampling methods for binary rewards use logistic model that is written in a specific parameterization. In this study, we reparameterize logistic model with odds ratio parameters. This shows that thompson sampling can be used with subset of parameters. Based on this finding, we propose a novel method, "Odds-ratio thompson sampling", which is expected to work robust to time-varying effect. Use of the proposed method in continuous experiment is described with discussing a desirable property of the method. In simulation studies, the novel method works robust to temporal background effect, while the loss of performance was only marginal in case with no such effect. Finally, using dataset from real service, we showed that the novel method would gain greater rewards in practical environment.

Code Implementations1 repo
Foundations

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

Your Notes