paper-with-me

Papers

Adversarial Example Generation with Syntactically Controlled Paraphrase Networks

2018-04-17 · NAACL 2018 6 · Mohit Iyyer, John Wieting, Kevin Gimpel, Luke Zettlemoyer

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.

📄 PDF Abstract BibTeX arXiv:1804.06059

Code (2)

miyyer/scpn 공식 구현 pytorch
tducnguyen-ccg/paraphrasing_SCPN pytorch

Tasks

DecoderSentence

Similar Papers 제목 키워드 기반

Syntactically-Informed Unsupervised Paraphrasing with Non-Parallel Data

2021-11-01 · EMNLP 2021 11 · Erguang Yang, Mingtong Liu, Deyi Xiong, Yujie Zhang 외

Previous works on syntactically controlled paraphrase generation heavily rely on large-scale parallel paraphrase data that is not easily available for many languages and domains. In this paper, we take this research dire…

Paraphrase GenerationSentenceSentiment Analysis

ParaAMR: A Large-Scale Syntactically Diverse Paraphrase Dataset by AMR Back-Translation

2023-05-26 · Kuan-Hao Huang, Varun Iyer, I-Hung Hsu, Anoop Kumar 외

Paraphrase generation is a long-standing task in natural language processing (NLP). Supervised paraphrase generation models, which rely on human-annotated paraphrase pairs, are cost-inefficient and hard to scale up. On t…

Abstract Meaning RepresentationData AugmentationDiversityFew-Shot Learning+6

Unsupervised Syntactically Controlled Paraphrase Generation with Abstract Meaning Representations

2022-11-02 · Kuan-Hao Huang, Varun Iyer, Anoop Kumar, Sriram Venkatapathy 외

Syntactically controlled paraphrase generation has become an emerging research direction in recent years. Most existing approaches require annotated paraphrase pairs for training and are thus costly to extend to new doma…

Data AugmentationDecoderParaphrase GenerationSentence

Generating Syntactically Controlled Paraphrases without Using Annotated Parallel Pairs

2021-01-26 · EACL 2021 2 · Kuan-Hao Huang, Kai-Wei Chang

Paraphrase generation plays an essential role in natural language process (NLP), and it has many downstream applications. However, training supervised paraphrase models requires many annotated paraphrase pairs, which are…

Data AugmentationDecoderDisentanglementParaphrase Generation+1

PIP: Parse-Instructed Prefix for Syntactically Controlled Paraphrase Generation

2023-05-26 · Yixin Wan, Kuan-Hao Huang, Kai-Wei Chang

Syntactically controlled paraphrase generation requires language models to generate paraphrases for sentences according to specific syntactic structures. Existing fine-tuning methods for this task are costly as all the p…

Paraphrase Generation