paper-with-me

Papers

Relational Collaborative Filtering:Modeling Multiple Item Relations for Recommendation

2019-04-29 · Xin Xin, Xiangnan He, Yongfeng Zhang, Yongdong Zhang, Joemon Jose

Existing item-based collaborative filtering (ICF) methods leverage only the relation of collaborative similarity. Nevertheless, there exist multiple relations between items in real-world scenarios. Distinct from the collaborative similarity that implies co-interact patterns from the user perspective, these relations reveal fine-grained knowledge on items from different perspectives of meta-data, functionality, etc. However, how to incorporate multiple item relations is less explored in recommendation research. In this work, we propose Relational Collaborative Filtering (RCF), a general framework to exploit multiple relations between items in recommender system. We find that both the relation type and the relation value are crucial in inferring user preference. To this end, we develop a two-level hierarchical attention mechanism to model user preference. The first-level attention discriminates which types of relations are more important, and the second-level attention considers the specific relation values to estimate the contribution of a historical item in recommending the target item. To make the item embeddings be reflective of the relational structure between items, we further formulate a task to preserve the item relations, and jointly train it with the recommendation task of preference modeling. Empirical results on two real datasets demonstrate the strong performance of RCF. Furthermore, we also conduct qualitative analyses to show the benefits of explanations brought by the modeling of multiple item relations.

📄 PDF Abstract BibTeX arXiv:1904.12796

Code (2)

XinGla/RCF 공식 구현 tf
hieptk/accent tf

Tasks

Collaborative FilteringRecommendation SystemsRelation

Similar Papers 제목 키워드 기반

Hierarchical Latent Relation Modeling for Collaborative Metric Learning

2021-07-26 · Viet-Anh Tran, Guillaume Salha-Galvan, Romain Hennequin, Manuel Moussallam

Collaborative Metric Learning (CML) recently emerged as a powerful paradigm for recommendation based on implicit feedback collaborative filtering. However, standard CML methods learn fixed user and item representations, …

Collaborative FilteringGraph EmbeddingKnowledge Graph EmbeddingMetric Learning+2

Neural Tensor Factorization

2018-02-13 · Xian Wu, Baoxu Shi, Yuxiao Dong, Chao Huang 외

Neural collaborative filtering (NCF) and recurrent recommender systems (RRN) have been successful in modeling user-item relational data. However, they are also limited in their assumption of static or sequential modeling…

Collaborative FilteringLink PredictionRecommendation Systems

Social Recommendation with Self-Supervised Metagraph Informax Network

2021-10-08 · Xiaoling Long, Chao Huang, Yong Xu, Huance Xu 외

In recent years, researchers attempt to utilize online social information to alleviate data sparsity for collaborative filtering, based on the rationale that social networks offers the insights to understand the behavior…

Collaborative FilteringGraph Neural NetworkRecommendation Systems

Revisiting Neighborhood-based Link Prediction for Collaborative Filtering

2022-03-29 · Hao-Ming Fu, Patrick Poirson, Kwot Sin Lee, Chen Wang

Collaborative filtering (CF) is one of the most successful and fundamental techniques in recommendation systems. In recent years, Graph Neural Network (GNN)-based CF models, such as NGCF [31], LightGCN [10] and GTN [9] h…

Collaborative FilteringGraph Neural NetworkLink PredictionPrediction+1

Feedback Reciprocal Graph Collaborative Filtering

2024-08-05 · Weijun Chen, Yuanchen Bei, Qijie Shen, Hao Chen 외

Collaborative filtering on user-item interaction graphs has achieved success in the industrial recommendation. However, recommending users' truly fascinated items poses a seesaw dilemma for collaborative filtering models…

Collaborative FilteringContrastive LearningRecommendation Systems