LGMLFeb 20, 2015

Contextual Semibandits via Supervised Learning Oracles

arXiv:1502.05890v425 citations
Originality Highly original
AI Analysis

This work addresses online decision-making challenges in domains like crowdsourcing and recommendation, offering incremental improvements by leveraging supervised learning oracles.

The paper tackles the problem of contextual semibandits by reducing it to supervised learning, enabling the use of powerful supervised methods in partial-feedback settings. It introduces two reductions: one for known feedback-to-reward mapping with near-optimal regret and real-world performance gains, and another for unknown mapping with superior regret guarantees compared to prior techniques.

We study an online decision making problem where on each round a learner chooses a list of items based on some side information, receives a scalar feedback value for each individual item, and a reward that is linearly related to this feedback. These problems, known as contextual semibandits, arise in crowdsourcing, recommendation, and many other domains. This paper reduces contextual semibandits to supervised learning, allowing us to leverage powerful supervised learning methods in this partial-feedback setting. Our first reduction applies when the mapping from feedback to reward is known and leads to a computationally efficient algorithm with near-optimal regret. We show that this algorithm outperforms state-of-the-art approaches on real-world learning-to-rank datasets, demonstrating the advantage of oracle-based algorithms. Our second reduction applies to the previously unstudied setting when the linear mapping from feedback to reward is unknown. Our regret guarantees are superior to prior techniques that ignore the feedback.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes