paper-with-me

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 speakers may maintain separate KGs in their language and no individual KG is expected to be complete. Moreover, common entities or relations in these KGs have different surface forms and IDs, leading to ID proliferation. Entity alignment (EA) and relation alignment (RA) tasks resolve this by recognizing pairs of entity (relation) IDs in different KGs that represent the same entity (relation). This can further help prediction of missing facts, since knowledge from one KG is likely to benefit completion of another. High confidence predictions may also add valuable information for the alignment tasks. In response, we study the novel task of jointly training multilingual KGC, relation alignment and entity alignment models. We present ALIGNKGC, which uses some seed alignments to jointly optimize all three of KGC, EA and RA losses. A key component of ALIGNKGC is an embedding based soft notion of asymmetric overlap defined on the (subject, object) set signatures of relations this aids in better predicting relations that are equivalent to or implied by other relations. Extensive experiments with DBPedia in five languages establish the benefits of joint training for all tasks, achieving 10-32 MRR improvements of ALIGNKGC over a strong state-of-the-art single-KGC system completion model over each monolingual KG . Further, ALIGNKGC achieves reasonable gains in EA and RA tasks over a vanilla completion model over a KG that combines all facts without alignment, underscoring the value of joint training for these tasks.

📄 PDF Abstract BibTeX arXiv:2104.08804

Code (0)

등록된 구현이 없습니다.

Tasks

Entity AlignmentKnowledge Graph CompletionRelation

Similar Papers 제목 키워드 기반

Joint Multilingual Knowledge Graph Completion and Alignment

2022-10-17 · Vinh Tong, Dat Quoc Nguyen, Trung Thanh Huynh, Tam Thanh Nguyen 외

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 wi…

Knowledge Graph CompletionKnowledge GraphsRelation

KG-TRICK: Unifying Textual and Relational Information Completion of Knowledge for Multilingual Knowledge Graphs

2025-01-07 · Zelin Zhou, Simone Conia, Daniel Lee, Min Li 외

Multilingual knowledge graphs (KGs) provide high-quality relational and textual information for various NLP applications, but they are often incomplete, especially in non-English languages. Previous research has shown th…

Knowledge Graph CompletionKnowledge Graphs

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

CoDEx: A Comprehensive Knowledge Graph Completion Benchmark

2020-09-16 · EMNLP 2020 11 · Tara Safavi, Danai Koutra

We present CoDEx, a set of knowledge graph completion datasets extracted from Wikidata and Wikipedia that improve upon existing knowledge graph completion benchmarks in scope and level of difficulty. In terms of scope, C…

BenchmarkingKnowledge Graph CompletionKnowledge GraphsLink Prediction+1

Joint Representation Learning of Text and Knowledge for Knowledge Graph Completion

2016-11-13 · Xu Han, Zhiyuan Liu, Maosong Sun

Joint representation learning of text and knowledge within a unified semantic space enables us to perform knowledge graph completion more accurately. In this work, we propose a novel framework to embed words, entities an…

General ClassificationKnowledge Graph CompletionPredictionRelation+3