paper-with-me

Papers

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

2022-05-12 · NAACL 2022 7 · Le Zhang, Zichao Yang, Diyi Yang

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.

📄 PDF Abstract BibTeX arXiv:2205.06153

Code (1)

magiccircuit/treemix 공식 구현 pytorch

Tasks

Constituency ParsingData AugmentationDiversityNatural Language UnderstandingText ClassificationTranslation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Improving Constituent Representation with Hypertree Neural Networks

2022-07-01 · NAACL 2022 7 · Hao Zhou, Gongshen Liu, Kewei Tu

Many natural language processing tasks involve text spans and thus high-quality span representations are needed to enhance neural approaches to these tasks. Most existing methods of span representation are based on simpl…

Sentence

Grounded Compositional Semantics for Finding and Describing Images with Sentences

2014-01-01 · TACL 2014 1 · Richard Socher, Andrej Karpathy, Quoc V. Le, Christopher D. Manning 외

Previous work on Recursive Neural Networks (RNNs) shows that these models can produce compositional feature vectors for accurately representing and classifying sentences or images. However, the sentence vectors of previo…

Sentence

Improving Sequence-to-Sequence Semantic Parser for Task Oriented Dialog

2020-11-01 · EMNLP (intexsempar) 2020 11 · Chaoting Xuan

Task Oriented Parsing (TOP) attempts to map utterances to compositional requests, including multiple intents and their slots. Previous work focus on a tree-based hierarchical meaning representation, and applying constitu…

Constituency Parsing

Substructure Substitution: Structured Data Augmentation for NLP

2021-01-02 · Findings (ACL) 2021 8 · Haoyue Shi, Karen Livescu, Kevin Gimpel

We study a family of data augmentation methods, substructure substitution (SUB2), for natural language processing (NLP) tasks. SUB2 generates new examples by substituting substructures (e.g., subtrees or subsequences) wi…

Data AugmentationPart-Of-Speech Taggingtext-classificationText Classification

Data Augmentation for Compositional Data: Advancing Predictive Models of the Microbiome

2022-05-20 · Elliott Gordon-Rodriguez, Thomas P. Quinn, John P. Cunningham

Data augmentation plays a key role in modern machine learning pipelines. While numerous augmentation strategies have been studied in the context of computer vision and natural language processing, less is known for other…

Contrastive LearningData AugmentationDisease PredictionRepresentation Learning