A literature review that classifies LLM text data augmentation into simple, prompt-based, retrieval-based, and hybrid techniques, with post-processing and evaluation notes.
Data Augmentation for Neural Machine Translation using Generative Language Model
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Despite the rapid growth in model architecture, the scarcity of large parallel corpora remains the main bottleneck in Neural Machine Translation. Data augmentation is a technique that enhances the performance of data-hungry models by generating synthetic data instead of collecting new ones. We explore prompt-based data augmentation approaches that leverage large-scale language models such as ChatGPT. To create a synthetic parallel corpus, we compare 3 methods using different prompts. We employ two assessment metrics to measure the diversity of the generated synthetic data. This approach requires no further model training cost, which is mandatory in other augmentation methods like back-translation. The proposed method improves the unaugmented baseline by 0.68 BLEU score.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
support 1representative citing papers
citing papers explorer
-
Text Data Augmentation for Large Language Models: A Comprehensive Survey of Methods, Challenges, and Opportunities
A literature review that classifies LLM text data augmentation into simple, prompt-based, retrieval-based, and hybrid techniques, with post-processing and evaluation notes.