Kubnal Bridge

Model Components

Contextual Embeddings

Contextual embeddings produce different vector representations for the same word depending on its context—"bank" near "river" and "bank" near "finance" get different vectors. ELMo (2018) introduced contextual embeddings; transformer models like BERT made them standard.

Contextual embeddings dramatically outperform static embeddings (Word2Vec, GloVe) on disambiguation-dependent tasks. Sentence transformers extend this to full sentence-level contextual embeddings optimized for semantic similarity tasks.

Authority Links

Related Terms