pith. sign in

arxiv: 0812.4044 · v3 · pith:F62N5BTXnew · submitted 2008-12-21 · 💻 cs.LG · cs.AI

The Offset Tree for Learning with Partial Labels

classification 💻 cs.LG cs.AI
keywords binaryclassificationoffsettreealgorithmreductionbetterchoices
0
0 comments X
read the original abstract

We present an algorithm, called the Offset Tree, for learning to make decisions in situations where the payoff of only one choice is observed, rather than all choices. The algorithm reduces this setting to binary classification, allowing one to reuse of any existing, fully supervised binary classification algorithm in this partial information setting. We show that the Offset Tree is an optimal reduction to binary classification. In particular, it has regret at most $(k-1)$ times the regret of the binary classifier it uses (where $k$ is the number of choices), and no reduction to binary classification can do better. This reduction is also computationally optimal, both at training and test time, requiring just $O(\log_2 k)$ work to train on an example or make a prediction. Experiments with the Offset Tree show that it generally performs better than several alternative approaches.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Exploitation Over Exploration: Unmasking the Bias in Linear Bandit Recommender Offline Evaluation

    cs.LG 2025-07 unverdicted novelty 5.0

    Greedy linear models without exploration consistently achieve top-tier performance in over 90% of offline dataset evaluations for linear bandit recommenders, with hyperparameter tuning favoring minimal exploration and...