AIMar 15, 2022

Complex Evolutional Pattern Learning for Temporal Knowledge Graph Reasoning

Baidu
arXiv:2203.07782v2650 citationsh-index: 74
Originality Incremental advance
AI Analysis

This work addresses the challenge of temporal reasoning for knowledge graph applications, but it is incremental as it builds on existing models by adding length-aware and online learning capabilities.

The paper tackles the problem of predicting future facts in Temporal Knowledge Graphs by addressing the complexity of evolutional patterns, which vary in length and over time, and demonstrates that their proposed Complex Evolutional Network (CEN) achieves substantial performance improvements in both offline and online settings.

A Temporal Knowledge Graph (TKG) is a sequence of KGs corresponding to different timestamps. TKG reasoning aims to predict potential facts in the future given the historical KG sequences. One key of this task is to mine and understand evolutional patterns of facts from these sequences. The evolutional patterns are complex in two aspects, length-diversity and time-variability. Existing models for TKG reasoning focus on modeling fact sequences of a fixed length, which cannot discover complex evolutional patterns that vary in length. Furthermore, these models are all trained offline, which cannot well adapt to the changes of evolutional patterns from then on. Thus, we propose a new model, called Complex Evolutional Network (CEN), which uses a length-aware Convolutional Neural Network (CNN) to handle evolutional patterns of different lengths via an easy-to-difficult curriculum learning strategy. Besides, we propose to learn the model under the online setting so that it can adapt to the changes of evolutional patterns over time. Extensive experiments demonstrate that CEN obtains substantial performance improvement under both the traditional offline and the proposed online settings.

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