Start Small, Think Big: On Hyperparameter Optimization for Large-Scale Knowledge Graph Embeddings
Adrian Kochsiek, Fritz Niesel, Rainer Gemulla

TL;DR
This paper introduces GraSH, a multi-fidelity hyperparameter optimization algorithm that efficiently tunes large-scale knowledge graph embedding models, achieving state-of-the-art results with minimal computational cost.
Contribution
The paper presents GraSH, a novel HPO method combining graph and epoch reduction techniques for large-scale KGEs, reducing evaluation costs significantly.
Findings
GraSH achieves state-of-the-art results on large knowledge graphs.
It requires only three full training runs for hyperparameter tuning.
The approach effectively balances cost and quality in hyperparameter optimization.
Abstract
Knowledge graph embedding (KGE) models are an effective and popular approach to represent and reason with multi-relational data. Prior studies have shown that KGE models are sensitive to hyperparameter settings, however, and that suitable choices are dataset-dependent. In this paper, we explore hyperparameter optimization (HPO) for very large knowledge graphs, where the cost of evaluating individual hyperparameter configurations is excessive. Prior studies often avoided this cost by using various heuristics; e.g., by training on a subgraph or by using fewer epochs. We systematically discuss and evaluate the quality and cost savings of such heuristics and other low-cost approximation techniques. Based on our findings, we introduce GraSH, an efficient multi-fidelity HPO algorithm for large-scale KGEs that combines both graph and epoch reduction techniques and runs in multiple rounds of…
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 · Explainable Artificial Intelligence (XAI) · Topic Modeling
MethodsHyper-parameter optimization
