CLLGAug 29, 2019

Neural Snowball for Few-Shot Relation Learning

arXiv:1908.11007v285 citationsHas Code
AI Analysis

This addresses the challenge of open-ended growth of new relations in knowledge graphs for applications like relation extraction, though it is incremental as it builds on existing bootstrapping and few-shot learning methods.

The paper tackles the problem of learning new relations in knowledge graphs with few-shot instances by proposing Neural Snowball, a bootstrapping approach that transfers semantic knowledge from existing relations using Relational Siamese Networks to accumulate reliable instances from unlabeled corpora, achieving significant improvement over baselines.

Knowledge graphs typically undergo open-ended growth of new relations. This cannot be well handled by relation extraction that focuses on pre-defined relations with sufficient training data. To address new relations with few-shot instances, we propose a novel bootstrapping approach, Neural Snowball, to learn new relations by transferring semantic knowledge about existing relations. More specifically, we use Relational Siamese Networks (RSN) to learn the metric of relational similarities between instances based on existing relations and their labeled data. Afterwards, given a new relation and its few-shot instances, we use RSN to accumulate reliable instances from unlabeled corpora; these instances are used to train a relation classifier, which can further identify new facts of the new relation. The process is conducted iteratively like a snowball. Experiments show that our model can gather high-quality instances for better few-shot relation learning and achieves significant improvement compared to baselines. Codes and datasets are released on https://github.com/thunlp/Neural-Snowball.

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