Convolutional 2D Knowledge Graph Embeddings
Tim Dettmers, Pasquale Minervini, Pontus Stenetorp, Sebastian Riedel

TL;DR
This paper introduces ConvE, a multi-layer convolutional model for link prediction in knowledge graphs, achieving state-of-the-art results with high parameter efficiency and robustness against dataset leakage issues.
Contribution
The paper presents ConvE, a novel convolutional neural network model for knowledge graph link prediction, demonstrating improved performance and parameter efficiency over existing models.
Findings
ConvE achieves state-of-the-art results on multiple datasets.
ConvE is highly parameter efficient, requiring fewer parameters than comparable models.
The study reveals severe test set leakage issues in popular datasets like WN18 and FB15k.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Data Quality and Management · Topic Modeling
