paper-with-me

Papers

Revisit Few-shot Intent Classification with PLMs: Direct Fine-tuning vs. Continual Pre-training

2023-06-08 · Haode Zhang, Haowen Liang, LiMing Zhan, Albert Y. S. Lam, Xiao-Ming Wu

We consider the task of few-shot intent detection, which involves training a deep learning model to classify utterances based on their underlying intents using only a small amount of labeled data. The current approach to address this problem is through continual pre-training, i.e., fine-tuning pre-trained language models (PLMs) on external resources (e.g., conversational corpora, public intent detection datasets, or natural language understanding datasets) before using them as utterance encoders for training an intent classifier. In this paper, we show that continual pre-training may not be essential, since the overfitting problem of PLMs on this task may not be as serious as expected. Specifically, we find that directly fine-tuning PLMs on only a handful of labeled examples already yields decent results compared to methods that employ continual pre-training, and the performance gap diminishes rapidly as the number of labeled data increases. To maximize the utilization of the limited available data, we propose a context augmentation method and leverage sequential self-distillation to boost performance. Comprehensive experiments on real-world benchmarks show that given only two or more labeled samples per class, direct fine-tuning outperforms many strong baselines that utilize external data sources for continual pre-training. The code can be found at https://github.com/hdzhang-code/DFTPlus.

📄 PDF Abstract BibTeX arXiv:2306.05278

Code (1)

hdzhang-code/dftplus 공식 구현 pytorch

Tasks

intent-classificationIntent ClassificationIntent DetectionNatural Language Understanding

Similar Papers 제목 키워드 기반

Learn or Recall? Revisiting Incremental Learning with Pre-trained Language Models

2023-12-13 · Junhao Zheng, Shengjie Qiu, Qianli Ma

Incremental Learning (IL) has been a long-standing problem in both vision and Natural Language Processing (NLP) communities. In recent years, as Pre-trained Language Models (PLMs) have achieved remarkable progress in var…

Class Incremental LearningIncremental Learningintent-classificationIntent Classification+5

Revisiting k-NN for Fine-tuning Pre-trained Language Models

2023-04-18 · Lei LI, Jing Chen, Bozhong Tian, Ningyu Zhang

Pre-trained Language Models (PLMs), as parametric-based eager learners, have become the de-facto choice for current paradigms of Natural Language Processing (NLP). In contrast, k-Nearest-Neighbor (kNN) classifiers, as th…

Diversity

CINS: Comprehensive Instruction for Few-shot Learning in Task-oriented Dialog Systems

2021-09-10 · Fei Mi, Yitong Li, Yasheng Wang, Xin Jiang 외

As labeling cost for different modules in task-oriented dialog (ToD) systems is high, a major challenge in practice is to learn different tasks with the least amount of labeled data. Recently, prompting methods over pre-…

dialog state trackingFew-Shot Learningintent-classificationIntent Classification+1

Selective In-Context Data Augmentation for Intent Detection using Pointwise V-Information

2023-02-10 · Yen-Ting Lin, Alexandros Papangelis, Seokhwan Kim, Sungjin Lee 외

This work focuses on in-context data augmentation for intent detection. Having found that augmentation via in-context prompting of large pre-trained language models (PLMs) alone does not improve performance, we introduce…

Data AugmentationIntent DetectionText Classification

Generating Training Data with Language Models: Towards Zero-Shot Language Understanding

2022-02-09 · Yu Meng, Jiaxin Huang, Yu Zhang, Jiawei Han

Pretrained language models (PLMs) have demonstrated remarkable performance in various natural language processing tasks: Unidirectional PLMs (e.g., GPT) are well known for their superior text generation capabilities; bid…

Few-Shot LearningMNLI-mNatural Language UnderstandingSST-2+3