Knowledge Generation -- Variational Bayes on Knowledge Graphs
Florian Wolf

TL;DR
This thesis explores the application of Variational Auto-Encoders to knowledge graph representation learning, evaluating their capabilities and limitations compared to traditional embedding models like DistMult.
Contribution
It introduces the Relational Graph Variational Auto-Encoder (RGVAE), assesses its performance on link prediction, and investigates its latent space properties and validation methods.
Findings
RGVAE with relaxed latent space scores highest but does not outperform DistMult.
Latent space interpolation shows reconstruction but not disentanglement.
Generated triples are mostly unseen and validation shows limited improvement over random chance.
Abstract
This thesis is a proof of concept for the potential of Variational Auto-Encoder (VAE) on representation learning of real-world Knowledge Graphs (KG). Inspired by successful approaches to the generation of molecular graphs, we evaluate the capabilities of our model, the Relational Graph Variational Auto-Encoder (RGVAE). The impact of the modular hyperparameter choices, encoding through graph convolutions, graph matching and latent space prior, is compared. The RGVAE is first evaluated on link prediction. The mean reciprocal rank (MRR) scores on the two datasets FB15K-237 and WN18RR are compared to the embedding-based model DistMult. A variational DistMult and a RGVAE without latent space prior constraint are implemented as control models. The results show that between different settings, the RGVAE with relaxed latent space, scores highest on both datasets, yet does not outperform the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Bayesian Modeling and Causal Inference · Topic Modeling
