Bilinear Scoring Function Search for Knowledge Graph Learning
Yongqi Zhang, Quanming Yao, James Tin-Yau Kwok

TL;DR
This paper introduces AutoBLM, an AutoML-based approach to automatically search for optimal bilinear scoring functions tailored to specific knowledge graph tasks, outperforming human-designed functions.
Contribution
It proposes a novel search space and algorithms for automated discovery of scoring functions in knowledge graph learning, addressing the limitations of manual design.
Findings
Searched scoring functions are KG-dependent and novel.
AutoBLM+ outperforms AutoBLM in experiments.
The approach improves performance on KG completion, query, and classification tasks.
Abstract
Learning embeddings for entities and relations in knowledge graph (KG) have benefited many downstream tasks. In recent years, scoring functions, the crux of KG learning, have been human-designed to measure the plausibility of triples and capture different kinds of relations in KGs. However, as relations exhibit intricate patterns that are hard to infer before training, none of them consistently perform the best on benchmark tasks. In this paper, inspired by the recent success of automated machine learning (AutoML), we search bilinear scoring functions for different KG tasks through the AutoML techniques. However, it is non-trivial to explore domain-specific information here. We first set up a search space for AutoBLM by analyzing existing scoring functions. Then, we propose a progressive algorithm (AutoBLM) and an evolutionary algorithm (AutoBLM+), which are further accelerated by…
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 · Data Quality and Management · Topic Modeling
