English

Unsupervised Syntactically Controlled Paraphrase Generation with Abstract Meaning Representations

Computation and Language 2022-11-03 v1

Abstract

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 domains. Unsupervised approaches, on the other hand, do not need paraphrase pairs but suffer from relatively poor performance in terms of syntactic control and quality of generated paraphrases. In this paper, we demonstrate that leveraging Abstract Meaning Representations (AMR) can greatly improve the performance of unsupervised syntactically controlled paraphrase generation. Our proposed model, AMR-enhanced Paraphrase Generator (AMRPG), separately encodes the AMR graph and the constituency parse of the input sentence into two disentangled semantic and syntactic embeddings. A decoder is then learned to reconstruct the input sentence from the semantic and syntactic embeddings. Our experiments show that AMRPG generates more accurate syntactically controlled paraphrases, both quantitatively and qualitatively, compared to the existing unsupervised approaches. We also demonstrate that the paraphrases generated by AMRPG can be used for data augmentation to improve the robustness of NLP models.

Keywords

Cite

@article{arxiv.2211.00881,
  title  = {Unsupervised Syntactically Controlled Paraphrase Generation with Abstract Meaning Representations},
  author = {Kuan-Hao Huang and Varun Iyer and Anoop Kumar and Sriram Venkatapathy and Kai-Wei Chang and Aram Galstyan},
  journal= {arXiv preprint arXiv:2211.00881},
  year   = {2022}
}

Comments

Paper accepted by EMNLP 2022 Findings. The first two authors contribute equally

R2 v1 2026-06-28T04:59:02.528Z