Markov Process-Based Graph Convolutional Networks for Entity Classification in Knowledge Graphs
Johannes Mäkelburg, Yiwen Peng, Mehwish Alam, Tobias Weller, Maribel Acosta
TL;DR
The paper addresses incomplete entity-type annotations in Knowledge Graphs by introducing MPERL, a Markov process–augmented GCN with an evidential loss. The model learns adaptive computation steps via a geometric halting distribution $p_n$ and produces calibrated predictions from a Dirichlet posterior with parameters $\alpha^{(i)}=\phi(h^{(i)})+1$, enabling uncertainty quantification. Empirically, MPERL+R-GCN improves over strong baselines on small KG benchmarks and remains competitive on larger graphs, with ablations showing the complementary benefits of the Markov process and evidential loss. The approach offers uncertainty-aware predictions while allowing cost-efficient training through tunable Markov steps, making it effective for KG completion tasks.
Abstract
Despite the vast amount of information encoded in Knowledge Graphs (KGs), information about the class affiliation of entities remains often incomplete. Graph Convolutional Networks (GCNs) have been shown to be effective predictors of complete information about the class affiliation of entities in KGs. However, these models do not learn the class affiliation of entities in KGs incorporating the complexity of the task, which negatively affects the models prediction capabilities. To address this problem, we introduce a Markov process-based architecture into well-known GCN architectures. This end-to-end network learns the prediction of class affiliation of entities in KGs within a Markov process. The number of computational steps is learned during training using a geometric distribution. At the same time, the loss function combines insights from the field of evidential learning. The experiments show a performance improvement over existing models in several studied architectures and datasets. Based on the chosen hyperparameters for the geometric distribution, the expected number of computation steps can be adjusted to improve efficiency and accuracy during training.
