Principled Paraphrase Generation with Parallel Corpora
Round-trip Machine Translation (MT) is a popular choice for paraphrase generation, which leverages readily available parallel corpora for supervision. In this paper, we formalize the implicit similarity function induced by this approach, and show that it is susceptible to non-paraphrase pairs sharing a single ambiguous translation. Based on these insights, we design an alternative similarity metric that mitigates this issue by requiring the entire translation distribution to match, and implement a relaxation of it through the Information Bottleneck method. Our approach incorporates an adversarial term into MT training in order to learn representations that encode as much information about the reference translation as possible, while keeping as little information about the input as possible. Paraphrases can be generated by decoding back to the source from this representation, without having to generate pivot translations. In addition to being more principled and efficient than round-trip MT, our approach offers an adjustable parameter to control the fidelity-diversity trade-off, and obtains better results in our experiments.
Code (1)
Tasks
DiversityMachine TranslationParaphrase GenerationTranslationSimilar Papers 제목 키워드 기반
Neural Paraphrase Generation using Transfer Learning
Progress in statistical paraphrase generation has been hindered for a long time by the lack of large monolingual parallel corpora. In this paper, we adapt the neural machine translation approach to paraphrase generation …
Machine TranslationNatural Language InferenceParaphrase GenerationQuestion Answering+3Creating and using large monolingual parallel corpora for sentential paraphrase generation
Improving the Diversity of Unsupervised Paraphrasing with Embedding Outputs
We present a novel technique for zero-shot paraphrase generation. The key contribution is an end-to-end multilingual paraphrasing model that is trained using translated parallel corpora to generate paraphrases into "mean…
DiversityParaphrase GenerationWord EmbeddingsValidation of sub-sentential paraphrases acquired from parallel monolingual corpora
Revisiting Pivot-Based Paraphrase Generation: Language Is Not the Only Optional Pivot
Paraphrases refer to texts that convey the same meaning with different expression forms. Pivot-based methods, also known as the round-trip translation, have shown promising results in generating high-quality paraphrases.…
Paraphrase GenerationSentence