English

Siamese CBOW: Optimizing Word Embeddings for Sentence Representations

Computation and Language 2016-06-16 v1

Abstract

We present the Siamese Continuous Bag of Words (Siamese CBOW) model, a neural network for efficient estimation of high-quality sentence embeddings. Averaging the embeddings of words in a sentence has proven to be a surprisingly successful and efficient way of obtaining sentence embeddings. However, word embeddings trained with the methods currently available are not optimized for the task of sentence representation, and, thus, likely to be suboptimal. Siamese CBOW handles this problem by training word embeddings directly for the purpose of being averaged. The underlying neural network learns word embeddings by predicting, from a sentence representation, its surrounding sentences. We show the robustness of the Siamese CBOW model by evaluating it on 20 datasets stemming from a wide variety of sources.

Keywords

Cite

@article{arxiv.1606.04640,
  title  = {Siamese CBOW: Optimizing Word Embeddings for Sentence Representations},
  author = {Tom Kenter and Alexey Borisov and Maarten de Rijke},
  journal= {arXiv preprint arXiv:1606.04640},
  year   = {2016}
}

Comments

Accepted as full paper at ACL 2016, Berlin. 11 pages

R2 v1 2026-06-22T14:25:39.798Z