paper-with-me

Papers

Knowledge Infused Policy Gradients with Upper Confidence Bound for Relational Bandits

2021-06-25 · Kaushik Roy, Qi Zhang, Manas Gaur, Amit Sheth

Contextual Bandits find important use cases in various real-life scenarios such as online advertising, recommendation systems, healthcare, etc. However, most of the algorithms use flat feature vectors to represent context whereas, in the real world, there is a varying number of objects and relations among them to model in the context. For example, in a music recommendation system, the user context contains what music they listen to, which artists create this music, the artist albums, etc. Adding richer relational context representations also introduces a much larger context space making exploration-exploitation harder. To improve the efficiency of exploration-exploitation knowledge about the context can be infused to guide the exploration-exploitation strategy. Relational context representations allow a natural way for humans to specify knowledge owing to their descriptive nature. We propose an adaptation of Knowledge Infused Policy Gradients to the Contextual Bandit setting and a novel Knowledge Infused Policy Gradients Upper Confidence Bound algorithm and perform an experimental analysis of a simulated music recommendation dataset and various real-life datasets where expert knowledge can drastically reduce the total regret and where it cannot.

📄 PDF Abstract BibTeX arXiv:2106.13895

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveMulti-Armed BanditsMusic RecommendationRecommendation Systems

Similar Papers 제목 키워드 기반

Knowledge Infused Policy Gradients for Adaptive Pandemic Control

2021-02-11 · Kaushik Roy, Qi Zhang, Manas Gaur, Amit Sheth

COVID-19 has impacted nations differently based on their policy implementations. The effective policy requires taking into account public information and adaptability to new knowledge. Epidemiological models built to und…

Decision Making

One-bit feedback is sufficient for upper confidence bound policies

2020-12-04 · Daniel Vial, Sanjay Shakkottai, R. Srikant

We consider a variant of the traditional multi-armed bandit problem in which each arm is only able to provide one-bit feedback during each pull based on its past history of rewards. Our main result is the following: give…

Efficient Probabilistic Performance Bounds for Inverse Reinforcement Learning

2017-07-03 · Daniel S. Brown, Scott Niekum

In the field of reinforcement learning there has been recent progress towards safety and high-confidence bounds on policy performance. However, to our knowledge, no practical methods exist for determining high-confidence…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

UVIP: Model-Free Approach to Evaluate Reinforcement Learning Algorithms

2021-05-05 · Ilya Levin, Denis Belomestny, Alexey Naumov, Sergey Samsonov

Policy evaluation is an important instrument for the comparison of different algorithms in Reinforcement Learning (RL). Yet even a precise knowledge of the value function $V^{\pi}$ corresponding to a policy $\pi$ does no…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Direct Policy Gradients: Direct Optimization of Policies in Discrete Action Spaces

2019-06-14 · NeurIPS 2020 12 · Guy Lorberbom, Chris J. Maddison, Nicolas Heess, Tamir Hazan 외

Direct optimization is an appealing framework that replaces integration with optimization of a random objective for approximating gradients in models with discrete random variables. A$^\star$ sampling is a framework for …

Heuristic SearchReinforcement Learning