paper-with-me

Papers

Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks

2018-10-01 · EMNLP 2018 10 · Zhichun Wang, Qingsong Lv, Xiaohan Lan, Yu Zhang

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.

📄 PDF Abstract BibTeX

Code (1)

1049451037/GCN-Align tf

Tasks

AttributeEntity AlignmentFeature EngineeringKnowledge GraphsMachine Translation

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

SubGraph Networks based Entity Alignment for Cross-lingual Knowledge Graph

2022-05-07 · Shanqing Yu, Shihan Zhang, Jianlin Zhang, Jiajun Zhou 외

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 Graphs

Multilingual Knowledge Graph Embeddings for Cross-lingual Knowledge Alignment

2016-11-12 · Muhao Chen, Yingtao Tian, Mohan Yang, Carlo Zaniolo

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 GraphsTranslation

Cross-lingual Knowledge Graph Alignment via Graph Matching Neural Network

2019-05-28 · ACL 2019 7 · Kun Xu, Li-Wei Wang, Mo Yu, Yansong Feng 외

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 Matching

Dual Attention Network for Cross-lingual Entity Alignment

2020-12-01 · COLING 2020 8 · Jian Sun, Yu Zhou, Chengqing Zong

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 GraphsRelation

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