Improving the Adversarial Robustness of NLP Models by Information Bottleneck

Cenyuan Zhang,Xiang Zhou,Yixin Wan,Xiaoqing Zheng,Kai-Wei Chang,Cho-Jui Hsieh
DOI: https://doi.org/10.18653/v1/2022.findings-acl.284
2022-01-01
Abstract:Existing studies have demonstrated that adversarial examples can be directly attributed to the presence of non-robust features, which are highly predictive, but can be easily manipulated by adversaries to fool NLP models. In this study, we explore the feasibility of capturing task-specific robust features, while eliminating the non-robust ones by using the information bottleneck theory. Through extensive experiments, we show that the models trained with our information bottleneck-based method are able to achieve a significant improvement in robust accuracy, exceeding performances of all the previously reported defense methods while suffering almost no performance drop in clean accuracy on SST-2, AGNEWS and IMDB datasets.
What problem does this paper attempt to address?