paper-with-me

홈 › Papers

When Does Data Augmentation Help? Evaluating LLM and Back-Translation Methods for Hausa and Fongbe NLP

2026-04-14 · Mahounan Pericles Adjovi, Roald Eiselen, Prasenjit Mitra arxiv

Data scarcity limits NLP development for low-resource African languages. We evaluate two data augmentation methods -- LLM-based generation (Gemini 2.5 Flash) and back-translation (NLLB-200) -- for Hausa and Fongbe, two West African languages that differ substantially in LLM generation quality. We assess augmentation on named entity recognition (NER) and part-of-speech (POS) tagging using MasakhaNER 2.0 and MasakhaPOS benchmarks. Our results reveal that augmentation effectiveness depends on task type rather than language or LLM quality alone. For NER, neither method improves over baseline for either language; LLM augmentation reduces Hausa NER by 0.24% F1 and Fongbe NER by 1.81% F1. For POS tagging, LLM augmentation improves Fongbe by 0.33% accuracy, while back-translation improves Hausa by 0.17%; back-translation reduces Fongbe POS by 0.35% and has negligible effect on Hausa POS. The same LLM-generated synthetic data produces opposite effects across tasks for Fongbe -- hurting NER while helping POS -- suggesting task structure governs augmentation outcomes more than synthetic data quality. These findings challenge the assumption that LLM generation quality predicts augmentation success, and provide actionable guidance: data augmentation should be treated as a task-specific intervention rather than a universally beneficial preprocessing step.

📄 PDF Abstract BibTeX arXiv:2604.12540

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationPOS Tagging

Similar Papers 제목 키워드 기반

Experimenting with an Evaluation Framework for Imbalanced Data Learning (EFIDL)

2023-01-26 · Chenyu Li, Xia Jiang

Introduction Data imbalance is one of the crucial issues in big data analysis with fewer labels. For example, in real-world healthcare data, spam detection labels, and financial fraud detection datasets. Many data balanc…

Data AugmentationFraud Detectionimbalanced classificationSpam detection

Empirical Study of Mix-based Data Augmentation Methods in Physiological Time Series Data

2023-09-18 · Peikun Guo, Huiyuan Yang, Akane Sano

Data augmentation is a common practice to help generalization in the procedure of deep model training. In the context of physiological time series classification, previous research has primarily focused on label-invarian…

Data AugmentationTime SeriesTime Series Classification

Does Synthetic Data Help? Empirical Evidence from Deep Learning Time Series Forecasters

2026-05-07 · Hugo Cazaux, Eyjólfur Ingi Ásgeirsson, Hlynur Stefánsson arxiv

Synthetic data has transformed language model training, yet its role in time series forecasting remains poorly understood. We present a large-scale empirical study: nine experiment groups, 4,218 runs systematically evalu…

Time Series Forecasting

Clarifying Myths About the Relationship Between Shape Bias, Accuracy, and Robustness

2024-06-07 · Zahra Golpayegani, Patrick St-Amant, Nizar Bouguila

Deep learning models can perform well when evaluated on images from the same distribution as the training set. However, applying small perturbations in the forms of noise, artifacts, occlusions, blurring, etc. to a model…

Data Augmentation

Synthetic Augmentation in Imbalanced Learning: When It Helps, When It Hurts, and How Much to Add

2026-01-22 · Zhengchi Ma, Anru R. Zhang arxiv

Imbalanced classification often causes standard training procedures to prioritize the majority class and perform poorly on rare but important cases. A classic and widely used remedy is to augment the minority class with …