paper-with-me

Papers

Sequential Recommendation with Graph Neural Networks

2021-06-27 · Jianxin Chang, Chen Gao, Yu Zheng, Yiqun Hui, Yanan Niu, Yang song, Depeng Jin, Yong Li

Sequential recommendation aims to leverage users' historical behaviors to predict their next interaction. Existing works have not yet addressed two main challenges in sequential recommendation. First, user behaviors in their rich historical sequences are often implicit and noisy preference signals, they cannot sufficiently reflect users' actual preferences. In addition, users' dynamic preferences often change rapidly over time, and hence it is difficult to capture user patterns in their historical sequences. In this work, we propose a graph neural network model called SURGE (short for SeqUential Recommendation with Graph neural nEtworks) to address these two issues. Specifically, SURGE integrates different types of preferences in long-term user behaviors into clusters in the graph by re-constructing loose item sequences into tight item-item interest graphs based on metric learning. This helps explicitly distinguish users' core interests, by forming dense clusters in the interest graph. Then, we perform cluster-aware and query-aware graph convolutional propagation and graph pooling on the constructed graph. It dynamically fuses and extracts users' current activated core interests from noisy user behavior sequences. We conduct extensive experiments on both public and proprietary industrial datasets. Experimental results demonstrate significant performance gains of our proposed method compared to state-of-the-art methods. Further studies on sequence length confirm that our method can model long behavioral sequences effectively and efficiently.

📄 PDF Abstract BibTeX arXiv:2106.14226

Code (1)

tsinghua-fib-lab/SIGIR21-SURGE tf

Tasks

Graph Neural NetworkMetric LearningSequential Recommendation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

DisenPOI: Disentangling Sequential and Geographical Influence for Point-of-Interest Recommendation

2022-10-29 · Yifang Qin, Yifan Wang, Fang Sun, Wei Ju 외

Point-of-Interest (POI) recommendation plays a vital role in various location-aware services. It has been observed that POI recommendation is driven by both sequential and geographical influences. However, since there is…

Contrastive LearningDisentanglement

Leveraging Two Types of Global Graph for Sequential Fashion Recommendation

2021-05-17 · Yujuan Ding, Yunshan Ma, Wai Keung Wong, Tat-Seng Chua

Sequential fashion recommendation is of great significance in online fashion shopping, which accounts for an increasing portion of either fashion retailing or online e-commerce. The key to building an effective sequentia…

Vocal Bursts Valence Prediction

Enhancing Sequential Recommendation with Graph Contrastive Learning

2022-05-30 · Yixin Zhang, Yong liu, Yonghui Xu, Hao Xiong 외

The sequential recommendation systems capture users' dynamic behavior patterns to predict their next interaction behaviors. Most existing sequential recommendation methods only exploit the local context information of an…

Auxiliary LearningContrastive LearningRecommendation SystemsSequential Recommendation

Dynamic Graph Neural Networks for Sequential Recommendation

2021-04-15 · Mengqi Zhang, Shu Wu, Xueli Yu, Qiang Liu 외

Modeling user preference from his historical sequences is one of the core problems of sequential recommendation. Existing methods in this field are widely distributed from conventional methods to deep learning methods. H…

Graph AttentionGraph Neural NetworkLink PredictionSequential Recommendation

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