Graph Collaborative Filtering Model Combining Time Factor and Attention Mechanism
Abstract
Recently, with the triumph of deep learning, attention mechanism, and graph convolutional networks in their respective fields, using new representation learning techniques or introducing auxiliary information to improve the representation ability of embedding has become the core content of the recommendation algorithm research. Generally, most existing GNN-based recommendation methods recursively propagate embedding information on the graph structure and capture collaborative signals by exploring the high-level connectivity between users and items. Despite the great success, those methods do not consider the influence of temporal context on user preferences embedding information propagation, nor do they distinguish the contribution of different neighbor node information to the target node. In order to address the two problems, we propose a graph collaborative filtering model TAGCF combing time factors and attention based on the existing method. The model uses the time factor to integrate temporal information into the process of embedding information propagation and uses the attention mechanism to distinguish the influence of embedding information from different neighbors. The effectiveness of TAGCF, time information, and attention mechanism are verified through comparative experiments with multiple baseline methods on the two recommendation system datasets, MovieLens and Amazon-books.
Cite
Text
Zuo et al. "Graph Collaborative Filtering Model Combining Time Factor and Attention Mechanism." Journal of Artificial Intelligence Research, 2025. doi:10.1613/JAIR.1.18696Markdown
[Zuo et al. "Graph Collaborative Filtering Model Combining Time Factor and Attention Mechanism." Journal of Artificial Intelligence Research, 2025.](https://mlanthology.org/jair/2025/zuo2025jair-graph/) doi:10.1613/JAIR.1.18696BibTeX
@article{zuo2025jair-graph,
title = {{Graph Collaborative Filtering Model Combining Time Factor and Attention Mechanism}},
author = {Zuo, Xianglin and He, Xin and Jia, Tianhao and Wang, Ying},
journal = {Journal of Artificial Intelligence Research},
year = {2025},
doi = {10.1613/JAIR.1.18696},
volume = {84},
url = {https://mlanthology.org/jair/2025/zuo2025jair-graph/}
}