paper-with-me

Papers

Knowledge Graph Alignment with Entity-Pair Embedding

2020-11-01 · EMNLP 2020 11 · Zhichun Wang, Jinjian Yang, Xiaoju Ye

Knowledge Graph (KG) alignment is to match entities in different KGs, which is important to knowledge fusion and integration. Recently, a number of embedding-based approaches for KG alignment have been proposed and achieved promising results. These approaches first embed entities in low-dimensional vector spaces, and then obtain entity alignments by computations on their vector representations. Although continuous improvements have been achieved by recent work, the performances of existing approaches are still not satisfactory. In this work, we present a new approach that directly learns embeddings of entity-pairs for KG alignment. Our approach first generates a pair-wise connectivity graph (PCG) of two KGs, whose nodes are entity-pairs and edges correspond to relation-pairs; it then learns node (entity-pair) embeddings of the PCG, which are used to predict equivalent relations of entities. To get desirable embeddings, a convolutional neural network is used to generate similarity features of entity-pairs from their attributes; and a graph neural network is employed to propagate the similarity features and get the final embeddings of entity-pairs. Experiments on five real-world datasets show that our approach can achieve the state-of-the-art KG alignment results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Embedding-Based Entity Alignment Using Relation Structural Similarity

2022-09-11 · 2020 IEEE International Conference on Knowledge Graph (ICKG) 2022 9 · Yanhui Peng; Jing Zhang; Cangqi Zhou; Jian Xu

Entity alignment aims to find entities in different knowledge graphs that semantically represent the same real-world entity. Recently, embedding-based entity alignment methods, which represent knowledge graphs as low-dim…

Entity AlignmentEntity EmbeddingsGraph EmbeddingKnowledge Graph Embedding+2

TransAlign: Fully Automatic and Effective Entity Alignment for Knowledge Graphs

2022-10-16 · Rui Zhang, Xiaoyan Zhao, Bayu Distiawan Trisedya, Min Yang 외

The task of entity alignment between knowledge graphs (KGs) aims to identify every pair of entities from two different KGs that represent the same entity. Many machine learning-based methods have been proposed for this t…

Entity AlignmentEntity EmbeddingsKnowledge Graphs

Generating Explanations to Understand and Repair Embedding-based Entity Alignment

2023-12-08 · Xiaobin Tian, Zequn Sun, Wei Hu

Entity alignment (EA) seeks identical entities in different knowledge graphs, which is a long-standing task in the database research. Recent work leverages deep learning to embed entities in vector space and align them v…

Entity AlignmentKnowledge Graphs

Multi-view Knowledge Graph Embedding for Entity Alignment

2019-06-06 · Qingheng Zhang, Zequn Sun, Wei Hu, Muhao Chen 외

We study the problem of embedding-based entity alignment between knowledge graphs (KGs). Previous works mainly focus on the relational structure of entities. Some further incorporate another type of features, such as att…

Entity AlignmentGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

AutoAlign: Fully Automatic and Effective Knowledge Graph Alignment enabled by Large Language Models

2023-07-18 · Rui Zhang, Yixin Su, Bayu Distiawan Trisedya, Xiaoyan Zhao 외

The task of entity alignment between knowledge graphs (KGs) aims to identify every pair of entities from two different KGs that represent the same entity. Many machine learning-based methods have been proposed for this t…

Entity AlignmentEntity EmbeddingsKnowledge Graphs