paper-with-me

Papers

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 usually costly to obtain. On the other hand, the paraphrases generated by existing unsupervised approaches are usually syntactically similar to the source sentences and are limited in diversity. In this paper, we demonstrate that it is possible to generate syntactically various paraphrases without the need for annotated paraphrase pairs. We propose Syntactically controlled Paraphrase Generator (SynPG), an encoder-decoder based model that learns to disentangle the semantics and the syntax of a sentence from a collection of unannotated texts. The disentanglement enables SynPG to control the syntax of output paraphrases by manipulating the embedding in the syntactic space. Extensive experiments using automatic metrics and human evaluation show that SynPG performs better syntactic control than unsupervised baselines, while the quality of the generated paraphrases is competitive. We also demonstrate that the performance of SynPG is competitive or even better than supervised models when the unannotated data is large. Finally, we show that the syntactically controlled paraphrases generated by SynPG can be utilized for data augmentation to improve the robustness of NLP models.

📄 PDF Abstract BibTeX arXiv:2101.10579

Code (1)

uclanlp/synpg 공식 구현 pytorch

Tasks

Data AugmentationDecoderDisentanglementParaphrase GenerationSentence

Similar Papers 제목 키워드 기반

A Quality-based Syntactic Template Retriever for Syntactically-controlled Paraphrase Generation

2023-10-20 · Xue Zhang, Songming Zhang, Yunlong Liang, Yufeng Chen 외

Existing syntactically-controlled paraphrase generation (SPG) models perform promisingly with human-annotated or well-chosen syntactic templates. However, the difficulty of obtaining such templates actually hinders the p…

Data AugmentationDiversityParaphrase GenerationRetrieval+1

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

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 par…

DecoderSentence

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