paper-with-me

Papers

Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation

2019-11-20 · Zequn Sun, Chengming Wang, Wei Hu, Muhao Chen, Jian Dai, Wei zhang, Yuzhong Qu

Graph neural networks (GNNs) have emerged as a powerful paradigm for embedding-based entity alignment due to their capability of identifying isomorphic subgraphs. However, in real knowledge graphs (KGs), the counterpart entities usually have non-isomorphic neighborhood structures, which easily causes GNNs to yield different representations for them. To tackle this problem, we propose a new KG alignment network, namely AliNet, aiming at mitigating the non-isomorphism of neighborhood structures in an end-to-end manner. As the direct neighbors of counterpart entities are usually dissimilar due to the schema heterogeneity, AliNet introduces distant neighbors to expand the overlap between their neighborhood structures. It employs an attention mechanism to highlight helpful distant neighbors and reduce noises. Then, it controls the aggregation of both direct and distant neighborhood information using a gating mechanism. We further propose a relation loss to refine entity representations. We perform thorough experiments with detailed ablation studies and analyses on five entity alignment datasets, demonstrating the effectiveness of AliNet.

📄 PDF Abstract BibTeX arXiv:1911.08936

Code (1)

nju-websoft/AliNet 공식 구현 tf

Tasks

Entity AlignmentKnowledge Graphs

Similar Papers 제목 키워드 기반

Global entity alignment with Gated Latent Space Neighborhood Aggregation

2021-08-01 · CCL 2021 8 · Chen Wei, Chen Xiaoying, Xiong Shengwu

“Existing entity alignment models mainly use the topology structure of the original knowledge graph and have achieved promising performance. However they are still challenged by the heterogeneous topological neighborhood…

Entity AlignmentEntity Embeddings

Joint Multilingual Knowledge Graph Completion and Alignment

2022-10-17 · Vinh Tong, Dat Quoc Nguyen, Trung Thanh Huynh, Tam Thanh Nguyen 외

Knowledge graph (KG) alignment and completion are usually treated as two independent tasks. While recent work has leveraged entity and relation alignments from multiple KGs, such as alignments between multilingual KGs wi…

Knowledge Graph CompletionKnowledge GraphsRelation

Jointly Learning Knowledge Embedding and Neighborhood Consensus with Relational Knowledge Distillation for Entity Alignment

2022-01-25 · Xinhang Li, Yong Zhang, Chunxiao Xing

Entity alignment aims at integrating heterogeneous knowledge from different knowledge graphs. Recent studies employ embedding-based methods by first learning the representation of Knowledge Graphs and then performing ent…

BenchmarkingEntity AlignmentEntity EmbeddingsKnowledge Distillation+2

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

Neighborhood Matching Network for Entity Alignment

2020-05-12 · ACL 2020 6 · Yuting Wu, Xiao Liu, Yansong Feng, Zheng Wang 외

Structural heterogeneity between knowledge graphs is an outstanding challenge for entity alignment. This paper presents Neighborhood Matching Network (NMN), a novel entity alignment framework for tackling the structural …

Entity AlignmentGraph SamplingKnowledge Graphs