🤖 AI Summary
Assessing the robustness of pre-trained language models against adversarial attacks remains critical for trustworthy NLP deployment. Method: This study systematically evaluates Flan-T5, BERT-Base, and RoBERTa-Base under two state-of-the-art white-box adversarial attacks—TextFooler and BERTAttack—using semantically preserved adversarial examples and accuracy drop as the primary robustness metric. Contribution/Results: RoBERTa-Base and Flan-T5 exhibit exceptional robustness (0% attack success rate), whereas BERT-Base suffers catastrophic degradation—accuracy plunges from 48% to 3% under TextFooler—revealing severe vulnerability. The work identifies pre-training objectives and architectural design as decisive factors governing textual robustness, challenging the assumption that model scale alone ensures resilience. It further highlights the high computational cost inherent in current robust models and proposes directions for lightweight, efficient defense strategies. These findings establish a reproducible benchmark and mechanistic insights for evaluating large language model security.
📝 Abstract
This study evaluates the resilience of large language models (LLMs) against adversarial attacks, specifically focusing on Flan-T5, BERT, and RoBERTa-Base. Using systematically designed adversarial tests through TextFooler and BERTAttack, we found significant variations in model robustness. RoBERTa-Base and FlanT5 demonstrated remarkable resilience, maintaining accuracy even when subjected to sophisticated attacks, with attack success rates of 0%. In contrast. BERT-Base showed considerable vulnerability, with TextFooler achieving a 93.75% success rate in reducing model accuracy from 48% to just 3%. Our research reveals that while certain LLMs have developed effective defensive mechanisms, these safeguards often require substantial computational resources. This study contributes to the understanding of LLM security by identifying existing strengths and weaknesses in current safeguarding approaches and proposes practical recommendations for developing more efficient and effective defensive strategies.