β This is a simplified 2D projection of word embeddings. In reality, embeddings have hundreds or thousands of dimensions.
How similar are these word pairs? 1.0 = identical, 0.0 = unrelated, negative = opposite
Word analogies work because embeddings capture relationships as directions in space.
"king" - "man" + "woman" = ? β The vector math actually gives "queen"!