paper-with-me

Papers

MRAEA: An Efficient and Robust Entity Alignment Approach for Cross-lingual Knowledge Graph

2020-02-03 · The International Conference on Web Search and Data Mining (WSDM) 2020 2 · Xin Mao, Wenting Wang, Huimin Xu, Man Lan, Yuanbin Wu

Entity alignment to find equivalent entities in cross-lingual Knowledge Graphs (KGs) plays a vital role in automatically integrating multiple KGs. Existing translation-based entity alignment methods jointly model the cross-lingual knowledge and monolingual knowledge into one unified optimization problem. On the other hand, the Graph Neural Network (GNN) based methods either ignore the node differentiations, or represent relation through entity or triple instances. They all fail to model the meta semantics embedded in relation nor complex relations such as n-to-n and multi-graphs. To tackle these challenges, we propose a novel Meta Relation Aware Entity Alignment (MRAEA) to directly model cross-lingual entity embeddings by attending over the node's incoming and outgoing neighbors and its connected relations' meta semantics. In addition, we also propose a simple and effective bi-directional iterative strategy to add new aligned seeds during training. Our experiments on all three benchmark entity alignment datasets show that our approach consistently outperforms the state-of-the-art methods, exceeding by 15%-58% on Hit@1. Through an extensive ablation study, we validate that the proposed meta relation aware representations, relation aware self-attention and bi-directional iterative strategy of new seed selection all make contributions to significant performance improvement. The code is available at https://github.com/MaoXinn/MRAEA.

📄 PDF Abstract BibTeX

Code (1)

MaoXinn/MRAEA tf

Tasks

Entity AlignmentEntity EmbeddingsGraph Neural NetworkKnowledge GraphsRelation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

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

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

Cross-lingual Entity Alignment via Joint Attribute-Preserving Embedding

2017-08-16 · Zequn Sun, Wei Hu, Chengkai Li

Entity alignment is the task of finding entities in two knowledge bases (KBs) that represent the same real-world object. When facing KBs in different natural languages, conventional cross-lingual entity alignment methods…

AttributeEntity AlignmentMachine TranslationTranslation

Cross-lingual Entity Alignment with Adversarial Kernel Embedding and Adversarial Knowledge Translation

2021-04-16 · Gong Zhang, Yang Zhou, Sixing Wu, Zeru Zhang 외

Cross-lingual entity alignment, which aims to precisely connect the same entities in different monolingual knowledge bases (KBs) together, often suffers challenges from feature inconsistency to sequence context unawarene…

AttributeEntity AlignmentKnowledge GraphsTranslation