Rendered Source Note

Efficient Estimation of Word Representations in Vector Space (word2vec)

Generated HTML view. Markdown remains canonical.

Efficient Estimation of Word Representations in Vector Space (word2vec)

Type: paper Tier: 2 (Foundational Paper) Author(s): Tomas Mikolov, Kai Chen, Greg Corrado, Jeffrey Dean (Google) Date: 2013 (submitted 2013-01-16) URL: https://arxiv.org/abs/1301.3781 Accessed: 2026-06-01

Why This Source Matters

This is the foundational paper for dense word embeddings — the idea that a word's meaning can be encoded as a point in a continuous vector space, and that distance and direction in that space carry semantic meaning. It is the conceptual root of every embedding the learner will generate in Project 02 (and every semantic search system in Projects 03–04). It establishes the single most important intuition of the project: meaning becomes geometry.

Key Claims

Continuous vector representations of words

Meaning as geometry / vector arithmetic

Relevant To

Notes