论文标题
社会电子商务的团体购买建议
Group-Buying Recommendation for Social E-Commerce
论文作者
论文摘要
集体购买是一种在社交电子商务网站上的新兴购买形式,例如Pinduoduo,最近取得了巨大的成功。在这个新的业务模型中,用户,发起人可以启动一个组并向其社交网络共享产品,当有足够的朋友,参与者加入时,这笔交易就会达成。在用户想要启动小组时,建议社交电子商务的团体购买建议,该建议在群体成功率和销售中发挥重要作用。但是,设计用于集体购买的个性化推荐模型是一个很少探索的全新问题。在这项工作中,我们迈出了第一步,以解决社会电子商务的集体购买建议并开发GBGCN方法(用于集体购买图形卷积网络的缩写)。考虑到有多种类型的行为(启动和加入)和结构化的社交网络数据,我们首先建议构建有向异质图以表示行为数据和社交网络。然后,我们开发一个具有多视图嵌入传播的图形卷积网络模型,该模型可以提取复杂的高阶图结构以学习嵌入。最后,由于失败的集体购买意味着引发者和参与者的丰富偏好,因此我们设计了双对损耗函数来提炼这种偏好信号。我们收集了一个实际购买的现实世界数据集,并进行了进行实验以评估绩效。经验结果表明,我们提出的GBGCN可以显着优于基线方法2.69%-7.36%。代码和数据集在https://github.com/sweetnow/group-buying-recommendation上发布。
Group buying, as an emerging form of purchase in social e-commerce websites, such as Pinduoduo, has recently achieved great success. In this new business model, users, initiator, can launch a group and share products to their social networks, and when there are enough friends, participants, join it, the deal is clinched. Group-buying recommendation for social e-commerce, which recommends an item list when users want to launch a group, plays an important role in the group success ratio and sales. However, designing a personalized recommendation model for group buying is an entirely new problem that is seldom explored. In this work, we take the first step to approach the problem of group-buying recommendation for social e-commerce and develop a GBGCN method (short for Group-Buying Graph Convolutional Network). Considering there are multiple types of behaviors (launch and join) and structured social network data, we first propose to construct directed heterogeneous graphs to represent behavioral data and social networks. We then develop a graph convolutional network model with multi-view embedding propagation, which can extract the complicated high-order graph structure to learn the embeddings. Last, since a failed group-buying implies rich preferences of the initiator and participants, we design a double-pairwise loss function to distill such preference signals. We collect a real-world dataset of group-buying and conduct experiments to evaluate the performance. Empirical results demonstrate that our proposed GBGCN can significantly outperform baseline methods by 2.69%-7.36%. The codes and the dataset are released at https://github.com/Sweetnow/group-buying-recommendation.