paper-with-me

Papers

Convolutional Complex Knowledge Graph Embeddings

2020-08-07 · Caglar Demir, Axel-Cyrille Ngonga Ngomo

In this paper, we study the problem of learning continuous vector representations of knowledge graphs for predicting missing links. We present a new approach called ConEx, which infers missing links by leveraging the composition of a 2D convolution with a Hermitian inner product of complex-valued embedding vectors. We evaluate ConEx against state-of-the-art approaches on the WN18RR, FB15K-237, KINSHIP and UMLS benchmark datasets. Our experimental results show that ConEx achieves a performance superior to that of state-of-the-art approaches such as RotatE, QuatE and TuckER on the link prediction task on all datasets while requiring at least 8 times fewer parameters. We ensure the reproducibility of our results by providing an open-source implementation which includes the training, evaluation scripts along with pre-trained models at https://github.com/conex-kge/ConEx.

📄 PDF Abstract BibTeX arXiv:2008.03130

Code (2)

dice-group/Convolutional-Complex-Knowledge-Graph-Embeddings 공식 구현 pytorch
dice-group/hybridfc pytorch

Tasks

Knowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

TuckER TuckER
Self-Adversarial Negative Sampling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RotatE RotatE is a method for generating graph embeddings which is able to model and infer various relation patterns including: symmetry/antisymmetry, inversion, and composition.…

Similar Papers 제목 키워드 기반

Convolutional Neural Knowledge Graph Learning

2017-10-23 · Feipeng Zhao, Martin Renqiang Min, Chen Shen, Amit Chakraborty

Previous models for learning entity and relationship embeddings of knowledge graphs such as TransE, TransH, and TransR aim to explore new links based on learned representations. However, these models interpret relationsh…

Entity EmbeddingsGraph LearningKnowledge GraphsTriplet

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

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

Prediction of Adverse Biological Effects of Chemicals Using Knowledge Graph Embeddings

2021-12-08 · Erik B. Myklebust, Ernesto Jiménez-Ruiz, Jiaoyan Chen, Raoul Wolf 외

We have created a knowledge graph based on major data sources used in ecotoxicological risk assessment. We have applied this knowledge graph to an important task in risk assessment, namely chemical effect prediction. We …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsPrediction

Joint Learning of Representations for Web-tables, Entities and Types using Graph Convolutional Network

2021-04-01 · EACL 2021 2 · Aniket Pramanick, Indrajit Bhattacharya

Existing approaches for table annotation with entities and types either capture the structure of table using graphical models, or learn embeddings of table entries without accounting for the complete syntactic structure.…

Table annotation