Syntactic Data Augmentation Increases Robustness to Inference Heuristics
Pretrained neural models such as BERT, when fine-tuned to perform natural language inference (NLI), often show high accuracy on standard datasets, but display a surprising lack of sensitivity to word order on controlled challenge sets. We hypothesize that this issue is not primarily caused by the pretrained model's limitations, but rather by the paucity of crowdsourced NLI examples that might convey the importance of syntactic structure at the fine-tuning stage. We explore several methods to augment standard training sets with syntactically informative examples, generated by applying syntactic transformations to sentences from the MNLI corpus. The best-performing augmentation method, subject/object inversion, improved BERT's accuracy on controlled examples that diagnose sensitivity to word order from 0.28 to 0.73, without affecting performance on the MNLI test set. This improvement generalized beyond the particular construction used for data augmentation, suggesting that augmentation causes BERT to recruit abstract syntactic representations.
Code (1)
Tasks
Data AugmentationNatural Language InferenceSensitivityMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
EDDA: A Encoder-Decoder Data Augmentation Framework for Zero-Shot Stance Detection
Stance detection aims to determine the attitude expressed in text towards a given target. Zero-shot stance detection (ZSSD) has emerged to classify stances towards unseen targets during inference. Recent data augmentatio…
Data AugmentationDecoderDiversityStance Detection+2AESOP: Paraphrase Generation with Adaptive Syntactic Control
We propose to control paraphrase generation through carefully chosen target syntactic structures to generate more proper and higher quality paraphrases. Our model, AESOP, leverages a pretrained language model and adds de…
Data AugmentationLanguage ModelingLanguage ModellingParaphrase Generation+1Transformers as Neural Augmentors: Class Conditional Sentence Generation via Variational Bayes
Data augmentation methods for Natural Language Processing tasks are explored in recent years, however they are limited and it is hard to capture the diversity on sentence level. Besides, it is not always possible to perf…
Data AugmentationDecoderDiversitySentenceRepresentations of Syntax [MASK] Useful: Effects of Constituency and Dependency Structure in Recursive LSTMs
Sequence-based neural networks show significant sensitivity to syntactic structure, but they still perform less well on syntactic tasks than tree-based networks. Such tree-based networks can be provided with a constituen…
Data AugmentationUnsupervised Syntactically Controlled Paraphrase Generation with Abstract Meaning Representations
Syntactically controlled paraphrase generation has become an emerging research direction in recent years. Most existing approaches require annotated paraphrase pairs for training and are thus costly to extend to new doma…
Data AugmentationDecoderParaphrase GenerationSentence