2019

A Bilingual Generative Transformer for Semantic Sentence Embedding

Wieting, John, Neubig, Graham, Berg-Kirkpatrick, Taylor

Understand

Semantic sentence embedding models encode natural language sentences into vectors, such that closeness in embedding space indicates closeness in the semantics between the sentences.

  • Bilingual data offers a useful signal for learning such embeddings: properties shared by both sentences in a translation pair are likely semantic, while divergent properties are likely stylistic or language-specific.
  • We propose a deep latent variable model that attempts to perform source separation on parallel sentences, isolating what they have in common in a latent semantic vector, and explaining what is left over with language-specific latent vectors.
  • Our proposed approach differs from past work on semantic sentence encoding in two ways.

Reading the bibliography…