Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks
Multilingual knowledge graphs (KGs) such as DBpedia and YAGO contain structured knowledge of entities in several distinct languages, and they are useful resources for cross-lingual AI and NLP applications. Cross-lingual KG alignment is the task of matching entities with their counterparts in different languages, which is an important way to enrich the cross-lingual links in multilingual KGs. In this paper, we propose a novel approach for cross-lingual KG alignment via graph convolutional networks (GCNs). Given a set of pre-aligned entities, our approach trains GCNs to embed entities of each language into a unified vector space. Entity alignments are discovered based on the distances between entities in the embedding space. Embeddings can be learned from both the structural and attribute information of entities, and the results of structure embedding and attribute embedding are combined to get accurate alignments. In the experiments on aligning real multilingual KGs, our approach gets the best performance compared with other embedding-based KG alignment approaches.
Code (1)
Tasks
AttributeEntity AlignmentFeature EngineeringKnowledge GraphsMachine TranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SubGraph Networks based Entity Alignment for Cross-lingual Knowledge Graph
Entity alignment is the task of finding entities representing the same real-world object in two knowledge graphs(KGs). Cross-lingual knowledge graph entity alignment aims to discover the cross-lingual links in the multi-…
Entity AlignmentKnowledge GraphsMultilingual Knowledge Graph Embeddings for Cross-lingual Knowledge Alignment
Many recent works have demonstrated the benefits of knowledge graph embeddings in completing monolingual knowledge graphs. Inasmuch as related knowledge bases are built in several different languages, achieving cross-lin…
Entity AlignmentKnowledge Graph EmbeddingsKnowledge GraphsTranslationCross-lingual Knowledge Graph Alignment via Graph Matching Neural Network
Previous cross-lingual knowledge graph (KG) alignment studies rely on entity embeddings derived only from monolingual KG structural information, which may fail at matching entities that have different facts in two KGs. I…
Entity EmbeddingsGraph AttentionGraph MatchingDual Attention Network for Cross-lingual Entity Alignment
Cross-lingual Entity alignment is an essential part of building a knowledge graph, which can help integrate knowledge among different language knowledge graphs. In the real KGs, there exists an imbalance among the inform…
Entity AlignmentGraph AttentionKnowledge GraphsRelationCo-training Embeddings of Knowledge Graphs and Entity Descriptions for Cross-lingual Entity Alignment
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