Paraphrase Generation with Deep Reinforcement Learning
Zichao Li, Xin Jiang, Lifeng Shang, Hang Li

TL;DR
This paper introduces a deep reinforcement learning framework for paraphrase generation, combining a generator and an evaluator to improve the quality of generated paraphrases, outperforming existing methods.
Contribution
The paper presents a novel deep reinforcement learning approach with a generator and evaluator for improved paraphrase generation, including new training strategies and evaluation methods.
Findings
The evaluator effectively guides the generator to produce more accurate paraphrases.
The proposed models outperform state-of-the-art methods in automatic and human evaluations.
Reinforcement learning fine-tuning enhances paraphrase quality.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
