paper-with-me

Papers

Decomposable Neural Paraphrase Generation

2019-06-24 · ACL 2019 7 · Zichao Li, Xin Jiang, Lifeng Shang, Qun Liu

Paraphrasing exists at different granularity levels, such as lexical level, phrasal level and sentential level. This paper presents Decomposable Neural Paraphrase Generator (DNPG), a Transformer-based model that can learn and generate paraphrases of a sentence at different levels of granularity in a disentangled way. Specifically, the model is composed of multiple encoders and decoders with different structures, each of which corresponds to a specific granularity. The empirical study shows that the decomposition mechanism of DNPG makes paraphrase generation more interpretable and controllable. Based on DNPG, we further develop an unsupervised domain adaptation method for paraphrase generation. Experimental results show that the proposed model achieves competitive in-domain performance compared to the state-of-the-art neural models, and significantly better performance when adapting to a new domain.

📄 PDF Abstract BibTeX arXiv:1906.09741

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationParaphrase GenerationSentenceUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Neural Paraphrase Identification of Questions with Noisy Pretraining

2017-04-15 · WS 2017 9 · Gaurav Singh Tomar, Thyago Duque, Oscar Täckström, Jakob Uszkoreit 외

We present a solution to the problem of paraphrase identification of questions. We focus on a recent dataset of question pairs annotated with binary paraphrase labels and show that a variant of the decomposable attention…

Paraphrase Identification

Explaining Neural Network Predictions on Sentence Pairs via Learning Word-Group Masks

2021-04-09 · NAACL 2021 4 · Hanjie Chen, Song Feng, Jatin Ganhotra, Hui Wan 외

Explaining neural network models is important for increasing their trustworthiness in real-world applications. Most existing methods generate post-hoc explanations for neural network models by identifying individual feat…

Natural Language InferenceParaphrase IdentificationSentence

Pushing Paraphrase Away from Original Sentence: A Multi-Round Paraphrase Generation Approach

2021-09-04 · Findings (ACL) 2021 8 · Zhe Lin, Xiaojun Wan

In recent years, neural paraphrase generation based on Seq2Seq has achieved superior performance, however, the generated paraphrase still has the problem of lack of diversity. In this paper, we focus on improving the div…

DiversityParaphrase GenerationSentenceTranslation

Paraphrase Generation: A Survey of the State of the Art

2021-11-01 · EMNLP 2021 11 · Jianing Zhou, Suma Bhat

This paper focuses on paraphrase generation,which is a widely studied natural language generation task in NLP. With the development of neural models, paraphrase generation research has exhibited a gradual shift to neural…

Paraphrase GenerationSurveyText Generation

Improving Large-scale Paraphrase Acquisition and Generation

2022-10-06 · Yao Dou, Chao Jiang, Wei Xu

This paper addresses the quality issues in existing Twitter-based paraphrase datasets, and discusses the necessity of using two separate definitions of paraphrase for identification and generation tasks. We present a new…

Language ModelingLanguage ModellingParaphrase GenerationParaphrase Identification+1