paper-with-me

Papers

Learning Structural Information for Syntax-Controlled Paraphrase Generation

2022-07-01 · Findings (NAACL) 2022 7 · Erguang Yang, Chenglin Bai, Deyi Xiong, Yujie Zhang, Yao Meng, Jinan Xu, Yufeng Chen

Syntax-controlled paraphrase generation aims to produce paraphrase conform to given syntactic patterns. To address this task, recent works have started to use parse trees (or syntactic templates) to guide generation.A constituency parse tree contains abundant structural information, such as parent-child relation, sibling relation, and the alignment relation between words and nodes.Previous works have only utilized parent-child and alignment relations, which may affect the generation quality.To address this limitation, we propose a Structural Information-augmented Syntax-Controlled Paraphrasing (SI-SCP) model. Particularly, we design a syntax encoder based on tree-transformer to capture parent-child and sibling relations. To model the alignment relation between words and nodes, we propose an attention regularization objective, which makes the decoder accurately select corresponding syntax nodes to guide the generation of words.Experiments show that SI-SCP achieves state-of-the-art performances in terms of semantic and syntactic quality on two popular benchmark datasets.Additionally, we propose a Syntactic Template Retriever (STR) to retrieve compatible syntactic structures. We validate that STR is capable of retrieving compatible syntactic structures. We further demonstrate the effectiveness of SI-SCP to generate diverse paraphrases with retrieved syntactic structures.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderParaphrase GenerationRelation

Similar Papers 제목 키워드 기반

Syntax-guided Controlled Generation of Paraphrases

2020-05-18 · TACL 2020 1 · Ashutosh Kumar, Kabir Ahuja, Raghuram Vadapalli, Partha Talukdar

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…

Paraphrase GenerationSentenceText Generation

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

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

Exemplar-Controllable Paraphrasing and Translation using Bitext

2020-10-12 · Mingda Chen, Sam Wiseman, Kevin Gimpel

Most prior work on exemplar-based syntactically controlled paraphrase generation relies on automatically-constructed large-scale paraphrase datasets, which are costly to create. We sidestep this prerequisite by adapting …

Machine TranslationParaphrase GenerationTranslation

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