Dataset Open Access
Christensen, Martin Pekár;
Lissandrini, Matteo;
Hose, Katja
DBpedia graph embeddings using RDF2Vec. RDF2Vec embedding generation code can be found here and is based on a publication by Portisch et al. [1].
The embeddings dataset consists of 200-dimensional vectors of DBpedia entities (from 1/9/2021).
Figure of cosine similarities between a selected set of DBpedia entities are provided in the dataset here.
Generating Embeddings
The code for generating these embeddings can be found here.
Run the run.sh script that wraps all the necessary commmands to generate embeddings
bash run.sh
The script downloads a set of DBpedia files, which are listed in dbpedia_files.txt
. It then builds a Docker image and runs a container of that image that generates the embeddings for the DBpedia graph defined by the DBpedia files.
A folder files
is created containing all the downloaded DBpedia files, and a folder embeddings/dbpedia
is created containing the embeddings in vectors.txt
along a set of random walk files.
Run Time of Embeddings Generation
Generating embeddings can take more than a day, but it depends on the number of DBpedia files chosen to be downloaded. Following are some basic run time statistics when embeddings are generated on a 64 GB RAM, 8 cores (AMD EPYC), 1 TB SSD, 1996.221 MHz machine.
Parameters Used
Here is listed the parameters used to generate the embeddings provided here:
Name | Size | |
---|---|---|
embeddings.zip
md5:dd76884a3b27fea8c2f82a333e14d71d |
32.5 GB | Download |
heatmap.pdf
md5:0501ea28d745a15042cfe285963bf006 |
38.5 kB | Download |
Portisch, J., Hladik, M. and Paulheim, H., 2020. RDF2Vec Light--A Lightweight Approach for Knowledge Graph Embeddings. arXiv preprint arXiv:2009.07659.
All versions | This version | |
---|---|---|
Views | 436 | 221 |
Downloads | 128 | 85 |
Data volume | 2.3 TB | 1.4 TB |
Unique views | 385 | 203 |
Unique downloads | 111 | 74 |