%0 Conference Paper %1 rendle2010pairwise %A Rendle, Steffen %A Schmidt-Thieme, Lars %B Proceedings of the third ACM international conference on Web search and data mining %C New York, NY, USA %D 2010 %I ACM %K factorization pitf recommender tag tensor %P 81--90 %T Pairwise interaction tensor factorization for personalized tag recommendation %U http://doi.acm.org/10.1145/1718487.1718498 %X Tagging plays an important role in many recent websites. Recommender systems can help to suggest a user the tags he might want to use for tagging a specific item. Factorization models based on the Tucker Decomposition (TD) model have been shown to provide high quality tag recommendations outperforming other approaches like PageRank, FolkRank, collaborative filtering, etc. The problem with TD models is the cubic core tensor resulting in a cubic runtime in the factorization dimension for prediction and learning.

In this paper, we present the factorization model PITF (Pairwise Interaction Tensor Factorization) which is a special case of the TD model with linear runtime both for learning and prediction. PITF explicitly models the pairwise interactions between users, items and tags. The model is learned with an adaption of the Bayesian personalized ranking (BPR) criterion which originally has been introduced for item recommendation. Empirically, we show on real world datasets that this model outperforms TD largely in runtime and even can achieve better prediction quality. Besides our lab experiments, PITF has also won the ECML/PKDD Discovery Challenge 2009 for graph-based tag recommendation.