This document discusses RDF2vec, a technique for generating embeddings from knowledge graphs. RDF2vec works by generating random walks through the graph and using the walks to train an embedding model like word2vec. The embeddings produced encode similarity and relatedness of entities. Recent work has improved RDF2vec by incorporating graph structure into the walks and combining different embedding spaces. Interpretability of embeddings remains a challenge but approaches aim to learn interpretation functions or inherently interpretable patterns. RDF2vec has been applied successfully in many domains and tasks.
Related topics: