paper-with-me

Papers

Negative Lexically Constrained Decoding for Paraphrase Generation

2019-07-01 · ACL 2019 7 · Tomoyuki Kajiwara

Paraphrase generation can be regarded as monolingual translation. Unlike bilingual machine translation, paraphrase generation rewrites only a limited portion of an input sentence. Hence, previous methods based on machine translation often perform conservatively to fail to make necessary rewrites. To solve this problem, we propose a neural model for paraphrase generation that first identifies words in the source sentence that should be paraphrased. Then, these words are paraphrased by the negative lexically constrained decoding that avoids outputting these words as they are. Experiments on text simplification and formality transfer show that our model improves the quality of paraphrasing by making necessary rewrites to an input sentence.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationParaphrase GenerationSentenceText SimplificationTranslation

Similar Papers 제목 키워드 기반

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

Improved Lexically Constrained Decoding for Translation and Monolingual Rewriting

2019-06-01 · NAACL 2019 6 · J. Edward Hu, Huda Khayrallah, Ryan Culkin, Patrick Xia 외

Lexically-constrained sequence decoding allows for explicit positive or negative phrase-based constraints to be placed on target output strings in generation tasks such as machine translation or monolingual text rewritin…

Data AugmentationMachine TranslationNatural Language InferenceQuestion Answering+1

Gradient-guided Unsupervised Lexically Constrained Text Generation

2020-11-01 · EMNLP 2020 11 · Lei Sha

Lexically constrained generation requires the target sentence to satisfy some lexical constraints, such as containing some specific words or being the paraphrase to a given sentence, which is very important in many real-…

Paraphrase GenerationSentenceText Generation

AutoTemplate: A Simple Recipe for Lexically Constrained Text Generation

2022-11-15 · Hayate Iso

Lexically constrained text generation is one of the constrained text generation tasks, which aims to generate text that covers all the given constraint lexicons. While the existing approaches tackle this problem using a …

SentenceText Generation

Label Dependent Deep Variational Paraphrase Generation

2019-11-27 · Siamak Shakeri, Abhinav Sethy

Generating paraphrases that are lexically similar but semantically different is a challenging task. Paraphrases of this form can be used to augment data sets for various NLP tasks such as machine reading comprehension an…

Machine Reading ComprehensionParaphrase GenerationQuestion AnsweringReading Comprehension