AICLSIJul 1, 2022

Assessing the Effects of Hyperparameters on Knowledge Graph Embedding Quality

arXiv:2207.00473v311 citationsh-index: 25
AI Analysis

This work addresses the computational inefficiency in hyperparameter optimization for knowledge graph embeddings, which is an incremental improvement for researchers and practitioners in graph-based machine learning.

The study tackled the problem of costly hyperparameter tuning in knowledge graph embedding by analyzing the relative importance of hyperparameters using Sobol sensitivity analysis, finding substantial variability in sensitivities across different knowledge graphs. As an additional contribution, it identified and addressed data leakage issues in the UMLS knowledge graph by presenting a leakage-robust variant.

Embedding knowledge graphs into low-dimensional spaces is a popular method for applying approaches, such as link prediction or node classification, to these databases. This embedding process is very costly in terms of both computational time and space. Part of the reason for this is the optimisation of hyperparameters, which involves repeatedly sampling, by random, guided, or brute-force selection, from a large hyperparameter space and testing the resulting embeddings for their quality. However, not all hyperparameters in this search space will be equally important. In fact, with prior knowledge of the relative importance of the hyperparameters, some could be eliminated from the search altogether without significantly impacting the overall quality of the outputted embeddings. To this end, we ran a Sobol sensitivity analysis to evaluate the effects of tuning different hyperparameters on the variance of embedding quality. This was achieved by performing thousands of embedding trials, each time measuring the quality of embeddings produced by different hyperparameter configurations. We regressed the embedding quality on those hyperparameter configurations, using this model to generate Sobol sensitivity indices for each of the hyperparameters. By evaluating the correlation between Sobol indices, we find substantial variability in the hyperparameter sensitivities between knowledge graphs, with differing dataset characteristics being the probable cause of these inconsistencies. As an additional contribution of this work we identify several relations in the UMLS knowledge graph that may cause data leakage via inverse relations, and derive and present UMLS-43, a leakage-robust variant of that graph.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes