paper-with-me

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 (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

📄 PDF Abstract BibTeX arXiv:2005.08417

Code (2)

malllabiisc/SGCP 공식 구현 pytorch
pluslabnlp/aesop pytorch

Tasks

Paraphrase GenerationSentenceText Generation

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

Data AugmentationDecoderDisentanglementParaphrase Generation+1

Learning Structural Information for Syntax-Controlled Paraphrase Generation

2022-07-01 · Findings (NAACL) 2022 7 · Erguang Yang, Chenglin Bai, Deyi Xiong, Yujie Zhang 외

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

DecoderParaphrase GenerationRelation

Quality Controlled Paraphrase Generation

2022-03-21 · ACL 2022 5 · Elron Bandel, Ranit Aharonov, Michal Shmueli-Scheuer, Ilya Shnayderman 외

Paraphrase generation has been widely used in various downstream tasks. Most tasks benefit mainly from high quality paraphrases, namely those that are semantically similar to, yet linguistically diverse from, the origina…

DiversityParaphrase GenerationSentence

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

Dissecting Paraphrases: The Impact of Prompt Syntax and supplementary Information on Knowledge Retrieval from Pretrained Language Models

2024-04-02 · Stephan Linzbach, Dimitar Dimitrov, Laura Kallmeyer, Kilian Evang 외

Pre-trained Language Models (PLMs) are known to contain various kinds of knowledge. One method to infer relational knowledge is through the use of cloze-style prompts, where a model is tasked to predict missing subjects …

Retrieval