paper-with-me

홈 › Papers

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 catch however is that this bandit can only access these arms through an unreliable intermediate that has some level of autonomy while choosing its arms. For example, in a streaming website the user has a lot of autonomy while choosing content they want to watch. The streaming sites can use targeted advertising as a means to bias opinions of these users. Here the streaming site is the bandit aiming to maximize reward and the user is the unreliable intermediate. We model the intermediate as accessing states via a Markov chain. The bandit is allowed to perturb this Markov chain. We prove fundamental theorems for this setting after which we show a close-to-optimal Explore-Commit algorithm.

📄 PDF Abstract BibTeX arXiv:1911.06239

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsRecommendation Systems

Similar Papers 제목 키워드 기반

Modeling Attrition in Recommender Systems with Departing Bandits

2022-03-25 · Omer Ben-Porat, Lee Cohen, Liu Leqi, Zachary C. Lipton 외

Traditionally, when recommender systems are formalized as multi-armed bandits, the policy of the recommender system influences the rewards accrued, but not the length of interaction. However, in real-world systems, dissa…

Multi-Armed BanditsRecommendation Systems

Jump Starting Bandits with LLM-Generated Prior Knowledge

2024-06-27 · Parand A. Alamdari, Yanshuai Cao, Kevin H. Wilson

We present substantial evidence demonstrating the benefits of integrating Large Language Models (LLMs) with a Contextual Multi-Armed Bandit framework. Contextual bandits have been widely used in recommendation systems to…

Multi-Armed BanditsRecommendation Systems

Graph Clustering Bandits for Recommendation

2016-05-02 · Shuai Li, Claudio Gentile, Alexandros Karatzoglou

We investigate an efficient context-dependent clustering technique for recommender systems based on exploration-exploitation strategies through multi-armed bandits over multiple users. Our algorithm dynamically groups us…

ClusteringGraph ClusteringMulti-Armed BanditsRecommendation Systems

Context-Aware Bandits

2015-10-12 · Shuai Li, Purushottam Kar

We propose an efficient Context-Aware clustering of Bandits (CAB) algorithm, which can capture collaborative effects. CAB can be easily deployed in a real-world recommendation system, where multi-armed bandits have been …

ClusteringMulti-Armed Bandits

Learning by Repetition: Stochastic Multi-armed Bandits under Priming Effect

2020-06-18 · Priyank Agrawal, Theja Tulabandhula

We study the effect of persistence of engagement on learning in a stochastic multi-armed bandit setting. In advertising and recommendation systems, repetition effect includes a wear-in period, where the user's propensity…

Decision MakingMulti-Armed BanditsRecommendation SystemsSequential Decision Making+1