摘要
针对现有知识图谱嵌入模型通过从实体集中随机抽取一个实体来生成负例三元组,导致负例三元组质量较低,影响了实体与关系的特征学习能力。研究了影响负例三元组质量的相关因素,提出了基于实体相似性负采样的方法来生成高质量的负例三元组。在相似性负采样方法中,首先使用K-Means聚类算法将所有实体划分为多个组,然后从正例三元组中头实体所在的簇中选择一个实体替换头实体,并以类似的方法替换尾实体。通过将相似性负采样方法与TransE相结合得到TransE-SNS。研究结果表明:TransE-SNS在链路预测和三元组分类任务上取得了显著的进步。
For the existing knowledge graph embedding model,the random extraction of an entity from the entity set results in the generation of lower-quality negative triples,and this affects the feature learning ability of the entity and the relationship.In this paper,we study the related factors affecting the quality of negative triples,and propose an entity similarity negative sampling method to generate high-quality negative triples.In the similarity negative sampling method,all entities are first divided into a number of groups using the K-means clustering algorithm.Then,corresponding to each positive triple,an entity is selected to replace the head entity from the cluster,whereby the head entity is located in the positive triple,and the tail entity is replaced in a similar approach.TransE-SNS is obtained by combining the similarity negative sampling method with TransE.Experimental results show that TransE-SNS has made significant progress in link prediction and triplet classification tasks.
作者
饶官军
古天龙
常亮
宾辰忠
秦赛歌
宣闻
RAO Guanjun;GU Tianlong;CHANG Liang;BIN Chenzhong;QIN Saige;XUAN Wen(Guangxi Key Laboratory of Trusted Software,Guilin University of Electronic Technology,Guilin 541004,China)
出处
《智能系统学报》
CSCD
北大核心
2020年第2期218-226,共9页
CAAI Transactions on Intelligent Systems
基金
国家自然科学基金资助项目(U1501252,61572146)
广西创新驱动重大专项项目(AA17202024)
广西自然科学基金项目(2016GXNSFDA380006)
广西高校中青年教师基础能力提升项目(2018KYD203)
广西研究生教育创新计划项目(YCSW2018139)。
关键词
知识图谱
表示学习
随机抽样
相似性负采样
K-MEANS聚类
随机梯度下降
链接预测
三元组分类
knowledge graph
representation learning
random sampling
similarity sampling
K-means clustering
stochastic gradient descent
link prediction
triple classification