paper-with-me

Papers

Batch versus Sequential Active Learning for Recommender Systems

2022-01-19 · Toon De Pessemier, Sander Vanhove, Luc Martens

Recommender systems have been investigated for many years, with the aim of generating the most accurate recommendations possible. However, available data about new users is often insufficient, leading to inaccurate recommendations; an issue that is known as the cold-start problem. A solution can be active learning. Active learning strategies proactively select items and ask users to rate these. This way, detailed user preferences can be acquired and as a result, more accurate recommendations can be offered to the user. In this study, we compare five active learning algorithms, combined with three different predictor algorithms, which are used to estimate to what extent the user would like the item that is asked to rate. In addition, two modes are tested for selecting the items: batch mode (all items at once), and sequential mode (the items one by one). Evaluation of the recommender in terms of rating prediction, decision support, and the ranking of items, showed that sequential mode produces the most accurate recommendations for dense data sets. Differences between the active learning algorithms are small. For most active learners, the best predictor turned out to be FunkSVD in combination with sequential mode.

📄 PDF Abstract BibTeX arXiv:2201.07571

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningRecommendation Systems

Similar Papers 제목 키워드 기반

A Survey on Reinforcement Learning for Recommender Systems

2021-09-22 · Yuanguo Lin, Yong liu, Fan Lin, Lixin Zou 외

Recommender systems have been widely applied in different real-life scenarios to help us find useful information. In particular, Reinforcement Learning (RL) based recommender systems have become an emerging research topi…

Explainable RecommendationInteractive RecommendationRecommendation Systemsreinforcement-learning+4

Novel Batch Active Learning Approach and Its Application to Synthetic Aperture Radar Datasets

2023-07-19 · James Chapman, Bohan Chen, Zheng Tan, Jeff Calder 외

Active learning improves the performance of machine learning methods by judiciously selecting a limited number of unlabeled data points to query for labels, with the aim of maximally improving the underlying classifier's…

Active LearningGraph LearningTransfer Learning

Bandits Warm-up Cold Recommender Systems

2014-07-10 · Jérémie Mary, Romaric Gaudel, Preux Philippe

We address the cold start problem in recommendation systems assuming no contextual information is available neither about users, nor items. We consider the case in which we only have access to a set of ratings of items b…

Multi-Armed BanditsRecommendation Systems

Dynamic Prior Thompson Sampling for Cold-Start Exploration in Recommender Systems

2026-02-01 · Zhenyu Zhao, David Zhang, Ellie Zhao, Ehsan Saberian arxiv

Cold-start exploration is a core challenge in large-scale recommender systems: new or data-sparse items must receive traffic to estimate value, but over-exploration harms users and wastes impressions. In practice, Thomps…

The Use of Bandit Algorithms in Intelligent Interactive Recommender Systems

2021-07-01 · Qing Wang

In today's business marketplace, many high-tech Internet enterprises constantly explore innovative ways to provide optimal online user experiences for gaining competitive advantages. The great needs of developing intelli…

Interactive RecommendationRecommendation Systems