paper-with-me

홈 › Papers

A Deep Generative Framework for Paraphrase Generation

2017-09-15 · Ankush Gupta, Arvind Agarwal, Prawaan Singh, Piyush Rai

Paraphrase generation is an important problem in NLP, especially in question answering, information retrieval, information extraction, conversation systems, to name a few. In this paper, we address the problem of generating paraphrases automatically. Our proposed method is based on a combination of deep generative models (VAE) with sequence-to-sequence models (LSTM) to generate paraphrases, given an input sentence. Traditional VAEs when combined with recurrent neural networks can generate free text but they are not suitable for paraphrase generation for a given sentence. We address this problem by conditioning the both, encoder and decoder sides of VAE, on the original sentence, so that it can generate the given sentence's paraphrases. Unlike most existing models, our model is simple, modular and can generate multiple paraphrases, for a given sentence. Quantitative evaluation of the proposed method on a benchmark paraphrase dataset demonstrates its efficacy, and its performance improvement over the state-of-the-art methods by a significant margin, whereas qualitative human evaluation indicate that the generated paraphrases are well-formed, grammatically correct, and are relevant to the input sentence. Furthermore, we evaluate our method on a newly released question paraphrase dataset, and establish a new baseline for future research.

📄 PDF Abstract BibTeX arXiv:1709.05074

Code (1)

arvind385801/paraphrasegen pytorch

Tasks

DecoderInformation RetrievalParaphrase GenerationQuestion AnsweringRetrievalSentence

Methods 이 논문이 사용한 방법론

USD Coin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

DivGAN: Towards Diverse Paraphrase Generation via Diversified Generative Adversarial Network

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Yue Cao, Xiaojun Wan

Paraphrases refer to texts that convey the same meaning with different expression forms. Traditional seq2seq-based models on paraphrase generation mainly focus on the fidelity while ignoring the diversity of outputs. In …

DiversityGenerative Adversarial NetworkParaphrase Generation

Paraphrase Augmented Task-Oriented Dialog Generation

2020-04-16 · ACL 2020 6 · Silin Gao, Yichi Zhang, Zhijian Ou, Zhou Yu

Neural generative models have achieved promising performance on dialog generation tasks if given a huge data set. However, the lack of high-quality dialog data and the expensive data annotation process greatly limit thei…

Data AugmentationResponse Generation

Towards Diverse Paraphrase Generation Using Multi-Class Wasserstein GAN

2019-09-30 · Zhecheng An, Sicong Liu

Paraphrase generation is an important and challenging natural language processing (NLP) task. In this work, we propose a deep generative model to generate paraphrase with diversity. Our model is based on an encoder-decod…

DecoderDiversityParaphrase GenerationSentence

Vector-Quantized Prompt Learning for Paraphrase Generation

2023-11-25 · Haotian Luo, Yixin Liu, Peidong Liu, Xianggen Liu

Deep generative modeling of natural languages has achieved many successes, such as producing fluent sentences and translating from one language into another. However, the development of generative modeling techniques for…

DiversityParaphrase GenerationPrompt Learning

Exploring Diverse Expressions for Paraphrase Generation

2019-11-01 · IJCNLP 2019 11 · Lihua Qian, Lin Qiu, Wei-Nan Zhang, Xin Jiang 외

Paraphrasing plays an important role in various natural language processing (NLP) tasks, such as question answering, information retrieval and sentence simplification. Recently, neural generative models have shown promis…

DiversityInformation RetrievalParaphrase GenerationQuestion Answering+4