GPT3Mix: Leveraging Large-scale Language Models for Text Augmentation
Large-scale language models such as GPT-3 are excellent few-shot learners, allowing them to be controlled via natural text prompts. Recent studies report that prompt-based direct classification eliminates the need for fine-tuning but lacks data and inference scalability. This paper proposes a novel data augmentation technique that leverages large-scale language models to generate realistic text samples from a mixture of real samples. We also propose utilizing soft-labels predicted by the language models, effectively distilling knowledge from the large-scale language models and creating textual perturbations simultaneously. We perform data augmentation experiments on diverse classification tasks and show that our method hugely outperforms existing text augmentation methods. Ablation studies and a qualitative analysis provide more insights into our approach.
Code (1)
Tasks
Data AugmentationGeneral ClassificationText AugmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Zemi: Learning Zero-Shot Semi-Parametric Language Models from Multiple Tasks
Although large language models have achieved impressive zero-shot ability, the huge model size generally incurs high cost. Recently, semi-parametric language models, which augment a smaller language model with an externa…
Language ModelingLanguage ModellingRetrievalText Augmentation+1Transplant Then Regenerate: A New Paradigm for Text Data Augmentation
Data augmentation is a critical technique in deep learning. Traditional methods like Back-translation typically focus on lexical-level rephrasing, which primarily produces variations with the same semantics. While large …
Prompt EngineeringData AugmentationAUGNLG: Few-shot Natural Language Generation using Self-trained Data Augmentation
Natural Language Generation (NLG) is a key component in a task-oriented dialogue system, which converts the structured meaning representation (MR) to the natural language. For large-scale conversational systems, where it…
Data AugmentationRetrievalText GenerationTransfer LearningCLIP-Actor: Text-Driven Recommendation and Stylization for Animating Human Meshes
We propose CLIP-Actor, a text-driven motion recommendation and neural mesh stylization system for human mesh animation. CLIP-Actor animates a 3D human mesh to conform to a text prompt by recommending a motion sequence an…
CILDA: Contrastive Data Augmentation using Intermediate Layer Knowledge Distillation
Knowledge distillation (KD) is an efficient framework for compressing large-scale pre-trained language models. Recent years have seen a surge of research aiming to improve KD by leveraging Contrastive Learning, Intermedi…
Contrastive LearningData AugmentationKnowledge Distillation