English

TreeMix: Compositional Constituency-based Data Augmentation for Natural Language Understanding

Computation and Language 2022-07-13 v2

Abstract

Data augmentation is an effective approach to tackle over-fitting. Many previous works have proposed different data augmentations strategies for NLP, such as noise injection, word replacement, back-translation etc. Though effective, they missed one important characteristic of language--compositionality, meaning of a complex expression is built from its sub-parts. Motivated by this, we propose a compositional data augmentation approach for natural language understanding called TreeMix. Specifically, TreeMix leverages constituency parsing tree to decompose sentences into constituent sub-structures and the Mixup data augmentation technique to recombine them to generate new sentences. Compared with previous approaches, TreeMix introduces greater diversity to the samples generated and encourages models to learn compositionality of NLP data. Extensive experiments on text classification and SCAN demonstrate that TreeMix outperforms current state-of-the-art data augmentation methods.

Keywords

Cite

@article{arxiv.2205.06153,
  title  = {TreeMix: Compositional Constituency-based Data Augmentation for Natural Language Understanding},
  author = {Le Zhang and Zichao Yang and Diyi Yang},
  journal= {arXiv preprint arXiv:2205.06153},
  year   = {2022}
}

Comments

Accepted to NAACL2022 main conference

R2 v1 2026-06-24T11:15:37.201Z