LGMay 5, 2022

KGTuner: Efficient Hyper-parameter Search for Knowledge Graph Learning

Tsinghua
arXiv:2205.02460v115 citationsh-index: 37
AI Analysis

This addresses the challenge of hyper-parameter tuning for researchers and practitioners in knowledge graph learning, though it is incremental as it builds on existing search methods.

The paper tackles the problem of inefficient hyper-parameter search in knowledge graph learning by proposing KGTuner, a two-stage algorithm that transfers configurations from small subgraphs to full graphs, achieving a 9.1% average relative improvement over baselines.

While hyper-parameters (HPs) are important for knowledge graph (KG) learning, existing methods fail to search them efficiently. To solve this problem, we first analyze the properties of different HPs and measure the transfer ability from small subgraph to the full graph. Based on the analysis, we propose an efficient two-stage search algorithm KGTuner, which efficiently explores HP configurations on small subgraph at the first stage and transfers the top-performed configurations for fine-tuning on the large full graph at the second stage. Experiments show that our method can consistently find better HPs than the baseline algorithms within the same time budget, which achieves {9.1\%} average relative improvement for four embedding models on the large-scale KGs in open graph benchmark.

Code Implementations2 repos
Foundations

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

Your Notes