paper-with-me

Papers

Making Pre-trained Language Models Better Continual Few-Shot Relation Extractors

2024-02-24 · Shengkun Ma, Jiale Han, Yi Liang, Bo Cheng

Continual Few-shot Relation Extraction (CFRE) is a practical problem that requires the model to continuously learn novel relations while avoiding forgetting old ones with few labeled training data. The primary challenges are catastrophic forgetting and overfitting. This paper harnesses prompt learning to explore the implicit capabilities of pre-trained language models to address the above two challenges, thereby making language models better continual few-shot relation extractors. Specifically, we propose a Contrastive Prompt Learning framework, which designs prompt representation to acquire more generalized knowledge that can be easily adapted to old and new categories, and margin-based contrastive learning to focus more on hard samples, therefore alleviating catastrophic forgetting and overfitting issues. To further remedy overfitting in low-resource scenarios, we introduce an effective memory augmentation strategy that employs well-crafted prompts to guide ChatGPT in generating diverse samples. Extensive experiments demonstrate that our method outperforms state-of-the-art methods by a large margin and significantly mitigates catastrophic forgetting and overfitting in low-resource scenarios.

📄 PDF Abstract BibTeX arXiv:2402.15713

Code (1)

mashengkun/cpl 공식 구현 pytorch

Tasks

Contrastive LearningPrompt LearningRelationRelation Extraction

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Memory-Free Continual Learning with Null Space Adaptation for Zero-Shot Vision-Language Models

2025-10-24 · Yujin Jo, Taesup Kim arxiv

Pre-trained vision-language models (VLMs), such as CLIP, have demonstrated remarkable zero-shot generalization, enabling deployment in a wide range of real-world tasks without additional task-specific training. However, …

Zero-shot GeneralizationContinual Learning

Preserving Cross-Linguality of Pre-trained Models via Continual Learning

2021-08-01 · ACL (RepL4NLP) 2021 8 · Zihan Liu, Genta Indra Winata, Andrea Madotto, Pascale Fung

Recently, fine-tuning pre-trained language models (e.g., multilingual BERT) to downstream cross-lingual tasks has shown promising results. However, the fine-tuning process inevitably changes the parameters of the pre-tra…

Continual Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Exploring Fine-tuning Techniques for Pre-trained Cross-lingual Models via Continual Learning

2020-04-29 · Zihan Liu, Genta Indra Winata, Andrea Madotto, Pascale Fung

Recently, fine-tuning pre-trained language models (e.g., multilingual BERT) to downstream cross-lingual tasks has shown promising results. However, the fine-tuning process inevitably changes the parameters of the pre-tra…

Continual Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Continual Training of Language Models for Few-Shot Learning

2022-10-11 · Zixuan Ke, Haowei Lin, Yijia Shao, Hu Xu 외

Recent work on applying large language models (LMs) achieves impressive performance in many NLP applications. Adapting or posttraining an LM using an unlabeled domain corpus can produce even better performance for end-ta…

Continual LearningContinual PretrainingFew-Shot LearningLanguage Modelling

EcomGPT-CT: Continual Pre-training of E-commerce Large Language Models with Semi-structured Data

2023-12-25 · Shirong Ma, Shen Huang, Shulin Huang, Xiaobin Wang 외

Large Language Models (LLMs) pre-trained on massive corpora have exhibited remarkable performance on various NLP tasks. However, applying these models to specific domains still poses significant challenges, such as lack …

In-Context Learning