English

Word Embeddings and Their Use In Sentence Classification Tasks

Machine Learning 2016-10-27 v1 Computation and Language

Abstract

This paper have two parts. In the first part we discuss word embeddings. We discuss the need for them, some of the methods to create them, and some of their interesting properties. We also compare them to image embeddings and see how word embedding and image embedding can be combined to perform different tasks. In the second part we implement a convolutional neural network trained on top of pre-trained word vectors. The network is used for several sentence-level classification tasks, and achieves state-of-art (or comparable) results, demonstrating the great power of pre-trainted word embeddings over random ones.

Keywords

Cite

@article{arxiv.1610.08229,
  title  = {Word Embeddings and Their Use In Sentence Classification Tasks},
  author = {Amit Mandelbaum and Adi Shalev},
  journal= {arXiv preprint arXiv:1610.08229},
  year   = {2016}
}

Comments

13 pages, 10 figures

R2 v1 2026-06-22T16:32:11.174Z