ACL 2021long47 citations

HiddenCut: Simple Data Augmentation for Natural Language Understanding with Better Generalizability

Jiaao Chen, Dinghan Shen, Weizhu Chen, Diyi Yang

Abstract

Fine-tuning large pre-trained models with task-specific data has achieved great success in NLP. However, it has been demonstrated that the majority of information within the self-attention networks is redundant and not utilized effectively during the fine-tuning stage. This leads to inferior results when generalizing the obtained models to out-of-domain distributions. To this end, we propose a simple yet effective data augmentation technique, HiddenCut, to better regularize the model and encourage it to learn more generalizable features. Specifically, contiguous spans within the hidden space are dynamically and strategically dropped during training. Experiments show that our HiddenCut method outperforms the state-of-the-art augmentation methods on the GLUE benchmark, and consistently exhibits superior generalization performances on out-of-distribution and challenging counterexamples. We have publicly released our code at https://github.com/GT-SALT/HiddenCut.

BibTeX
@inproceedings{chen-etal-2021-hiddencut,
    title = "{H}idden{C}ut: Simple Data Augmentation for Natural Language Understanding with Better Generalizability",
    author = "Chen, Jiaao  and
      Shen, Dinghan  and
      Chen, Weizhu  and
      Yang, Diyi",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.338/",
    doi = "10.18653/v1/2021.acl-long.338",
    pages = "4380--4390"
}
HiddenCut: Simple Data Augmentation for Natural Language Understanding with Better Generalizability · ACL 2021