Reusing Weights in Subword-aware Neural Language Models
2018-02-23NAACL 2018Code Available0· sign in to hype
Zhenisbek Assylbekov, Rustem Takhanov
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/zh3nis/morph-sumOfficialIn papertf★ 0
Abstract
We propose several ways of reusing subword embeddings and other weights in subword-aware neural language models. The proposed techniques do not benefit a competitive character-aware model, but some of them improve the performance of syllable- and morpheme-aware models while showing significant reductions in model sizes. We discover a simple hands-on principle: in a multi-layer input embedding model, layers should be tied consecutively bottom-up if reused at output. Our best morpheme-aware model with properly reused weights beats the competitive word-level model by a large margin across multiple languages and has 20%-87% fewer parameters.