paper-with-me

Papers

Consistent Representation Learning for Continual Relation Extraction

2022-03-05 · Findings (ACL) 2022 5 · Kang Zhao, Hua Xu, Jiangong Yang, Kai Gao

Continual relation extraction (CRE) aims to continuously train a model on data with new relations while avoiding forgetting old ones. Some previous work has proved that storing a few typical samples of old relations and replaying them when learning new relations can effectively avoid forgetting. However, these memory-based methods tend to overfit the memory samples and perform poorly on imbalanced datasets. To solve these challenges, a consistent representation learning method is proposed, which maintains the stability of the relation embedding by adopting contrastive learning and knowledge distillation when replaying memory. Specifically, supervised contrastive learning based on a memory bank is first used to train each new task so that the model can effectively learn the relation representation. Then, contrastive replay is conducted of the samples in memory and makes the model retain the knowledge of historical relations through memory knowledge distillation to prevent the catastrophic forgetting of the old task. The proposed method can better learn consistent representations to alleviate forgetting effectively. Extensive experiments on FewRel and TACRED datasets show that our method significantly outperforms state-of-the-art baselines and yield strong robustness on the imbalanced dataset.

📄 PDF Abstract BibTeX arXiv:2203.02721

Code (1)

thuiar/CRL 공식 구현 pytorch

Tasks

Continual Relation ExtractionContrastive LearningKnowledge DistillationRelationRelation ExtractionRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Supervised Contrastive Loss 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Learning Robust Representations for Continual Relation Extraction via Adversarial Class Augmentation

2022-10-10 · Peiyi Wang, YiFan Song, Tianyu Liu, Binghuai Lin 외

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 ser…

Continual Relation ExtractionRelationRelation Extraction

Enhancing Continual Relation Extraction via Classifier Decomposition

2023-05-08 · Heming Xia, Peiyi Wang, Tianyu Liu, Binghuai Lin 외

Continual relation extraction (CRE) models aim at handling emerging new relations while avoiding catastrophically forgetting old ones in the streaming data. Though improvements have been shown by previous CRE studies, mo…

Continual Relation ExtractionRelationRelation Extraction

Serial Contrastive Knowledge Distillation for Continual Few-shot Relation Extraction

2023-05-11 · Xinyi Wang, Zitao Wang, Wei Hu

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 over…

Contrastive LearningKnowledge DistillationRelationRelation Extraction+1

Curriculum-Meta Learning for Order-Robust Continual Relation Extraction

2021-01-06 · Tongtong Wu, Xuekai Li, Yuan-Fang Li, Reza Haffari 외

Continual relation extraction is an important task that focuses on extracting new facts incrementally from unstructured text. Given the sequential arrival order of the relations, this task is prone to two serious challen…

Continual Relation ExtractionMeta-LearningRelationRelation Extraction+2

Enhancing Contrastive Learning with Noise-Guided Attack: Towards Continual Relation Extraction in the Wild

2023-05-11 · Ting Wu, Jingyi Liu, Rui Zheng, Qi Zhang 외

The principle of continual relation extraction~(CRE) involves adapting to emerging novel relations while preserving od knowledge. While current endeavors in CRE succeed in preserving old knowledge, they tend to fail when…

Continual Relation ExtractionContrastive LearningRelationRelation Extraction