AILGOct 30, 2022

Search to Pass Messages for Temporal Knowledge Graph Completion

Tsinghua
arXiv:2210.16740v1291 citationsh-index: 37Has Code
Originality Highly original
AI Analysis

This work addresses the limitation of hand-designed architectures in temporal knowledge graph completion, offering a more adaptive approach for researchers and practitioners in this domain.

The authors tackled the problem of completing missing facts in temporal knowledge graphs by using neural architecture search to design data-specific message passing architectures, achieving state-of-the-art performance on three benchmark datasets.

Completing missing facts is a fundamental task for temporal knowledge graphs (TKGs). Recently, graph neural network (GNN) based methods, which can simultaneously explore topological and temporal information, have become the state-of-the-art (SOTA) to complete TKGs. However, these studies are based on hand-designed architectures and fail to explore the diverse topological and temporal properties of TKG. To address this issue, we propose to use neural architecture search (NAS) to design data-specific message passing architecture for TKG completion. In particular, we develop a generalized framework to explore topological and temporal information in TKGs. Based on this framework, we design an expressive search space to fully capture various properties of different TKGs. Meanwhile, we adopt a search algorithm, which trains a supernet structure by sampling single path for efficient search with less cost. We further conduct extensive experiments on three benchmark datasets. The results show that the searched architectures by our method achieve the SOTA performances. Besides, the searched models can also implicitly reveal diverse properties in different TKGs. Our code is released in https://github.com/striderdu/SPA.

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