Word Embeddings
Definition
Word embeddings represent words or tokens as dense numerical vectors whose geometry captures statistical relationships learned from data.
What is a word embedding?
A word embedding is a dense numerical vector representing a word or token. Instead of assigning each word an unrelated symbolic ID, an embedding places words in a continuous vector space learned from usage patterns.
What the geometry can capture
Words used in similar contexts tend to acquire similar vectors. Methods such as Word2Vec, introduced by Tomas Mikolov and colleagues in 2013, made vector relationships famous because semantic and syntactic patterns could appear as directions in the space.
How embeddings evolved
Early systems often assigned one static vector per word. Transformer models create contextual embeddings, so the representation of a token can change depending on the surrounding text. Separate embedding models are also widely used for search and retrieval.
Related terms, defined
Reference guide and primary sources
Wikipedia is used here as a terminology and history reference guide. Current model versions, institutional statistics and product-specific claims are also linked to first-party or institutional sources because those details can change faster than encyclopedia articles.