CLOct 10, 2022

Learning Robust Representations for Continual Relation Extraction via Adversarial Class Augmentation

Peking U
arXiv:2210.04497v1297 citationsh-index: 38
AI Analysis

This work addresses the problem of forgetting old relations in incremental learning for NLP researchers, offering an incremental improvement over existing methods.

The paper tackles catastrophic forgetting in continual relation extraction by proposing an adversarial class augmentation mechanism to improve representation robustness, achieving consistent performance gains on two benchmarks.

Continual relation extraction (CRE) aims to continually learn new relations from a class-incremental data stream. CRE model usually suffers from catastrophic forgetting problem, i.e., the performance of old relations seriously degrades when the model learns new relations. Most previous work attributes catastrophic forgetting to the corruption of the learned representations as new relations come, with an implicit assumption that the CRE models have adequately learned the old relations. In this paper, through empirical studies we argue that this assumption may not hold, and an important reason for catastrophic forgetting is that the learned representations do not have good robustness against the appearance of analogous relations in the subsequent learning process. To address this issue, we encourage the model to learn more precise and robust representations through a simple yet effective adversarial class augmentation mechanism (ACA), which is easy to implement and model-agnostic. Experimental results show that ACA can consistently improve the performance of state-of-the-art CRE models on two popular benchmarks.

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