SparseMult:知识图链接预测的稀疏张量分解模型

IF 1.8 4区 计算机科学 Q3 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE
Zhiwen Xie, Runjie Zhu, Meng Zhang, Jin Liu
{"title":"SparseMult:知识图链接预测的稀疏张量分解模型","authors":"Zhiwen Xie,&nbsp;Runjie Zhu,&nbsp;Meng Zhang,&nbsp;Jin Liu","doi":"10.1111/coin.70097","DOIUrl":null,"url":null,"abstract":"<div>\n \n <p>Knowledge graphs (KGs) have shown great power in many downstream natural language processing (NLP) tasks, such as recommendation system and question answering. Despite the large amount of knowledge facts in KGs, KGs still suffer from an issue of incompleteness, namely, lots of relations between entities are missing. Link prediction, also known as knowledge graph completion (KGC), aims to predict missing relations between entities. The models based on tensor decomposition, such as Rescal and DistMult, are promising to solve the link prediction task. However, previous Rescal model lacks the ability to scale to large KGs due to the large amount of parameters. DistMult simplifies Rescal by using diagonal matrices to represent relations, while it suffers from the limitation of dealing with antisymmetric relations. To address these problems, in this paper, we propose a SparseMult model, which is a novel tensor decomposition model based on sparse relation matrix. Specifically, we view KGs as 3D tensors and decompose them as entity vectors and relation matrices. To reduce the number of parameters in relation matrices, we represent each relation matrix as a sparse block diagonal matrix. Thus, the complexity of relation matrices grow linearly with the embedding size, making it able to scale up to large KGs. Moreover, we analyze the ability of modeling different relation patterns and show that our SparseMult is capable to model symmetry, antisymmetry, and inversion relations. We conduct extensive experiments on three widely used benchmark datasets FB15k-237, WN18RR, and CCKS2021 KGs. Experimental results demonstrate that our SparseMult model outperforms most of the state-of-the-art methods.</p>\n </div>","PeriodicalId":55228,"journal":{"name":"Computational Intelligence","volume":"41 4","pages":""},"PeriodicalIF":1.8000,"publicationDate":"2025-07-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"SparseMult: A Sparse Tensor Decomposition Model for Knowledge Graph Link Prediction\",\"authors\":\"Zhiwen Xie,&nbsp;Runjie Zhu,&nbsp;Meng Zhang,&nbsp;Jin Liu\",\"doi\":\"10.1111/coin.70097\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div>\\n \\n <p>Knowledge graphs (KGs) have shown great power in many downstream natural language processing (NLP) tasks, such as recommendation system and question answering. Despite the large amount of knowledge facts in KGs, KGs still suffer from an issue of incompleteness, namely, lots of relations between entities are missing. Link prediction, also known as knowledge graph completion (KGC), aims to predict missing relations between entities. The models based on tensor decomposition, such as Rescal and DistMult, are promising to solve the link prediction task. However, previous Rescal model lacks the ability to scale to large KGs due to the large amount of parameters. DistMult simplifies Rescal by using diagonal matrices to represent relations, while it suffers from the limitation of dealing with antisymmetric relations. To address these problems, in this paper, we propose a SparseMult model, which is a novel tensor decomposition model based on sparse relation matrix. Specifically, we view KGs as 3D tensors and decompose them as entity vectors and relation matrices. To reduce the number of parameters in relation matrices, we represent each relation matrix as a sparse block diagonal matrix. Thus, the complexity of relation matrices grow linearly with the embedding size, making it able to scale up to large KGs. Moreover, we analyze the ability of modeling different relation patterns and show that our SparseMult is capable to model symmetry, antisymmetry, and inversion relations. We conduct extensive experiments on three widely used benchmark datasets FB15k-237, WN18RR, and CCKS2021 KGs. Experimental results demonstrate that our SparseMult model outperforms most of the state-of-the-art methods.</p>\\n </div>\",\"PeriodicalId\":55228,\"journal\":{\"name\":\"Computational Intelligence\",\"volume\":\"41 4\",\"pages\":\"\"},\"PeriodicalIF\":1.8000,\"publicationDate\":\"2025-07-09\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Computational Intelligence\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://onlinelibrary.wiley.com/doi/10.1111/coin.70097\",\"RegionNum\":4,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q3\",\"JCRName\":\"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Computational Intelligence","FirstCategoryId":"94","ListUrlMain":"https://onlinelibrary.wiley.com/doi/10.1111/coin.70097","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q3","JCRName":"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE","Score":null,"Total":0}
引用次数: 0

摘要

知识图(KGs)在许多下游自然语言处理(NLP)任务中显示出强大的功能,例如推荐系统和问答。尽管kg中包含了大量的知识事实,但kg仍然存在着不完备性问题,即缺少了许多实体之间的关系。链接预测,也称为知识图补全(KGC),旨在预测实体之间缺失的关系。基于张量分解的Rescal和DistMult等模型有望解决链路预测问题。然而,以前的Rescal模型由于参数过多,缺乏按比例缩放到大kg的能力。DistMult通过使用对角矩阵来表示关系来简化Rescal,但它在处理反对称关系时受到限制。针对这些问题,本文提出了一种新的基于稀疏关系矩阵的张量分解模型——SparseMult模型。具体来说,我们将kg视为三维张量,并将其分解为实体向量和关系矩阵。为了减少关系矩阵中参数的数量,我们将每个关系矩阵表示为一个稀疏块对角矩阵。因此,关系矩阵的复杂性随着嵌入大小线性增长,使其能够扩展到更大的KGs。此外,我们分析了不同关系模式的建模能力,并表明我们的SparseMult能够建模对称、反对称和反转关系。我们在FB15k-237、WN18RR和CCKS2021 KGs三个广泛使用的基准数据集上进行了大量实验,实验结果表明,我们的SparseMult模型优于大多数最先进的方法。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
SparseMult: A Sparse Tensor Decomposition Model for Knowledge Graph Link Prediction

Knowledge graphs (KGs) have shown great power in many downstream natural language processing (NLP) tasks, such as recommendation system and question answering. Despite the large amount of knowledge facts in KGs, KGs still suffer from an issue of incompleteness, namely, lots of relations between entities are missing. Link prediction, also known as knowledge graph completion (KGC), aims to predict missing relations between entities. The models based on tensor decomposition, such as Rescal and DistMult, are promising to solve the link prediction task. However, previous Rescal model lacks the ability to scale to large KGs due to the large amount of parameters. DistMult simplifies Rescal by using diagonal matrices to represent relations, while it suffers from the limitation of dealing with antisymmetric relations. To address these problems, in this paper, we propose a SparseMult model, which is a novel tensor decomposition model based on sparse relation matrix. Specifically, we view KGs as 3D tensors and decompose them as entity vectors and relation matrices. To reduce the number of parameters in relation matrices, we represent each relation matrix as a sparse block diagonal matrix. Thus, the complexity of relation matrices grow linearly with the embedding size, making it able to scale up to large KGs. Moreover, we analyze the ability of modeling different relation patterns and show that our SparseMult is capable to model symmetry, antisymmetry, and inversion relations. We conduct extensive experiments on three widely used benchmark datasets FB15k-237, WN18RR, and CCKS2021 KGs. Experimental results demonstrate that our SparseMult model outperforms most of the state-of-the-art methods.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Computational Intelligence
Computational Intelligence 工程技术-计算机:人工智能
CiteScore
6.90
自引率
3.60%
发文量
65
审稿时长
>12 weeks
期刊介绍: This leading international journal promotes and stimulates research in the field of artificial intelligence (AI). Covering a wide range of issues - from the tools and languages of AI to its philosophical implications - Computational Intelligence provides a vigorous forum for the publication of both experimental and theoretical research, as well as surveys and impact studies. The journal is designed to meet the needs of a wide range of AI workers in academic and industrial research.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信