CLMay 11, 2023

Serial Contrastive Knowledge Distillation for Continual Few-shot Relation Extraction

arXiv:2305.06616v1223 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of continuously learning new relations with limited data for relation extraction systems, representing an incremental improvement.

The paper tackles continual few-shot relation extraction by addressing catastrophic forgetting and data sparsity, proposing SCKD which uses serial knowledge distillation and contrastive learning to achieve superior performance over state-of-the-art models on two benchmark datasets.

Continual few-shot relation extraction (RE) aims to continuously train a model for new relations with few labeled training data, of which the major challenges are the catastrophic forgetting of old relations and the overfitting caused by data sparsity. In this paper, we propose a new model, namely SCKD, to accomplish the continual few-shot RE task. Specifically, we design serial knowledge distillation to preserve the prior knowledge from previous models and conduct contrastive learning with pseudo samples to keep the representations of samples in different relations sufficiently distinguishable. Our experiments on two benchmark datasets validate the effectiveness of SCKD for continual few-shot RE and its superiority in knowledge transfer and memory utilization over state-of-the-art models.

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