Evaluation of Item-Based Top-N Recommendation Algorithms

George Karypis
10th Conference of Information and Knowledge Management (CIKM), pp. 247 - 254, 2001
Download Paper
Abstract
The explosive growth of the world-wide-web and the emergence of e-commerce has led to the development of recommender systems-a personalized information filtering technology used to identify a set of N items that will be of interest to a certain user. User-based Collaborative filtering is the most successful technology for building recommender systems to date, and is extensively used in many commercial recommender systems. Unfortunately, the computational complexity of these methods grows linearly with the number of customers that in typical commercial applications can grow to be several millions. To address these scalability concerns item-based recommendation techniques have been developed that analyze the user-item matrix to identify relations between the different items, and use these relations to compute the list of recommendations.

In this paper we present one such class of item-based recommendation algorithms that first determine the similarities between the various items and then used them to identify the set of items to be recommended. The key steps in this class of algorithms are (i) the method used to compute the similarity between the items, and (ii) the method used to combine these similarities in order to compute the similarity between a basket of items and a candidate recommender item. Our experimental evaluation on five different datasets show that the proposed item-based algorithms are up to 28 times faster than the traditional user-neighborhood based recommender systems and provide recommendations whose quality is up to 27% better.

Comments
The various algorithms are available as part of the
[hlink:[suggest/overview][SUGGEST]] library.
Research topics: Collaborative filtering | SUGGEST