paper-with-me

Papers

Knowledge Graph Embedding using Graph Convolutional Networks with Relation-Aware Attention

2021-02-14 · Nasrullah Sheikh, Xiao Qin, Berthold Reinwald, Christoph Miksovic, Thomas Gschwind, Paolo Scotton

Knowledge graph embedding methods learn embeddings of entities and relations in a low dimensional space which can be used for various downstream machine learning tasks such as link prediction and entity matching. Various graph convolutional network methods have been proposed which use different types of information to learn the features of entities and relations. However, these methods assign the same weight (importance) to the neighbors when aggregating the information, ignoring the role of different relations with the neighboring entities. To this end, we propose a relation-aware graph attention model that leverages relation information to compute different weights to the neighboring nodes for learning embeddings of entities and relations. We evaluate our proposed approach on link prediction and entity matching tasks. Our experimental results on link prediction on three datasets (one proprietary and two public) and results on unsupervised entity matching on one proprietary dataset demonstrate the effectiveness of the relation-aware attention.

📄 PDF Abstract BibTeX arXiv:2102.07200

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph EmbeddingKnowledge Graph EmbeddingLink PredictionPredictionRelation

Similar Papers 제목 키워드 기반

Learning High-order Structural and Attribute information by Knowledge Graph Attention Networks for Enhancing Knowledge Graph Embedding

2019-10-09 · Wenqiang Liu, Hongyun Cai, Xu Cheng, Sifa Xie 외

The goal of representation learning of knowledge graph is to encode both entities and relations into a low-dimensional embedding spaces. Many recent works have demonstrated the benefits of knowledge graph embedding on kn…

AttributeGraph AttentionGraph EmbeddingKnowledge Graph Completion+4

HyConvE: A Novel Embedding Model for Knowledge Hypergraph Link Prediction with Convolutional Neural Networks

2023-04-01 · journal 2023 4 · Chenxu Wang, Xin Wang, Zhao Li, Zirui Chen 외

Knowledge hypergraph embedding, which projects entities and n-ary relations into a low-dimensional continuous vector space to predict missing links, remains a challenging area to be explored despite the ubiquity of n-ary…

hypergraph embeddingKnowledge GraphsLink PredictionPosition+1

End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion

2018-11-11 · Chao Shang, Yun Tang, Jing Huang, Jinbo Bi 외

Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D…

DecoderGraph EmbeddingKnowledge Base CompletionKnowledge Graph Embedding+2

ConvD: Attention Enhanced Dynamic Convolutional Embeddings for Knowledge Graph Completion

2023-12-11 · Wenbin Guo, Zhao Li, Xin Wang, Zirui Chen

Knowledge graphs generally suffer from incompleteness, which can be alleviated by completing the missing information. Deep knowledge convolutional embedding models based on neural networks are currently popular methods f…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsRelation

Knowledge Embedding Based Graph Convolutional Network

2020-06-12 · Donghan Yu, Yiming Yang, Ruohong Zhang, Yuexin Wu

Recently, a considerable literature has grown up around the theme of Graph Convolutional Network (GCN). How to effectively leverage the rich structural information in complex graphs, such as knowledge graphs with heterog…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRepresentation Learning