paper-with-me

홈 › Papers

Multi-Behavior Recommendation with Cascading Graph Convolution Networks

2023-03-28 · Zhiyong Cheng, Sai Han, Fan Liu, Lei Zhu, Zan Gao, Yuxin Peng

Multi-behavior recommendation, which exploits auxiliary behaviors (e.g., click and cart) to help predict users' potential interactions on the target behavior (e.g., buy), is regarded as an effective way to alleviate the data sparsity or cold-start issues in recommendation. Multi-behaviors are often taken in certain orders in real-world applications (e.g., click>cart>buy). In a behavior chain, a latter behavior usually exhibits a stronger signal of user preference than the former one does. Most existing multi-behavior models fail to capture such dependencies in a behavior chain for embedding learning. In this work, we propose a novel multi-behavior recommendation model with cascading graph convolution networks (named MB-CGCN). In MB-CGCN, the embeddings learned from one behavior are used as the input features for the next behavior's embedding learning after a feature transformation operation. In this way, our model explicitly utilizes the behavior dependencies in embedding learning. Experiments on two benchmark datasets demonstrate the effectiveness of our model on exploiting multi-behavior data. It outperforms the best baseline by 33.7% and 35.9% on average over the two datasets in terms of Recall@10 and NDCG@10, respectively.

📄 PDF Abstract BibTeX arXiv:2303.15720

Code (1)

SS-00-SS/MBCGCN 공식 구현 tf

Methods 이 논문이 사용한 방법론

fail 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Cascading Residual Graph Convolutional Network for Multi-Behavior Recommendation

2022-05-26 · Mingshi Yan, Zhiyong Cheng, Chen Gao, Jing Sun 외

Multi-behavior recommendation exploits multiple types of user-item interactions to alleviate the data sparsity problem faced by the traditional models that often utilize only one type of interaction for recommendation. I…

Multi-Task Learning

Personalized Ranking on Cascading Behavior Graphs for Accurate Multi-Behavior Recommendation

2025-02-17 · Geonwoo Ko, Minseo Jeon, Jinhong Jung

Multi-behavior recommendation predicts items a user may purchase by analyzing diverse behaviors like viewing, adding to a cart, and purchasing. Existing methods fall into two categories: representation learning and graph…

Graph RankingRepresentation Learning

HEC-GCN: Hypergraph Enhanced Cascading Graph Convolution Network for Multi-Behavior Recommendation

2024-12-19 · Yabo Yin, Xiaofei Zhu, Wenshan Wang, Yihao Zhang 외

Multi-behavior recommendation (MBR) has garnered growing attention recently due to its ability to mitigate the sparsity issue by inferring user preferences from various auxiliary behaviors to improve predictions for the …

Cascading: Association Augmented Sequential Recommendation

2019-10-17 · Xu Chen, Kenan Cui, Ya zhang, Yan-Feng Wang

Recently, recommendation according to sequential user behaviors has shown promising results in many application scenarios. Generally speaking, real-world sequential user behaviors usually reflect a hybrid of sequential i…

Graph EmbeddingSequential Recommendation

Learning to Recommend with Multiple Cascading Behaviors

2018-09-21 · Chen Gao, Xiangnan He, Dahua Gan, Xiangning Chen 외

Most existing recommender systems leverage user behavior data of one type only, such as the purchase behavior in E-commerce that is directly related to the business KPI (Key Performance Indicator) of conversion rate. Bes…

Multi-Task LearningRecommendation Systems