Skip to content

Instantly share code, notes, and snippets.

@mommi84
Last active March 9, 2024 16:38
Show Gist options
  • Save mommi84/07f7c044fa18aaaa7b5133230207d8d4 to your computer and use it in GitHub Desktop.
Save mommi84/07f7c044fa18aaaa7b5133230207d8d4 to your computer and use it in GitHub Desktop.
Awesome Knowledge Graph Embedding Approaches

Awesome Knowledge Graph Embedding Approaches

Awesome

This list contains repositories of libraries and approaches for knowledge graph embeddings, which are vector representations of entities and relations in a multi-relational directed labelled graph. Licensed under CC0.

Libraries

Approaches

@chencjiajy
Copy link

DGL-KE: https://github.com/awslabs/dgl-ke , including TransE, TransR, RESCAL, DistMult, ComplEx, and RotatE.

@raphaelsty
Copy link

Hi,

CKB is a tool to make knowledge graph embeddings using HuggingFace models. This is useful when a knowledge graph contains text for example. DistillBert and FlauBERT are available. The source code is developed so that new HuggingFace models can be added without difficulty.

CKB works with MKB which is a more traditional tool for knowledge graph embeddings. MKB makes it easy to evaluate a model using link prediction / triplet classification.

CKB and MKB lack documentation compared to the libraries already referenced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment