paper-with-me

Papers

Towards Document-Level Paraphrase Generation with Sentence Rewriting and Reordering

2021-09-15 · Findings (EMNLP) 2021 11 · Zhe Lin, Yitao Cai, Xiaojun Wan

Paraphrase generation is an important task in natural language processing. Previous works focus on sentence-level paraphrase generation, while ignoring document-level paraphrase generation, which is a more challenging and valuable task. In this paper, we explore the task of document-level paraphrase generation for the first time and focus on the inter-sentence diversity by considering sentence rewriting and reordering. We propose CoRPG (Coherence Relationship guided Paraphrase Generation), which leverages graph GRU to encode the coherence relationship graph and get the coherence-aware representation for each sentence, which can be used for re-arranging the multiple (possibly modified) input sentences. We create a pseudo document-level paraphrase dataset for training CoRPG. Automatic evaluation results show CoRPG outperforms several strong baseline models on the BERTScore and diversity scores. Human evaluation also shows our model can generate document paraphrase with more diversity and semantic preservation.

📄 PDF Abstract BibTeX arXiv:2109.07095

Code (1)

l-zhe/corpg 공식 구현 pytorch

Tasks

DiversityParaphrase GenerationSentenceSentence ReWriting

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Dictionary-Guided Editing Networks for Paraphrase Generation

2018-06-21 · Shaohan Huang, Yu Wu, Furu Wei, Ming Zhou

An intuitive way for a human to write paraphrase sentences is to replace words or phrases in the original sentence with their corresponding synonyms and make necessary changes to ensure the new sentences are fluent and g…

Paraphrase GenerationSentence

Rewriting Meaningful Sentences via Conditional BERT Sampling and an application on fooling text classifiers

2020-10-22 · Lei Xu, Ivan Ramirez, Kalyan Veeramachaneni

Most adversarial attack methods that are designed to deceive a text classifier change the text classifier's prediction by modifying a few words or characters. Few try to attack classifiers by rewriting a whole sentence, …

Adversarial AttackSemantic SimilaritySemantic Textual SimilaritySentence

ParaBank: Monolingual Bitext Generation and Sentential Paraphrasing via Lexically-constrained Neural Machine Translation

2019-01-11 · J. Edward Hu, Rachel Rudinger, Matt Post, Benjamin Van Durme

We present ParaBank, a large-scale English paraphrase dataset that surpasses prior work in both quantity and quality. Following the approach of ParaNMT, we train a Czech-English neural machine translation (NMT) system to…

DiversityMachine TranslationNMTSemantic Similarity+4

Multi-task Learning for Paraphrase Generation With Keyword and Part-of-Speech Reconstruction

2022-05-01 · Findings (ACL) 2022 5 · Xuhang Xie, Xuesong Lu, Bei Chen

Paraphrase generation using deep learning has been a research hotspot of natural language processing in the past few years. While previous studies tackle the problem from different aspects, the essence of paraphrase gene…

Multi-Task LearningParaphrase GenerationSentence

Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting

2018-05-28 · ACL 2018 7 · Yen-Chun Chen, Mohit Bansal

Inspired by how humans summarize long documents, we propose an accurate and fast summarization model that first selects salient sentences and then rewrites them abstractively (i.e., compresses and paraphrases) to generat…

Abstractive Text SummarizationDecoderSentenceSentence ReWriting+1