Kubnal Bridge

Techniques & Methods

Word Embedding

Word embeddings map words into continuous vector spaces where semantically similar words are placed near each other. Word2Vec, GloVe, and FastText were early landmark embedding methods; modern contextual embeddings from transformer models have largely superseded them.

Embeddings are foundational to nearly all NLP systems, enabling models to work with meaning rather than arbitrary word IDs. They power semantic search, recommendation systems, and the retrieval component of RAG architectures.

Authority Links

Related Terms