What is: BTmPG?
Source | Pushing Paraphrase Away from Original Sentence: A Multi-Round Paraphrase Generation Approach |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
BTmPG, or Back-Translation guided multi-round Paraphrase Generation, is a multi-round paraphrase generation method that leverages back-translation to guide paraphrase model during training and generates paraphrases in a multiround process. The model regards paraphrase generation as a monolingual translation task. Given a paraphrase pair , which is the original/source sentence and is the target paraphrase given in the dataset. In the first round generation, we send into a paraphrase model to generate a paraphrase . In the second round generation, we use the as the input of the model to generate a new paraphrase . And so forth, in the -th round generation, we send into the paraphrase model to generate . .