Compressing Word Embeddings Using Syllables
Laurent Mertens, Joost Vennekens

TL;DR
This paper explores using syllable embeddings as a compact alternative to n-gram embeddings for word representations in English and Dutch, achieving significant size reduction with competitive performance and faster training times.
Contribution
It introduces syllable embeddings for word representation, provides datasets and translations, and compares their effectiveness to n-gram embeddings across two languages.
Findings
English models 20-30x smaller retaining 80% performance
Dutch models 15x smaller retaining 70% performance
Faster training times compared to n-gram models
Abstract
This work examines the possibility of using syllable embeddings, instead of the often used -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 -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 -gram baseline we used, our models can be trained in a matter of minutes, as opposed to hours for the -gram approach. We identify a path toward upgrading performance in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
