RoSearch: Search for Robust Student Architectures When Distilling Pre-trained Language Models
Xin Guo, Jianlei Yang, Haoyi Zhou, Xucheng Ye, Jianxin Li

TL;DR
RoSearch is a framework that searches for student language model architectures with enhanced adversarial robustness during knowledge distillation, significantly improving security without sacrificing much accuracy or compression.
Contribution
It introduces a novel search framework using DAG-based space and evolutionary strategies to find robust student models in NLP distillation.
Findings
Robustness improved from 7%-18% to around 46%-48%.
Achieves 4.6x to 6.5x compression with low accuracy drop.
Provides insights into architecture-robustness relationships.
Abstract
Pre-trained language models achieve outstanding performance in NLP tasks. Various knowledge distillation methods have been proposed to reduce the heavy computation and storage requirements of pre-trained language models. However, from our observations, student models acquired by knowledge distillation suffer from adversarial attacks, which limits their usage in security sensitive scenarios. In order to overcome these security problems, RoSearch is proposed as a comprehensive framework to search the student models with better adversarial robustness when performing knowledge distillation. A directed acyclic graph based search space is built and an evolutionary search strategy is utilized to guide the searching approach. Each searched architecture is trained by knowledge distillation on pre-trained language model and then evaluated under a robustness-, accuracy- and efficiency-aware metric…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Topic Modeling · Natural Language Processing Techniques
MethodsKnowledge Distillation
