An Efficient Boosting Algorithm for Combining Preferences

Abstract

. The problem of combining preferences arises in several applications, such as combining the results of different search engines. This work describes an efficient algorithm for combining multiple preferences. We first give a formal framework for the problem. We then describe and analyze a new boosting algorithm for combining preferences called RankBoost. We also describe an efficient implementation of the algorithm for a restricted case. We discuss two experiments we carried out to assess the performance of RankBoost. In the first experiment, we used the algorithm to combine different WWW search strategies, each of which is a query expansion for a given domain. For this task, we compare the performance of RankBoost to the individual search strategies. The second experiment is a collaborative-filtering task for making movie recommendations. Here, we present results comparing RankBoost to nearest-neighbor and regression algorithms. 1 Introduction Consider the followingmovie-recommendati...

Cite

Text

Freund et al. "An Efficient Boosting Algorithm for Combining Preferences." International Conference on Machine Learning, 1998.

Markdown

[Freund et al. "An Efficient Boosting Algorithm for Combining Preferences." International Conference on Machine Learning, 1998.](https://mlanthology.org/icml/1998/freund1998icml-efficient/)

BibTeX

@inproceedings{freund1998icml-efficient,
  title     = {{An Efficient Boosting Algorithm for Combining Preferences}},
  author    = {Freund, Yoav and Iyer, Raj D. and Schapire, Robert E. and Singer, Yoram},
  booktitle = {International Conference on Machine Learning},
  year      = {1998},
  pages     = {170-178},
  url       = {https://mlanthology.org/icml/1998/freund1998icml-efficient/}
}