CLJun 18, 2017

Knowledge Transfer for Out-of-Knowledge-Base Entities: A Graph Neural Network Approach

arXiv:1706.05674v2375 citationsHas Code
AI Analysis

This addresses a practical limitation in knowledge base completion for applications dealing with dynamic or incomplete data, though it is an incremental improvement over existing methods.

The paper tackles the out-of-knowledge-base entity problem in knowledge base completion by using graph neural networks to compute embeddings for new entities without retraining, achieving state-of-the-art performance on the WordNet dataset.

Knowledge base completion (KBC) aims to predict missing information in a knowledge base.In this paper, we address the out-of-knowledge-base (OOKB) entity problem in KBC:how to answer queries concerning test entities not observed at training time. Existing embedding-based KBC models assume that all test entities are available at training time, making it unclear how to obtain embeddings for new entities without costly retraining. To solve the OOKB entity problem without retraining, we use graph neural networks (Graph-NNs) to compute the embeddings of OOKB entities, exploiting the limited auxiliary knowledge provided at test time.The experimental results show the effectiveness of our proposed model in the OOKB setting.Additionally, in the standard KBC setting in which OOKB entities are not involved, our model achieves state-of-the-art performance on the WordNet dataset. The code and dataset are available at https://github.com/takuo-h/GNN-for-OOKB

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