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

**Authors:** Takuo Hamaguchi, Hidekazu Oiwa, Masashi Shimbo, and Yuji Matsumoto

arXiv: 1706.05674 · 2018-05-09

## TL;DR

This paper introduces a graph neural network approach to handle out-of-knowledge-base entities in knowledge base completion, enabling predictions for unseen entities without retraining, and achieves state-of-the-art results on standard datasets.

## Contribution

The paper proposes a novel GNN-based method for OOKB entities that does not require retraining, addressing a key limitation of existing embedding models.

## Key findings

- Effective in OOKB setting for unseen entities
- Achieves state-of-the-art performance on WordNet dataset
- Demonstrates versatility in standard KBC tasks

## Abstract

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

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.05674/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1706.05674/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1706.05674/full.md

---
Source: https://tomesphere.com/paper/1706.05674