paper-with-me

홈 › Papers

Choosing the Better Bandit Algorithm under Data Sharing: When Do A/B Experiments Work?

2025-07-16 · Shuangning Li, Chonghuan Wang, Jingyan Wang

We study A/B experiments that are designed to compare the performance of two recommendation algorithms. Prior work has shown that the standard difference-in-means estimator is biased in estimating the global treatment effect (GTE) due to a particular form of interference between experimental units. Specifically, units under the treatment and control algorithms contribute to a shared pool of data that subsequently train both algorithms, resulting in interference between the two groups. The bias arising from this type of data sharing is known as "symbiosis bias". In this paper, we highlight that, for decision-making purposes, the sign of the GTE often matters more than its precise magnitude when selecting the better algorithm. We formalize this insight under a multi-armed bandit framework and theoretically characterize when the sign of the expected GTE estimate under data sharing aligns with or contradicts the sign of the true GTE. Our analysis identifies the level of exploration versus exploitation as a key determinant of how symbiosis bias impacts algorithm selection.

📄 PDF Abstract BibTeX arXiv:2507.11891

Code (1)

jingyanw/bandit-data-sharing 공식 구현

Similar Papers 제목 키워드 기반

No Regret Bound for Extreme Bandits

2015-08-12 · Robert Nishihara, David Lopez-Paz, Léon Bottou

Algorithms for hyperparameter optimization abound, all of which work well under different and often unverifiable assumptions. Motivated by the general challenge of sequentially choosing which algorithm to use, we study t…

Hyperparameter Optimization

An empirical evaluation of active inference in multi-armed bandits

2021-01-21 · Dimitrije Markovic, Hrvoje Stojic, Sarah Schwoebel, Stefan J. Kiebel

A key feature of sequential decision making under uncertainty is a need to balance between exploiting--choosing the best action according to the current knowledge, and exploring--obtaining information about values of oth…

BIG-bench Machine LearningDecision MakingDecision Making Under UncertaintyMulti-Armed Bandits+2

Greedy Algorithm almost Dominates in Smoothed Contextual Bandits

2020-05-19 · Manish Raghavan, Aleksandrs Slivkins, Jennifer Wortman Vaughan, Zhiwei Steven Wu

Online learning algorithms, widely used to power search and content optimization on the web, must balance exploration and exploitation, potentially sacrificing the experience of current users in order to gain information…

DiversityMulti-Armed Bandits

Unreliable Multi-Armed Bandits: A Novel Approach to Recommendation Systems

2019-11-14 · Aditya Narayan Ravi, Pranav Poduval, Dr. Sharayu Moharir

We use a novel modification of Multi-Armed Bandits to create a new model for recommendation systems. We model the recommendation system as a bandit seeking to maximize reward by pulling on arms with unknown rewards. The …

Multi-Armed BanditsRecommendation Systems

Contextual Bandits with Cross-learning

2018-09-25 · NeurIPS 2019 12 · Santiago Balseiro, Negin Golrezaei, Mohammad Mahdian, Vahab Mirrokni 외

In the classical contextual bandits problem, in each round $t$, a learner observes some context $c$, chooses some action $i$ to perform, and receives some reward $r_{i,t}(c)$. We consider the variant of this problem wher…

Multi-Armed Bandits