paper-with-me

Papers

Time-aware Graph Neural Network for Entity Alignment between Temporal Knowledge Graphs

2021-11-01 · EMNLP 2021 11 · Chengjin Xu, Fenglong Su, Jens Lehmann

Entity alignment aims to identify equivalent entity pairs between different knowledge graphs (KGs). Recently, the availability of temporal KGs (TKGs) that contain time information created the need for reasoning over time in such TKGs. Existing embedding-based entity alignment approaches disregard time information that commonly exists in many large-scale KGs, leaving much room for improvement. In this paper, we focus on the task of aligning entity pairs between TKGs and propose a novel Time-aware Entity Alignment approach based on Graph Neural Networks (TEA-GNN). We embed entities, relations and timestamps of different KGs into a vector space and use GNNs to learn entity representations. To incorporate both relation and time information into the GNN structure of our model, we use a self-attention mechanism which assigns different weights to different nodes with orthogonal transformation matrices computed from embeddings of the relevant relations and timestamps in a neighborhood. Experimental results on multiple real-world TKG datasets show that our method significantly outperforms the state-of-the-art methods due to the inclusion of time information.

📄 PDF Abstract BibTeX

Code (1)

soledad921/tea-gnn 공식 구현 tf

Tasks

Entity AlignmentGraph Neural NetworkKnowledge Graphs

Similar Papers 제목 키워드 기반

Time-aware Graph Neural Networks for Entity Alignment between Temporal Knowledge Graphs

2022-03-04 · Chengjin Xu, Fenglong Su, Jens Lehmann

Entity alignment aims to identify equivalent entity pairs between different knowledge graphs (KGs). Recently, the availability of temporal KGs (TKGs) that contain time information created the need for reasoning over time…

Entity AlignmentKnowledge Graphs

Cross-platform Product Matching Based on Entity Alignment of Knowledge Graph with RAEA model

2025-12-08 · Wenlong Liu, Jiahua Pan, Xingyu Zhang, Xinxin Gong 외 arxiv

Product matching aims to identify identical or similar products sold on different platforms. By building knowledge graphs (KGs), the product matching problem can be converted to the Entity Alignment (EA) task, which aims…

Knowledge GraphsEntity Alignment

Degree aware based adversarial graph convolutional networks for entity alignment in heterogeneous knowledge graph

2022-04-28 · Neurocomputing 2022 4 · Hanchen Wang, Yining Wang, Jianfeng Li, Tao Luo

Entity alignment, as the vital technique for knowledge graph construction and integration, aims to match entities that refer to the same real-world identity in different knowledge graphs (KGs). Recently, much effort has …

Entity AlignmentGenerative Adversarial Networkgraph constructionKnowledge Graphs

Relation-Aware Entity Alignment for Heterogeneous Knowledge Graphs

2019-08-22 · Yuting Wu, Xiao Liu, Yansong Feng, Zheng Wang 외

Entity alignment is the task of linking entities with the same real-world identity from different knowledge graphs (KGs), which has been recently dominated by embedding-based methods. Such approaches work by learning KG …

Entity AlignmentEntity EmbeddingsKnowledge GraphsRelation

Conflict-Aware Pseudo Labeling via Optimal Transport for Entity Alignment

2022-09-05 · Qijie Ding, Daokun Zhang, Jie Yin

Entity alignment aims to discover unique equivalent entity pairs with the same meaning across different knowledge graphs (KGs). Existing models have focused on projecting KGs into a latent embedding space so that inheren…

Entity AlignmentEntity EmbeddingsKnowledge GraphsPseudo Label