CLLGMLOct 1, 2020

Assessing Robustness of Text Classification through Maximal Safe Radius Computation

arXiv:2010.02004v21000 citations
AI Analysis

This work addresses robustness guarantees for text classification against adversarial word substitutions, which is an incremental improvement in a specific domain of NLP security.

The paper tackled the problem of neural network NLP models being vulnerable to meaning-preserving word substitutions by proposing a method to compute bounds on the maximal safe radius, a robustness measure, and evaluated it on sentiment analysis and news classification models across four datasets, showing trends in robustness.

Neural network NLP models are vulnerable to small modifications of the input that maintain the original meaning but result in a different prediction. In this paper, we focus on robustness of text classification against word substitutions, aiming to provide guarantees that the model prediction does not change if a word is replaced with a plausible alternative, such as a synonym. As a measure of robustness, we adopt the notion of the maximal safe radius for a given input text, which is the minimum distance in the embedding space to the decision boundary. Since computing the exact maximal safe radius is not feasible in practice, we instead approximate it by computing a lower and upper bound. For the upper bound computation, we employ Monte Carlo Tree Search in conjunction with syntactic filtering to analyse the effect of single and multiple word substitutions. The lower bound computation is achieved through an adaptation of the linear bounding techniques implemented in tools CNN-Cert and POPQORN, respectively for convolutional and recurrent network models. We evaluate the methods on sentiment analysis and news classification models for four datasets (IMDB, SST, AG News and NEWS) and a range of embeddings, and provide an analysis of robustness trends. We also apply our framework to interpretability analysis and compare it with LIME.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes