paper-with-me

Papers

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 learning have demonstrated promising performance in handling the sparse data problem of recommendation systems. However, existing contrastive learning methods still have limitations in resisting noise interference, especially for multi-behavior recommendation. To mitigate the aforementioned issues, this paper proposes a GNN-based multi-behavior recommendation model called MB-SVD that utilizes Singular Value Decomposition (SVD) graphs to enhance model performance. In particular, MB-SVD considers user preferences across different behaviors, improving recommendation effectiveness. First, MB-SVD integrates the representation of users and items under different behaviors with learnable weight scores, which efficiently considers the influence of different behaviors. Then, MB-SVD generates augmented graph representation with global collaborative relations. Next, we simplify the contrastive learning framework by directly contrasting original representation with the enhanced representation using the InfoNCE loss. Through extensive experimentation, the remarkable performance of our proposed MB-SVD approach in multi-behavior recommendation endeavors across diverse real-world datasets is exhibited.

📄 PDF Abstract BibTeX arXiv:2309.06912

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Multi-behavior Graph Contextual Aware Network for Session-based Recommendation

2021-09-24 · Qi Shen, Lingfei Wu, Yitong Pang, Yiming Zhang 외

Predicting the next interaction of a short-term sequence is a challenging task in session-based recommendation (SBR).Multi-behavior session recommendation considers session sequence with multiple interaction types, such …

Session-Based Recommendations

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

Behavior Pattern Mining-based Multi-Behavior Recommendation

2024-08-22 · Haojie Li, Zhiyong Cheng, Xu Yu, Jinhuan Liu 외

Multi-behavior recommendation systems enhance effectiveness by leveraging auxiliary behaviors (such as page views and favorites) to address the limitations of traditional models that depend solely on sparse target behavi…

Graph Neural NetworkRecommendation Systems

Multi-Behavior Enhanced Recommendation with Cross-Interaction Collaborative Relation Modeling

2022-01-07 · Lianghao Xia, Chao Huang, Yong Xu, Peng Dai 외

Many previous studies aim to augment collaborative filtering with deep neural network techniques, so as to achieve better recommendation performance. However, most existing deep learning-based recommender systems are des…

Collaborative FilteringRecommendation SystemsRelation

MB-HGCN: A Hierarchical Graph Convolutional Network for Multi-behavior Recommendation

2023-06-19 · Mingshi Yan, Zhiyong Cheng, Jing Sun, Fuming Sun 외

Collaborative filtering-based recommender systems that rely on a single type of behavior often encounter serious sparsity issues in real-world applications, leading to unsatisfactory performance. Multi-behavior Recommend…

Collaborative FilteringMulti-Task LearningRecommendation Systems