CLJan 23, 2020

Coordinated Reasoning for Cross-Lingual Knowledge Graph Alignment

arXiv:2001.08728v157 citations
Originality Incremental advance
AI Analysis

This work improves entity alignment for cross-lingual knowledge graphs, which is an incremental advancement in a domain-specific task.

The paper tackles the problem of entity alignment in cross-lingual knowledge graphs by addressing limitations in existing decoding methods, such as the 'many-to-one' issue and lack of coordination between alignment decisions, and introduces coordinated reasoning methods that achieve state-of-the-art performance.

Existing entity alignment methods mainly vary on the choices of encoding the knowledge graph, but they typically use the same decoding method, which independently chooses the local optimal match for each source entity. This decoding method may not only cause the "many-to-one" problem but also neglect the coordinated nature of this task, that is, each alignment decision may highly correlate to the other decisions. In this paper, we introduce two coordinated reasoning methods, i.e., the Easy-to-Hard decoding strategy and joint entity alignment algorithm. Specifically, the Easy-to-Hard strategy first retrieves the model-confident alignments from the predicted results and then incorporates them as additional knowledge to resolve the remaining model-uncertain alignments. To achieve this, we further propose an enhanced alignment model that is built on the current state-of-the-art baseline. In addition, to address the many-to-one problem, we propose to jointly predict entity alignments so that the one-to-one constraint can be naturally incorporated into the alignment prediction. Experimental results show that our model achieves the state-of-the-art performance and our reasoning methods can also significantly improve existing baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes