paper-with-me

Papers

Joint Multilingual Knowledge Graph Completion and Alignment

2022-10-17 · Vinh Tong, Dat Quoc Nguyen, Trung Thanh Huynh, Tam Thanh Nguyen, Quoc Viet Hung Nguyen, Mathias Niepert

Knowledge graph (KG) alignment and completion are usually treated as two independent tasks. While recent work has leveraged entity and relation alignments from multiple KGs, such as alignments between multilingual KGs with common entities and relations, a deeper understanding of the ways in which multilingual KG completion (MKGC) can aid the creation of multilingual KG alignments (MKGA) is still limited. Motivated by the observation that structural inconsistencies -- the main challenge for MKGA models -- can be mitigated through KG completion methods, we propose a novel model for jointly completing and aligning knowledge graphs. The proposed model combines two components that jointly accomplish KG completion and alignment. These two components employ relation-aware graph neural networks that we propose to encode multi-hop neighborhood structures into entity and relation representations. Moreover, we also propose (i) a structural inconsistency reduction mechanism to incorporate information from the completion into the alignment component, and (ii) an alignment seed enlargement and triple transferring mechanism to enlarge alignment seeds and transfer triples during KGs alignment. Extensive experiments on a public multilingual benchmark show that our proposed model outperforms existing competitive baselines, obtaining new state-of-the-art results on both MKGC and MKGA tasks. We publicly release the implementation of our model at https://github.com/vinhsuhi/JMAC

📄 PDF Abstract BibTeX arXiv:2210.08922

Code (1)

vinhsuhi/jmac pytorch

Tasks

Knowledge Graph CompletionKnowledge GraphsRelation

Similar Papers 제목 키워드 기반

Multilingual Knowledge Graph Completion with Joint Relation and Entity Alignment

2021-04-18 · AKBC 2021 10 · Harkanwar Singh, Prachi Jain, Mausam, Soumen Chakrabarti

Knowledge Graph Completion (KGC) predicts missing facts in an incomplete Knowledge Graph. Almost all of existing KGC research is applicable to only one KG at a time, and in one language only. However, different language …

Entity AlignmentKnowledge Graph CompletionRelation

Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment

2022-03-28 · ACL 2022 5 · Zijie Huang, Zheng Li, Haoming Jiang, Tianyu Cao 외

Predicting missing facts in a knowledge graph (KG) is crucial as modern KGs are far from complete. Due to labor-intensive human labeling, this phenomenon deteriorates when handling knowledge represented in various langua…

Knowledge Graph Completion

FedMKGC: Privacy-Preserving Federated Multilingual Knowledge Graph Completion

2023-12-17 · Wei Tang, Zhiqian Wu, Yixin Cao, Yong Liao 외

Knowledge graph completion (KGC) aims to predict missing facts in knowledge graphs (KGs), which is crucial as modern KGs remain largely incomplete. While training KGC models on multiple aligned KGs can improve performanc…

Entity AlignmentFederated LearningKnowledge Graph CompletionKnowledge Graphs+4

Collective Knowledge Graph Completion with Mutual Knowledge Distillation

2023-05-25 · Weihang Zhang, Ovidiu Serban, Jiahao Sun, Yi-Ke Guo

Knowledge graph completion (KGC), the task of predicting missing information based on the existing relational data inside a knowledge graph (KG), has drawn significant attention in recent years. However, the predictive p…

Knowledge DistillationKnowledge Graph CompletionKnowledge GraphsTransfer Learning

Co-training Embeddings of Knowledge Graphs and Entity Descriptions for Cross-lingual Entity Alignment

2018-06-18 · Muhao Chen, Yingtao Tian, Kai-Wei Chang, Steven Skiena 외

Multilingual knowledge graph (KG) embeddings provide latent semantic representations of entities and structured knowledge with cross-lingual inferences, which benefit various knowledge-driven cross-lingual NLP tasks. How…

Entity AlignmentKnowledge Graphs