Computers can store the word queen, but they have never understood it. A string of characters has no meaning — it just takes up bytes. For decades, making machines reason about language meant writing rules by hand: a thesaurus here, a grammar table there, endless exceptions.
In 2013, a team at Google led by Tomas Mikolov published a paper that changed the game. They trained a shallow neural network on billions of words of raw text and — as a side effect — got something no one had deliberately designed: every word mapped to a point in a 300-dimensional space, and nearby points meant nearby meanings.
The result was called Word2Vec, and its signature trick became famous almost immediately:
Subtract the "man-ness" from the king vector, add "woman-ness", and the nearest point in the vocabulary is queen. Meaning had become geometry.
This is not magic. It is the distributional hypothesis — the linguistic idea that words appearing in similar contexts carry similar meanings. Word2Vec exploits that idea at industrial scale, turning raw co-occurrence statistics into a coordinate system for semantics.
Comments
Loading comments...