Word Embeddings Workbench
Explore vector arithmetic, semantic relationships, and bias in word embeddings.
Word Vector Arithmetic
Enter words to explore semantic relationships through vector operations. E.g., King − Man + Woman ≈ Queen
How It Works
Vector Representation
Each word is mapped to a high-dimensional vector that captures its semantic meaning.
Arithmetic Operations
Subtracting and adding vectors reveals semantic relationships (e.g., royalty, gender).
Nearest Neighbor Search
We find words whose vectors are closest (by cosine similarity) to the result vector.