paper-with-me

Papers

Cross-domain recommender system using Generalized Canonical Correlation Analysis

2019-09-15 · Seyed Mohammad Hashemi, Mohammad Rahmati

Recommender systems provide personalized recommendations to the users from a large number of possible options in online stores. Matrix factorization is a well-known and accurate collaborative filtering approach for recommender system, which suffers from cold-start problem for new users and items. Whenever a new user participate with the system there is not enough interactions with the system, therefore there are not enough ratings in the user-item matrix to learn the matrix factorization model. Using auxiliary data such as users demographic, ratings and reviews in relevant domains, is an effective solution to reduce the new user problem. In this paper, we used data of users from other domains and build a common space to represent the latent factors of users from different domains. In this representation we proposed an iterative method which applied MAX-VAR generalized canonical correlation analysis (GCCA) on users latent factors learned from matrix factorization on each domain. Also, to improve the capability of GCCA to learn latent factors for new users, we propose generalized canonical correlation analysis by inverse sum of selection matrices (GCCA-ISSM) approach, which provides better recommendations in cold-start scenarios. The proposed approach is extended using content-based features from topic modeling extracted from users reviews. We demonstrate the accuracy and effectiveness of the proposed approaches on cross-domain ratings predictions using comprehensive experiments on Amazon and MovieLens datasets.

📄 PDF Abstract BibTeX arXiv:1909.12746

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Recommender Systems Fairness Evaluation via Generalized Cross Entropy

2019-08-19 · Yashar Deldjoo, Vito Walter Anelli, Hamed Zamani, Alejandro Bellogin 외

Fairness in recommender systems has been considered with respect to sensitive attributes of users (e.g., gender, race) or items (e.g., revenue in a multistakeholder setting). Regardless, the concept has been commonly int…

FairnessRecommendation Systems

TranSUN: A Preemptive Paradigm to Eradicate Retransformation Bias Intrinsically from Regression Models in Recommender Systems

2025-05-20 · Jiahao Yu, Haozhuang Liu, Yeqiu Yang, Lu Chen 외

Regression models are crucial in recommender systems. However, retransformation bias problem has been conspicuously neglected within the community. While many works in other fields have devised effective bias correction …

Recommendation Systemsregression

Domain-Aware Cross-Attention for Cross-domain Recommendation

2024-01-22 · Yuhao Luo, Shiwei Ma, Mingjun Nie, Changping Peng 외

Cross-domain recommendation (CDR) is an important method to improve recommender system performance, especially when observations in target domains are sparse. However, most existing cross-domain recommendations fail to f…

Recommendation Systems

RecGURU: Adversarial Learning of Generalized User Representations for Cross-Domain Recommendation

2021-11-19 · Chenglin Li, Mingjun Zhao, Huanming Zhang, Chenyun Yu 외

Cross-domain recommendation can help alleviate the data sparsity issue in traditional sequential recommender systems. In this paper, we propose the RecGURU algorithm framework to generate a Generalized User Representatio…

Recommendation SystemsSequential Recommendation

Counterfactual Evaluation of Ads Ranking Models through Domain Adaptation

2024-09-29 · Mohamed A. Radwan, Himaghna Bhattacharjee, Quinn Lanners, Jiasheng Zhang 외

We propose a domain-adapted reward model that works alongside an Offline A/B testing system for evaluating ranking models. This approach effectively measures reward for ranking model changes in large-scale Ads recommende…

counterfactualDomain AdaptationRecommendation Systems