paper-with-me

홈 › Papers

GPT3Mix: Leveraging Large-scale Language Models for Text Augmentation

2021-04-18 · Findings (EMNLP) 2021 11 · Kang Min Yoo, Dongju Park, Jaewook Kang, Sang-Woo Lee, Woomyeong Park

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.

📄 PDF Abstract BibTeX arXiv:2104.08826

Code (1)

naver-ai/hypermix 공식 구현 pytorch

Tasks

Data AugmentationGeneral ClassificationText Augmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Zemi: Learning Zero-Shot Semi-Parametric Language Models from Multiple Tasks

2022-10-01 · Zhenhailong Wang, Xiaoman Pan, Dian Yu, Dong Yu 외

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+1

Transplant Then Regenerate: A New Paradigm for Text Data Augmentation

2025-08-20 · Guangzhan Wang, Hongyu Zhang, Beijun Shen, Xiaodong Gu arxiv

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 Augmentation

AUGNLG: Few-shot Natural Language Generation using Self-trained Data Augmentation

2021-06-10 · ACL 2021 5 · Xinnuo Xu, Guoyin Wang, Young-Bum Kim, Sungjin Lee

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 Learning

CLIP-Actor: Text-Driven Recommendation and Stylization for Animating Human Meshes

2022-06-09 · Kim Youwang, Kim Ji-Yeon, Tae-Hyun Oh

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

2022-04-15 · COLING 2022 10 · Md Akmal Haidar, Mehdi Rezagholizadeh, Abbas Ghaddar, Khalil Bibi 외

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