English

Compressing Word Embeddings Using Syllables

Computation and Language 2022-01-14 v1 Artificial Intelligence

Abstract

This work examines the possibility of using syllable embeddings, instead of the often used nn-gram embeddings, as subword embeddings. We investigate this for two languages: English and Dutch. To this end, we also translated two standard English word embedding evaluation datasets, WordSim353 and SemEval-2017, to Dutch. Furthermore, we provide the research community with data sets of syllabic decompositions for both languages. We compare our approach to full word and nn-gram embeddings. Compared to full word embeddings, we obtain English models that are 20 to 30 times smaller while retaining 80% of the performance. For Dutch, models are 15 times smaller for 70% performance retention. Although less accurate than the nn-gram baseline we used, our models can be trained in a matter of minutes, as opposed to hours for the nn-gram approach. We identify a path toward upgrading performance in future work. All code is made publicly available, as well as our collected English and Dutch syllabic decompositions and Dutch evaluation set translations.

Keywords

Cite

@article{arxiv.2201.04913,
  title  = {Compressing Word Embeddings Using Syllables},
  author = {Laurent Mertens and Joost Vennekens},
  journal= {arXiv preprint arXiv:2201.04913},
  year   = {2022}
}

Comments

19 pages 3 figures 11 tables

R2 v1 2026-06-24T08:48:48.852Z