Ranking with Ordered Weighted Pairwise Classification

Abstract

In ranking with the pairwise classification approach, the loss associated to a predicted ranked list is the mean of the pairwise classification losses. This loss is inadequate for tasks such as information retrieval where we prefer ranked lists with high precision on the top of the list. We propose to optimize a larger class of loss functions for ranking, based on an ordered weighted average (OWA) (Yager, 88} of the classification losses. Convex OWA aggregation operators range from the max to the mean depending on their weights, and can be used to focus on the top ranked elements as they give more weight to the largest losses. When aggregating hinge losses, the optimization problem is similar to the SVM for interdependent output spaces. Moreover, we show that an OWA aggregation of margin-based classification losses has good generalization properties. Experiments on the Letor 3.0 benchmark dataset for information retrieval validate our approach.

Cite

Text

Usunier et al. "Ranking with Ordered Weighted Pairwise Classification." International Conference on Machine Learning, 2009. doi:10.1145/1553374.1553509

Markdown

[Usunier et al. "Ranking with Ordered Weighted Pairwise Classification." International Conference on Machine Learning, 2009.](https://mlanthology.org/icml/2009/usunier2009icml-ranking/) doi:10.1145/1553374.1553509

BibTeX

@inproceedings{usunier2009icml-ranking,
  title     = {{Ranking with Ordered Weighted Pairwise Classification}},
  author    = {Usunier, Nicolas and Buffoni, David and Gallinari, Patrick},
  booktitle = {International Conference on Machine Learning},
  year      = {2009},
  pages     = {1057-1064},
  doi       = {10.1145/1553374.1553509},
  url       = {https://mlanthology.org/icml/2009/usunier2009icml-ranking/}
}