TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Multilingual Knowledge Graph Completion with Joint Relatio...

Multilingual Knowledge Graph Completion with Joint Relation and Entity Alignment

Harkanwar Singh, Prachi Jain, Mausam, Soumen Chakrabarti

2021-04-18AKBC 2021 10Knowledge Graph CompletionEntity Alignment
PaperPDF

Abstract

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.

Results

TaskDatasetMetricValueModel
Knowledge GraphsDBP-5L (Greek)MRR69.4AlignKGC
Knowledge Graph CompletionDBP-5L (Greek)MRR69.4AlignKGC
Large Language ModelDBP-5L (Greek)MRR69.4AlignKGC
Inductive knowledge graph completionDBP-5L (Greek)MRR69.4AlignKGC

Related Papers

Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Rethinking Regularization Methods for Knowledge Graph Completion2025-05-29GenIC: An LLM-Based Framework for Instance Completion in Knowledge Graphs2025-05-29Is Architectural Complexity Overrated? Competitive and Interpretable Knowledge Graph Completion with RelatE2025-05-25Enhancing Knowledge Graph Completion with GNN Distillation and Probabilistic Interaction Modeling2025-05-18ReCDAP: Relation-Based Conditional Diffusion with Attention Pooling for Few-Shot Knowledge Graph Completion2025-05-12Prompted Meta-Learning for Few-shot Knowledge Graph Completion2025-05-08