CN111611472A - A method and system for bundle recommendation based on graph convolutional neural network - Google Patents

A method and system for bundle recommendation based on graph convolutional neural network Download PDF

Info

Publication number
CN111611472A
CN111611472A CN202010244341.9A CN202010244341A CN111611472A CN 111611472 A CN111611472 A CN 111611472A CN 202010244341 A CN202010244341 A CN 202010244341A CN 111611472 A CN111611472 A CN 111611472A
Authority
CN
China
Prior art keywords
user
binding
item
interaction data
propagation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010244341.9A
Other languages
Chinese (zh)
Other versions
CN111611472B (en
Inventor
李勇
常健新
高宸
金德鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tsinghua University
Original Assignee
Tsinghua University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tsinghua University filed Critical Tsinghua University
Priority to CN202010244341.9A priority Critical patent/CN111611472B/en
Publication of CN111611472A publication Critical patent/CN111611472A/en
Application granted granted Critical
Publication of CN111611472B publication Critical patent/CN111611472B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Business, Economics & Management (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Artificial Intelligence (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明实施例提供一种基于图卷积神经网络的捆绑推荐方法及系统。该方法包括:获取用户与捆绑历史交互数据、用户与物品历史交互数据和捆绑与物品从属关系数据;再输入至捆绑推荐模型中,得到捆绑推荐模型输出的用户与捆绑交互可能性推荐结果;其中所述捆绑推荐模型通过基于用户数据集合、捆绑数据集合和物品数据集合构建统一异构图,提取物品层级图卷积传播特征和捆绑层级图卷积传播特征之后进行联合预测及特征连接,并基于难负样本学习策略训练所得到的。本发明实施例通过将用户、捆绑和物品之间的交互关系和从属关系重构为图,并利用图神经网络的强大能力从复杂的拓扑结构和高阶连通性中学习三种关联实体表示,能达到更好的推荐性能。

Figure 202010244341

Embodiments of the present invention provide a method and system for bundling recommendation based on a graph convolutional neural network. The method includes: acquiring historical interaction data between users and bundling, historical interaction data between users and items, and affiliation data between bundling and items; and then inputting them into a bundling recommendation model to obtain a recommendation result of user-bundling interaction possibility output by the bundling recommendation model; wherein The bundled recommendation model constructs a unified heterogeneous graph based on the user data set, the bundled data set and the item data set, extracts the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature, and then performs joint prediction and feature connection. It is obtained by training the hard negative sample learning strategy. The embodiment of the present invention reconstructs the interaction and affiliation between users, bundles and items into graphs, and uses the powerful ability of graph neural networks to learn three kinds of associated entity representations from complex topological structures and high-order connectivity, can achieve better recommendation performance.

Figure 202010244341

Description

一种基于图卷积神经网络的捆绑推荐方法及系统A method and system for bundle recommendation based on graph convolutional neural network

技术领域technical field

本发明涉及捆绑推荐技术领域,尤其涉及一种基于图卷积神经网络的捆绑推荐方法及系统。The present invention relates to the technical field of bundling recommendation, and in particular, to a method and system for bundling recommendation based on a graph convolutional neural network.

背景技术Background technique

捆绑推荐的定义为旨在推荐供用户整体消费的一组捆绑物品,捆绑的物品在电子商务和内容平台上的盛行使捆绑推荐成为一项重要任务,不仅可以避免用户单调的选择来改善用户的体验,而且还可以通过扩展订单大小来增加业务销售额。由于一个捆绑由多个物品组成,因此捆绑的吸引力取决于捆绑内的物品,捆绑内每个物品的吸引力都受到捆绑包中一起显示的其他物品的影响。此外,用户需要对捆绑中的大多数物品感到满意,这意味着用户与捆绑之间的交互更为稀疏。The definition of bundled recommendation is to recommend a set of bundled items for the user’s overall consumption. The prevalence of bundled items on e-commerce and content platforms makes bundled recommendation an important task, which can not only avoid users’ monotonous choices and improve users’ experience. experience, but also increase business sales by expanding order size. Since a bundle consists of multiple items, the attractiveness of the bundle depends on the items within the bundle, and the attractiveness of each item within the bundle is affected by the other items displayed together in the bundle. Additionally, users need to be satisfied with most items in the bundle, which means that the interaction between the user and the bundle is more sparse.

而尽管捆绑策略目前在各种地方都得到了广泛使用,但是在解决捆绑推荐问题方面所做的工作很少。大多数现有工作都将物品推荐和捆绑推荐视为两个相对独立的任务,并通过共享模型参数或多任务框架将它们关联起来。列表推荐模型(LIRE)和嵌入分解机(EFM)在BPR框架下同时利用了用户与商品和捆绑商品的交互。捆绑BPR模型(BBPR)利用了先前通过物品BPR模型学习的参数。深度注意力多任务模型(DAM)以多任务的方式联合建模了用户-捆绑交互和用户-物品交互,将物品推荐任务的好处转移到捆绑推荐中,以减轻用户-捆绑交互的稀缺性。While bundling strategies are currently widely used in various places, little work has been done to solve the bundle recommendation problem. Most existing works treat item recommendation and bundle recommendation as two relatively independent tasks and associate them through shared model parameters or a multi-task framework. List Recommender Model (LIRE) and Embedding Factorization Machine (EFM) utilize both user interaction with items and bundled items under the BPR framework. The bundled BPR model (BBPR) leverages the parameters previously learned by the item BPR model. Deep Attention Multi-Task Model (DAM) jointly models user-bundle interaction and user-item interaction in a multi-task manner, transferring the benefits of item recommendation task to bundling recommendation to alleviate the scarcity of user-bundle interaction.

目前通常是采用如下几种方法:Currently, the following methods are usually used:

方案一,首先确定多个物品中的每一物品配对的相应共选得分,共选得分指明物品配对中两者都被用户选择的概率,基于共选得分确定多个物品之间的共选图。每个节点都代表一个物品,每条边与共选得分相关联,将物品捆绑问题转化为最大完全N子图优化问题。Option 1: First determine the corresponding co-selection score of each item pairing among the multiple items, the co-selection score indicates the probability that both items in the item pair are selected by the user, and determine the co-selection map among the multiple items based on the co-selection score. . Each node represents an item, and each edge is associated with a co-selection score, transforming the item bundling problem into a maximum complete N subgraph optimization problem.

方案二,通过用户当前感兴趣的物品所属类别或自身属性,计算其他物品与当前物品的相似性,将最相似的物品作为当前物品的补充作为捆绑,此后逐个补充与捆绑内物品相似的其他物品作为新的捆绑,将多个物品捆绑进行排名,从多个物品捆绑中选择一个物品捆绑,以便推荐给用户。Option 2: Calculate the similarity between other items and the current item based on the category or own attributes of the item that the user is currently interested in, and use the most similar item as a supplement to the current item as a bundle, and then supplement other items similar to the bundled items one by one. As a new bundle, multiple item bundles are ranked, and one item bundle is selected from multiple item bundles to recommend to users.

不难发现,上述方案存在如下局限:(1)参数共享的方法没有显式地建模用户,物品和捆绑之间的关系,并且多任务框架中损失层面上的结合很难平衡主要任务和辅助任务之间的权重;(2)现有工作仅考虑捆绑中物品之间的相关性来学习更好的物品表示以增强物品推荐任务。但是,捆绑作为推荐目标,它们之间的相似性更为重要却被忽略;(3)当用户与交互捆绑时,其决策心理未曾被考虑。在物品层面,即使用户喜欢捆绑中的大多数物品,但由于存在一个不喜欢的物品,用户可能会拒绝该捆绑。在捆绑层面,对于两个高度相似的捆绑,影响用户最终选择的关键是它们的不重叠部分。It is not difficult to find that the above schemes have the following limitations: (1) The method of parameter sharing does not explicitly model the relationship between users, items and bundles, and the combination at the loss level in the multi-task framework is difficult to balance the main task and auxiliary weights between tasks; (2) Existing works only consider correlations between items in bundles to learn better item representations to enhance item recommendation tasks. However, when bundling is a recommendation target, the similarity between them is more important and ignored; (3) When users are tied to interactions, their decision-making psychology has not been considered. At the item level, even if the user likes most of the items in the bundle, the user may reject the bundle due to one disliked item. At the bundle level, for two highly similar bundles, the key to influencing the final choice of users is their non-overlapping parts.

发明内容SUMMARY OF THE INVENTION

本发明实施例提供一种基于图卷积神经网络的捆绑推荐方法及系统,用以解决现有技术中进行捆绑推荐时无法平衡用户、捆绑和物品之间的权重关系,对应的决策参考关系不够全面,导致推荐结果不够准确和客观。Embodiments of the present invention provide a method and system for bundling recommendation based on a graph convolutional neural network, so as to solve the problem that the weight relationship between users, bundling and items cannot be balanced when performing bundling recommendation in the prior art, and the corresponding decision reference relationship is not enough Comprehensive, resulting in inaccurate and objective recommendation results.

第一方面,本发明实施例提供一种基于图卷积神经网络的捆绑推荐方法,包括:In a first aspect, an embodiment of the present invention provides a method for bundling recommendation based on a graph convolutional neural network, including:

获取用户与捆绑历史交互数据、用户与物品历史交互数据和捆绑与物品从属关系数据;Obtain the historical interaction data between the user and the bundle, the historical interaction data between the user and the item, and the affiliation data between the bundle and the item;

将所述用户与捆绑历史交互数据、所述用户与物品历史交互数据和所述捆绑与物品从属关系数据输入至预先训练好的捆绑推荐模型中,得到所述捆绑推荐模型输出的用户-捆绑交互可能性推荐结果;其中所述捆绑推荐模型基于用户与捆绑交互数据集合、捆绑与物品交互数据集合和用户与物品交互数据集合构建统一异构图,提取物品层级图卷积传播特征和捆绑层级图卷积传播特征之后进行联合预测及特征连接,并基于难负样本学习策略训练所得到的。Input the user and bundling historical interaction data, the user and item historical interaction data, and the bundling and item affiliation data into the pre-trained bundling recommendation model to obtain the user-bundling interaction output by the bundling recommendation model Likelihood recommendation results; wherein the bundled recommendation model constructs a unified heterogeneous graph based on the user-bundling interaction data set, the bundle-item interaction data set, and the user-item interaction data set, and extracts the convolution propagation features of the item-level graph and the bundle-level graph After convolutional propagation of features, joint prediction and feature connection are performed, and they are obtained by training a learning strategy based on hard negative samples.

优选地,所述捆绑推荐模型,通过以下步骤获得:Preferably, the bundled recommendation model is obtained through the following steps:

获取所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合,基于所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合构建所述统一异构图;Obtain the user-bundle interaction data set, the bundle-item interaction data set, and the user-item interaction data set, based on the user-bundle interaction data set, the bundle-item interaction data set, and the user constructing the unified heterogeneous graph with the item interaction data set;

基于所述统一异构图,提取所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征;extracting the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature based on the unified heterogeneous graph;

将所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征进行所有层的嵌入连接,获得物品传播视角和捆绑传播视角的联合预测表达;The item-level graph convolutional propagation feature and the bundled-level graph convolutional propagation feature are embedded and connected in all layers to obtain a joint prediction expression of the item propagation perspective and the bundled propagation perspective;

采用基于捆绑场景下的所述难负样本学习策略对所述联合预测表达进行训练,得到所述捆绑推荐模型。The joint prediction expression is trained by using the hard-negative sample learning strategy based on the bundling scenario to obtain the bundling recommendation model.

优选地,所述获取所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合,基于所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合构建所述统一异构图,具体包括:Preferably, the acquisition of the user-bundling interaction data set, the binding-item interaction data set, and the user-item interaction data set is based on the user-bundling interaction data set, the binding-item interaction data The unified heterogeneous graph is constructed by the collection and the user-item interaction data collection, which specifically includes:

获取若干用户信息、若干捆绑信息和若干物品信息,分别定义所述若干用户信息与所述若干捆绑信息的交互数据为所述用户与捆绑交互数据集合、所述若干捆绑信息与所述若干物品信息的从属关系为所述捆绑与物品交互数据集合以及所述若干用户信息与所述若干物品信息的交互数据为所述用户与物品交互数据集合;Acquire a number of user information, a number of bundle information, and a number of item information, and define the interaction data of the several user information and the several bundle information as the user and bundle interaction data set, the several bundle information and the several item information. The affiliation is the bundle and the item interaction data collection and the interaction data between the several user information and the several item information is the user and item interaction data collection;

采用无向图表示所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合;其中,所述无向图包括节点和边,所述节点包括用户节点、捆绑节点和物品节点,所述边包括用户与捆绑交互边缘、用户与物品交互边缘和捆绑与物品从属边缘;An undirected graph is used to represent the user-bundle interaction data set, the bundle-item interaction data set, and the user-item interaction data set; wherein the undirected graph includes nodes and edges, and the nodes include user nodes , a bundle node and an item node, the edges include user-bundle interaction edges, user-item interaction edges, and bundle-item dependent edges;

对所述用户节点、所述捆绑节点和所述物品节点的输入采用独热编码进行编码,并压缩为密集实值向量。The inputs to the user node, the bundle node, and the item node are encoded using one-hot encoding and compressed into a dense real-valued vector.

优选地,所述基于所述统一异构图,提取所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征,具体包括:Preferably, extracting the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature based on the unified heterogeneous graph specifically includes:

基于所述密集实值向量构建用户和物品之间的嵌入传播,得到物品层级嵌入更新规则,由所述物品层级嵌入更新规则获得所述物品层级图卷积传播特征;Constructing embedding propagation between users and items based on the dense real-valued vector, obtaining an item-level embedding update rule, and obtaining the item-level graph convolution propagation feature from the item-level embedding update rule;

基于所述密集实值向量构建捆绑和用户之间的嵌入传播,得到捆绑层级嵌入更新规则,由所述捆绑层级嵌入更新规则获得所述捆绑层级图卷积传播特征。Embedding propagation between bundles and users is constructed based on the dense real-valued vector, and a bundle-level embedding update rule is obtained, and the bundle-level graph convolution propagation feature is obtained from the bundle-level embedding update rule.

优选地,所述将所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征进行所有层的嵌入连接,获得物品传播视角和捆绑传播视角的联合预测表达,具体包括:Preferably, the item-level graph convolutional propagation feature and the bundled-level graph convolutional propagation feature are embedded in all layers to obtain a joint prediction expression of the item propagation perspective and the bundle propagation perspective, specifically including:

将所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征进行若干次图卷积传播,获得若干个用户嵌入向量和若干个捆绑嵌入向量;Perform several graph convolution propagations on the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature to obtain several user embedding vectors and several bundled embedding vectors;

将所述若干个用户嵌入向量和所述若干个捆绑嵌入向量的所有层按照预设运算方式进行嵌入结合,得到所述联合预测表达。The joint prediction expression is obtained by embedding and combining the several user embedding vectors and all layers of the several bundled embedding vectors according to a preset operation mode.

优选地,所述采用基于捆绑场景下的难负样本学习策略对所述联合预测表达进行训练,得到所述捆绑推荐模型,具体包括:Preferably, the joint prediction expression is trained by adopting a learning strategy based on difficult and negative samples in a bundling scenario to obtain the bundled recommendation model, which specifically includes:

基于所述联合预测表达定义已观察用户捆绑交互数据和未观察用户捆绑交互数据,基于所述已观察用户捆绑交互数据和所述未观察用户捆绑交互数据构建具有负采样的成对训练数据;Define observed user binding interaction data and unobserved user binding interaction data based on the joint prediction expression, and construct paired training data with negative sampling based on the observed user binding interaction data and the unobserved user binding interaction data;

以预设目标函数作为模型训练目标,以及预设概率引入所述成对训练数据,基于所述难负样本学习策略进行训练,得到所述捆绑推荐模型。The paired training data is introduced with a preset objective function as a model training target and a preset probability, and the training is performed based on the hard-negative sample learning strategy to obtain the bundled recommendation model.

优选地,所述捆绑推荐模型的训练还包括设置若干模型超参数。Preferably, the training of the bundled recommendation model further includes setting several model hyperparameters.

第二方面,本发明实施例提供一种基于图卷积神经网络的捆绑推荐系统,包括:In a second aspect, an embodiment of the present invention provides a bundled recommendation system based on a graph convolutional neural network, including:

获取模块,用于获取用户与捆绑历史交互数据、用户与物品历史交互数据和捆绑与物品从属关系数据;The acquisition module is used to acquire the historical interaction data between the user and the bundle, the historical interaction data between the user and the item, and the affiliation data between the bundle and the item;

处理模块,用于将所述用户与捆绑历史交互数据、所述用户与物品历史交互数据和所述捆绑与物品从属关系数据输入至预先训练好的捆绑推荐模型中,得到所述捆绑推荐模型输出的用户与捆绑交互可能性推荐结果;其中所述捆绑推荐模型基于用户与捆绑交互数据集合、捆绑与物品交互数据集合和用户与物品交互数据集合构建统一异构图,提取物品层级图卷积传播特征和捆绑层级图卷积传播特征之后进行联合预测及特征连接,并基于难负样本学习策略训练所得到的。A processing module, configured to input the user and bundling historical interaction data, the user and item historical interaction data and the bundling and item affiliation data into the pre-trained bundling recommendation model, and obtain the output of the bundling recommendation model The recommendation result of user-bundling interaction possibility based on user-bundling interaction data set, bundle-item interaction data set, and user-item interaction data set constructs a unified heterogeneous graph, extracts item-level graph convolution propagation The features and bundled hierarchical graph convolutions propagate the features after joint prediction and feature connection, and are obtained by training based on the hard negative sample learning strategy.

第三方面,本发明实施例提供一种电子设备,包括:In a third aspect, an embodiment of the present invention provides an electronic device, including:

存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现任一项所述基于图卷积神经网络的捆绑推荐方法的步骤。A memory, a processor, and a computer program stored on the memory and executable on the processor, when the processor executes the program, the processor implements any one of the steps of the graph convolutional neural network-based bundle recommendation method.

第四方面,本发明实施例提供一种非暂态计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现任一项所述基于图卷积神经网络的捆绑推荐方法的步骤。In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements any one of the graph convolutional neural network-based bundle recommendations steps of the method.

本发明实施例提供的基于图卷积神经网络的捆绑推荐方法及系统,通过将用户、捆绑和物品之间的交互关系和从属关系重构为图,并利用图神经网络的强大能力从复杂的拓扑结构和高阶连通性中学习三种关联实体的表示,能达到更好的推荐性能。The method and system for bundling recommendation based on a graph convolutional neural network provided by the embodiments of the present invention reconstruct the interaction and subordination relationships among users, bundles and items into graphs, and utilize the powerful capabilities of graph neural networks from complex Learning representations of three associated entities in topology and higher-order connectivity can achieve better recommendation performance.

附图说明Description of drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the embodiments of the present invention or the technical solutions in the prior art more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments or the prior art. Obviously, the drawings in the following description are For some embodiments of the present invention, for those of ordinary skill in the art, other drawings can also be obtained according to these drawings without creative efforts.

图1为本发明实施例提供的一种基于图卷积神经网络的捆绑推荐方法流程图;1 is a flowchart of a method for bundling recommendation based on a graph convolutional neural network provided by an embodiment of the present invention;

图2为本发明实施例提供的捆绑推荐系统流程图;FIG. 2 is a flowchart of a bundling recommendation system provided by an embodiment of the present invention;

图3为本发明实施例提供的捆绑推荐问题定义示意图;FIG. 3 is a schematic diagram of the definition of a bundled recommendation problem provided by an embodiment of the present invention;

图4为本发明实施例提供的包含用户,物品和捆绑的统一异构图构建方式示意图;4 is a schematic diagram of a construction method of a unified heterogeneous graph including users, items, and bundles provided by an embodiment of the present invention;

图5为本发明实施例提供的基于物品层级图卷积传播的特征提取的过程示意图;5 is a schematic diagram of a process of feature extraction based on item-level graph convolution propagation provided by an embodiment of the present invention;

图6为本发明实施例提供的基于捆绑层级图卷积传播的特征提取的过程示意图;6 is a schematic diagram of a process of feature extraction based on bundled hierarchical graph convolution propagation provided by an embodiment of the present invention;

图7为本发明实施例提供的捆绑推荐场景下高阶连通性示意图;FIG. 7 is a schematic diagram of high-order connectivity in a bundling recommendation scenario provided by an embodiment of the present invention;

图8为本发明实施例提供的基于两种视角的联合预测过程示意图;8 is a schematic diagram of a joint prediction process based on two perspectives provided by an embodiment of the present invention;

图9为本发明实施例提供的捆绑场景下的难负采样过程示意图;9 is a schematic diagram of a difficult-to-negative sampling process in a bundling scenario provided by an embodiment of the present invention;

图10为本发明实施例提供的捆绑推荐系统实施案例流程图;FIG. 10 is a flowchart of an implementation case of a bundled recommendation system provided by an embodiment of the present invention;

图11为本发明实施例提供的一种基于图卷积神经网络的捆绑推荐系统结构图;11 is a structural diagram of a bundled recommendation system based on a graph convolutional neural network provided by an embodiment of the present invention;

图12为本发明实施例提供的电子设备的结构框图。FIG. 12 is a structural block diagram of an electronic device provided by an embodiment of the present invention.

具体实施方式Detailed ways

为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purposes, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments These are some embodiments of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.

为克服现有技术的局限性,本发明实施例的目标为基于用户对物品/捆绑的历史交互以及捆绑和物品的组成信息来推荐用户可能交互的捆绑。考虑电商平台或内容平台等场景下的捆绑推荐问题,提出了一种基于图卷积神经网络的捆绑推荐方法,通过将用户、捆绑和商品统一为异构图,显式地建模用户、捆绑和商品之间的交互和从属关系。基于在所构造的异构图上两个层级的图卷积传播,通过区分物品节点和捆绑节点之间的从属关系,来捕获用户与物品/捆绑之间的协同过滤信号,捆绑的语义以及捆绑之间的相似性。考虑到用户在选择捆绑时的谨慎态度,难负采样进一步编码了用户和捆绑的细粒度表示。In order to overcome the limitations of the prior art, the goal of the embodiments of the present invention is to recommend bundles that the user may interact with based on the user's historical interactions with items/bundles and the composition information of bundles and items. Considering the bundling recommendation problem in scenarios such as e-commerce platforms or content platforms, a bundling recommendation method based on graph convolutional neural networks is proposed. Interactions and affiliations between bundles and commodities. Based on two-level graph convolution propagation on the constructed heterogeneous graph, the collaborative filtering signals between users and items/bundles, the semantics of bundling, and bundling are captured by distinguishing the affiliation between item nodes and bundle nodes. similarity between. Considering the cautious attitude of users in choosing bundles, hard negative sampling further encodes fine-grained representations of users and bundles.

图1为本发明实施例提供的一种基于图卷积神经网络的捆绑推荐方法流程图,如图1所示,包括:FIG. 1 is a flowchart of a method for bundling recommendation based on a graph convolutional neural network provided by an embodiment of the present invention, as shown in FIG. 1 , including:

S1,获取用户与捆绑历史交互数据、用户与物品历史交互数据和捆绑与物品从属关系数据;S1, obtain the historical interaction data between the user and the bundling, the historical interaction data between the user and the item, and the affiliation data between the bundling and the item;

S2,将所述用户与捆绑历史交互数据、所述用户与物品历史交互数据和所述捆绑与物品从属关系数据输入至预先训练好的捆绑推荐模型中,得到所述捆绑推荐模型输出的用户与捆绑交互可能性推荐结果;其中所述捆绑推荐模型基于用户与捆绑交互数据集合、捆绑与物品交互数据集合和用户与物品交互数据集合构建统一异构图,提取物品层级图卷积传播特征和捆绑层级图卷积传播特征之后进行联合预测及特征连接,并基于难负样本学习策略训练所得到的。S2: Input the historical interaction data between the user and the bundling, the historical interaction data between the user and the item, and the affiliation data between the bundling and the item into the pre-trained bundling recommendation model, and obtain the user and the bundling recommendation model output. Binding interaction possibility recommendation result; wherein the bundling recommendation model constructs a unified heterogeneous graph based on the user-bundling interaction data set, the bundling-item interaction data set, and the user-item interaction data set, and extracts the convolution propagation features of the item-level graph and the bundling After the hierarchical graph convolution propagates features, joint prediction and feature connection are performed, and they are obtained by training the learning strategy based on hard negative samples.

具体地,首先获取到基于平台保存的数据,可以得到用户对物品和捆绑的历史交互记录和捆绑的构成信息,体现为用户-捆绑历史交互数据、用户-物品历史交互数据和捆绑-物品从属关系数据,如图2所示。此处,为了集成物品级别信息以提高捆绑包推荐的准确性,需要对三种重要的信息进行建模,使用

Figure BDA0002433574690000071
B和I表示用户,捆绑和物品的集合,并将用户-捆绑交互矩阵,用户-物品交互矩阵和捆绑-物品从属关系矩阵定义为XM×N={xub|u∈U,b∈B},YM×O={yui|u∈U,i∈I},以及ZN×O={zbi|b∈B,i∈I},每个条目都是一个二进制值。观察到的交互xub表示用户u曾经与捆绑b交互,观察到的交互yui意味着用户u曾经与物品i交互,如图3所示。类似地,条目zbi=1意味着捆绑b包含物品i。M,N和O分别表示用户数,捆绑数和商品数。Specifically, by first obtaining the data stored on the platform, the user's historical interaction records of items and bundling and the composition information of the bundling can be obtained, which are reflected in the user-bundling historical interaction data, the user-item historical interaction data, and the bundling-item affiliation. data, as shown in Figure 2. Here, in order to integrate item-level information to improve the accuracy of bundle recommendation, three important pieces of information need to be modeled, using
Figure BDA0002433574690000071
B and I represent the set of users, bundles and items, and define the user-bundle interaction matrix, user-item interaction matrix and bundle-item affiliation matrix as X M×N = {x ub |u∈U,b∈B }, Y M×O = {y ui |u∈U,i∈I}, and Z N×O ={z bi |b∈B,i∈I}, each entry is a binary value. The observed interaction x ub means that user u has ever interacted with bundle b, and the observed interaction y ui means that user u has ever interacted with item i, as shown in Figure 3. Similarly, the entry zbi = 1 means that bundle b contains item i. M, N and O represent the number of users, the number of bundles and the number of items, respectively.

因此,对平台内用户进行捆绑推荐的问题可以表示为如下形式,输入:用户-捆绑历史交互XM×N,用户-物品历史交互YM×O和捆绑-物品从属关系ZN×O;输出:捆绑推荐模型,用于估计用户u与捆绑b交互的可能性,即用户-捆绑交互可能性推荐结果。Therefore, the problem of bundling recommendation for users in the platform can be expressed as the following form, input: user-bundling history interaction X M×N , user-item historical interaction Y M×O and bundling-item affiliation Z N×O ; output : bundling recommendation model, which is used to estimate the possibility of user u interacting with bundle b, i.e. the user-bundling interaction possibility recommendation result.

本发明实施例通过将用户、捆绑和物品之间的交互关系和从属关系重构为图,并利用图神经网络的强大能力从复杂的拓扑结构和高阶连通性中学习三种关联实体的表示,能达到更好的推荐性能。The embodiment of the present invention reconstructs the interaction and affiliation between users, bundles and items into graphs, and utilizes the powerful ability of graph neural networks to learn the representations of three associated entities from complex topological structures and higher-order connectivity , can achieve better recommendation performance.

基于上述实施例,所述捆绑推荐模型,通过以下步骤获得:Based on the above embodiment, the bundled recommendation model is obtained through the following steps:

获取所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合,基于所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合构建所述统一异构图;Obtain the user-bundle interaction data set, the bundle-item interaction data set, and the user-item interaction data set, based on the user-bundle interaction data set, the bundle-item interaction data set, and the user constructing the unified heterogeneous graph with the item interaction data set;

基于所述统一异构图,提取所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征;extracting the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature based on the unified heterogeneous graph;

将所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征进行所有层的嵌入连接,获得物品传播视角和捆绑传播视角的联合预测表达;The item-level graph convolutional propagation feature and the bundled-level graph convolutional propagation feature are embedded and connected in all layers to obtain a joint prediction expression of the item propagation perspective and the bundled propagation perspective;

采用基于捆绑场景下的所述难负样本学习策略对所述联合预测表达进行训练,得到所述捆绑推荐模型。The joint prediction expression is trained by using the hard-negative sample learning strategy based on the bundling scenario to obtain the bundling recommendation model.

具体地,建立捆绑推荐模型,首先是统一建模用户,物品和捆绑复杂关系构造统一异构图,再分别基于物品层级进行图卷积传播来提取特征,以及基于捆绑层级进行图卷积传播来提取特征,然后基于物品和捆绑两种传播视角来进行预测,最后在进行基于捆绑场景下难负采样的模型训练。Specifically, to establish a bundled recommendation model, the first step is to uniformly model users, items, and complex relationships of bundles to construct a unified heterogeneous graph, then to extract features based on the item level graph convolution propagation, and to perform graph convolution propagation based on the bundle level. Extract features, then make predictions based on the two propagation perspectives of items and bundles, and finally perform model training based on difficult negative sampling in bundled scenarios.

基于上述任一实施例,所述获取所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合,基于所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合构建所述统一异构图,具体包括:Based on any of the foregoing embodiments, the acquiring the user-bundling interaction data set, the binding-item interaction data set, and the user-item interaction data set, based on the user-bundling interaction data set, the binding The unified heterogeneous graph is constructed by the interaction data set with the item and the user interaction data set with the item, which specifically includes:

获取若干用户信息、若干捆绑信息和若干物品信息,分别定义所述若干用户信息与所述若干捆绑信息的交互数据为所述用户与捆绑交互数据集合、所述若干捆绑信息与所述若干物品信息的从属关系为所述捆绑与物品交互数据集合以及所述若干用户信息与所述若干物品信息的交互数据为所述用户与物品交互数据集合;Acquire a number of user information, a number of bundle information, and a number of item information, and define the interaction data of the several user information and the several bundle information as the user and bundle interaction data set, the several bundle information and the several item information. The affiliation is the bundle and the item interaction data collection and the interaction data between the several user information and the several item information is the user and item interaction data collection;

采用无向图表示所述用户与捆绑交互数据集合、所述捆绑与物品交互数据集合和所述用户与物品交互数据集合;其中,所述无向图包括节点和边,所述节点包括用户节点、捆绑节点和物品节点,所述边包括用户与捆绑交互边缘、用户与物品交互边缘和捆绑与物品从属边缘;An undirected graph is used to represent the user-bundle interaction data set, the bundle-item interaction data set, and the user-item interaction data set; wherein the undirected graph includes nodes and edges, and the nodes include user nodes , a bundle node and an item node, the edges include user-bundle interaction edges, user-item interaction edges, and bundle-item dependent edges;

对所述用户节点、所述捆绑节点和所述物品节点的输入采用独热编码进行编码,并压缩为密集实值向量。The inputs to the user node, the bundle node, and the item node are encoded using one-hot encoding and compressed into a dense real-valued vector.

具体地,为了显式地建模用户,捆绑和物品之间的关系,首先构建统一的异构图。交互和从属关系数据可以由无向图G=(V,E)表示,其中节点

Figure BDA0002433574690000095
由用户节点
Figure BDA0002433574690000094
捆绑节点b∈B和物品节点i∈I组成,边E是由对应xub=1的用户-捆绑交互边缘(u,b),对应yui=1的用户-物品交互边缘(u,i)和对应zbi=1的捆绑-物品从属边缘(b,i)组成。用于统一建模用户,物品和捆绑复杂关系的异构图构造过程如图4所示。Specifically, to explicitly model the relationship between users, bundles and items, a unified heterogeneous graph is first constructed. Interaction and affiliation data can be represented by an undirected graph G=(V,E), where nodes
Figure BDA0002433574690000095
by user node
Figure BDA0002433574690000094
The bundle node b∈B and the item node i∈I are composed, and the edge E is composed of the user-bundle interaction edge (u,b) corresponding to x ub =1, and the user-item interaction edge (u,i) corresponding to y ui =1 and the bundle-item dependent edge (b, i) corresponding to z bi = 1. The heterogeneous graph construction process for unified modeling of complex relationships of users, items, and bundles is shown in Figure 4.

对于构造图上的用户,物品和捆绑节点,进一步采用独热编码对输入进行编码,然后将其压缩为密集的实值向量,如下所示:For users, items, and bundle nodes on the construction graph, the input is further encoded with one-hot encoding, which is then compressed into a dense real-valued vector as follows:

Figure BDA0002433574690000091
Figure BDA0002433574690000091

其中

Figure BDA0002433574690000092
表示用户u,物品i和捆绑b的独热特征向量。P,Q和R分别表示用户嵌入,物品嵌入和捆绑嵌入的矩阵。in
Figure BDA0002433574690000092
One-hot feature vector representing user u, item i and bundle b. P, Q and R denote the matrices of user embedding, item embedding and bundle embedding, respectively.

基于上述任一实施例,所述基于所述统一异构图,提取所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征,具体包括:Based on any of the foregoing embodiments, the extraction of the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature based on the unified heterogeneous graph specifically includes:

基于所述密集实值向量构建用户和物品之间的嵌入传播,得到物品层级嵌入更新规则,由所述物品层级嵌入更新规则获得所述物品层级图卷积传播特征;Constructing embedding propagation between users and items based on the dense real-valued vector, obtaining an item-level embedding update rule, and obtaining the item-level graph convolution propagation feature from the item-level embedding update rule;

基于所述密集实值向量构建捆绑和用户之间的嵌入传播,得到捆绑层级嵌入更新规则,由所述捆绑层级嵌入更新规则获得所述捆绑层级图卷积传播特征。Embedding propagation between bundles and users is constructed based on the dense real-valued vector, and a bundle-level embedding update rule is obtained, and the bundle-level graph convolution propagation feature is obtained from the bundle-level embedding update rule.

具体地,一方面,用户对捆绑中物品的偏好可以吸引用户对该捆绑的注意和兴趣。由于捆绑的物品通常经过精心设计,因此它们在功能上通常彼此兼容,并构成一些语义以影响用户的选择上下文。例如,带有床垫和床架的捆绑反映了卧室家居的含义,而带有西装和领带的捆绑则反映了职场着装的含义。Specifically, on the one hand, the user's preference for the items in the bundle can attract the user's attention and interest in the bundle. Since bundled items are often carefully designed, they are often functionally compatible with each other and constitute some semantics to influence the user's choice context. For example, bundles with mattresses and bed frames reflect what bedroom home means, while bundles with suits and ties reflect workplace attire.

为了捕获用户对物品的偏好和物品本身的特征,首先构建在用户和物品之间的嵌入传播。然后,从物品到捆绑的信息池化可以从物品层级捕获捆绑的语义信息。用户u,物品i和捆绑b的基于传播和池化的嵌入更新规则可以表述为:To capture the user's preference for items and the features of the item itself, an embedding propagation between users and items is first constructed. Then, information pooling from items to bundles can capture the semantic information of bundles from the item level. The propagation and pooling-based embedding update rules for user u, item i and bundle b can be formulated as:

Figure BDA0002433574690000093
Figure BDA0002433574690000093

Figure BDA0002433574690000101
Figure BDA0002433574690000101

Figure BDA0002433574690000102
Figure BDA0002433574690000102

Figure BDA0002433574690000103
Figure BDA0002433574690000103

其中W1是可学习的权重,b1是可学习的偏置,σ是非线性激活函数LeakyReLU。

Figure BDA0002433574690000104
分别表示用户u,物品i和捆绑b的邻居。聚合函数aggregate可以是诸如简单均值函数,带采样的均值函数,最大池化等函数等。通过这个特殊的传播机制,可以减轻捆绑数据稀疏性的影响,并自然提高模型处理的冷启动能力。基于物品层级图卷积传播的特征提取的过程如图5所示。where W 1 is a learnable weight, b 1 is a learnable bias, and σ is the nonlinear activation function LeakyReLU.
Figure BDA0002433574690000104
are the neighbors of user u, item i, and bundle b, respectively. Aggregate functions can be functions such as simple mean function, mean function with sampling, max pooling, etc. With this special propagation mechanism, the effects of bundled data sparsity can be mitigated and the cold-start capability of model processing can be naturally improved. The process of feature extraction based on item-level graph convolution propagation is shown in Figure 5.

另一方面,捆绑中物品之间的紧密关联使共享某些物品的两个捆绑非常相似。可以从它们共享多少物品来推断相似程度。例如,共享五个组件的电脑装机套装在性能上要比共享两个更接近,共享十个电影的电影列表在主题上比共享五个更接近。对于用户而言,通常可以同时考虑共享更多物品的捆绑。On the other hand, the close association between items in a bundle makes two bundles that share some items very similar. Similarity can be inferred from how many items they share. For example, a computer rig that shares five components is closer in performance than two, and a movie list that shares ten movies is closer thematically than five. For users, bundles that share more items can often be considered at the same time.

首先进行捆绑到用户的图卷积嵌入传播,以在捆绑级别学习用户的偏好。然后,执行用户到捆绑的嵌入传播以提取捆绑的整体属性。由于高度重叠的捆绑在吸引用户方面表现出相似的模式,将捆绑的重叠程度作为权重,在捆绑-物品-捆绑元路径上进行加权嵌入传播,以捕获捆绑之间的替代关系。捆绑级别的嵌入更新规则可以表述为:A bundle-to-user graph convolutional embedding propagation is first performed to learn user preferences at the bundle level. Then, user-to-bundle embedding propagation is performed to extract the bundle's overall properties. Since highly overlapping bundles exhibit similar patterns in attracting users, the weighted embedding propagation is performed on the bundle-item-bundle meta-path to capture the substitution relationship between bundles, using the degree of bundle overlap as a weight. The embedded update rules at the bundle level can be expressed as:

Figure BDA0002433574690000105
Figure BDA0002433574690000105

Figure BDA0002433574690000106
Figure BDA0002433574690000106

Figure BDA0002433574690000107
Figure BDA0002433574690000107

其中W2和b2分别是可训练变换矩阵和偏置。Ml表示捆绑-物品-捆绑元路径上捆绑b的邻居。βbb′表示归一化后捆绑之间的重叠程度。由相似的b表现出来的属性之间的传播有助于捆绑学习更好的表示,并进一步增强u和b之间的消息传递。基于捆绑层级图卷积传播的特征提取的过程如图6所示。where W 2 and b 2 are the trainable transformation matrix and bias, respectively. M l represents the neighbors of bundle b on the bundle-item-bundle meta-path. β bb′ represents the degree of overlap between bundles after normalization. Propagation between attributes manifested by similar b helps bundle learning of better representations and further enhances message passing between u and b. The process of feature extraction based on bundled hierarchical graph convolution propagation is shown in Figure 6.

基于上述任一实施例,所述将所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征进行所有层的嵌入连接,获得物品传播视角和捆绑传播视角的联合预测表达,具体包括:Based on any of the above embodiments, the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature are embedded and connected in all layers to obtain a joint prediction expression of the item propagation perspective and the bundle propagation perspective, specifically include:

将所述物品层级图卷积传播特征和所述捆绑层级图卷积传播特征进行若干次图卷积传播,获得若干个用户嵌入向量和若干个捆绑嵌入向量;Perform several graph convolution propagations on the item-level graph convolution propagation feature and the bundled-level graph convolution propagation feature to obtain several user embedding vectors and several bundled embedding vectors;

将所述若干个用户嵌入向量和所述若干个捆绑嵌入向量的所有层按照预设运算方式进行嵌入结合,得到所述联合预测表达。The joint prediction expression is obtained by embedding and combining the several user embedding vectors and all layers of the several bundled embedding vectors according to a preset operation mode.

具体地,由于期望利用图神经网络来学习用户-捆绑交互,用户-物品交互和物品-捆绑从属关系的高阶连通性。特别是此前从未被考虑过的从属关系的高阶连通性。例如,捆绑b1和捆绑b2共享物品i1,捆绑b2和捆绑b3共享物品i2,尽管捆绑b1和捆绑b3不共享任何物品,但它们在某种程度上是相似的,如图7所示。具体来说,迭代地进行L次图卷积传播,获得L个用户/捆绑的嵌入向量。并将所有层的嵌入结合起来,采用预设的运算方式,比如连接或求和等方式,以合并从不同深度的邻居接收到的信息进行预测。基于物品和捆绑两种传播视角的预测过程如图8所示。Specifically, due to the desire to utilize graph neural networks to learn higher-order connectivity of user-bundle interactions, user-item interactions, and item-bundle affiliations. In particular, higher-order connectivity of affiliations that have never been considered before. For example, bundle b 1 and bundle b 2 share item i 1 , bundle b 2 and bundle b 3 share item i 2 , although bundle b 1 and bundle b 3 do not share any item, they are similar to some extent, As shown in Figure 7. Specifically, the graph convolution propagation is iteratively performed L times to obtain L user/bundle embedding vectors. The embeddings of all layers are combined, and preset operations, such as concatenation or summation, are used to combine the information received from neighbors of different depths for prediction. The prediction process based on the two propagation perspectives of item and bundle is shown in Fig. 8.

Figure BDA0002433574690000111
Figure BDA0002433574690000111

Figure BDA0002433574690000112
Figure BDA0002433574690000112

Figure BDA0002433574690000113
Figure BDA0002433574690000113

Figure BDA0002433574690000114
Figure BDA0002433574690000114

由于分层级传播的特殊设计不仅可以区分统一异构图中任意两个节点之间是交互或从属关系,还能区分物品节点i属于捆绑节点b还是捆绑节点b属于物品节点i,所以需要在预测时同时考虑两个层级的信息。具体来说,通过用户和捆绑嵌入做出最终预测,比如简单的内积方式,并结合物品和捆绑两个层级的视角,比如简单的求和方式,举例如下:Because the special design of hierarchical propagation can not only distinguish the interaction or affiliation between any two nodes in the unified heterogeneous graph, but also distinguish whether the item node i belongs to the bundle node b or the bundle node b belongs to the item node i, so it is necessary to Both levels of information are taken into account when making predictions. Specifically, the final prediction is made through the user and bundle embeddings, such as a simple inner product method, and combining the two-level perspectives of item and bundle, such as a simple summation method, for example:

Figure BDA0002433574690000115
Figure BDA0002433574690000115

基于上述任一实施例,所述采用基于捆绑场景下的难负样本学习策略对所述联合预测表达进行训练,得到所述捆绑推荐模型,具体包括:Based on any of the above-mentioned embodiments, the use of the hard-negative sample learning strategy based on the bundling scenario to train the joint prediction expression to obtain the bundled recommendation model specifically includes:

基于所述联合预测表达定义已观察用户捆绑交互数据和未观察用户捆绑交互数据,基于所述已观察用户捆绑交互数据和所述未观察用户捆绑交互数据构建具有负采样的成对训练数据;Define observed user binding interaction data and unobserved user binding interaction data based on the joint prediction expression, and construct paired training data with negative sampling based on the observed user binding interaction data and the unobserved user binding interaction data;

以预设目标函数作为模型训练目标,以及预设概率引入所述成对训练数据,基于所述难负样本学习策略进行训练,得到所述捆绑推荐模型。The paired training data is introduced with a preset objective function as a model training target and a preset probability, and the training is performed based on the hard-negative sample learning strategy to obtain the bundled recommendation model.

具体地,由于捆绑包含更多的物品并具有更高的价格,因此用户在捆绑场景中决策或花钱时通常会非常小心,以避免不必要的风险。例如,即使用户喜欢捆绑中的大多数物品,但由于存在一个不喜欢的物品而可能拒绝该捆绑。此外,对于两个高度相似的捆绑,影响用户最终选择的关键是它们的不重叠部分。Specifically, since bundles contain more items and have higher prices, users generally take great care when making decisions or spending money in bundled scenarios to avoid unnecessary risks. For example, even though the user likes most of the items in the bundle, the bundle may be rejected due to one disliked item. Furthermore, for two highly similar bundles, the key to influencing the user's final choice is their non-overlapping parts.

为了优化模型,同时考虑用户在与捆绑交互时的决策,设计了基于捆绑场景下的难负样本的学习策略。首先采用成对学习的方式,该方式广泛应用于隐式推荐系统。然后在模型收敛之后,以一定的概率引入难负样本来进行更精细的训练。因此,将目标函数定义如下:In order to optimize the model and consider the user's decision when interacting with bundling, a learning strategy based on hard negative samples in bundling scenarios is designed. First, pair-wise learning is adopted, which is widely used in implicit recommender systems. Then, after the model converges, hard negative samples are introduced with a certain probability for finer training. Therefore, the objective function is defined as follows:

Figure BDA0002433574690000121
Figure BDA0002433574690000121

其中

Figure BDA0002433574690000122
表示具有负采样的成对训练数据。
Figure BDA0002433574690000123
Figure BDA0002433574690000124
分别表示观察到的和未观察到的用户捆绑交互。在难负采样器中,对于每个
Figure BDA0002433574690000125
是u未与之交互但与其内部大多数物品交互或与b重叠的捆绑。λ为L2正则化项的权重,Θ为可训练的参数集合。难负样本的构造方式如图9所示。in
Figure BDA0002433574690000122
Represents paired training data with negative sampling.
Figure BDA0002433574690000123
and
Figure BDA0002433574690000124
represent the observed and unobserved user bundling interactions, respectively. In the hard negative sampler, for each
Figure BDA0002433574690000125
is the bundle that u does not interact with but interacts with most of the items inside it or overlaps with b. λ is the weight of the L2 regularization term, and Θ is the set of trainable parameters. The construction of hard negative samples is shown in Figure 9.

基于上述任一实施例,所述捆绑推荐模型的训练还包括设置若干模型超参数。Based on any of the above embodiments, the training of the bundled recommendation model further includes setting several model hyperparameters.

具体地,在对捆绑推荐模型进行训练时,还需要设置模型超参数,包括负采样数sample_number,批次大小mini_batch_size,嵌入大小embedding_size,学习率learning_rate,L2正则项L2_normalization,消息丢失率message_dropout和节点丢失率node_dropout,难负样本的的选择概率hard_ratio。在对网络进行训练的过程中,网络各层的权重及偏置值都可以在反向传播的过程中通过随机梯度下降的方法(Stochastic GradientDescent)进行更新。Specifically, when training the bundled recommendation model, it is also necessary to set the model hyperparameters, including the number of negative samples sample_number, batch size mini_batch_size, embedding size embedding_size, learning rate learning_rate, L2 regularization term L2_normalization, message loss rate message_dropout and node loss The rate node_dropout, the selection probability hard_ratio of hard negative samples. In the process of training the network, the weights and bias values of each layer of the network can be updated through the stochastic gradient descent method in the process of backpropagation.

为了更清楚地说明本发明中各实施例,下面将对照图10说明本发明实施例的具体实施方式。In order to describe the embodiments of the present invention more clearly, the specific implementation of the embodiments of the present invention will be described below with reference to FIG. 10 .

实施方式一:如图10中的中间一个分支,使用者想利用平台追踪的用户与物品和捆绑历史交互来推荐给用户新的捆绑。这里的平台可以是任何电商和内容平台,对应任何能够形成捆绑的物品,如商品,食物,地点,音乐,书籍,电影,新闻等。Embodiment 1: As shown in the middle branch in FIG. 10 , the user wants to recommend a new bundle to the user by using the interaction between the user and the item and the bundle history tracked by the platform. The platform here can be any e-commerce and content platform, corresponding to any item that can form a bundle, such as goods, food, places, music, books, movies, news, etc.

首先将用户与物品的历史交互,用户与捆绑的历史交互,和捆绑的构成信息形式化为矩阵,获得用户-捆绑历史交互矩阵XM×N,用户-物品历史交互矩阵YM×O和捆绑-物品从属关系矩阵ZN×O,通过三种矩阵可以描述一个统一的异构图。其中节点

Figure BDA00024335746900001314
由用户节点
Figure BDA00024335746900001315
捆绑节点b∈B和物品节点i∈I组成,边E是由对应xub=1的用户-捆绑交互边缘(u,b),对应yui=1的用户-物品交互边缘(u,i)和对应zbi=1的捆绑-物品从属边缘(b,i)组成。对于构造图上的用户,物品和捆绑节点,采用独热编码对输入进行编码,然后将其压缩为密集的实值向量:
Figure BDA0002433574690000131
其中
Figure BDA0002433574690000132
表示用户u,物品i和捆绑b的独热特征向量。P,Q和R分别表示可学习的用户嵌入,物品嵌入和捆绑嵌入的矩阵。这里可以仅通过两种交互和从属数据来对输入进行独热编码,而当平台中用户、物品和捆绑的其他属性可以利用时(例如年龄、性别等用户画像,价格、名称、图片等物品/捆绑属性),则可以利用这些额外特征增强编码表示。First, the historical interaction between the user and the item, the historical interaction between the user and the bundle, and the composition information of the bundle are formalized into matrices, and the user-bundling history interaction matrix X M×N , the user-item historical interaction matrix Y M×O and the bundle are obtained. - Item affiliation matrix Z N×O , a unified heterogeneous graph can be described by three matrices. where node
Figure BDA00024335746900001314
by user node
Figure BDA00024335746900001315
The bundle node b∈B and the item node i∈I are composed, and the edge E is composed of the user-bundle interaction edge (u,b) corresponding to x ub =1, and the user-item interaction edge (u,i) corresponding to y ui =1 and the bundle-item dependent edge (b, i) corresponding to z bi = 1. For users, items, and bundle nodes on the construction graph, the input is encoded with one-hot encoding and then compressed into a dense real-valued vector:
Figure BDA0002433574690000131
in
Figure BDA0002433574690000132
One-hot feature vector representing user u, item i and bundle b. P, Q, and R denote the matrices of learnable user embeddings, item embeddings, and bundle embeddings, respectively. Here the input can be one-hot encoded with only two kinds of interaction and dependent data, while other attributes of users, items, and bundles in the platform can be leveraged (such as user portraits such as age, gender, items such as price, name, picture, etc./ bundling properties), the encoded representation can be enhanced with these additional features.

将用户,物品和捆绑的输入特征作为图神经网络的第0层特征表示,通过在图结构上进行图卷积传播以捕获图结构信息,并从表示学习角度对实体特征进行更新。对于物品层级的传播,首先将第l层的用户节点u的表示

Figure BDA0002433574690000133
及其物品邻居节点i的表示
Figure BDA0002433574690000134
聚合到用户节点u以获得第l+1层的用户节点u的表示
Figure BDA0002433574690000135
再将第l层的物品节点i的表示
Figure BDA0002433574690000136
及其用户邻居节点u的表示
Figure BDA0002433574690000137
聚合到物品节点i以获得第l+1层的物品节点i的表示
Figure BDA0002433574690000138
然后,第l+1层捆绑节点b的表示
Figure BDA0002433574690000139
则通过其物品邻居节点i的表示
Figure BDA00024335746900001310
聚合而来。聚合函数不限于诸如简单均值函数,带采样的均值函数,最大池化等函数等。基于物品层级图卷积传播的特征提取的过程如图5所示。对于捆绑层级的传播,首先将第l层的用户节点u的表示
Figure BDA00024335746900001311
及其捆绑邻居节点b的表示
Figure BDA00024335746900001312
聚合到用户节点u以获得第l+1层的用户节点u的表示
Figure BDA00024335746900001313
再将第l层的捆绑节点b的表示
Figure BDA0002433574690000141
用户邻居节点u的表示
Figure BDA0002433574690000142
以及捆绑-物品-捆绑元路径上的捆绑邻居节点b′的表示
Figure BDA0002433574690000143
聚合到捆绑节点b以获得第l+1层的捆绑节点b的表示
Figure BDA0002433574690000144
其中基于重叠的捆绑元路径邻居的聚合以捆绑之间的重叠程度作为权重。基于捆绑层级图卷积传播的特征提取的过程如图6所示。The input features of users, items and bundles are represented as layer 0 features of a graph neural network, and the graph structure information is captured by graph convolution propagation on the graph structure, and the entity features are updated from the perspective of representation learning. For the propagation of the item level, the representation of the user node u of the lth layer is firstly
Figure BDA0002433574690000133
and the representation of its item neighbor node i
Figure BDA0002433574690000134
Aggregate to user node u to obtain the representation of user node u at layer l+1
Figure BDA0002433574690000135
Then the representation of the item node i of the lth layer
Figure BDA0002433574690000136
and the representation of its user neighbor node u
Figure BDA0002433574690000137
Aggregate to item node i to get the representation of item node i at level l+1
Figure BDA0002433574690000138
Then, layer l+1 bundles the representation of node b
Figure BDA0002433574690000139
Then through the representation of its item neighbor node i
Figure BDA00024335746900001310
aggregated. Aggregation functions are not limited to functions such as simple mean function, mean function with sampling, max pooling, etc. The process of feature extraction based on item-level graph convolution propagation is shown in Figure 5. For the propagation of the bundled level, the representation of the user node u of the lth layer is first
Figure BDA00024335746900001311
and its bundled neighbor node b's representation
Figure BDA00024335746900001312
Aggregate to user node u to obtain the representation of user node u at layer l+1
Figure BDA00024335746900001313
Then the representation of the bundled node b of the lth layer
Figure BDA0002433574690000141
Representation of the user's neighbor node u
Figure BDA0002433574690000142
and a representation of the bundle neighbor node b' on the bundle-item-bundle meta-path
Figure BDA0002433574690000143
Aggregate to bundle node b to obtain the representation of bundle node b at layer l+1
Figure BDA0002433574690000144
Among them, the aggregation of overlapping bundle meta-path neighbors is weighted by the degree of overlap between bundles. The process of feature extraction based on bundled hierarchical graph convolution propagation is shown in Figure 6.

迭代地进行L次图卷积传播后,获得L个用户/捆绑的嵌入向量,并将所有层的嵌入结合起来,包括但不限于连接或求和等方式,获得用户和捆绑的在两种传播视角下的最终表示

Figure BDA0002433574690000145
然后,通过用户和捆绑嵌入做出最终预测,包括但不限于内积的方式,并结合物品和捆绑两个层级的视角,包括但不限于求和的方式,获得用户u交互捆绑b的可能性
Figure BDA0002433574690000146
基于物品和捆绑两种传播视角的预测过程如图8所示。对于模型训练,首先采用广泛应用于隐式推荐系统的成对学习的方式,使所估计的观察到的用户捆绑交互的可能性分值大于未观察到的用户捆绑交互的可能性分值。然后在模型收敛之后,以一定的概率(如80%)引入基于捆绑场景下的难负样本来进行更精细的训练,对每一个正样本对中的用户,选择未与之交互但与其内部大多数物品交互的捆绑作为难负样本,或对每一个正样本对中的捆绑,选择与该捆绑具有重叠物品的其他捆绑作为难负样本。使所估计的观察到的用户捆绑交互的可能性分值大于未观察到但对于用户来说难以抉择的用户捆绑样本对的可能性分值。通过随机梯度下降法优化目标函数获得模型中所有可学习参数,至此得到一个端到端的捆绑推荐系统。After iteratively performing L times of graph convolution propagation, L user/bundle embedding vectors are obtained, and the embeddings of all layers are combined, including but not limited to concatenation or summation, to obtain users and bundles in both propagations. final representation in perspective
Figure BDA0002433574690000145
Then, make final predictions through user and bundle embeddings, including but not limited to inner product, and combine the two-level perspectives of item and bundle, including but not limited to summation, to obtain the possibility of user u interacting with bundle b
Figure BDA0002433574690000146
The prediction process based on the two propagation perspectives of item and bundle is shown in Fig. 8. For model training, the pair-wise learning method, which is widely used in implicit recommender systems, is firstly adopted, so that the estimated likelihood score of observed user bundling interaction is greater than that of unobserved user bundling interaction. Then, after the model converges, a certain probability (such as 80%) is used to introduce difficult and negative samples based on the bundled scene for more precise training. The bundles with most item interactions are taken as hard negative samples, or for each bundle in the positive sample pair, other bundles with overlapping items with the bundle are selected as hard negative samples. Make the estimated likelihood score for the observed user bundling interaction greater than the likelihood score for the unobserved but intractable user bundling sample pair. All learnable parameters in the model are obtained by optimizing the objective function through stochastic gradient descent, and an end-to-end bundled recommendation system is obtained.

实施方式二:如图10中的左边一个分支,使用者想利用平台追踪的用户与捆绑历史交互来推荐给用户新的捆绑。这里的平台可以是任何电商和内容平台,对应任何能够形成捆绑的物品,如商品,食物,地点,音乐,书籍,电影,新闻等。Embodiment 2: As shown in the left branch in FIG. 10 , the user wants to use the user-bundling history tracked by the platform to recommend a new bundle to the user. The platform here can be any e-commerce and content platform, corresponding to any item that can form a bundle, such as goods, food, places, music, books, movies, news, etc.

首先将用户与捆绑的历史交互,和捆绑的构成信息形式化为矩阵,获得用户-捆绑历史交互矩阵XM×N和捆绑-物品从属关系矩阵ZN×O,通过两种矩阵可以描述一个统一的异构图。其中节点

Figure BDA0002433574690000148
由用户节点
Figure BDA0002433574690000147
捆绑节点b∈B和物品节点i∈I组成,边E是由对应xub=1的用户-捆绑交互边缘(u,b)和对应zbi=1的捆绑-物品从属边缘(b,i)组成。对于构造图上的用户和捆绑节点,采用独热编码对输入进行编码,然后将其压缩为密集的实值向量:
Figure BDA0002433574690000151
Figure BDA0002433574690000152
其中
Figure BDA0002433574690000153
表示用户u和捆绑b的独热特征向量。P和R分别表示可学习的用户嵌入和捆绑嵌入的矩阵。这里可以仅通过交互和从属数据来对输入进行独热编码,而当平台中用户和捆绑的其他属性可以利用时(例如年龄、性别等用户画像,价格、名称、图片等捆绑属性),则可以利用这些额外特征增强编码表示。Firstly, the historical interaction between the user and the bundle, and the composition information of the bundle are formalized into matrices, and the user-bundling history interaction matrix X M×N and the bundle-item affiliation matrix Z N×O are obtained. The two matrices can describe a unified heterogeneous graph. where node
Figure BDA0002433574690000148
by user node
Figure BDA0002433574690000147
Binding node b∈B and item node i∈I are composed, edge E is composed of user-bundling interaction edge (u,b) corresponding to x ub =1 and binding-item dependent edge (b,i) corresponding to z bi =1 composition. For the user and bundle nodes on the construction graph, the input is encoded with one-hot encoding and then compressed into a dense real-valued vector:
Figure BDA0002433574690000151
Figure BDA0002433574690000152
in
Figure BDA0002433574690000153
One-hot eigenvectors representing user u and bundle b. P and R denote the matrix of learnable user embeddings and bundled embeddings, respectively. Here, the input can be one-hot encoded only by interaction and subordinate data, and when other attributes of users and bundles in the platform are available (such as user portraits such as age, gender, bundled attributes such as price, name, picture, etc.), it can be Enhance the encoded representation with these additional features.

将用户和捆绑的输入特征作为图神经网络的第0层特征表示,通过在图结构上进行图卷积传播以捕获图结构信息,并从表示学习角度对实体特征进行更新。对于捆绑层级的传播,首先将第1层的用户节点u的表示

Figure BDA0002433574690000154
及其捆绑邻居节点b的表示
Figure BDA0002433574690000155
聚合到用户节点u以获得第l+1层的用户节点u的表示
Figure BDA0002433574690000156
再将第1层的捆绑节点b的表示
Figure BDA0002433574690000157
用户邻居节点u的表示
Figure BDA0002433574690000158
以及捆绑-物品-捆绑元路径上的捆绑邻居节点b′的表示
Figure BDA0002433574690000159
聚合到捆绑节点b以获得第l+1层的捆绑节点b的表示
Figure BDA00024335746900001510
其中基于重叠的捆绑元路径邻居的聚合以捆绑之间的重叠程度作为权重。基于捆绑层级图卷积传播的特征提取的过程如图6所示。The user and bundled input features are represented as layer 0 features of a graph neural network, and the graph structure information is captured by graph convolution propagation on the graph structure, and the entity features are updated from the perspective of representation learning. For the propagation of the bundle level, the representation of the user node u at level 1 is first
Figure BDA0002433574690000154
and its bundled neighbor node b's representation
Figure BDA0002433574690000155
Aggregate to user node u to obtain the representation of user node u at layer l+1
Figure BDA0002433574690000156
Then the representation of the bundled node b of the first layer
Figure BDA0002433574690000157
Representation of the user's neighbor node u
Figure BDA0002433574690000158
and a representation of the bundle neighbor node b' on the bundle-item-bundle meta-path
Figure BDA0002433574690000159
Aggregate to bundle node b to obtain the representation of bundle node b at layer l+1
Figure BDA00024335746900001510
Among them, the aggregation of overlapping bundle meta-path neighbors is weighted by the degree of overlap between bundles. The process of feature extraction based on bundled hierarchical graph convolution propagation is shown in Figure 6.

迭代地进行L次图卷积传播后,获得L个用户/捆绑的嵌入向量。并将所有层的嵌入结合起来,包括但不限于连接或求和等方式,获得用户和捆绑的在一种传播视角下的最终表示

Figure BDA00024335746900001511
然后,通过用户和捆绑嵌入做出最终预测,包括但不限于内积的方式,获得用户u交互捆绑b的可能性
Figure BDA00024335746900001512
对于模型训练,首先采用广泛应用于隐式推荐系统的成对学习的方式,使所估计的观察到的用户捆绑交互的可能性分值大于未观察到的用户捆绑交互的可能性分值。然后在模型收敛之后,以一定的概率(如80%)引入基于捆绑场景下的难负样本来进行更精细的训练,对每一个正样本对中的捆绑,选择与该捆绑具有重叠物品的其他捆绑作为难负样本。使所估计的观察到的用户捆绑交互的可能性分值大于未观察到但对于用户来说难以抉择的用户捆绑样本对的可能性分值。通过随机梯度下降法优化目标函数获得模型中所有可学习参数,至此得到一个端到端的捆绑推荐系统。After L times of graph convolution propagation iteratively, L user/bundle embedding vectors are obtained. And combine the embeddings of all layers, including but not limited to concatenation or summation, to obtain the final representation of users and bundles in a propagation perspective
Figure BDA00024335746900001511
Then, through the user and bundle embeddings to make final predictions, including but not limited to inner products, get the likelihood of user u interacting with bundle b
Figure BDA00024335746900001512
For model training, the pair-wise learning method, which is widely used in implicit recommender systems, is firstly adopted, so that the estimated likelihood score of observed user bundling interaction is greater than that of unobserved user bundling interaction. Then, after the model converges, a certain probability (such as 80%) is used to introduce difficult and negative samples based on the bundling scene for more precise training. For each bundle in the positive sample pair, select other bundles with overlapping items with the bundle. Bundle as a hard negative sample. Make the estimated likelihood score for the observed user bundling interaction greater than the likelihood score for the unobserved but intractable user bundling sample pair. All learnable parameters in the model are obtained by optimizing the objective function through stochastic gradient descent, and an end-to-end bundled recommendation system is obtained.

实施方式三:如图10中的右边一个分支,使用者想利用平台追踪的用户与物品历史交互来推荐给用户新的捆绑。这里的平台可以是任何电商和内容平台,对应任何能够形成捆绑的物品,如商品,食物,地点,音乐,书籍,电影,新闻等。Embodiment 3: As shown in the right branch in FIG. 10 , the user wants to recommend a new bundle to the user by using the user-item history tracked by the platform. The platform here can be any e-commerce and content platform, corresponding to any item that can form a bundle, such as goods, food, places, music, books, movies, news, etc.

首先将用户与物品的历史交互和捆绑的构成信息形式化为矩阵,获得用户-物品历史交互矩阵YM×O和捆绑-物品从属关系矩阵ZN×O,通过两种矩阵可以描述一个统一的异构图。其中节点

Figure BDA00024335746900001615
由用户节点
Figure BDA0002433574690000161
捆绑节点b∈B和物品节点i∈I组成,边E是由对应yui=1的用户-物品交互边缘(u,i)和对应zbi=1的捆绑-物品从属边缘(b,i)组成。对于构造图上的用户和物品节点,采用独热编码对输入进行编码,然后将其压缩为密集的实值向量:
Figure BDA0002433574690000162
Figure BDA0002433574690000163
其中
Figure BDA0002433574690000164
表示用户u,物品i的独热特征向量。P,Q分别表示可学习的用户嵌入和物品嵌入的矩阵。这里可以仅通过交互和从属数据来对输入进行独热编码,而当平台中用户和物品的其他属性可以利用时(例如年龄、性别等用户画像,价格、名称、图片等物品属性),则可以利用这些额外特征增强编码表示。Firstly, the historical interaction between users and items and the composition information of bundling are formalized into matrices, and the user-item historical interaction matrix Y M×O and the bundle-item affiliation matrix Z N×O are obtained. The two matrices can describe a unified Heterogeneous graph. where node
Figure BDA00024335746900001615
by user node
Figure BDA0002433574690000161
Binding node b∈B and item node i∈I are composed, edge E is composed of user-item interaction edge (u, i) corresponding to y ui = 1 and binding-item dependent edge (b, i) corresponding to z bi = 1 composition. For the user and item nodes on the construction graph, the input is encoded with one-hot encoding and then compressed into a dense real-valued vector:
Figure BDA0002433574690000162
Figure BDA0002433574690000163
in
Figure BDA0002433574690000164
represents the one-hot feature vector of user u, item i. P, Q represent the learnable user and item embedding matrices, respectively. Here, the input can be one-hot encoded only by interaction and subordination data, and when other attributes of users and items in the platform are available (such as user portraits such as age, gender, and item attributes such as price, name, and picture), you can Enhance the encoded representation with these additional features.

将用户和物品的输入特征作为图神经网络的第0层特征表示,通过在图结构上进行图卷积传播以捕获图结构信息,并从表示学习角度对实体特征进行更新。对于物品层级的传播,首先将第l层的用户节点u的表示

Figure BDA0002433574690000165
及其物品邻居节点i的表示
Figure BDA0002433574690000166
聚合到用户节点u以获得第l+1层的用户节点u的表示
Figure BDA0002433574690000167
再将第l层的物品节点i的表示
Figure BDA0002433574690000168
及其用户邻居节点u的表示
Figure BDA0002433574690000169
聚合到物品节点i以获得第l+1层的物品节点i的表示
Figure BDA00024335746900001610
然后,第l+1层捆绑节点b的表示
Figure BDA00024335746900001611
则通过其物品邻居节点i的表示
Figure BDA00024335746900001612
聚合而来。聚合函数不限于诸如简单均值函数,带采样的均值函数,最大池化等函数等。基于物品层级图卷积传播的特征提取的过程如图5所示。The input features of users and items are represented as the 0th layer features of the graph neural network, and the graph structure information is captured by graph convolution propagation on the graph structure, and the entity features are updated from the perspective of representation learning. For the propagation of the item level, the representation of the user node u of the lth layer is firstly
Figure BDA0002433574690000165
and the representation of its item neighbor node i
Figure BDA0002433574690000166
Aggregate to user node u to obtain the representation of user node u at layer l+1
Figure BDA0002433574690000167
Then the representation of the item node i of the lth layer
Figure BDA0002433574690000168
and the representation of its user neighbor node u
Figure BDA0002433574690000169
Aggregate to item node i to get the representation of item node i at level l+1
Figure BDA00024335746900001610
Then, layer l+1 bundles the representation of node b
Figure BDA00024335746900001611
Then through the representation of its item neighbor node i
Figure BDA00024335746900001612
aggregated. Aggregation functions are not limited to functions such as simple mean function, mean function with sampling, max pooling, etc. The process of feature extraction based on item-level graph convolution propagation is shown in Figure 5.

迭代地进行L次图卷积传播后,获得L个用户/捆绑的嵌入向量。并将所有层的嵌入结合起来,包括但不限于连接或求和等方式,获得用户和捆绑的在一种传播视角下的最终表示

Figure BDA00024335746900001613
然后,通过用户和捆绑嵌入做出最终预测,包括但不限于内积的方式,获得用户u交互捆绑b的可能性
Figure BDA00024335746900001614
对于模型训练,首先采用广泛应用于隐式推荐系统的成对学习的方式,使所估计的观察到的用户捆绑交互的可能性分值大于未观察到的用户捆绑交互的可能性分值。然后在模型收敛之后,以一定的概率(如80%)引入基于捆绑场景下的难负样本来进行更精细的训练,对每一个正样本对中的用户,选择未与之交互但与其内部大多数物品交互的捆绑作为难负样本。使所估计的观察到的用户捆绑交互的可能性分值大于未观察到但对于用户来说难以抉择的用户捆绑样本对的可能性分值。通过随机梯度下降法优化目标函数获得模型中所有可学习参数,至此得到一个端到端的捆绑推荐系统。After L times of graph convolution propagation iteratively, L user/bundle embedding vectors are obtained. And combine the embeddings of all layers, including but not limited to concatenation or summation, to obtain the final representation of users and bundles in a propagation perspective
Figure BDA00024335746900001613
Then, through the user and bundle embeddings to make final predictions, including but not limited to inner products, get the likelihood of user u interacting with bundle b
Figure BDA00024335746900001614
For model training, the pair-wise learning method, which is widely used in implicit recommender systems, is firstly adopted, so that the estimated likelihood score of observed user bundling interaction is greater than that of unobserved user bundling interaction. Then, after the model converges, a certain probability (such as 80%) is used to introduce difficult and negative samples based on the bundled scene for more precise training. The bundle of most item interactions is used as a hard negative sample. Make the estimated likelihood score for the observed user bundling interaction greater than the likelihood score for the unobserved but intractable user bundling sample pair. All learnable parameters in the model are obtained by optimizing the objective function through stochastic gradient descent, and an end-to-end bundled recommendation system is obtained.

图11为本发明实施例提供的一种基于图卷积神经网络的捆绑推荐系统结构图,如图11所示,包括:获取模块1101和处理模块1102;其中:FIG. 11 is a structural diagram of a bundled recommendation system based on a graph convolutional neural network provided by an embodiment of the present invention. As shown in FIG. 11 , it includes: an acquisition module 1101 and a processing module 1102; wherein:

获取模块1101用于获取用户-捆绑历史交互数据、用户-物品历史交互数据和捆绑-物品从属关系数据;处理模块1102用于将所述用户与捆绑历史交互数据、所述用户与物品历史交互数据和所述捆绑与物品从属关系数据输入至预先训练好的捆绑推荐模型中,得到所述捆绑推荐模型输出的用户与捆绑交互可能性推荐结果;其中所述捆绑推荐模型基于用户与捆绑交互数据集合、捆绑与物品交互数据集合和用户与物品交互数据集合构建统一异构图,提取物品层级图卷积传播特征和捆绑层级图卷积传播特征之后进行联合预测及特征连接,并基于难负样本学习策略训练所得到的。The acquisition module 1101 is used to acquire user-bundling historical interaction data, user-item historical interaction data and bundle-item affiliation data; the processing module 1102 is used to acquire the user-bundling historical interaction data, the user-item historical interaction data and the bundling and item affiliation data are input into the pre-trained bundling recommendation model, and the user-bundling interaction possibility recommendation result output by the bundling recommendation model is obtained; wherein the bundling recommendation model is based on the user-bundling interaction data set , Binding and item interaction data sets and user-item interaction data sets to build a unified heterogeneous graph, extracting item-level graph convolution propagation features and bundled-level graph convolution propagation features After joint prediction and feature connection, and learning based on difficult negative samples obtained from policy training.

本发明实施例提供的系统用于执行上述对应的方法,其具体的实施方式与方法的实施方式一致,涉及的算法流程与对应的方法算法流程相同,此处不再赘述。The system provided by the embodiment of the present invention is used to execute the above corresponding method, and its specific implementation is the same as that of the method, and the involved algorithm flow is the same as that of the corresponding method, which is not repeated here.

本发明实施例通过将用户、捆绑和物品之间的交互关系和从属关系重构为图,并利用图神经网络的强大能力从复杂的拓扑结构和高阶连通性中学习三种关联实体的表示,能达到更好的推荐性能。The embodiment of the present invention reconstructs the interaction and affiliation between users, bundles and items into graphs, and utilizes the powerful ability of graph neural networks to learn the representations of three associated entities from complex topological structures and higher-order connectivity , can achieve better recommendation performance.

图12示例了一种电子设备的实体结构示意图,如图12所示,该电子设备可以包括:处理器(processor)1210、通信接口(Communications Interface)1220、存储器(memory)1230和通信总线1240,其中,处理器1210,通信接口1220,存储器1230通过通信总线1240完成相互间的通信。处理器1210可以调用存储器1230中的逻辑指令,以执行如下方法:获取用户与捆绑历史交互数据、用户与物品历史交互数据和捆绑与物品从属关系数据;将所述用户与捆绑历史交互数据、所述用户与物品历史交互数据和所述捆绑-物品从属关系数据输入至预先训练好的捆绑推荐模型中,得到所述捆绑推荐模型输出的用户与捆绑交互可能性推荐结果;其中所述捆绑推荐模型基于用户与捆绑交互数据集合、捆绑与物品交互数据集合和用户与物品交互数据集合构建统一异构图,提取物品层级图卷积传播特征和捆绑层级图卷积传播特征之后进行联合预测及特征连接,并基于难负样本学习策略训练所得到的。FIG. 12 illustrates a schematic diagram of the physical structure of an electronic device. As shown in FIG. 12 , the electronic device may include: a processor (processor) 1210, a communication interface (Communications Interface) 1220, a memory (memory) 1230 and a communication bus 1240, The processor 1210 , the communication interface 1220 , and the memory 1230 communicate with each other through the communication bus 1240 . The processor 1210 may invoke the logic instructions in the memory 1230 to perform the following methods: obtain the historical interaction data between the user and the binding, the historical interaction data between the user and the item, and the affiliation data between the binding and the item; The user-item historical interaction data and the bundling-item affiliation data are input into the pre-trained bundling recommendation model, and the user-bundling interaction possibility recommendation result output by the bundling recommendation model is obtained; wherein the bundling recommendation model Based on the user-bundle interaction data set, the bundle-item interaction data set, and the user-item interaction data set, a unified heterogeneous graph is constructed, and the convolution propagation features of the item-level graph and the convolutional propagation features of the bundle-level graph are extracted for joint prediction and feature connection. , and based on the hard negative sample learning strategy training.

此外,上述的存储器1230中的逻辑指令可以通过软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。In addition, the above-mentioned logic instructions in the memory 1230 can be implemented in the form of software functional units and can be stored in a computer-readable storage medium when sold or used as an independent product. Based on this understanding, the technical solution of the present invention can be embodied in the form of a software product in essence, or the part that contributes to the prior art or the part of the technical solution. The computer software product is stored in a storage medium, including Several instructions are used to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in the various embodiments of the present invention. The aforementioned storage medium includes: U disk, mobile hard disk, Read-Only Memory (ROM, Read-Only Memory), Random Access Memory (RAM, Random Access Memory), magnetic disk or optical disk and other media that can store program codes .

另一方面,本发明实施例还提供一种非暂态计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现以执行上述各实施例提供的传输方法,例如包括:获取用户与捆绑历史交互数据、用户与物品历史交互数据和捆绑与物品从属关系数据;将所述用户与捆绑历史交互数据、所述用户与物品历史交互数据和所述捆绑与物品从属关系数据输入至预先训练好的捆绑推荐模型中,得到所述捆绑推荐模型输出的用户与捆绑交互可能性推荐结果;其中所述捆绑推荐模型基于用户与捆绑交互数据集合、捆绑与物品交互数据集合和用户与物品交互数据集合构建统一异构图,提取物品层级图卷积传播特征和捆绑层级图卷积传播特征之后进行联合预测及特征连接,并基于难负样本学习策略训练所得到的。On the other hand, an embodiment of the present invention further provides a non-transitory computer-readable storage medium on which a computer program is stored, and the computer program is implemented by a processor to execute the transmission method provided by the above embodiments, for example, including : Obtain the historical interaction data between the user and the bundling, the historical interaction data between the user and the item, and the affiliation data between the bundling and the item; Input into the pre-trained bundling recommendation model, and obtain the user-bundling interaction possibility recommendation result output by the bundling recommendation model; wherein the bundling recommendation model is based on the user-bundling interaction data set, the bundling-item interaction data set, and the user-bundling interaction data set. Construct a unified heterogeneous graph with the item interaction data set, extract the item-level graph convolutional propagation feature and the bundled-level graph convolutional propagation feature, perform joint prediction and feature connection, and train based on the hard-negative sample learning strategy.

以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性的劳动的情况下,即可以理解并实施。The device embodiments described above are only illustrative, wherein the units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in One place, or it can be distributed over multiple network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution in this embodiment. Those of ordinary skill in the art can understand and implement it without creative effort.

通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到各实施方式可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件。基于这样的理解,上述技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在计算机可读存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行各个实施例或者实施例的某些部分所述的方法。From the description of the above embodiments, those skilled in the art can clearly understand that each embodiment can be implemented by means of software plus a necessary general hardware platform, and certainly can also be implemented by hardware. Based on this understanding, the above-mentioned technical solutions can be embodied in the form of software products in essence or the parts that make contributions to the prior art, and the computer software products can be stored in computer-readable storage media, such as ROM/RAM, magnetic A disc, an optical disc, etc., includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform the methods described in various embodiments or some parts of the embodiments.

最后应说明的是:以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention, but not to limit them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that it can still be The technical solutions described in the foregoing embodiments are modified, or some technical features thereof are equivalently replaced; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A binding recommendation method based on a graph convolution neural network is characterized by comprising the following steps:
acquiring historical interaction data of a user and a binding item, historical interaction data of the user and the item and binding and item dependency relationship data;
inputting the historical interaction data of the user and the binding, the historical interaction data of the user and the item and the dependency relationship data of the binding and the item into a pre-trained binding recommendation model to obtain a recommendation result of the interaction possibility between the user and the binding, which is output by the binding recommendation model; the binding recommendation model is obtained by constructing a unified heterogeneous graph based on a user-binding interaction data set, a binding-item interaction data set and a user-item interaction data set, extracting an item level graph convolution propagation feature and a binding level graph convolution propagation feature, then performing joint prediction and feature connection, and training based on a hard-to-negative sample learning strategy.
2. The graph convolution neural network-based bundled recommendation method according to claim 1, wherein the bundled recommendation model is obtained by:
acquiring the user and binding interaction data set, the binding and item interaction data set and the user and item interaction data set, and constructing the unified abnormal picture based on the user and binding interaction data set, the binding and item interaction data set and the user and item interaction data set;
extracting the article level map convolution propagation feature and the bundle level map convolution propagation feature based on the uniform abnormal map;
embedding and connecting all layers of the convolution propagation characteristics of the item level map and the convolution propagation characteristics of the binding level map to obtain joint prediction expression of an item propagation visual angle and a binding propagation visual angle;
and training the joint prediction expression by adopting the difficult-to-bear sample learning strategy based on a binding scene to obtain the binding recommendation model.
3. The graph convolutional neural network-based binding recommendation method of claim 2, wherein the obtaining the user-to-binding interaction data set, the binding-to-item interaction data set, and the user-to-item interaction data set, and the constructing the uniform heteromorphic graph based on the user-to-binding interaction data set, the binding-to-item interaction data set, and the user-to-item interaction data set specifically comprise:
acquiring a plurality of user information, a plurality of binding information and a plurality of item information, and respectively defining the interaction data of the plurality of user information and the plurality of binding information as the user and binding interaction data set, and the subordinate relationship of the plurality of binding information and the plurality of item information as the binding and item interaction data set and the interaction data of the plurality of user information and the plurality of item information as the user and item interaction data set;
representing the user and bundle interaction data set, the bundle and item interaction data set and the user and item interaction data set by using an undirected graph; wherein the undirected graph comprises nodes and edges, the nodes comprise user nodes, binding nodes and item nodes, and the edges comprise user-binding interaction edges, user-item interaction edges and binding-item dependent edges;
the inputs to the user node, the binding node, and the item node are encoded using one-hot encoding and compressed into dense real-valued vectors.
4. The graph convolution neural network-based binding recommendation method according to claim 3, wherein the extracting the item level graph convolution propagation feature and the binding level graph convolution propagation feature based on the uniform anomaly graph specifically includes:
constructing embedding propagation between a user and an article based on the dense real-value vector to obtain an article level embedding updating rule, and obtaining the convolution propagation characteristic of the article level graph according to the article level embedding updating rule;
and constructing embedding propagation between the binding and the user based on the dense real-value vector to obtain a binding level embedding updating rule, and obtaining the convolution propagation characteristic of the binding level graph according to the binding level embedding updating rule.
5. The graph convolution neural network-based binding recommendation method according to claim 2, wherein the embedding connection of all layers is performed on the item-level graph convolution propagation feature and the binding-level graph convolution propagation feature to obtain a joint prediction expression of an item propagation perspective and a binding propagation perspective, and specifically includes:
carrying out graph convolution propagation on the item level graph convolution propagation characteristics and the binding level graph convolution propagation characteristics for a plurality of times to obtain a plurality of user embedded vectors and a plurality of binding embedded vectors;
and embedding and combining all layers of the user embedded vectors and the binding embedded vectors according to a preset operation mode to obtain the joint prediction expression.
6. The graph convolution neural network-based binding recommendation method according to claim 2, wherein the training of the joint prediction expression by using a difficult-to-negative sample learning strategy based on a binding scenario to obtain the binding recommendation model specifically comprises:
defining observed user bundled interaction data and unobserved user bundled interaction data based on the joint predictive expression, constructing paired training data with negative samples based on the observed user bundled interaction data and the unobserved user bundled interaction data;
and taking a preset target function as a model training target, introducing the paired training data according to a preset probability, and training based on the difficult-to-bear sample learning strategy to obtain the binding recommendation model.
7. The graph-convolution neural network-based bundled recommendation method of any one of claims 1-6, wherein the training of the bundled recommendation model further includes setting a number of model hyper-parameters.
8. A graph convolution neural network-based binding recommendation system is characterized by comprising:
the acquisition module is used for acquiring historical interaction data of the user and the binding, historical interaction data of the user and the article and the binding and article dependency relationship data;
the processing module is used for inputting the historical interaction data of the user and the binding, the historical interaction data of the user and the article and the dependency relationship data of the binding and the article into a binding recommendation model which is trained in advance to obtain a recommendation result of the interaction possibility between the user and the binding which is output by the binding recommendation model; the binding recommendation model is obtained by constructing a unified heterogeneous graph based on a user-binding interaction data set, a binding-item interaction data set and a user-item interaction data set, extracting an item level graph convolution propagation feature and a binding level graph convolution propagation feature, then performing joint prediction and feature connection, and training based on a hard-to-negative sample learning strategy.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program performs the steps of the graph convolution based neural network binding recommendation method of any one of claims 1 to 7.
10. A non-transitory computer readable storage medium, having stored thereon a computer program, wherein the computer program, when being executed by a processor, implements the steps of the graph convolution neural network-based bundling recommendation method according to any one of claims 1 to 7.
CN202010244341.9A 2020-03-31 2020-03-31 Binding recommendation method and system based on graph convolution neural network Active CN111611472B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010244341.9A CN111611472B (en) 2020-03-31 2020-03-31 Binding recommendation method and system based on graph convolution neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010244341.9A CN111611472B (en) 2020-03-31 2020-03-31 Binding recommendation method and system based on graph convolution neural network

Publications (2)

Publication Number Publication Date
CN111611472A true CN111611472A (en) 2020-09-01
CN111611472B CN111611472B (en) 2024-02-27

Family

ID=72200320

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010244341.9A Active CN111611472B (en) 2020-03-31 2020-03-31 Binding recommendation method and system based on graph convolution neural network

Country Status (1)

Country Link
CN (1) CN111611472B (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112084407A (en) * 2020-09-08 2020-12-15 辽宁工程技术大学 Collaborative filtering recommendation method fusing graph neural network and attention mechanism
CN112085171A (en) * 2020-09-15 2020-12-15 中山大学 A recommendation method based on clustered multi-entity graph neural network
CN112465593A (en) * 2020-11-27 2021-03-09 中国科学技术大学 Method for realizing fashion suit recommendation through graph neural network
CN112613602A (en) * 2020-12-25 2021-04-06 神行太保智能科技(苏州)有限公司 Recommendation method and system based on knowledge-aware hypergraph neural network
CN112650944A (en) * 2020-12-29 2021-04-13 哈尔滨理工大学 Collaborative filtering recommendation algorithm based on high-order connection graph
CN112651487A (en) * 2020-12-21 2021-04-13 广东交通职业技术学院 Data recommendation method, system and medium based on graph collapse convolution neural network
CN112686147A (en) * 2020-12-30 2021-04-20 北京纵目安驰智能科技有限公司 Vehicle and wheel dependency prediction method and system, storage medium and terminal
CN112765373A (en) * 2021-01-29 2021-05-07 北京达佳互联信息技术有限公司 Resource recommendation method and device, electronic equipment and storage medium
CN112925977A (en) * 2021-02-26 2021-06-08 中国科学技术大学 Recommendation method based on self-supervision graph representation learning
CN113065045A (en) * 2021-04-20 2021-07-02 支付宝(杭州)信息技术有限公司 Method and device for carrying out crowd division and training multitask model on user
CN113177159A (en) * 2021-05-11 2021-07-27 清华大学 Binding recommendation method based on multichannel hypergraph neural network
CN113343121A (en) * 2021-06-02 2021-09-03 合肥工业大学 Lightweight graph convolution collaborative filtering recommendation method based on multi-granularity popularity characteristics
CN113468227A (en) * 2021-06-25 2021-10-01 北京达佳互联信息技术有限公司 Information recommendation method, system, device and storage medium based on graph neural network
CN113763014A (en) * 2021-01-05 2021-12-07 北京沃东天骏信息技术有限公司 Article co-occurrence relation determining method and device and judgment model obtaining method and device
CN114065048A (en) * 2021-11-25 2022-02-18 西安电子科技大学 Article recommendation method based on multi-different-pattern neural network
CN114139062A (en) * 2021-12-14 2022-03-04 上海交通大学 Interpretable efficient self-encoder system and method for implicit recommendation
CN114329200A (en) * 2021-12-27 2022-04-12 黑龙江大学 A Personalized Adaptive Bundling Recommendation Model and Recommendation Method
CN114399028A (en) * 2022-01-14 2022-04-26 马上消费金融股份有限公司 Information processing method, graph convolution neural network training method and electronic equipment
CN114491266A (en) * 2022-01-29 2022-05-13 桂林电子科技大学 Article recommendation method and device and storage medium
CN114997476A (en) * 2022-05-18 2022-09-02 燕山大学 Commodity prediction method fusing commodity incidence relation
CN116611894A (en) * 2023-06-02 2023-08-18 黑龙江大学 Cross-level graph comparison learning binding commodity recommendation method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108713212A (en) * 2016-03-04 2018-10-26 范德曼公司 Method, system and medium for providing information based on grouped information
CN108874914A (en) * 2018-05-29 2018-11-23 吉林大学 A kind of information recommendation method based on the long-pending and neural collaborative filtering of picture scroll
CN109299373A (en) * 2018-10-20 2019-02-01 上海交通大学 Recommendation system based on graph convolution technology
US20190362407A1 (en) * 2018-05-24 2019-11-28 International Business Machines Corporation Bundling items based on cost and value
CN110674407A (en) * 2019-09-30 2020-01-10 杭州电子科技大学 Hybrid recommendation method based on graph convolutional neural network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108713212A (en) * 2016-03-04 2018-10-26 范德曼公司 Method, system and medium for providing information based on grouped information
US20190362407A1 (en) * 2018-05-24 2019-11-28 International Business Machines Corporation Bundling items based on cost and value
CN108874914A (en) * 2018-05-29 2018-11-23 吉林大学 A kind of information recommendation method based on the long-pending and neural collaborative filtering of picture scroll
CN109299373A (en) * 2018-10-20 2019-02-01 上海交通大学 Recommendation system based on graph convolution technology
CN110674407A (en) * 2019-09-30 2020-01-10 杭州电子科技大学 Hybrid recommendation method based on graph convolutional neural network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄立威;江碧涛;吕守业;刘艳博;李德毅;: "基于深度学习的推荐系统研究综述", 计算机学报 *

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112084407A (en) * 2020-09-08 2020-12-15 辽宁工程技术大学 Collaborative filtering recommendation method fusing graph neural network and attention mechanism
CN112084407B (en) * 2020-09-08 2024-03-12 辽宁工程技术大学 Collaborative filtering recommendation method integrating graph neural network and attention mechanism
CN112085171A (en) * 2020-09-15 2020-12-15 中山大学 A recommendation method based on clustered multi-entity graph neural network
CN112085171B (en) * 2020-09-15 2024-03-29 中山大学 Recommendation method based on clustered multi-entity graph neural network
CN112465593A (en) * 2020-11-27 2021-03-09 中国科学技术大学 Method for realizing fashion suit recommendation through graph neural network
CN112465593B (en) * 2020-11-27 2024-03-29 中国科学技术大学 Method for realizing fashion suit recommendation through graphic neural network
CN112651487B (en) * 2020-12-21 2021-07-27 广东交通职业技术学院 Data recommendation method, system and medium based on graph collapse convolution neural network
CN112651487A (en) * 2020-12-21 2021-04-13 广东交通职业技术学院 Data recommendation method, system and medium based on graph collapse convolution neural network
CN112613602A (en) * 2020-12-25 2021-04-06 神行太保智能科技(苏州)有限公司 Recommendation method and system based on knowledge-aware hypergraph neural network
CN112650944A (en) * 2020-12-29 2021-04-13 哈尔滨理工大学 Collaborative filtering recommendation algorithm based on high-order connection graph
CN112686147A (en) * 2020-12-30 2021-04-20 北京纵目安驰智能科技有限公司 Vehicle and wheel dependency prediction method and system, storage medium and terminal
CN112686147B (en) * 2020-12-30 2024-05-28 北京纵目安驰智能科技有限公司 Vehicle and wheel subordinate relation prediction method, system, storage medium and terminal
CN113763014A (en) * 2021-01-05 2021-12-07 北京沃东天骏信息技术有限公司 Article co-occurrence relation determining method and device and judgment model obtaining method and device
CN112765373B (en) * 2021-01-29 2023-03-21 北京达佳互联信息技术有限公司 Resource recommendation method and device, electronic equipment and storage medium
CN112765373A (en) * 2021-01-29 2021-05-07 北京达佳互联信息技术有限公司 Resource recommendation method and device, electronic equipment and storage medium
CN112925977A (en) * 2021-02-26 2021-06-08 中国科学技术大学 Recommendation method based on self-supervision graph representation learning
CN113065045A (en) * 2021-04-20 2021-07-02 支付宝(杭州)信息技术有限公司 Method and device for carrying out crowd division and training multitask model on user
CN113177159A (en) * 2021-05-11 2021-07-27 清华大学 Binding recommendation method based on multichannel hypergraph neural network
CN113343121A (en) * 2021-06-02 2021-09-03 合肥工业大学 Lightweight graph convolution collaborative filtering recommendation method based on multi-granularity popularity characteristics
CN113343121B (en) * 2021-06-02 2022-08-09 合肥工业大学 Lightweight graph convolution collaborative filtering recommendation method based on multi-granularity popularity characteristics
CN113468227B (en) * 2021-06-25 2024-05-24 北京达佳互联信息技术有限公司 Information recommendation method, system, equipment and storage medium based on graph neural network
CN113468227A (en) * 2021-06-25 2021-10-01 北京达佳互联信息技术有限公司 Information recommendation method, system, device and storage medium based on graph neural network
CN114065048A (en) * 2021-11-25 2022-02-18 西安电子科技大学 Article recommendation method based on multi-different-pattern neural network
CN114065048B (en) * 2021-11-25 2024-02-09 西安电子科技大学 Article recommendation method based on multi-different composition graph neural network
CN114139062A (en) * 2021-12-14 2022-03-04 上海交通大学 Interpretable efficient self-encoder system and method for implicit recommendation
CN114329200B (en) * 2021-12-27 2023-05-26 黑龙江大学 A Personalized Adaptive Bundle Recommendation Model and Recommendation Method
CN114329200A (en) * 2021-12-27 2022-04-12 黑龙江大学 A Personalized Adaptive Bundling Recommendation Model and Recommendation Method
CN114399028A (en) * 2022-01-14 2022-04-26 马上消费金融股份有限公司 Information processing method, graph convolution neural network training method and electronic equipment
CN114491266A (en) * 2022-01-29 2022-05-13 桂林电子科技大学 Article recommendation method and device and storage medium
CN114997476A (en) * 2022-05-18 2022-09-02 燕山大学 Commodity prediction method fusing commodity incidence relation
CN116611894B (en) * 2023-06-02 2023-11-17 黑龙江大学 A cross-level graph comparative learning bundled product recommendation method
CN116611894A (en) * 2023-06-02 2023-08-18 黑龙江大学 Cross-level graph comparison learning binding commodity recommendation method

Also Published As

Publication number Publication date
CN111611472B (en) 2024-02-27

Similar Documents

Publication Publication Date Title
CN111611472A (en) A method and system for bundle recommendation based on graph convolutional neural network
CN112905900B (en) Collaborative filtering recommendation method based on graph convolution attention mechanism
CN113379494B (en) Commodity recommendation method and device based on heterogeneous social relationship and electronic equipment
CN111125530B (en) An information flow recommendation method based on deep learning of multi-type features
CN114036406A (en) Recommendation method and system based on graph contrast learning and social network enhancement
CN111210008B (en) Method and device for processing interactive data by using LSTM neural network model
CN113918832B (en) Graph convolution collaborative filtering recommendation system based on social relations
CN113918833B (en) Product recommendation method realized through graph convolution collaborative filtering of social network relationship
CN115358809B (en) A multi-intention recommendation method and device based on graph contrast learning
CN112364236B (en) Target object recommendation system, method, device, data processing method and device
CN114548296B (en) A graph convolution recommendation method based on adaptive framework and related device
CN115099886B (en) A method, device and storage medium for recommending long and short interest sequences
CN111143705A (en) Recommendation method based on graph convolution network
CN111695965A (en) Product screening method, system and equipment based on graph neural network
Wang et al. Relational graph neural network with neighbor interactions for bundle recommendation service
CN113918834B (en) Graph convolution collaborative filtering recommendation method fusing social relations
CN112364242B (en) Context-aware graph convolution recommendation system
CN114036405A (en) A method and system for social recommendation based on graph convolutional network
CN113761388A (en) A recommended method, device, electronic device and storage medium
CN114579852A (en) Recommendation method based on graph convolution network and attention mechanism
Li et al. A novel method for credit scoring based on feature transformation and ensemble model
CN112734519B (en) Commodity recommendation method based on convolution self-encoder network
CN117251586A (en) Multimedia resource recommendation method, device and storage medium
CN115221413B (en) A sequential recommendation method and system based on interactive graph attention network
CN114925268B (en) Recommendation method, system, electronic device and computer-readable medium based on graph neural network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant