CLAILGFeb 17, 2025

Diversity-oriented Data Augmentation with Large Language Models

arXiv:2502.11671v211 citationsh-index: 18ACL
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in NLP data augmentation by improving dataset diversity to enhance model robustness, though it is incremental as it builds on existing LLM-based methods.

The paper tackles the problem of insufficient sample distribution diversity in data augmentation for NLP by proposing DoAug, a framework that fine-tunes an LLM as a diverse paraphraser to generate diversified paraphrases, resulting in an average performance gain of 10.52% on downstream tasks.

Data augmentation is an essential technique in natural language processing (NLP) for enriching training datasets by generating diverse samples. This process is crucial for improving the robustness and generalization capabilities of NLP models. However, a significant challenge remains: \textit{Insufficient Attention to Sample Distribution Diversity}. Most existing methods focus on increasing the sample numbers while neglecting the sample distribution diversity, which can lead to model overfitting. In response, we explore data augmentation's impact on dataset diversity and propose a \textbf{\underline{D}}iversity-\textbf{\underline{o}}riented data \textbf{\underline{Aug}}mentation framework (\textbf{DoAug}). % \(\mathscr{DoAug}\) Specifically, we utilize a diversity-oriented fine-tuning approach to train an LLM as a diverse paraphraser, which is capable of augmenting textual datasets by generating diversified paraphrases. Then, we apply the LLM paraphraser to a selected coreset of highly informative samples and integrate the paraphrases with the original data to create a more diverse augmented dataset. Finally, we conduct extensive experiments on 12 real-world textual datasets. The results show that our fine-tuned LLM augmenter improves diversity while preserving label consistency, thereby enhancing the robustness and performance of downstream tasks. Specifically, it achieves an average performance gain of \(10.52\%\), surpassing the runner-up baseline with more than three percentage points.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes