Abstract
Graph neural network (GNN) based algorithms have achieved superior performance in recommendation tasks due to their advanced capability of exploiting high-order connectivity between users and items. However, most existing GNN-based recommendation models ignore the dynamic evolution of nodes, where users will continuously interact with items over time, resulting in rapid changes in the environment (e.g., neighbor and structure). Moreover, the heuristic normalization of embeddings in dynamic recommendation is de-coupled with the model learning process, making the whole system suboptimal. In this paper, we propose a novel framework for generating satisfying recommendations in dynamic environments, called Dynamic Graph Evolution Learning (DGEL). First, we design three efficient real-time update learning methods for nodes from the perspectives of inherent interaction potential, time-decay neighbor augmentation, and symbiotic local structure learning. Second, we construct the re-scaling enhancement networks for dynamic embeddings to adaptively and automatically bridge the normalization process with model learning. Third, we leverage the interaction matching task and the future prediction task together for joint training to further improve performance. Extensive experiments on three real-world datasets demonstrate the effectiveness and improvements of our proposed DGEL. The code is available at https://github.com/henrictang/DGEL. Copyright © 2023 held by the owner/author(s). Publication rights licensed to ACM.
Original language | English |
---|---|
Title of host publication | Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval |
Place of Publication | New York |
Publisher | Association for Computing Machinery |
Pages | 1589-1598 |
ISBN (Electronic) | 9781450394086 |
DOIs | |
Publication status | Published - Jul 2023 |
Citation
Tang, H., Wu, S., Xu, G., & Li, Q. (2023). Dynamic graph evolution learning for recommendation. In Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval (pp. 1589-1598). Association for Computing Machinery. https://doi.org/10.1145/3539618.3591674Keywords
- Dynamic recommendation
- Node evolution
- Representation learning
- Graph Neural Network