What is: Contextual Word Vectors?
Source | Learned in Translation: Contextualized Word Vectors |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
CoVe, or Contextualized Word Vectors, uses a deep LSTM encoder from an attentional sequence-to-sequence model trained for machine translation to contextualize word vectors. word embeddings are therefore a function of the entire input sequence. These word embeddings can then be used in downstream tasks by concatenating them with embeddings:
and then feeding these in as features for the task-specific models.