paper-with-me

Papers

Paraphrase Generation as Zero-Shot Multilingual Translation: Disentangling Semantic Similarity from Lexical and Syntactic Diversity

2020-08-11 · WMT (EMNLP) 2020 11 · Brian Thompson, Matt Post

Recent work has shown that a multilingual neural machine translation (NMT) model can be used to judge how well a sentence paraphrases another sentence in the same language (Thompson and Post, 2020); however, attempting to generate paraphrases from such a model using standard beam search produces trivial copies or near copies. We introduce a simple paraphrase generation algorithm which discourages the production of n-grams that are present in the input. Our approach enables paraphrase generation in many languages from a single multilingual NMT model. Furthermore, the amount of lexical diversity between the input and output can be controlled at generation time. We conduct a human evaluation to compare our method to a paraphraser trained on the large English synthetic paraphrase database ParaBank 2 (Hu et al., 2019c) and find that our method produces paraphrases that better preserve meaning and are more gramatical, for the same level of lexical diversity. Additional smaller human assessments demonstrate our approach also works in two non-English languages.

📄 PDF Abstract BibTeX arXiv:2008.04935

Code (1)

thompsonb/prism 공식 구현 pytorch

Tasks

DiversityMachine TranslationNMTParaphrase GenerationSemantic SimilaritySemantic Textual SimilaritySentenceTranslation

Similar Papers 제목 키워드 기반

Multilingual Lexical Simplification via Paraphrase Generation

2023-07-28 · Kang Liu, Jipeng Qiang, Yun Li, Yunhao Yuan 외

Lexical simplification (LS) methods based on pretrained language models have made remarkable progress, generating potential substitutes for a complex word through analysis of its contextual surroundings. However, these m…

DiversityLexical SimplificationMachine TranslationParaphrase Generation+2

Zero-Shot Paraphrase Generation with Multilingual Language Models

2019-11-09 · Yinpeng Guo, Yi Liao, Xin Jiang, Qing Zhang 외

Leveraging multilingual parallel texts to automatically generate paraphrases has drawn much attention as size of high-quality paraphrase corpus is limited. Round-trip translation, also known as the pivoting method, is a …

DenoisingDiversityMachine TranslationParaphrase Generation+2

Visual Information Guided Zero-Shot Paraphrase Generation

2022-01-22 · COLING 2022 10 · Zhe Lin, Xiaojun Wan

Zero-shot paraphrase generation has drawn much attention as the large-scale high-quality paraphrase corpus is limited. Back-translation, also known as the pivot-based method, is typical to this end. Several works leverag…

DiversityImage CaptioningParaphrase GenerationTranslation

Automatic Machine Translation Evaluation in Many Languages via Zero-Shot Paraphrasing

2020-04-30 · EMNLP 2020 11 · Brian Thompson, Matt Post

We frame the task of machine translation evaluation as one of scoring machine translation output with a sequence-to-sequence paraphraser, conditioned on a human reference. We propose training the paraphraser as a multili…

Machine TranslationNMTTranslation

Improving the Diversity of Unsupervised Paraphrasing with Embedding Outputs

2021-10-25 · EMNLP (MRL) 2021 11 · Monisha Jegadeesan, Sachin Kumar, John Wieting, Yulia Tsvetkov

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 Embeddings