English

Edge-Enhanced Global Disentangled Graph Neural Network for Sequential Recommendation

Information Retrieval 2021-11-24 v2 Machine Learning

Abstract

Sequential recommendation has been a widely popular topic of recommender systems. Existing works have contributed to enhancing the prediction ability of sequential recommendation systems based on various methods, such as recurrent networks and self-attention mechanisms. However, they fail to discover and distinguish various relationships between items, which could be underlying factors which motivate user behaviors. In this paper, we propose an Edge-Enhanced Global Disentangled Graph Neural Network (EGD-GNN) model to capture the relation information between items for global item representation and local user intention learning. At the global level, we build a global-link graph over all sequences to model item relationships. Then a channel-aware disentangled learning layer is designed to decompose edge information into different channels, which can be aggregated to represent the target item from its neighbors. At the local level, we apply a variational auto-encoder framework to learn user intention over the current sequence. We evaluate our proposed method on three real-world datasets. Experimental results show that our model can get a crucial improvement over state-of-the-art baselines and is able to distinguish item features.

Keywords

Cite

@article{arxiv.2111.10539,
  title  = {Edge-Enhanced Global Disentangled Graph Neural Network for Sequential Recommendation},
  author = {Yunyi Li and Pengpeng Zhao and Guanfeng Liu and Yanchi Liu and Victor S. Sheng and Jiajie Xu and Xiaofang Zhou},
  journal= {arXiv preprint arXiv:2111.10539},
  year   = {2021}
}

Comments

13 pages, 7 figures, 5 tables. Submitted to ICDE 2022

R2 v1 2026-06-24T07:45:41.459Z