Active Learning for Contextual Search with Binary Feedbacks
Xi Chen, Quanquan Liu, Yining Wang

TL;DR
This paper introduces an active learning algorithm for contextual search with binary feedback, significantly reducing the number of queries needed to accurately learn the underlying value function compared to passive methods.
Contribution
The paper proposes a novel tri-section search combined with margin-based active learning for contextual search, achieving lower sample complexity than passive approaches.
Findings
Requires only O(1/ε²) queries for ε-accuracy
Reduces sample complexity from Ω(1/ε⁴) in passive settings
Effective in applications like auctions and personalized medicine
Abstract
In this paper, we study the learning problem in contextual search, which is motivated by applications such as first-price auction, personalized medicine experiments, and feature-based pricing experiments. In particular, for a sequence of arriving context vectors, with each context associated with an underlying value, the decision-maker either makes a query at a certain point or skips the context. The decision-maker will only observe the binary feedback on the relationship between the query point and the value associated with the context. We study a PAC learning setting, where the goal is to learn the underlying mean value function in context with a minimum number of queries. To address this challenge, we propose a tri-section search approach combined with a margin-based active learning method. We show that the algorithm only needs to make queries to achieve an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Advanced Bandit Algorithms Research · Auction Theory and Applications
