paper-with-me

Papers

Learning Graph ODE for Continuous-Time Sequential Recommendation

2023-04-14 · Yifang Qin, Wei Ju, Hongjun Wu, Xiao Luo, Ming Zhang

Sequential recommendation aims at understanding user preference by capturing successive behavior correlations, which are usually represented as the item purchasing sequences based on their past interactions. Existing efforts generally predict the next item via modeling the sequential patterns. Despite effectiveness, there exist two natural deficiencies: (i) user preference is dynamic in nature, and the evolution of collaborative signals is often ignored; and (ii) the observed interactions are often irregularly-sampled, while existing methods model item transitions assuming uniform intervals. Thus, how to effectively model and predict the underlying dynamics for user preference becomes a critical research problem. To tackle the above challenges, in this paper, we focus on continuous-time sequential recommendation and propose a principled graph ordinary differential equation framework named GDERec. Technically, GDERec is characterized by an autoregressive graph ordinary differential equation consisting of two components, which are parameterized by two tailored graph neural networks (GNNs) respectively to capture user preference from the perspective of hybrid dynamical systems. The two customized GNNs are trained alternately in an autoregressive manner to track the evolution of the underlying system from irregular observations, and thus learn effective representations of users and items beneficial to the sequential recommendation. Extensive experiments on five benchmark datasets demonstrate the superiority of our model over various state-of-the-art recommendation methods.

📄 PDF Abstract BibTeX arXiv:2304.07042

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Continuous-Time Sequential Recommendation with Temporal Graph Collaborative Transformer

2021-08-14 · Ziwei Fan, Zhiwei Liu, Jiawei Zhang, Yun Xiong 외

In order to model the evolution of user preference, we should learn user/item embeddings based on time-ordered item purchasing sequences, which is defined as Sequential Recommendation (SR) problem. Existing methods lever…

Sequential Recommendation

Long Short-Term Preference Modeling for Continuous-Time Sequential Recommendation

2022-08-01 · Huixuan Chi, Hao Xu, Hao Fu, Mengya Liu 외

Modeling the evolution of user preference is essential in recommender systems. Recently, dynamic graph-based methods have been studied and achieved SOTA for recommendation, majority of which focus on user's stable long-t…

Recommendation SystemsSequential Recommendation

SS4Rec: Continuous-Time Sequential Recommendation with State Space Models

2025-02-12 · Wei Xiao, Huiying Wang, Qifeng Zhou

Sequential recommendation is a key area in the field of recommendation systems aiming to model user interest based on historical interaction sequences with irregular intervals. While previous recurrent neural network-bas…

Recommendation SystemsSequential RecommendationState Space Models

Learning Dual Dynamic Representations on Time-Sliced User-Item Interaction Graphs for Sequential Recommendation

2021-09-24 · Zeyuan Chen, Wei zhang, Junchi Yan, Gang Wang 외

Sequential Recommendation aims to recommend items that a target user will interact with in the near future based on the historically interacted items. While modeling temporal dynamics is crucial for sequential recommenda…

Representation LearningSequential Recommendation

Position-enhanced and Time-aware Graph Convolutional Network for Sequential Recommendations

2021-07-12 · Liwei Huang, Yutao Ma, Yanbo Liu, Bohong 외

Most of the existing deep learning-based sequential recommendation approaches utilize the recurrent neural network architecture or self-attention to model the sequential patterns and temporal influence among a user's his…

PositionSequential Recommendation