论文标题
部分可观测时空混沌系统的无模型预测
VRKG4Rec: Virtual Relational Knowledge Graphs for Recommendation
论文作者
论文摘要
将知识图作为侧面信息合并已成为推荐系统的新趋势。最近的研究将项目视为知识图的实体,并利用图形神经网络来协助项目编码,但通过单独考虑每个关系类型。但是,关系类型通常太多了,有时一种关系类型涉及太少的实体。我们认为,将所有关系类型用于项目编码不是有效或有效的。在本文中,我们提出了一个VRKG4REC模型(建议的虚拟关系知识图),该模型明确区分了不同关系对项目表示学习的影响。我们首先通过无监督的学习方案构建虚拟关系图(VRKG)。我们还设计了用于编码节点的局部加权平滑(LWS)机制,它仅根据其自身及其邻居的嵌入而更新节点嵌入,但不涉及其他训练参数。我们还将LWS机制在用户分配图上采用用户表示学习,该图表利用具有关系知识的项目的编码来帮助用户的培训表示。实验结果在两个公共数据集上验证,我们的VRKG4REC模型的表现优于最先进的方法。该实现可在https://github.com/lulu0913/vrkg4rec上获得。
Incorporating knowledge graph as side information has become a new trend in recommendation systems. Recent studies regard items as entities of a knowledge graph and leverage graph neural networks to assist item encoding, yet by considering each relation type individually. However, relation types are often too many and sometimes one relation type involves too few entities. We argue that it is not efficient nor effective to use every relation type for item encoding. In this paper, we propose a VRKG4Rec model (Virtual Relational Knowledge Graphs for Recommendation), which explicitly distinguish the influence of different relations for item representation learning. We first construct virtual relational graphs (VRKGs) by an unsupervised learning scheme. We also design a local weighted smoothing (LWS) mechanism for encoding nodes, which iteratively updates a node embedding only depending on the embedding of its own and its neighbors, but involve no additional training parameters. We also employ the LWS mechanism on a user-item bipartite graph for user representation learning, which utilizes encodings of items with relational knowledge to help training representations of users. Experiment results on two public datasets validate that our VRKG4Rec model outperforms the state-of-the-art methods. The implementations are available at https://github.com/lulu0913/VRKG4Rec.