Cost-Sensitive Learning of SVM for Ranking

Abstract

In this paper, we propose a new method for learning to rank. ‘Ranking SVM’ is a method for performing the task. It formulizes the problem as that of binary classification on instance pairs and performs the classification by means of Support Vector Machines (SVM). In Ranking SVM, the losses for incorrect classifications of instance pairs between different rank pairs are defined as the same. We note that in many applications such as information retrieval the negative effects of making errors between higher ranks and lower ranks are larger than making errors among lower ranks. Therefore, it is natural to bring in the idea of cost-sensitive learning to learning to rank, or more precisely, to set up different losses for misclassification of instance pairs between different rank pairs. Given a cost-sensitive loss function we can construct a Ranking SVM model on the basis of the loss function. Simulation results show that our method works better than Ranking SVM in practical settings of ranking. Experimental results also indicate that our method can outperform existing methods including Ranking SVM on real information retrieval tasks such as document search and definition search.

Cite

Text

Xu et al. "Cost-Sensitive Learning of SVM for Ranking." European Conference on Machine Learning, 2006. doi:10.1007/11871842_86

Markdown

[Xu et al. "Cost-Sensitive Learning of SVM for Ranking." European Conference on Machine Learning, 2006.](https://mlanthology.org/ecmlpkdd/2006/xu2006ecml-costsensitive/) doi:10.1007/11871842_86

BibTeX

@inproceedings{xu2006ecml-costsensitive,
  title     = {{Cost-Sensitive Learning of SVM for Ranking}},
  author    = {Xu, Jun and Cao, Yunbo and Li, Hang and Huang, Yalou},
  booktitle = {European Conference on Machine Learning},
  year      = {2006},
  pages     = {833-840},
  doi       = {10.1007/11871842_86},
  url       = {https://mlanthology.org/ecmlpkdd/2006/xu2006ecml-costsensitive/}
}