DNPG is a multi-component Transformer model that disentangles paraphrase generation across granularity levels and supports unsupervised domain adaptation, claiming competitive in-domain and superior cross-domain performance.
Neural Paraphrase Generation with Stacked Residual LSTM Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In this paper, we propose a novel neural approach for paraphrase generation. Conventional para- phrase generation methods either leverage hand-written rules and thesauri-based alignments, or use statistical machine learning principles. To the best of our knowledge, this work is the first to explore deep learning models for paraphrase generation. Our primary contribution is a stacked residual LSTM network, where we add residual connections between LSTM layers. This allows for efficient training of deep LSTMs. We evaluate our model and other state-of-the-art deep learning models on three different datasets: PPDB, WikiAnswers and MSCOCO. Evaluation results demonstrate that our model outperforms sequence to sequence, attention-based and bi- directional LSTM models on BLEU, METEOR, TER and an embedding-based sentence similarity metric.
fields
cs.CL 1years
2019 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
Decomposable Neural Paraphrase Generation
DNPG is a multi-component Transformer model that disentangles paraphrase generation across granularity levels and supports unsupervised domain adaptation, claiming competitive in-domain and superior cross-domain performance.