paper-with-me

Papers

PromDA: Prompt-based Data Augmentation for Low-Resource NLU Tasks

2022-02-25 · ACL 2022 5 · YuFei Wang, Can Xu, Qingfeng Sun, Huang Hu, Chongyang Tao, Xiubo Geng, Daxin Jiang

This paper focuses on the Data Augmentation for low-resource Natural Language Understanding (NLU) tasks. We propose Prompt-based D}ata Augmentation model (PromDA) which only trains small-scale Soft Prompt (i.e., a set of trainable vectors) in the frozen Pre-trained Language Models (PLMs). This avoids human effort in collecting unlabeled in-domain data and maintains the quality of generated synthetic data. In addition, PromDA generates synthetic data via two different views and filters out the low-quality data using NLU models. Experiments on four benchmarks show that synthetic data produced by PromDA successfully boost up the performance of NLU models which consistently outperform several competitive baseline models, including a state-of-the-art semi-supervised model using unlabeled in-domain data. The synthetic data from PromDA are also complementary with unlabeled in-domain data. The NLU models can be further improved when they are combined for training.

📄 PDF Abstract BibTeX arXiv:2202.12499

Code (1)

garyyufei/promda 공식 구현 pytorch

Tasks

Data AugmentationNatural Language Understanding

Similar Papers 제목 키워드 기반

RoPDA: Robust Prompt-based Data Augmentation for Low-Resource Named Entity Recognition

2023-07-11 · Sihan Song, Furao Shen, Jian Zhao

Data augmentation has been widely used in low-resource NER tasks to tackle the problem of data sparsity. However, previous data augmentation methods have the disadvantages of disrupted syntactic structures, token-label m…

Data AugmentationLow Resource Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition+1

PromptDA: Label-guided Data Augmentation for Prompt-based Few-shot Learners

2022-05-18 · Canyu Chen, Kai Shu

Recent advances in large pre-trained language models (PLMs) lead to impressive gains in natural language understanding (NLU) tasks with task-specific fine-tuning. However, directly fine-tuning PLMs heavily relies on suff…

Data AugmentationFew-Shot LearningFew-Shot Text ClassificationNatural Language Understanding+2

CoDa: Constrained Generation based Data Augmentation for Low-Resource NLP

2024-03-30 · Chandra Kiran Reddy Evuru, Sreyan Ghosh, Sonal Kumar, Ramaneswaran S 외

We present CoDa (Constrained Generation based Data Augmentation), a controllable, effective, and training-free data augmentation technique for low-resource (data-scarce) NLP. Our approach is based on prompting off-the-sh…

Data AugmentationInstruction Following

Weakly Supervised Data Augmentation Through Prompting for Dialogue Understanding

2022-10-25 · Maximillian Chen, Alexandros Papangelis, Chenyang Tao, Andy Rosenbaum 외

Dialogue understanding tasks often necessitate abundant annotated data to achieve good performance and that presents challenges in low-resource settings. To alleviate this barrier, we explore few-shot data augmentation f…

Data AugmentationDialogue Understandingintent-classificationIntent Classification

Retrieval-Augmented Data Augmentation for Low-Resource Domain Tasks

2024-02-21 · Minju Seo, Jinheon Baek, James Thorne, Sung Ju Hwang

Despite large successes of recent language models on diverse tasks, they suffer from severe performance degeneration in low-resource settings with limited training data available. Many existing works tackle this problem …

Data AugmentationRetrieval