Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.14k stars 251 forks source link

Implement ConvE model #178

Closed NicholasMcCarthy closed 4 years ago

NicholasMcCarthy commented 4 years ago

Background and Context

Paper: Convolutional 2D Knowledge Graph Embeddings

ConvE is a parameter efficient embedding model that achieves SOTA results on many KG datasets.

image

Description

Implement the ConvE model as an ampligraph EmbeddingModel.