ABEX: Data Augmentation for Low-Resource NLU via Expanding Abstract Descriptions
Sreyan Ghosh, Utkarsh Tyagi, Sonal Kumar, C. K. Evuru, S Ramaneswaran, S Sakshi, Dinesh Manocha
TL;DR
ABEX addresses data scarcity in low-resource NLU by proposing Abstract-and-Expand, a two-stage augmentation framework. It learns to expand abstract descriptions with a BART model trained on a large synthetic dataset of abstract-document pairs and generates downstream abstractions controllably via AMR editing. The downstream augmentations are produced by converting documents to AMR abstracts, expanding them, and optionally fine-tuning on the downstream data; after the initial ABEX training, the method is largely training-free for new datasets. Evaluations across 12 datasets and 4 NLU tasks under four low-resource settings show that ABEX yields superior context, token, and length diversity and outperforms prior methods, indicating strong practical impact for data-scarce NLP.
Abstract
We present ABEX, a novel and effective generative data augmentation methodology for low-resource Natural Language Understanding (NLU) tasks. ABEX is based on ABstract-and-EXpand, a novel paradigm for generating diverse forms of an input document -- we first convert a document into its concise, abstract description and then generate new documents based on expanding the resultant abstraction. To learn the task of expanding abstract descriptions, we first train BART on a large-scale synthetic dataset with abstract-document pairs. Next, to generate abstract descriptions for a document, we propose a simple, controllable, and training-free method based on editing AMR graphs. ABEX brings the best of both worlds: by expanding from abstract representations, it preserves the original semantic properties of the documents, like style and meaning, thereby maintaining alignment with the original label and data distribution. At the same time, the fundamental process of elaborating on abstract descriptions facilitates diverse generations. We demonstrate the effectiveness of ABEX on 4 NLU tasks spanning 12 datasets and 4 low-resource settings. ABEX outperforms all our baselines qualitatively with improvements of 0.04% - 38.8%. Qualitatively, ABEX outperforms all prior methods from literature in terms of context and length diversity.
