paper-with-me

홈 › Papers

Improving Collaborative Filtering based Recommenders using Topic Modelling

2014-02-25 · Jobin Wilson, Santanu Chaudhury, Brejesh lall, Prateek Kapadia

Standard Collaborative Filtering (CF) algorithms make use of interactions between users and items in the form of implicit or explicit ratings alone for generating recommendations. Similarity among users or items is calculated purely based on rating overlap in this case,without considering explicit properties of users or items involved, limiting their applicability in domains with very sparse rating spaces. In many domains such as movies, news or electronic commerce recommenders, considerable contextual data in text form describing item properties is available along with the rating data, which could be utilized to improve recommendation quality.In this paper, we propose a novel approach to improve standard CF based recommenders by utilizing latent Dirichlet allocation (LDA) to learn latent properties of items, expressed in terms of topic proportions, derived from their textual description. We infer user's topic preferences or persona in the same latent space,based on her historical ratings. While computing similarity between users, we make use of a combined similarity measure involving rating overlap as well as similarity in the latent topic space. This approach alleviates sparsity problem as it allows calculation of similarity between users even if they have not rated any items in common. Our experiments on multiple public datasets indicate that the proposed hybrid approach significantly outperforms standard user Based and item Based CF recommenders in terms of classification accuracy metrics such as precision, recall and f-measure.

📄 PDF Abstract BibTeX arXiv:1402.6238

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Heterogeneous Collaborative Filtering

2019-08-31 · Yifang Liu, Zhentao Xu, Cong Hui, Yi Xuan 외

Recommendation system is important to a content sharing/creating social network. Collaborative filtering is a widely-adopted technology in conventional recommenders, which is based on similarity between positively engage…

Collaborative FilteringDiversity

Privacy-preserving and yet Robust Collaborative Filtering Recommender as a Service

2019-10-09 · Qiang Tang

Collaborative filtering recommenders provide effective personalization services at the cost of sacrificing the privacy of their end users. Due to the increasing concerns from the society and stricter privacy regulations,…

Collaborative FilteringPrivacy Preserving

Leveraging Deep Learning Techniques on Collaborative Filtering Recommender Systems

2023-04-18 · Ali Fallahi RahmatAbadi, Javad Mohammadzadeh

With the exponentially increasing volume of online data, searching and finding required information have become an extensive and time-consuming task. Recommender Systems as a subclass of information retrieval and decisio…

Collaborative FilteringDeep LearningInformation RetrievalRecommendation Systems+1

Noise Contrastive Estimation for Autoencoding-based One-Class Collaborative Filtering

2020-08-03 · Jin Peng Zhou, Ga Wu, Zheda Mai, Scott Sanner

One-class collaborative filtering (OC-CF) is a common class of recommendation problem where only the positive class is explicitly observed (e.g., purchases, clicks). Autoencoder based recommenders such as AutoRec and var…

Collaborative Filtering

Learning the Structure of Auto-Encoding Recommenders

2020-08-18 · Farhan Khawar, Leonard Kin Man Poon, Nevin Lianwen Zhang

Autoencoder recommenders have recently shown state-of-the-art performance in the recommendation task due to their ability to model non-linear item relationships effectively. However, existing autoencoder recommenders use…

Collaborative Filtering