English

Syntax-guided Controlled Generation of Paraphrases

Computation and Language 2020-05-19 v1

Abstract

Given a sentence (e.g., "I like mangoes") and a constraint (e.g., sentiment flip), the goal of controlled text generation is to produce a sentence that adapts the input sentence to meet the requirements of the constraint (e.g., "I hate mangoes"). Going beyond such simple constraints, recent works have started exploring the incorporation of complex syntactic-guidance as constraints in the task of controlled paraphrase generation. In these methods, syntactic-guidance is sourced from a separate exemplar sentence. However, these prior works have only utilized limited syntactic information available in the parse tree of the exemplar sentence. We address this limitation in the paper and propose Syntax Guided Controlled Paraphraser (SGCP), an end-to-end framework for syntactic paraphrase generation. We find that SGCP can generate syntax conforming sentences while not compromising on relevance. We perform extensive automated and human evaluations over multiple real-world English language datasets to demonstrate the efficacy of SGCP over state-of-the-art baselines. To drive future research, we have made SGCP's source code available

Cite

@article{arxiv.2005.08417,
  title  = {Syntax-guided Controlled Generation of Paraphrases},
  author = {Ashutosh Kumar and Kabir Ahuja and Raghuram Vadapalli and Partha Talukdar},
  journal= {arXiv preprint arXiv:2005.08417},
  year   = {2020}
}

Comments

16 pages, 3 figures, Accepted to TACL 2020

R2 v1 2026-06-23T15:36:44.436Z