CLNov 14, 2022

CST5: Data Augmentation for Code-Switched Semantic Parsing

arXiv:2211.07514v1134 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the data scarcity problem for researchers and practitioners in multilingual NLP, though it is incremental as it builds on existing T5 and data augmentation methods.

The paper tackles the lack of supervised training data for code-switched semantic parsing by introducing CST5, a data augmentation technique that finetunes T5 to generate code-switched utterances from English, achieving the same performance with up to 20x less labeled data.

Extending semantic parsers to code-switched input has been a challenging problem, primarily due to a lack of supervised training data. In this work, we introduce CST5, a new data augmentation technique that finetunes a T5 model using a small seed set ($\approx$100 utterances) to generate code-switched utterances from English utterances. We show that CST5 generates high quality code-switched data, both intrinsically (per human evaluation) and extrinsically by comparing baseline models which are trained without data augmentation to models which are trained with augmented data. Empirically we observe that using CST5, one can achieve the same semantic parsing performance by using up to 20x less labeled data. To aid further research in this area, we are also releasing (a) Hinglish-TOP, the largest human annotated code-switched semantic parsing dataset to date, containing 10k human annotated Hindi-English (Hinglish) code-switched utterances, and (b) Over 170K CST5 generated code-switched utterances from the TOPv2 dataset. Human evaluation shows that both the human annotated data as well as the CST5 generated data is of good quality.

Code Implementations1 repo
Foundations

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

Your Notes