LGCLMLJun 13, 2019

Cognitive Knowledge Graph Reasoning for One-shot Relational Learning

arXiv:1906.05489v124 citationsHas Code
Originality Incremental advance
AI Analysis

It addresses one-shot relational learning for knowledge graph reasoning, which is an incremental advance in handling unseen relations with limited data.

The paper tackles the problem of inferring new facts for unseen relation types in knowledge graphs with only one or a few training instances, achieving state-of-the-art results with relative improvements of 24.3%-29.7% on MRR benchmarks.

Inferring new facts from existing knowledge graphs (KG) with explainable reasoning processes is a significant problem and has received much attention recently. However, few studies have focused on relation types unseen in the original KG, given only one or a few instances for training. To bridge this gap, we propose CogKR for one-shot KG reasoning. The one-shot relational learning problem is tackled through two modules: the summary module summarizes the underlying relationship of the given instances, based on which the reasoning module infers the correct answers. Motivated by the dual process theory in cognitive science, in the reasoning module, a cognitive graph is built by iteratively coordinating retrieval (System 1, collecting relevant evidence intuitively) and reasoning (System 2, conducting relational reasoning over collected information). The structural information offered by the cognitive graph enables our model to aggregate pieces of evidence from multiple reasoning paths and explain the reasoning process graphically. Experiments show that CogKR substantially outperforms previous state-of-the-art models on one-shot KG reasoning benchmarks, with relative improvements of 24.3%-29.7% on MRR. The source code is available at https://github.com/THUDM/CogKR.

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