Distributional Data Augmentation Methods for Low Resource Language
Mosleh Mahamud, Zed Lee, Isak Samsten

TL;DR
This paper introduces two novel data augmentation methods, EDDA and TSSR, that leverage semantic context and POS tags to improve NLP classification tasks in low-resource languages like Swedish.
Contribution
The paper proposes two new data augmentation techniques that extend EDA by incorporating semantic and syntactic information, enhancing NLP performance in low-resource languages.
Findings
Augmented data improves F1 scores in low-resource settings.
EDDA and TSSR outperform traditional EDA in Swedish datasets.
Methods are effective for low-resource language NLP tasks.
Abstract
Text augmentation is a technique for constructing synthetic data from an under-resourced corpus to improve predictive performance. Synthetic data generation is common in numerous domains. However, recently text augmentation has emerged in natural language processing (NLP) to improve downstream tasks. One of the current state-of-the-art text augmentation techniques is easy data augmentation (EDA), which augments the training data by injecting and replacing synonyms and randomly permuting sentences. One major obstacle with EDA is the need for versatile and complete synonym dictionaries, which cannot be easily found in low-resource languages. To improve the utility of EDA, we propose two extensions, easy distributional data augmentation (EDDA) and type specific similar word replacement (TSSR), which uses semantic word context information and part-of-speech tags for word replacement and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech and dialogue systems
