How do contextualized embeddings from ELMo differ fundamentally from word2vec embeddings?
-
A
ELMo produces a different vector for the same word depending on its sentence context using a biLSTM
-
B
ELMo uses larger fixed vectors trained on a bigger corpus
-
C
ELMo replaces the embedding lookup with a character CNN only
-
D
ELMo applies dot-product attention instead of a context window