Skip to main content
QUICK REVIEW

[論文レビュー] Paraphrase Generation with Latent Bag of Words

Yao Fu, Yansong Feng|arXiv (Cornell University)|Jan 7, 2020
Topic Modeling被引用数 35
ひとこと要約

The paper introduces a latent bag-of-words (BOW) model grounded to target sentences to guide differentiable paraphrase generation, enabling interpretable content planning and improved generation performance.

ABSTRACT

Paraphrase generation is a longstanding important problem in natural language processing. In addition, recent progress in deep generative models has shown promising results on discrete latent variables for text generation. Inspired by variational autoencoders with discrete latent structures, in this work, we propose a latent bag of words (BOW) model for paraphrase generation. We ground the semantics of a discrete latent variable by the BOW from the target sentences. We use this latent variable to build a fully differentiable content planning and surface realization model. Specifically, we use source words to predict their neighbors and model the target BOW with a mixture of softmax. We use Gumbel top-k reparameterization to perform differentiable subset sampling from the predicted BOW distribution. We retrieve the sampled word embeddings and use them to augment the decoder and guide its generation search space. Our latent BOW model not only enhances the decoder, but also exhibits clear interpretability. We show the model interpretability with regard to \emph{(i)} unsupervised learning of word neighbors \emph{(ii)} the step-by-step generation procedure. Extensive experiments demonstrate the transparent and effective generation process of this model.\footnote{Our code can be found at \url{https://github.com/FranxYao/dgm_latent_bow}}

研究の動機と目的

  • Ground the latent variable to explicit lexical semantics using the target sentence BOW.
  • Build a differentiable content planning and surface realization pipeline for paraphrase generation.
  • Learn word neighbors unsupervised and demonstrate interpretability through step-by-step generation.

提案手法

  • Model a hierarchical discrete latent variable z as a bag of words from the target sentences.
  • Predict neighbor words for each source word and form a mixed neighbor BOW via a mixture of softmax.
  • Sample a k-hot BOW z from p(tilde z|x) using differentiable Gumbel top-k reparameterization.
  • Augment the decoder with sampled word embeddings to steer generation.
  • Train with a joint loss combining sequence-to-sequence likelihood and BOW guidance.
  • Leverage a mixture of softmax to capture multimodal BOW distributions.

実験結果

リサーチクエスチョン

  • RQ1Can grounding a latent discrete variable to the target BOW improve paraphrase generation while remaining end-to-end differentiable?
  • RQ2Does differentiable subset sampling via Gumbel top-k enable effective planning and realization in paraphrase generation?
  • RQ3To what extent does latent BOW prediction influence decoding and generation quality?

主な発見

  • LBOW models (Topk and Gumbel) achieve higher BLEU/ROUGE than standard seq2seq baselines on Quora and MSCOCO.
  • Gumbel-top-k provides differentiable sampling of the BOW, enabling end-to-end training.
  • BOW-guided decoding significantly constrains the search space and improves generation quality.
  • The model learns word neighbors and lexical SEMANTIC relations in an unsupervised manner.
  • A cheating BOW upper bound confirms the importance of accurate BOW prediction for strong performance.

より良い研究を、今すぐ始めましょう

論文の読解から最終レビューまで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。