paper-with-me

홈 › Papers

Graph Feedback Bandits with Similar Arms

2024-05-18 · Han Qi, Guo Fei, Li Zhu

In this paper, we study the stochastic multi-armed bandit problem with graph feedback. Motivated by the clinical trials and recommendation problem, we assume that two arms are connected if and only if they are similar (i.e., their means are close enough). We establish a regret lower bound for this novel feedback structure and introduce two UCB-based algorithms: D-UCB with problem-independent regret upper bounds and C-UCB with problem-dependent upper bounds. Leveraging the similarity structure, we also consider the scenario where the number of arms increases over time. Practical applications related to this scenario include Q\&A platforms (Reddit, Stack Overflow, Quora) and product reviews in Amazon and Flipkart. Answers (product reviews) continually appear on the website, and the goal is to display the best answers (product reviews) at the top. When the means of arms are independently generated from some distribution, we provide regret upper bounds for both algorithms and discuss the sub-linearity of bounds in relation to the distribution of means. Finally, we conduct experiments to validate the theoretical results.

📄 PDF Abstract BibTeX arXiv:2405.11171

Code (1)

qh1874/GraphBandits_SimilarArms 공식 구현

Similar Papers 제목 키워드 기반

Adversarial Combinatorial Semi-bandits with Graph Feedback

2025-02-26 · Yuxiao Wen

In combinatorial semi-bandits, a learner repeatedly selects from a combinatorial decision set of arms, receives the realized sum of rewards, and observes the rewards of the individual selected arms as feedback. In this p…

Nearly Tight Bounds for Cross-Learning Contextual Bandits with Graphical Feedback

2025-02-07 · Ruiyuan Huang, Zengfeng Huang

The cross-learning contextual bandit problem with graphical feedback has recently attracted significant attention. In this setting, there is a contextual bandit with a feedback graph over the arms, and pulling an arm rev…

Multi-Armed Bandits

Graph Feedback Bandits on Similar Arms: With and Without Graph Structures

2025-01-24 · Han Qi, Fei Guo, Li Zhu, Qiaosheng Zhang 외

In this paper, we study the stochastic multi-armed bandit problem with graph feedback. Motivated by applications in clinical trials and recommendation systems, we assume that two arms are connected if and only if they ar…

Recommendation Systems

Top-k Combinatorial Bandits with Full-Bandit Feedback

2019-05-28 · Idan Rejwan, Yishay Mansour

Top-k Combinatorial Bandits generalize multi-armed bandits, where at each round any subset of $k$ out of $n$ arms may be chosen and the sum of the rewards is gained. We address the full-bandit feedback, in which the agen…

Multi-Armed Bandits

Multi-dueling Bandits with Dependent Arms

2017-04-29 · Yanan Sui, Vincent Zhuang, Joel W. Burdick, Yisong Yue

The dueling bandits problem is an online learning framework for learning from pairwise preference feedback, and is particularly well-suited for modeling settings that elicit subjective or implicit human feedback. In this…

Thompson Sampling