paper-with-me

홈 › Papers

Meta-Learning for Contextual Bandit Exploration

2019-01-23 · ICLR 2019 5 · Amr Sharaf, Hal Daumé III

We describe MELEE, a meta-learning algorithm for learning a good exploration policy in the interactive contextual bandit setting. Here, an algorithm must take actions based on contexts, and learn based only on a reward signal from the action taken, thereby generating an exploration/exploitation trade-off. MELEE addresses this trade-off by learning a good exploration strategy for offline tasks based on synthetic data, on which it can simulate the contextual bandit setting. Based on these simulations, MELEE uses an imitation learning strategy to learn a good exploration policy that can then be applied to true contextual bandit tasks at test time. We compare MELEE to seven strong baseline contextual bandit algorithms on a set of three hundred real-world datasets, on which it outperforms alternatives in most settings, especially when differences in rewards are large. Finally, we demonstrate the importance of having a rich feature representation for learning how to explore.

📄 PDF Abstract BibTeX arXiv:1901.08159

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningMeta-Learning

Similar Papers 제목 키워드 기반

Learning Effective Exploration Strategies For Contextual Bandits

2019-09-25 · Amr Sharaf, Hal Daumé III

In contextual bandits, an algorithm must choose actions given observed contexts, learning from a reward signal that is observed only for the action chosen. This leads to an exploration/exploitation trade-off: the algorit…

Imitation LearningLearning-To-RankMeta-LearningMulti-Armed Bandits

Modified Meta-Thompson Sampling for Linear Bandits and Its Bayes Regret Analysis

2024-09-10 · Hao Li, Dong Liang, Zheng Xie

Meta-learning is characterized by its ability to learn how to learn, enabling the adaptation of learning strategies across different tasks. Recent research introduced the Meta-Thompson Sampling (Meta-TS), which meta-lear…

Meta-LearningMulti-Armed BanditsThompson Sampling

A Classification View on Meta Learning Bandits

2025-04-06 · Mirco Mutti, Jeongyeol Kwon, Shie Mannor, Aviv Tamar

Contextual multi-armed bandits are a popular choice to model sequential decision-making. E.g., in a healthcare application we may perform various tests to asses a patient condition (exploration) and then decide on the be…

ClassificationMeta-LearningMulti-Armed BanditsSequential Decision Making

AutoML for Contextual Bandits

2019-09-07 · Praneet Dutta, Joe Cheuk, Jonathan S Kim, Massimo Mascaro

Contextual Bandits is one of the widely popular techniques used in applications such as personalization, recommendation systems, mobile health, causal marketing etc . As a dynamic approach, it can be more efficient than …

AutoMLFeature EngineeringMarketingMeta-Learning+2

Neural Collaborative Filtering Bandits via Meta Learning

2022-01-31 · Yikun Ban, Yunzhe Qi, Tianxin Wei, Jingrui He

Contextual multi-armed bandits provide powerful tools to solve the exploitation-exploration dilemma in decision making, with direct applications in the personalized recommendation. In fact, collaborative effects among us…

Collaborative FilteringDecision MakingMeta-LearningMulti-Armed Bandits