SSMBA: Self-Supervised Manifold Based Data Augmentation for Improving Out-of-Domain Robustness
About
Models that perform well on a training domain often fail to generalize to out-of-domain (OOD) examples. Data augmentation is a common method used to prevent overfitting and improve OOD generalization. However, in natural language, it is difficult to generate new examples that stay on the underlying data manifold. We introduce SSMBA, a data augmentation method for generating synthetic training examples by using a pair of corruption and reconstruction functions to move randomly on a data manifold. We investigate the use of SSMBA in the natural language domain, leveraging the manifold assumption to reconstruct corrupted text with masked language models. In experiments on robustness benchmarks across 3 tasks and 9 datasets, SSMBA consistently outperforms existing data augmentation methods and baseline models on both in-domain and OOD data, achieving gains of 0.8% accuracy on OOD Amazon reviews, 1.8% accuracy on OOD MNLI, and 1.4 BLEU on in-domain IWSLT14 German-English.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Machine Translation | WMT En-De 2014 (test) | BLEU27.16 | 379 | |
| Question Answering | SQuAD v1.1 (dev) | F1 Score32.01 | 375 | |
| Question Answering | SQuAD v1.1 (test) | F1 Score84.19 | 260 | |
| Machine Translation | IWSLT De-En 2014 (test) | BLEU34.32 | 146 | |
| Question Answering | SQuAD (test) | F186.53 | 111 | |
| Summarization | Xsum | ROUGE-214.81 | 108 | |
| Question Answering | NewsQA (dev) | F1 Score60.34 | 101 | |
| Machine Translation | WMT Ro-En 2016 (test) | BLEU28.48 | 82 | |
| Sequence Classification | Huffpost low-resource (test) | Micro F181.11 | 64 | |
| Sequence Classification | MASSIVE | Micro F177.16 | 64 |