TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Convolutional 2D Knowledge Graph Embeddings

Convolutional 2D Knowledge Graph Embeddings

Tim Dettmers, Pasquale Minervini, Pontus Stenetorp, Sebastian Riedel

2017-07-05Knowledge GraphsKnowledge Graph EmbeddingsLink Prediction
PaperPDFCodeCode(official)CodeCodeCodeCodeCodeCode

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 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.

Results

TaskDatasetMetricValueModel
Link Prediction FB15kHits@10.658Inverse Model
Link Prediction FB15kHits@100.66Inverse Model
Link Prediction FB15kHits@30.659Inverse Model
Link Prediction FB15kMR2501Inverse Model
Link Prediction FB15kMRR0.66Inverse Model
Link Prediction FB15kHits@10.558ConvE
Link Prediction FB15kHits@100.831ConvE
Link Prediction FB15kHits@30.723ConvE
Link Prediction FB15kMR51ConvE
Link Prediction FB15kMRR0.657ConvE
Link PredictionUMLSHits@100.99ConvE
Link PredictionUMLSMR1.51ConvE
Link PredictionYAGO3-10Hits@100.62ConvE
Link PredictionYAGO3-10MRR0.44ConvE
Link PredictionWN18RRHits@10.4ConvE
Link PredictionWN18RRHits@100.52ConvE
Link PredictionWN18RRHits@30.44ConvE
Link PredictionWN18RRMRR0.43ConvE
Link PredictionWN18RRHits@10.35Inverse Model
Link PredictionWN18RRHits@100.35Inverse Model
Link PredictionWN18RRHits@30.35Inverse Model
Link PredictionWN18RRMR13526Inverse Model
Link PredictionWN18RRMRR0.35Inverse Model
Link PredictionWN18Hits@10.953Inverse Model
Link PredictionWN18Hits@100.964Inverse Model
Link PredictionWN18Hits@30.964Inverse Model
Link PredictionWN18MR740Inverse Model
Link PredictionWN18MRR0.963Inverse Model
Link PredictionWN18Hits@10.935ConvE
Link PredictionWN18Hits@100.956ConvE
Link PredictionWN18Hits@30.946ConvE
Link PredictionWN18MR374ConvE
Link PredictionWN18MRR0.943ConvE
Link PredictionFB15k-237Hits@10.237ConvE
Link PredictionFB15k-237Hits@100.501ConvE
Link PredictionFB15k-237Hits@30.356ConvE
Link PredictionFB15k-237MRR0.325ConvE
Link PredictionFB15k-237Hits@10.007Inverse Model
Link PredictionFB15k-237Hits@100.014Inverse Model
Link PredictionFB15k-237Hits@30.011Inverse Model
Link PredictionFB15k-237MR7030Inverse Model
Link PredictionFB15k-237MRR0.01Inverse Model

Related Papers

SMART: Relation-Aware Learning of Geometric Representations for Knowledge Graphs2025-07-17Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Active Inference AI Systems for Scientific Discovery2025-06-26Enhancing LLM Tool Use with High-quality Instruction Data from Knowledge Graph2025-06-26Generating Reliable Adverse event Profiles for Health through Automated Integrated Data (GRAPH-AID): A Semi-Automated Ontology Building Approach2025-06-25