English

Sketching Word Vectors Through Hashing

Computation and Language 2018-08-31 v2

Abstract

We propose a new fast word embedding technique using hash functions. The method is a derandomization of a new type of random projections: By disregarding the classic constraint used in designing random projections (i.e., preserving pairwise distances in a particular normed space), our solution exploits extremely sparse non-negative random projections. Our experiments show that the proposed method can achieve competitive results, comparable to neural embedding learning techniques, however, with only a fraction of the computational complexity of these methods. While the proposed derandomization enhances the computational and space complexity of our method, the possibility of applying weighting methods such as positive pointwise mutual information (PPMI) to our models after their construction (and at a reduced dimensionality) imparts a high discriminatory power to the resulting embeddings. Obviously, this method comes with other known benefits of random projection-based techniques such as ease of update.

Keywords

Cite

@article{arxiv.1705.04253,
  title  = {Sketching Word Vectors Through Hashing},
  author = {Behrang QasemiZadeh and Laura Kallmeyer},
  journal= {arXiv preprint arXiv:1705.04253},
  year   = {2018}
}

Comments

Results regarding the neural network are updated/ part-of-speech tagging is replaced by short text classification

R2 v1 2026-06-22T19:44:19.394Z