Greedy SLIM: A SLIM-Based Approach For Preference Elicitation
Claudius Proissl, Amel Vatic, Helmut Waldschmidt
TL;DR
The paper tackles the cold-start problem in recommender systems by introducing Greedy SLIM, a SLIM-based approach for preference elicitation. It trains the SLIM matrix greedily, building a static questionnaire of $k$ items that maximize information gain through the SLIM loss $l_{SLIM}$; the resulting questionnaire guides onboarding and enables top-$N$ recommendations. Offline experiments on Movielens-25M and Netflix, complemented by a user study, show that Greedy SLIM can outperform a popular latent-factor–based baseline when the questionnaire is sufficiently long, with especially strong gains on long-tail items. The work demonstrates a practical SLIM-based alternative for onboarding new users, while acknowledging preprocessing costs and outlining directions for dynamic adaptations and broader applicability.
Abstract
Preference elicitation is an active learning approach to tackle the cold-start problem of recommender systems. Roughly speaking, new users are asked to rate some carefully selected items in order to compute appropriate recommendations for them. To the best of our knowledge, we are the first to propose a method for preference elicitation that is based on SLIM , a state-of-the-art technique for top-N recommendation. Our approach mainly consists of a new training technique for SLIM, which we call Greedy SLIM. This technique iteratively selects items for the training in order to minimize the SLIM loss greedily. We conduct offline experiments as well as a user study to assess the performance of this new method. The results are remarkable, especially with respect to the user study. We conclude that Greedy SLIM seems to be more suitable for preference elicitation than widely used methods based on latent factor models.
