paper-with-me

Papers

Convolutional 2D Knowledge Graph Embeddings

2017-07-05 · Tim Dettmers, Pasquale Minervini, Pontus Stenetorp, Sebastian Riedel

Link prediction for knowledge graphs is the task of predicting missing relationships between entities. Previous work on link prediction has focused on shallow, fast models which can scale to large knowledge graphs. However, these models learn less expressive features than deep, multi-layer models -- which potentially limits performance. In this work, we introduce ConvE, a multi-layer convolutional network model for link prediction, and report state-of-the-art results for several established datasets. We also show that the model is highly parameter efficient, yielding the same performance as DistMult and R-GCN with 8x and 17x fewer parameters. Analysis of our model suggests that it is particularly effective at modelling nodes with high indegree -- which are common in highly-connected, complex knowledge graphs such as Freebase and YAGO3. In addition, it has been noted that the WN18 and FB15k datasets suffer from test set leakage, due to inverse relations from the training set being present in the test set -- however, the extent of this issue has so far not been quantified. We find this problem to be severe: a simple rule-based model can achieve state-of-the-art results on both WN18 and FB15k. To ensure that models are evaluated on datasets where simply exploiting inverse relations cannot yield competitive results, we investigate and validate several commonly used datasets -- deriving robust variants where necessary. We then perform experiments on these robust datasets for our own and several previously proposed models and find that ConvE achieves state-of-the-art Mean Reciprocal Rank across most datasets.

📄 PDF Abstract BibTeX arXiv:1707.01476

Code (8)

TimDettmers/ConvE 공식 구현 pytorch
INK-USC/RE-Net pytorch
LB0828/conve_reproduce pytorch
bi-graph/emgraph tf
facebookresearch/ssl-relation-prediction pytorch
oliver-lloyd/kge_param_sens
thu-keg/eakit pytorch
uma-pi1/kge-iclr20 pytorch

Tasks

Knowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

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

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

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