Zhang Chenyan, Xue Shan, Li Jing, Wu Jia, Du Bo, Liu Donghua, Chang Jun
School of Computer Science, Wuhan University, Wuhan 430072, China.
CSIRO'Data61, Sydney, NSW 2122, Australia.
Neural Netw. 2023 Jan;157:90-102. doi: 10.1016/j.neunet.2022.10.001. Epub 2022 Oct 14.
Graph neural networks (GNNs) have achieved remarkable performance in personalized recommendation, for their powerful data representation capabilities. However, these methods still face several challenging problems: (1) the majority of user-item interaction graphs only utilize the interaction information, which cannot reflect the users' specific preferences for different aspects, making it difficult to capture user preferences in a fine-grained manner. (2) there is no effective way to integrate multi-aspect preferences into a unified model to capture the comprehensive user interests. To address these challenges, we propose a Multi-Aspect enhanced Graph Neural Networks (MA-GNNs) model for item recommendation. Specifically, we learn the aspect-based sentiments from reviews and use them to construct multiple aspect-aware user-item graphs, thus giving the edge practical meaning. And aspect semantic features are introduced into the information aggregation process to adjust users' preferences for different items. Furthermore, we design a routing-based fusion mechanism, which adaptively allocates weights to different aspects to realize the dynamic fusion of aspect preferences. We conduct experiments on four publicly available datasets, and the experimental results show that the proposed MA-GNNs model outperforms state-of-the-art methods. Further analysis proves that fine-grained interest modeling can improve the interpretability of recommendations.
图神经网络(GNN)凭借其强大的数据表示能力,在个性化推荐方面取得了显著的性能。然而,这些方法仍然面临几个具有挑战性的问题:(1)大多数用户-物品交互图仅利用交互信息,无法反映用户对不同方面的特定偏好,难以细粒度地捕捉用户偏好。(2)没有有效的方法将多方面偏好整合到统一模型中以捕捉用户的综合兴趣。为应对这些挑战,我们提出了一种用于物品推荐的多方面增强图神经网络(MA-GNN)模型。具体而言,我们从评论中学习基于方面的情感,并利用它们构建多个方面感知的用户-物品图,从而赋予边实际意义。并且将方面语义特征引入信息聚合过程,以调整用户对不同物品的偏好。此外,我们设计了一种基于路由的融合机制,该机制自适应地为不同方面分配权重,以实现方面偏好的动态融合。我们在四个公开可用数据集上进行了实验,实验结果表明,所提出的MA-GNN模型优于现有方法。进一步的分析证明,细粒度兴趣建模可以提高推荐的可解释性。