Learn Before
Definition
Context-Independent Representation
A context-independent representation of a token is formally defined as a function that takes only as its input, completely ignoring the surrounding text. Consequently, models such as word2vec and GloVe assign a single, fixed pretrained vector to a word regardless of the context in which it appears. This approach has notable limitations when dealing with polysemy and complex semantics; for example, the word "crane" has entirely different meanings in the phrases "a crane is flying" and "a crane driver came", yet a context-independent model assigns the exact same mathematical representation to both instances.
0
1
Updated 2026-05-26
Tags
D2L
Dive into Deep Learning @ D2L