paper-with-me

Papers

Paraphrase Generation with Deep Reinforcement Learning

2017-11-01 · EMNLP 2018 10 · Zichao Li, Xin Jiang, Lifeng Shang, Hang Li

Automatic generation of paraphrases from a given sentence is an important yet challenging task in natural language processing (NLP), and plays a key role in a number of applications such as question answering, search, and dialogue. In this paper, we present a deep reinforcement learning approach to paraphrase generation. Specifically, we propose a new framework for the task, which consists of a \textit{generator} and an \textit{evaluator}, both of which are learned from data. The generator, built as a sequence-to-sequence learning model, can produce paraphrases given a sentence. The evaluator, constructed as a deep matching model, can judge whether two sentences are paraphrases of each other. The generator is first trained by deep learning and then further fine-tuned by reinforcement learning in which the reward is given by the evaluator. For the learning of the evaluator, we propose two methods based on supervised learning and inverse reinforcement learning respectively, depending on the type of available training data. Empirical study shows that the learned evaluator can guide the generator to produce more accurate paraphrases. Experimental results demonstrate the proposed models (the generators) outperform the state-of-the-art methods in paraphrase generation in both automatic evaluation and human evaluation.

📄 PDF Abstract BibTeX arXiv:1711.00279

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningParaphrase GenerationQuestion Answeringreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sentence

Similar Papers 제목 키워드 기반

Learning to Selectively Learn for Weakly Supervised Paraphrase Generation with Model-based Reinforcement Learning

2022-07-01 · NAACL 2022 7 · Haiyan Yin, Dingcheng Li, Ping Li

Paraphrase generation is an important language generation task attempting to interpret user intents and systematically generate new phrases of identical meanings to the given ones. However, the effectiveness of paraphras…

Model-based Reinforcement LearningParaphrase GenerationText Generation

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

Entailment Relation Aware Paraphrase Generation

2022-03-20 · Abhilasha Sancheti, Balaji Vasan Srinivasan, Rachel Rudinger

We introduce a new task of entailment relation aware paraphrase generation which aims at generating a paraphrase conforming to a given entailment relation (e.g. equivalent, forward entailing, or reverse entailing) with r…

Natural Language InferenceParaphrase Generationreinforcement-learningReinforcement Learning (RL)+1

An Empirical Comparison on Imitation Learning and Reinforcement Learning for Paraphrase Generation

2019-08-28 · IJCNLP 2019 11 · Wanyu Du, Yangfeng Ji

Generating paraphrases from given sentences involves decoding words step by step from a large vocabulary. To learn a decoder, supervised learning which maximizes the likelihood of tokens always suffers from the exposure …

DecoderImitation LearningParaphrase Generationreinforcement-learning+2

Generating Paraphrases with Lean Vocabulary

2019-10-01 · WS 2019 10 · Tadashi Nomoto

In this work, we examine whether it is possible to achieve the state of the art performance in paraphrase generation with reduced vocabulary. Our approach consists of building a convolution to sequence model (Conv2Seq) p…

Paraphrase Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)