CLMar 3, 2023

Exploring Data Augmentation Methods on Social Media Corpora

arXiv:2303.02198v11 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of effective data augmentation in NLP for social media applications, but it is incremental as it tests existing methods without introducing new ones.

The paper explored various data augmentation techniques for text classification on social media datasets, finding that most provided minimal and inconsistent improvements, with synonym replacement showing some gains and few-shot learning offering consistent improvements in certain cases.

Data augmentation has proven widely effective in computer vision. In Natural Language Processing (NLP) data augmentation remains an area of active research. There is no widely accepted augmentation technique that works well across tasks and model architectures. In this paper we explore data augmentation techniques in the context of text classification using two social media datasets. We explore popular varieties of data augmentation, starting with oversampling, Easy Data Augmentation (Wei and Zou, 2019) and Back-Translation (Sennrich et al., 2015). We also consider Greyscaling, a relatively unexplored data augmentation technique that seeks to mitigate the intensity of adjectives in examples. Finally, we consider a few-shot learning approach: Pattern-Exploiting Training (PET) (Schick et al., 2020). For the experiments we use a BERT transformer architecture. Results show that augmentation techniques provide only minimal and inconsistent improvements. Synonym replacement provided evidence of some performance improvement and adjective scales with Grayscaling is an area where further exploration would be valuable. Few-shot learning experiments show consistent improvement over supervised training, and seem very promising when classes are easily separable but further exploration would be valuable.

Foundations

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

Your Notes