English

Query and Output: Generating Words by Querying Distributed Word Representations for Paraphrase Generation

Computation and Language 2018-04-02 v3 Machine Learning

Abstract

Most recent approaches use the sequence-to-sequence model for paraphrase generation. The existing sequence-to-sequence model tends to memorize the words and the patterns in the training dataset instead of learning the meaning of the words. Therefore, the generated sentences are often grammatically correct but semantically improper. In this work, we introduce a novel model based on the encoder-decoder framework, called Word Embedding Attention Network (WEAN). Our proposed model generates the words by querying distributed word representations (i.e. neural word embeddings), hoping to capturing the meaning of the according words. Following previous work, we evaluate our model on two paraphrase-oriented tasks, namely text simplification and short text abstractive summarization. Experimental results show that our model outperforms the sequence-to-sequence baseline by the BLEU score of 6.3 and 5.5 on two English text simplification datasets, and the ROUGE-2 F1 score of 5.7 on a Chinese summarization dataset. Moreover, our model achieves state-of-the-art performances on these three benchmark datasets.

Keywords

Cite

@article{arxiv.1803.01465,
  title  = {Query and Output: Generating Words by Querying Distributed Word Representations for Paraphrase Generation},
  author = {Shuming Ma and Xu Sun and Wei Li and Sujian Li and Wenjie Li and Xuancheng Ren},
  journal= {arXiv preprint arXiv:1803.01465},
  year   = {2018}
}

Comments

arXiv admin note: text overlap with arXiv:1710.02318

R2 v1 2026-06-23T00:41:49.387Z