English

An efficient reduction of ranking to classification

Machine Learning 2007-12-07 v2 Information Retrieval

Abstract

This paper describes an efficient reduction of the learning problem of ranking to binary classification. The reduction guarantees an average pairwise misranking regret of at most that of the binary classifier regret, improving a recent result of Balcan et al which only guarantees a factor of 2. Moreover, our reduction applies to a broader class of ranking loss functions, admits a simpler proof, and the expected running time complexity of our algorithm in terms of number of calls to a classifier or preference function is improved from Ω(n2)\Omega(n^2) to O(nlogn)O(n \log n). In addition, when the top kk ranked elements only are required (knk \ll n), as in many applications in information extraction or search engines, the time complexity of our algorithm can be further reduced to O(klogk+n)O(k \log k + n). Our reduction and algorithm are thus practical for realistic applications where the number of points to rank exceeds several thousands. Much of our results also extend beyond the bipartite case previously studied. Our rediction is a randomized one. To complement our result, we also derive lower bounds on any deterministic reduction from binary (preference) classification to ranking, implying that our use of a randomized reduction is essentially necessary for the guarantees we provide.

Keywords

Cite

@article{arxiv.0710.2889,
  title  = {An efficient reduction of ranking to classification},
  author = {Nir Ailon and Mehryar Mohri},
  journal= {arXiv preprint arXiv:0710.2889},
  year   = {2007}
}

Comments

Revised paper: Improved results: Upper bounds for regret (constant down to 1 for bipartite case) and also lower bound on deterministic algorithms for bipartite case. Total number of pages 22

R2 v1 2026-06-21T09:32:06.890Z