Glossary term
Glossary term
Agentic Systems
An embedding that comes close to "understanding" words and phrases in ways that fluent human speakers can. Contextualized language embeddings can understand complex syntax, semantics, and context.
For example, consider embeddings of the English word cow. Older embeddings such as word2vec can represent English words such that the distance in the embedding space from cow to bull is similar to the distance from ewe (female sheep) to ram (male sheep) or from female to male. Contextualized language embeddings can go a step further by recognizing that English speakers sometimes casually use the word cow to mean either cow or bull.
For example, consider embeddings of the English word cow. Older embeddings such as word2vec can represent English words such that the distance in the embedding space from cow to bull is similar to the distance from ewe (female sheep) to ram (male sheep) or from female to male. Contextualized language embeddings can go a step further by recognizing that English speakers sometimes casually use the word cow to mean either cow or bull.
Created for this library
A bank uses contextualized language embeddings to handle the multiple meanings of the word bank across different customer messages.
A search team uses contextualized language embeddings so that polysemous query terms are resolved by surrounding context before matching documents.
A medical NLP team uses contextualized language embeddings on clinical notes because the meaning of a drug abbreviation depends on surrounding tokens.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License