Obtaining Better Static Word Embeddings Using Contextual Embedding Models | Awesome LLM Papers

Obtaining Better Static Word Embeddings Using Contextual Embedding Models

Prakhar Gupta, Martin Jaggi · Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers) · 2021

The advent of contextual word embeddings – representations of words which incorporate semantic and syntactic information from their context – has led to tremendous improvements on a wide variety of NLP tasks. However, recent contextual models have prohibitively high computational cost in many use-cases and are often hard to interpret. In this work, we demonstrate that our proposed distillation method, which is a simple extension of CBOW-based training, allows to significantly improve computational efficiency of NLP applications, while outperforming the quality of existing static embeddings trained from scratch as well as those distilled from previously proposed methods. As a side-effect, our approach also allows a fair comparison of both contextual and static embeddings via standard lexical evaluation tasks.

Similar Work
Loading…