The famous result from word2vec (Mikolov et al., 2013) is the cleanest existence proof that embeddings encode structured meaning rather than random codes. The vector for "king" minus "man" plus "woman" is closest, in the trained embedding space, to the vector for "queen."
The intuition: certain directions in the embedding space correspond to consistent semantic relationships. Subtracting "man" from "king" isolates a vector that encodes royalty + masculinity. Adding "woman" replaces the masculinity component with femininity. The result lands near "queen."
Other classic examples: Paris − France + Italy ≈ Rome; walking − walk + swim ≈ swimming; good − bad + evil ≈ malevolent. These are not perfect; they hold approximately for a subset of relationships, and modern Transformer embeddings (which include all of context, not just the lookup) capture much richer structure than simple word-level analogies suggest.