论文标题
BASCONV:与图形卷积神经网络推荐篮子的异质相互作用
BasConv: Aggregating Heterogeneous Interactions for Basket Recommendation with Graph Convolutional Neural Network
论文作者
论文摘要
贝斯特建议在用户的意图很重要的情况下减少了用户的探索时间。购物篮的意图可以从用户项目协作过滤信号和多项目相关性中检索出来。通过定义一个篮子实体来表示篮子意图,我们可以将此问题建模为用户 - 贝斯特 - 项目(UBI)图中的篮子项目链接预测任务。以前的工作通过同时利用用户项目交互和项目 - 项目交互来解决问题。但是,几乎没有研究集体和异质性特征。集体性定义了每个节点的语义,这些语义应直接和间接连接的邻居汇总。异质性来自UBI图中的多类型相互作用以及多类型节点。为此,我们提出了一个名为\ textbf {basconv}的新框架,该框架基于图形卷积神经网络。我们的BASCONV模型具有专门为三种节点设计的三种类型的聚合器。他们共同从邻里和高级环境中学习节点嵌入。此外,聚合器中的交互层可以区分不同类型的相互作用。在两个现实世界数据集上进行了广泛的实验证明了BASCONV的有效性。我们的代码可在线网上在https://github.com/jimliu96/basconv上获得。
Within-basket recommendation reduces the exploration time of users, where the user's intention of the basket matters. The intent of a shopping basket can be retrieved from both user-item collaborative filtering signals and multi-item correlations. By defining a basket entity to represent the basket intent, we can model this problem as a basket-item link prediction task in the User-Basket-Item~(UBI) graph. Previous work solves the problem by leveraging user-item interactions and item-item interactions simultaneously. However, collectivity and heterogeneity characteristics are hardly investigated before. Collectivity defines the semantics of each node which should be aggregated from both directly and indirectly connected neighbors. Heterogeneity comes from multi-type interactions as well as multi-type nodes in the UBI graph. To this end, we propose a new framework named \textbf{BasConv}, which is based on the graph convolutional neural network. Our BasConv model has three types of aggregators specifically designed for three types of nodes. They collectively learn node embeddings from both neighborhood and high-order context. Additionally, the interactive layers in the aggregators can distinguish different types of interactions. Extensive experiments on two real-world datasets prove the effectiveness of BasConv. Our code is available online at https://github.com/JimLiu96/basConv.