CLAIMay 10, 2022

Meta-Learning Based Knowledge Extrapolation for Knowledge Graphs in the Federated Setting

arXiv:2205.04692v137 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting knowledge graph embeddings to new data in federated environments, which is incremental as it builds on existing meta-learning and KG methods.

The paper tackles the problem of embedding new entities and relations in emerging knowledge graphs within a federated setting, using meta-learning to train a graph neural network that constructs features for unseen components, and shows it outperforms inductive KG models and conventional embedding baselines.

We study the knowledge extrapolation problem to embed new components (i.e., entities and relations) that come with emerging knowledge graphs (KGs) in the federated setting. In this problem, a model trained on an existing KG needs to embed an emerging KG with unseen entities and relations. To solve this problem, we introduce the meta-learning setting, where a set of tasks are sampled on the existing KG to mimic the link prediction task on the emerging KG. Based on sampled tasks, we meta-train a graph neural network framework that can construct features for unseen components based on structural information and output embeddings for them. Experimental results show that our proposed method can effectively embed unseen components and outperforms models that consider inductive settings for KGs and baselines that directly use conventional KG embedding methods.

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