Embedding
A numerical vector representation of text or other data in a high-dimensional space, where similar items are placed close together.
An embedding is a dense vector of numbers (typically hundreds to thousands of dimensions) that represents a piece of data in a continuous space. The key property of a good embedding space is that semantically similar items are located close together: the embeddings for 'dog' and 'puppy' will be nearby, while 'dog' and 'interest rate' will be far apart.
Embeddings are learned during model training. In a language model, the embedding layer maps each token in the vocabulary to a vector. As the model trains, these vectors are adjusted so that tokens that appear in similar contexts end up with similar embeddings. This geometry captures semantic and syntactic relationships: embeddings encode analogies (king is to queen as man is to woman), subcategory relationships, and topical clusters.
Embeddings are used extensively in retrieval augmented generation (RAG), where documents are indexed by their embeddings and retrieved by computing similarity between the query embedding and document embeddings. This enables semantic search, finding documents that are conceptually relevant even if they do not share keywords with the query.
Beyond token embeddings, sentence embeddings and document embeddings (computed by aggregating token embeddings or using a specialized encoder) allow the similarity of longer texts to be compared. These are used in clustering, classification, de-duplication, and recommendation systems.
For AI evaluation platforms, embeddings power the job matching and profile recommendation features that surface relevant opportunities. Your stated skills and experience are embedded and matched against job requirement embeddings to identify the roles best aligned with your profile.
What this means for trainers
Embedding-based semantic search is how AI training platforms match your profile to available tasks and how job boards like aitrainer.work surface the most relevant roles for your background. The quality of your profile description affects how well the embedding captures your actual capabilities.
Related terms
Related guides
Put this into practice
Browse open AI training roles from Alignerr, Mercor, Outlier, and more.
Browse AI training jobs