paper-with-me

Papers

Behavior Pattern Mining-based Multi-Behavior Recommendation

2024-08-22 · Haojie Li, Zhiyong Cheng, Xu Yu, Jinhuan Liu, Guanfeng Liu, Junwei Du

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 behaviors like purchases. Existing approaches to multi-behavior recommendations typically follow one of two strategies: some derive initial node representations from individual behavior subgraphs before integrating them for a comprehensive profile, while others interpret multi-behavior data as a heterogeneous graph, applying graph neural networks to achieve a unified node representation. However, these methods do not adequately explore the intricate patterns of behavior among users and items. To bridge this gap, we introduce a novel algorithm called Behavior Pattern mining-based Multi-behavior Recommendation (BPMR). Our method extensively investigates the diverse interaction patterns between users and items, utilizing these patterns as features for making recommendations. We employ a Bayesian approach to streamline the recommendation process, effectively circumventing the challenges posed by graph neural network algorithms, such as the inability to accurately capture user preferences due to over-smoothing. Our experimental evaluation on three real-world datasets demonstrates that BPMR significantly outperforms existing state-of-the-art algorithms, showing an average improvement of 268.29% in Recall@10 and 248.02% in NDCG@10 metrics. The code of our BPMR is openly accessible for use and further research at https://github.com/rookitkitlee/BPMR.

📄 PDF Abstract BibTeX arXiv:2408.12152

Code (1)

rookitkitlee/bpmr 공식 구현 pytorch

Tasks

Graph Neural NetworkRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Graph Meta Network for Multi-Behavior Recommendation

2021-10-08 · Lianghao Xia, Yong Xu, Chao Huang, Peng Dai 외

Modern recommender systems often embed users and items into low-dimensional latent representations, based on their observed interactions. In practical recommendation scenarios, users often exhibit various intents which d…

DiversityMeta-LearningRecommendation SystemsTAG

A Novel Behavior-Based Recommendation System for E-commerce

2024-03-27 · Reza Barzegar Nozari, Mahdi Divsalar, Sepehr Akbarzadeh Abkenar, Mohammadreza Fadavi Amiri 외

The majority of existing recommender systems rely on user ratings, which are limited by the lack of user collaboration and the sparsity problem. To address these issues, this study proposes a behavior-based recommender s…

ClusteringRecommendation Systems

Personalized Behavior-Aware Transformer for Multi-Behavior Sequential Recommendation

2024-02-22 · Jiajie Su, Chaochao Chen, Zibin Lin, Xi Li 외

Sequential Recommendation (SR) captures users' dynamic preferences by modeling how users transit among items. However, SR models that utilize only single type of behavior interaction data encounter performance degradatio…

Sequential Recommendation

Behavioral Petri Net Mining and Automated Analysis for Human-Computer Interaction Recommendations in Multi-Application Environments

2019-02-23 · Julian Theis, Houshang Darabi

Process Mining is a famous technique which is frequently applied to Software Development Processes, while being neglected in Human-Computer Interaction (HCI) recommendation applications. Organizations usually train emplo…

Micro-Behavior Encoding for Session-based Recommendation

2022-04-05 · Jiahao Yuan, Wendi Ji, Dell Zhang, Jinwei Pan 외

Session-based Recommendation (SR) aims to predict the next item for recommendation based on previously recorded sessions of user interaction. The majority of existing approaches to SR focus on modeling the transition pat…

Graph Neural NetworkSession-Based Recommendations