Evaluating the Effectiveness of Data Augmentation for Emotion Classification in Low-Resource Settings
Aashish Arora, Elsbeth Turcan
TL;DR
This study evaluates data augmentation strategies for multi-label emotion classification in low-resource settings, comparing Back Translation with auto-encoder-based methods using a pseudo-labeling pipeline. By simulating low-resource conditions with a Reddit-derived unlabeled corpus and a mapped IESO dataset, the authors show Back Translation yields the most diverse synthetic text and, when combined with multi-fold generation, improves classification performance. However, semantic fidelity can degrade with higher augmentation multiplicity, and domain differences between Twitter-based models and Reddit data limit generalization. The work highlights practical guidance for augmenting emotion classification in resource-constrained scenarios and suggests future exploration of autoregressive and long-sequence models to further enhance robustness.
Abstract
Data augmentation has the potential to improve the performance of machine learning models by increasing the amount of training data available. In this study, we evaluated the effectiveness of different data augmentation techniques for a multi-label emotion classification task using a low-resource dataset. Our results showed that Back Translation outperformed autoencoder-based approaches and that generating multiple examples per training instance led to further performance improvement. In addition, we found that Back Translation generated the most diverse set of unigrams and trigrams. These findings demonstrate the utility of Back Translation in enhancing the performance of emotion classification models in resource-limited situations.
