基于联合模糊语义学习和全局结构学习的无监督模糊时态知识图实体对齐

IF 5.5 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Neurocomputing Pub Date : 2024-11-28 DOI:10.1016/j.neucom.2024.129019
Jingni Song , Luyi Bai , Xuanxuan An , Longlong Zhou
{"title":"基于联合模糊语义学习和全局结构学习的无监督模糊时态知识图实体对齐","authors":"Jingni Song ,&nbsp;Luyi Bai ,&nbsp;Xuanxuan An ,&nbsp;Longlong Zhou","doi":"10.1016/j.neucom.2024.129019","DOIUrl":null,"url":null,"abstract":"<div><div>Temporal Knowledge Graph Entity Alignment (TKGEA) aims to identify the equivalent entities between different Temporal Knowledge Graphs (TKGs), which is important to knowledge fusion. The current mainstream TKGEA models are supervised embedding-based models that rely on pre-aligned seeds and implicitly encode structural information into entity embedding space for identifying equivalent entities. To deal with the TKGs structural information, some models use Graph Neural Network (GNN) encoding. But they ignore the design of decoders, failing to fully leverage the TKGs structural information. In addition, they primarily focus on crisp TKGs with clear entity semantics. However, many real-world TKGs exhibit fuzzy semantics. This fuzzy information makes existing TKGEA models face the challenge of handling the fuzzy semantics when aligning the equivalent fuzzy entities. To solve the above problems, we propose a novel unsupervised <u>F</u>uzzy <u>T</u>emporal Knowledge Graphs Entity Alignment (EA) framework that jointly performs <u>F</u>uzzy Semantics Learning and Global <u>S</u>tructure Learning, namely FTFS. In this framework, we convert the EA task into an unsupervised optimal transport task between two intra-graph matrices, eliminating the necessity for pre-aligned seeds and thereby avoiding intensive labor. Since we further consider the relation between graph structure and entities during the optimal-transport-based decoder module, it can make better use of the global structural information rather than simply encoding it implicitly into the embedding space. Moreover, unlike TKGEA models, which use binary classification to represent temporal relational facts, we introduce fuzzy semantics learning to embed membership degrees of fuzzy temporal relational facts. Extensive experiments on five FTKG datasets show that our unsupervised method is superior to the state-of-the-art EA methods.</div></div>","PeriodicalId":19268,"journal":{"name":"Neurocomputing","volume":"617 ","pages":"Article 129019"},"PeriodicalIF":5.5000,"publicationDate":"2024-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Unsupervised fuzzy temporal knowledge graph entity alignment via joint fuzzy semantics learning and global structure learning\",\"authors\":\"Jingni Song ,&nbsp;Luyi Bai ,&nbsp;Xuanxuan An ,&nbsp;Longlong Zhou\",\"doi\":\"10.1016/j.neucom.2024.129019\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>Temporal Knowledge Graph Entity Alignment (TKGEA) aims to identify the equivalent entities between different Temporal Knowledge Graphs (TKGs), which is important to knowledge fusion. The current mainstream TKGEA models are supervised embedding-based models that rely on pre-aligned seeds and implicitly encode structural information into entity embedding space for identifying equivalent entities. To deal with the TKGs structural information, some models use Graph Neural Network (GNN) encoding. But they ignore the design of decoders, failing to fully leverage the TKGs structural information. In addition, they primarily focus on crisp TKGs with clear entity semantics. However, many real-world TKGs exhibit fuzzy semantics. This fuzzy information makes existing TKGEA models face the challenge of handling the fuzzy semantics when aligning the equivalent fuzzy entities. To solve the above problems, we propose a novel unsupervised <u>F</u>uzzy <u>T</u>emporal Knowledge Graphs Entity Alignment (EA) framework that jointly performs <u>F</u>uzzy Semantics Learning and Global <u>S</u>tructure Learning, namely FTFS. In this framework, we convert the EA task into an unsupervised optimal transport task between two intra-graph matrices, eliminating the necessity for pre-aligned seeds and thereby avoiding intensive labor. Since we further consider the relation between graph structure and entities during the optimal-transport-based decoder module, it can make better use of the global structural information rather than simply encoding it implicitly into the embedding space. Moreover, unlike TKGEA models, which use binary classification to represent temporal relational facts, we introduce fuzzy semantics learning to embed membership degrees of fuzzy temporal relational facts. Extensive experiments on five FTKG datasets show that our unsupervised method is superior to the state-of-the-art EA methods.</div></div>\",\"PeriodicalId\":19268,\"journal\":{\"name\":\"Neurocomputing\",\"volume\":\"617 \",\"pages\":\"Article 129019\"},\"PeriodicalIF\":5.5000,\"publicationDate\":\"2024-11-28\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Neurocomputing\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S0925231224017909\",\"RegionNum\":2,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Neurocomputing","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0925231224017909","RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE","Score":null,"Total":0}
引用次数: 0

摘要

时间知识图实体对齐(TKGEA)旨在识别不同时间知识图之间的等价实体,这对知识融合具有重要意义。目前主流的TKGEA模型是基于监督嵌入的模型,该模型依赖于预对齐种子,隐式地将结构信息编码到实体嵌入空间中以识别等效实体。为了处理TKGs结构信息,一些模型采用了图神经网络(GNN)编码。但他们忽略了解码器的设计,未能充分利用TKGs的结构信息。此外,他们主要关注具有清晰实体语义的清晰tkg。然而,许多现实世界的tkg表现出模糊语义。这种模糊信息使得现有的TKGEA模型在对齐等效模糊实体时面临模糊语义处理的挑战。为了解决上述问题,我们提出了一种新的无监督模糊时态知识图实体对齐(EA)框架,该框架联合执行模糊语义学习和全局结构学习,即FTFS。在此框架中,我们将EA任务转换为两个图内矩阵之间的无监督最优传输任务,从而消除了预先对齐种子的必要性,从而避免了密集的劳动。由于我们在基于最优传输的解码器模块中进一步考虑了图结构和实体之间的关系,因此它可以更好地利用全局结构信息,而不是简单地将其隐式编码到嵌入空间中。此外,与TKGEA模型使用二元分类来表示时间关系事实不同,我们引入模糊语义学习来嵌入模糊时间关系事实的隶属度。在5个FTKG数据集上进行的大量实验表明,我们的无监督方法优于最先进的EA方法。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Unsupervised fuzzy temporal knowledge graph entity alignment via joint fuzzy semantics learning and global structure learning
Temporal Knowledge Graph Entity Alignment (TKGEA) aims to identify the equivalent entities between different Temporal Knowledge Graphs (TKGs), which is important to knowledge fusion. The current mainstream TKGEA models are supervised embedding-based models that rely on pre-aligned seeds and implicitly encode structural information into entity embedding space for identifying equivalent entities. To deal with the TKGs structural information, some models use Graph Neural Network (GNN) encoding. But they ignore the design of decoders, failing to fully leverage the TKGs structural information. In addition, they primarily focus on crisp TKGs with clear entity semantics. However, many real-world TKGs exhibit fuzzy semantics. This fuzzy information makes existing TKGEA models face the challenge of handling the fuzzy semantics when aligning the equivalent fuzzy entities. To solve the above problems, we propose a novel unsupervised Fuzzy Temporal Knowledge Graphs Entity Alignment (EA) framework that jointly performs Fuzzy Semantics Learning and Global Structure Learning, namely FTFS. In this framework, we convert the EA task into an unsupervised optimal transport task between two intra-graph matrices, eliminating the necessity for pre-aligned seeds and thereby avoiding intensive labor. Since we further consider the relation between graph structure and entities during the optimal-transport-based decoder module, it can make better use of the global structural information rather than simply encoding it implicitly into the embedding space. Moreover, unlike TKGEA models, which use binary classification to represent temporal relational facts, we introduce fuzzy semantics learning to embed membership degrees of fuzzy temporal relational facts. Extensive experiments on five FTKG datasets show that our unsupervised method is superior to the state-of-the-art EA methods.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Neurocomputing
Neurocomputing 工程技术-计算机:人工智能
CiteScore
13.10
自引率
10.00%
发文量
1382
审稿时长
70 days
期刊介绍: Neurocomputing publishes articles describing recent fundamental contributions in the field of neurocomputing. Neurocomputing theory, practice and applications are the essential topics being covered.
期刊最新文献
Monocular thermal SLAM with neural radiance fields for 3D scene reconstruction Learning a more compact representation for low-rank tensor completion An HVS-derived network for assessing the quality of camouflaged targets with feature fusion Global Span Semantic Dependency Awareness and Filtering Network for nested named entity recognition A user behavior-aware multi-task learning model for enhanced short video recommendation
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1