paper-with-me

홈 › Papers

Multi-Relational Contrastive Learning for Recommendation

2023-09-03 · Wei Wei, Lianghao Xia, Chao Huang

Personalized recommender systems play a crucial role in capturing users' evolving preferences over time to provide accurate and effective recommendations on various online platforms. However, many recommendation models rely on a single type of behavior learning, which limits their ability to represent the complex relationships between users and items in real-life scenarios. In such situations, users interact with items in multiple ways, including clicking, tagging as favorite, reviewing, and purchasing. To address this issue, we propose the Relation-aware Contrastive Learning (RCL) framework, which effectively models dynamic interaction heterogeneity. The RCL model incorporates a multi-relational graph encoder that captures short-term preference heterogeneity while preserving the dedicated relation semantics for different types of user-item interactions. Moreover, we design a dynamic cross-relational memory network that enables the RCL model to capture users' long-term multi-behavior preferences and the underlying evolving cross-type behavior dependencies over time. To obtain robust and informative user representations with both commonality and diversity across multi-behavior interactions, we introduce a multi-relational contrastive learning paradigm with heterogeneous short- and long-term interest modeling. Our extensive experimental studies on several real-world datasets demonstrate the superiority of the RCL recommender system over various state-of-the-art baselines in terms of recommendation accuracy and effectiveness.

📄 PDF Abstract BibTeX arXiv:2309.01103

Code (1)

HKUDS/RCL 공식 구현 pytorch

Tasks

Contrastive LearningRecommendation SystemsRelation

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Graph Contrastive Learning for Recommendation

2023-03-02 · Mengru Chen, Chao Huang, Lianghao Xia, Wei Wei 외

Graph Neural Networks (GNNs) have become powerful tools in modeling graph-structured data in recommender systems. However, real-life recommendation scenarios usually involve heterogeneous relationships (e.g., social-awar…

Contrastive LearningRecommendation SystemsRelational ReasoningSelf-Supervised Learning+1

LARP: Language Audio Relational Pre-training for Cold-Start Playlist Continuation

2024-06-20 · Rebecca Salganik, Xiaohao Liu, Yunshan Ma, Jian Kang 외

As online music consumption increasingly shifts towards playlist-based listening, the task of playlist continuation, in which an algorithm suggests songs to extend a playlist in a personalized and musically cohesive mann…

Collaborative FilteringContrastive LearningRepresentation Learning

ID and Graph View Contrastive Learning with Multi-View Attention Fusion for Sequential Recommendation

2026-04-15 · Xiaofan Zhou, Kyumin Lee arxiv

Sequential recommendation has become increasingly prominent in both academia and industry, particularly in e-commerce. The primary goal is to extract user preferences from historical interaction sequences and predict ite…

Sequential RecommendationContrastive Learning

VLM2Rec: Resolving Modality Collapse in Vision-Language Model Embedders for Multimodal Sequential Recommendation

2026-03-18 · Junyoung Kim, Woojoo Kim, Jaehyung Lim, Dongha Kim 외 arxiv

Sequential Recommendation (SR) in multimodal settings typically relies on small frozen pretrained encoders, which limits semantic capacity and prevents Collaborative Filtering (CF) signals from being fully integrated int…

Sequential RecommendationCollaborative FilteringContrastive Learning

RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

2022-05-24 · Yijun Tian, Chuxu Zhang, Zhichun Guo, Chao Huang 외

Recipe recommendation systems play an essential role in helping people decide what to eat. Existing recipe recommendation systems typically focused on content-based or collaborative filtering approaches, ignoring the hig…

Collaborative FilteringContrastive LearningGraph LearningGraph Neural Network+1