e
Additional Material for the Book
The book Embedding Knowledge Graphs with RDF2vec, co-authored by Heiko Paulheim, Jan Portisch, and Petar Ristoski, is published by Springer Nature.
The book explains the ideas behind one of the most well-known methods for knowledge graph embedding of transformations to compute vector representations from a graph, known as RDF2vec. The authors describe its usage in practice, from reusing pre-trained knowledge graph embeddings to training tailored vectors for a knowledge graph at hand. They also demonstrate different extensions of RDF2vec and how they affect not only the downstream performance, but also the expressivity of the resulting vector representation, and analyze the resulting vector spaces and the semantic properties they encode.
Different datasets are used for evaluation purposes in the book.
The running example uses a subgraph of DBpedia containing a set of artists including their related entities. The dataset consists of three files:
Moreover, in different experiments, other existing evaluation benchmarks are used, in particular
To reproduce the results in the book, we provide a set of Jupyter notebooks.
Chapter 1:
Chapter 2:
Chapter 4:
Chapter 5:
Chapter 6:
Chapter 7: