paper-with-me

Papers

SR-HetGNN:Session-based Recommendation with Heterogeneous Graph Neural Network

2021-08-12 · Jinpeng Chen, Haiyang Li, Xudong Zhang, Fan Zhang, Senzhang Wang, Kaimin Wei, Jiaqi Ji

The Session-Based Recommendation System aims to predict the user's next click based on their previous session sequence. The current studies generally learn user preferences according to the transitions of items in the user's session sequence. However, other effective information in the session sequence, such as user profiles, are largely ignored which may lead to the model unable to learn the user's specific preferences. In this paper, we propose SR-HetGNN, a novel session recommendation method that uses a heterogeneous graph neural network (HetGNN) to learn session embeddings and capture the specific preferences of anonymous users. Specifically, SR-HetGNN first constructs heterogeneous graphs containing various types of nodes according to the session sequence, which can capture the dependencies among items, users, and sessions. Second, HetGNN captures the complex transitions between items and learns the item embeddings containing user information. Finally, local and global session embeddings are combined with the attentional network to obtain the final session embedding, considering the influence of users' long and short-term preferences. SR-HetGNN is shown to be superior to the existing state-of-the-art session-based recommendation methods through extensive experiments over two real large datasets Diginetica and Tmall.

📄 PDF Abstract BibTeX arXiv:2108.05641

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Designing Heterogeneous GNNs with Desired Permutation Properties for Wireless Resource Allocation

2022-03-08 · Jianyu Zhao, Chenyang Yang, Tingting Liu

Graph neural networks (GNNs) have been designed for learning a variety of wireless policies, i.e., the mappings from environment parameters to decision variables, thanks to their superior performance, and the potential i…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

MTHetGNN: A Heterogeneous Graph Embedding Framework for Multivariate Time Series Forecasting

2020-08-19 · Yueyang Wang, Ziheng Duan, Yida Huang, Haoyan Xu 외

Multivariate time series forecasting, which analyzes historical time series to predict future trends, can effectively help decision-making. Complex relations among variables in MTS, including static, dynamic, predictable…

Decision MakingGraph EmbeddingMultivariate Time Series ForecastingTime Series+2

Heterogeneous Global Graph Neural Networks for Personalized Session-based Recommendation

2021-07-08 · Yitong Pang, Lingfei Wu, Qi Shen, Yiming Zhang 외

Predicting the next interaction of a short-term interaction session is a challenging task in session-based recommendation. Almost all existing works rely on item transition patterns, and neglect the impact of user histor…

Graph Neural NetworkSession-Based Recommendations

Heterogeneous Graph Neural Network with Multi-view Representation Learning

2021-08-31 · Zezhi Shao, Yongjun Xu, Wei Wei, Fei Wang 외

Graph neural networks for heterogeneous graph embedding is to project nodes into a low-dimensional space by exploring the heterogeneity and semantics of the heterogeneous graph. However, on the one hand, most of existing…

Graph EmbeddingGraph Neural NetworkLink PredictionNode Classification+2

Heterogeneous Information Crossing on Graphs for Session-based Recommender Systems

2022-10-24 · Xiaolin Zheng, Rui Wu, Zhongxuan Han, Chaochao Chen 외

Recommender systems are fundamental information filtering techniques to recommend content or items that meet users' personalities and potential needs. As a crucial solution to address the difficulty of user identificatio…

Contrastive LearningRecommendation SystemsUser Identification