Transactions of the Association for Computational Linguistics (Nov 2019)

Efficient Contextual Representation Learning With Continuous Outputs

  • Li, Liunian Harold,
  • Chen, Patrick H.,
  • Hsieh, Cho-Jui,
  • Chang, Kai-Wei

DOI
https://doi.org/10.1162/tacl_a_00289
Journal volume & issue
Vol. 7
pp. 611 – 624

Abstract

Read online

Contextual representation models have achieved great success in improving various downstream natural language processing tasks. However, these language-model-based encoders are difficult to train due to their large parameter size and high computational complexity. By carefully examining the training procedure, we observe that the softmax layer, which predicts a distribution of the target word, often induces significant overhead, especially when the vocabulary size is large. Therefore, we revisit the design of the output layer and consider directly predicting the pre-trained embedding of the target word for a given context. When applied to ELMo, the proposed approach achieves a 4-fold speedup and eliminates 80% trainable parameters while achieving competitive performance on downstream tasks. Further analysis shows that the approach maintains the speed advantage under various settings, even when the sentence encoder is scaled up.