Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Bilinear Scoring Function Search for Knowledge Graph Learning

About

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 filter and predictor to deal with the domain-specific properties for KG learning. Finally, we perform extensive experiments on benchmarks in KG completion, multi-hop query, and entity classification tasks. Empirical results show that the searched scoring functions are KG dependent, new to the literature, and outperform the existing scoring functions. AutoBLM+ is better than AutoBLM as the evolutionary algorithm can flexibly explore better structures in the same budget.

Yongqi Zhang, Quanming Yao, James Tin-Yau Kwok• 2021

Related benchmarks

TaskDatasetResultRank
Knowledge Graph CompletionFB15k-237 (test)
MRR0.364
179
Knowledge Graph CompletionWN18RR (test)
MRR0.492
177
Knowledge Graph CompletionWN18 (test)
Hits@100.961
80
Knowledge Base CompletionYAGO3-10 (test)
MRR0.577
71
Knowledge Graph CompletionFB15K (test)--
41
Link Predictionogbl-biokg (test)
MRR0.8543
36
Knowledge Graph Completionogbl-wikikg2 (test)
MRR0.546
20
Knowledge Graph Completionogbl-biokg (test)
MRR0.831
14
Link Predictionogbl-biokg (val)
MRR0.8548
10
Entity ClassificationAIFB (test)
Accuracy96.66
9
Showing 10 of 16 rows

Other info

Code

Follow for update