CLAIAug 22, 2022

Inductive Knowledge Graph Reasoning for Multi-batch Emerging Entities

arXiv:2208.10378v318 citationsh-index: 31
Originality Highly original
AI Analysis

This work addresses a more realistic incremental setting for knowledge graph reasoning, benefiting applications that involve continuously updated knowledge bases.

The paper tackles the problem of inductive reasoning on knowledge graphs where new entities appear in multiple batches, a more realistic scenario than prior single-batch assumptions, and proposes a walk-based model with adaptive relation aggregation and link augmentation, achieving state-of-the-art performance on newly constructed datasets.

Over the years, reasoning over knowledge graphs (KGs), which aims to infer new conclusions from known facts, has mostly focused on static KGs. The unceasing growth of knowledge in real life raises the necessity to enable the inductive reasoning ability on expanding KGs. Existing inductive work assumes that new entities all emerge once in a batch, which oversimplifies the real scenario that new entities continually appear. This study dives into a more realistic and challenging setting where new entities emerge in multiple batches. We propose a walk-based inductive reasoning model to tackle the new setting. Specifically, a graph convolutional network with adaptive relation aggregation is designed to encode and update entities using their neighboring relations. To capture the varying neighbor importance, we employ a query-aware feedback attention mechanism during the aggregation. Furthermore, to alleviate the sparse link problem of new entities, we propose a link augmentation strategy to add trustworthy facts into KGs. We construct three new datasets for simulating this multi-batch emergence scenario. The experimental results show that our proposed model outperforms state-of-the-art embedding-based, walk-based and rule-based models on inductive KG reasoning.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes