CLApr 17, 2018

Adversarial Example Generation with Syntactically Controlled Paraphrase Networks

arXiv:1804.06059v11372 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of creating syntactically diverse adversarial examples for NLP models, which is incremental as it builds on existing paraphrase and backtranslation methods.

The paper tackled the problem of generating adversarial examples by proposing syntactically controlled paraphrase networks (SCPNs) to produce paraphrases with target syntax, showing they can fool pretrained models and improve model robustness through data augmentation.

We propose syntactically controlled paraphrase networks (SCPNs) and use them to generate adversarial examples. Given a sentence and a target syntactic form (e.g., a constituency parse), SCPNs are trained to produce a paraphrase of the sentence with the desired syntax. We show it is possible to create training data for this task by first doing backtranslation at a very large scale, and then using a parser to label the syntactic transformations that naturally occur during this process. Such data allows us to train a neural encoder-decoder model with extra inputs to specify the target syntax. A combination of automated and human evaluations show that SCPNs generate paraphrases that follow their target specifications without decreasing paraphrase quality when compared to baseline (uncontrolled) paraphrase systems. Furthermore, they are more capable of generating syntactically adversarial examples that both (1) "fool" pretrained models and (2) improve the robustness of these models to syntactic variation when used to augment their training data.

Code Implementations2 repos
Foundations

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

Your Notes