CLOct 5, 2020

Second-Order NLP Adversarial Examples

arXiv:2010.01770v2994 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a critical issue in NLP adversarial robustness by revealing potential misattributions of errors, which is incremental but important for improving evaluation methods in the field.

The paper tackles the problem of adversarial examples in NLP by identifying second-order adversarial examples, which are flaws in the validity-checking models rather than the attacked models, and finds that such examples exist but are less common than first-order ones, with USE being effective and BERTScore nearly ineffectual as constraints.

Adversarial example generation methods in NLP rely on models like language models or sentence encoders to determine if potential adversarial examples are valid. In these methods, a valid adversarial example fools the model being attacked, and is determined to be semantically or syntactically valid by a second model. Research to date has counted all such examples as errors by the attacked model. We contend that these adversarial examples may not be flaws in the attacked model, but flaws in the model that determines validity. We term such invalid inputs second-order adversarial examples. We propose the constraint robustness curve and associated metric ACCS as tools for evaluating the robustness of a constraint to second-order adversarial examples. To generate this curve, we design an adversarial attack to run directly on the semantic similarity models. We test on two constraints, the Universal Sentence Encoder (USE) and BERTScore. Our findings indicate that such second-order examples exist, but are typically less common than first-order adversarial examples in state-of-the-art models. They also indicate that USE is effective as constraint on NLP adversarial examples, while BERTScore is nearly ineffectual. Code for running the experiments in this paper is available at https://github.com/jxmorris12/second-order-adversarial-examples.

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