A Boosting Algorithm for Item Recommendation with Implicit Feedback
Abstract
Many recommendation tasks are formulated as top-N item recommendation problems based on users' implicit feedback instead of explicit feedback. Here explicit feedback refers to users' ratings to items while implicit feedback is derived from users' interactions with items, e.g., number of times a user plays a song. In this paper, we propose a boosting algorithm named AdaBPR (Adaptive Boosting Personalized Ranking) for top-N item recommendation using users' implicit feedback. In the proposed framework, multiple homogeneous component recommenders are linearly combined to create an ensemble model, for better recommendation accuracy. The component recommenders are constructed based on a fixed collaborative filtering algorithm by using a re-weighting strategy, which assigns a dynamic weight distribution on the observed user-item interactions. AdaBPR demonstrates its effectiveness on three datasets compared with strong baseline algorithms.
Cite
Text
Liu et al. "A Boosting Algorithm for Item Recommendation with Implicit Feedback." International Joint Conference on Artificial Intelligence, 2015.Markdown
[Liu et al. "A Boosting Algorithm for Item Recommendation with Implicit Feedback." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/liu2015ijcai-boosting/)BibTeX
@inproceedings{liu2015ijcai-boosting,
title = {{A Boosting Algorithm for Item Recommendation with Implicit Feedback}},
author = {Liu, Yong and Zhao, Peilin and Sun, Aixin and Miao, Chunyan},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2015},
pages = {1792-1798},
url = {https://mlanthology.org/ijcai/2015/liu2015ijcai-boosting/}
}