ClustHOSVD:结合语义增强的标签聚类与张量HOSVD的物品推荐

ClustHOSVD: Item Recommendation by Combining Semantically Enhanced Tag Clustering With Tensor HOSVD

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2015
被引 55
ABS 3

中文导读

提出ClustHOSVD方法,通过标签聚类减少张量维度与稀疏性,结合语义相似度提升物品推荐准确率,在Last.fm和BibSonomy数据集上效果优于现有算法。

Abstract

Social tagging systems (STSs) allow users to annotate information items (songs, pictures, etc.) to provide them item/tag or even user recommendations. STSs consist of three main types of entities: 1) users; 2) items; and 3) tags. These data usually are represented by a three-order tensor, on which Tucker decomposition (TD) models are performed, such as higher order singular value decomposition. However, TD models require cubic computations for the tensor decomposition. Furthermore, TD models suffer from sparsity that incurs in social tagging data. Thus, TD models have limited applicability to large-scale datasets, due to their computational complexity and data sparsity. In this paper, we use two different ways to compute similarity/distance between tags (i.e., the term frequency - inverse document frequency vector space model and the semantic similarity of tags using the ontology of WordNet). Moreover, to reduce the size of the tensor's dimensions and its data sparsity, we use clustering methods (i.e., ${k}$ -means, spectral clustering, etc.) for discovering tag clusters, which are the intermediaries between a user's profile and items. Thus, instead of inserting the tag dimension in the tensor, we insert the tag cluster dimension, which is smaller and has less noise, resulting to better item recommendation accuracy. We perform experimental comparison of the proposed method against a state-of-the-art item recommendation algorithm with two real datasets (Last.fm and BibSonomy). Our results show significant improvements in terms of effectiveness and efficiency.

推荐系统社会标签系统张量分解聚类分析自然语言处理