Evaluating the Robustness of Neural Language Models to Input Perturbations
Milad Moradi, Matthias Samwald

TL;DR
This paper assesses the robustness of leading neural language models against input noise, revealing their sensitivity to perturbations and emphasizing the need for more realistic evaluation benchmarks.
Contribution
It introduces various input perturbation methods and systematically evaluates the robustness of models like BERT and RoBERTa, highlighting current benchmarks' limitations.
Findings
Models' performance drops with input noise
Current benchmarks do not reflect real-world robustness
Robustness evaluation should be standard practice
Abstract
High-performance neural language models have obtained state-of-the-art results on a wide range of Natural Language Processing (NLP) tasks. However, results for common benchmark datasets often do not reflect model reliability and robustness when applied to noisy, real-world data. In this study, we design and implement various types of character-level and word-level perturbation methods to simulate realistic scenarios in which input texts may be slightly noisy or different from the data distribution on which NLP systems were trained. Conducting comprehensive experiments on different NLP tasks, we investigate the ability of high-performance language models such as BERT, XLNet, RoBERTa, and ELMo in handling different types of input perturbations. The results suggest that language models are sensitive to input perturbations and their performance can decrease even when small changes are…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Explainable Artificial Intelligence (XAI)
MethodsAttention Is All You Need · Linear Layer · Sigmoid Activation · Tanh Activation · Long Short-Term Memory · Bidirectional LSTM · Dropout · Adam · Weight Decay · Residual Connection
