paper-with-me

Papers

Contrastive Meta Learning with Behavior Multiplicity for Recommendation

2022-02-17 · Wei Wei, Chao Huang, Lianghao Xia, Yong Xu, Jiashu Zhao, Dawei Yin

A well-informed recommendation framework could not only help users identify their interested items, but also benefit the revenue of various online platforms (e.g., e-commerce, social media). Traditional recommendation models usually assume that only a single type of interaction exists between user and item, and fail to model the multiplex user-item relationships from multi-typed user behavior data, such as page view, add-to-favourite and purchase. While some recent studies propose to capture the dependencies across different types of behaviors, two important challenges have been less explored: i) Dealing with the sparse supervision signal under target behaviors (e.g., purchase). ii) Capturing the personalized multi-behavior patterns with customized dependency modeling. To tackle the above challenges, we devise a new model CML, Contrastive Meta Learning (CML), to maintain dedicated cross-type behavior dependency for different users. In particular, we propose a multi-behavior contrastive learning framework to distill transferable knowledge across different types of behaviors via the constructed contrastive loss. In addition, to capture the diverse multi-behavior patterns, we design a contrastive meta network to encode the customized behavior heterogeneity for different users. Extensive experiments on three real-world datasets indicate that our method consistently outperforms various state-of-the-art recommendation methods. Our empirical studies further suggest that the contrastive meta learning paradigm offers great potential for capturing the behavior multiplicity in recommendation. We release our model implementation at: https://github.com/weiwei1206/CML.git.

📄 PDF Abstract BibTeX arXiv:2202.08523

Code (1)

weiwei1206/cml 공식 구현 pytorch

Tasks

Contrastive LearningMeta-Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Hyper Meta-Path Contrastive Learning for Multi-Behavior Recommendation

2021-09-07 · Haoran Yang, Hongxu Chen, Lin Li, Philip S. Yu 외

User purchasing prediction with multi-behavior information remains a challenging problem for current recommendation systems. Various methods have been proposed to address it via leveraging the advantages of graph neural …

Contrastive LearningMulti-Task LearningRecommendation Systems

Meta-optimized Joint Generative and Contrastive Learning for Sequential Recommendation

2023-10-21 · Yongjing Hao, Pengpeng Zhao, Junhua Fang, Jianfeng Qu 외

Sequential Recommendation (SR) has received increasing attention due to its ability to capture user dynamic preferences. Recently, Contrastive Learning (CL) provides an effective approach for sequential recommendation by…

Contrastive LearningSequential Recommendation

Meta-optimized Contrastive Learning for Sequential Recommendation

2023-04-16 · Xiuyuan Qin, Huanhuan Yuan, Pengpeng Zhao, Junhua Fang 외

Contrastive Learning (CL) performances as a rising approach to address the challenge of sparse and noisy recommendation data. Although having achieved promising results, most existing CL methods only perform either hand-…

Contrastive LearningData AugmentationMeta-LearningSequential Recommendation

Heterogeneous Graph Masked Contrastive Learning for Robust Recommendation

2025-05-30 · Lei Sang, Yu Wang, Yiwen Zhang

Heterogeneous graph neural networks (HGNNs) have demonstrated their superiority in exploiting auxiliary information for recommendation tasks. However, graphs constructed using meta-paths in HGNNs are usually too dense an…

Contrastive Learning

Multi-behavior Recommendation with SVD Graph Neural Networks

2023-09-13 · Shengxi Fu, Qianqian Ren, Xingfeng Lv, Jinbao Li

Graph Neural Networks (GNNs) have been extensively employed in the field of recommendation systems, offering users personalized recommendations and yielding remarkable outcomes. Recently, GNNs incorporating contrastive l…

Contrastive LearningRecommendation Systems