ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1.4k
Citations
178
Influential Citations
Transactions of the Association for Computational Linguistics
Venue
2015
Year
Recent trends suggest that neural-network-inspired word embedding models outperform traditional count-based distributional models on word similarity and analogy detection tasks. We reveal that much of the performance gains of word embeddings are due to certain system design choices and hyperparameter optimizations, rather than the embedding algorithms themselves. Furthermore, we show that these modifications can be transferred to traditional distributional models, yielding similar gains. In contrast to prior reports, we observe mostly local or insignificant performance differences between the methods, with no global advantage to any single approach over the others.
This paper is a landmark in NLP that demystifies the perceived superiority of neural word embeddings over traditional count-based models. At a time when word2vec and GloVe were dominating benchmarks, Levy et al. systematically showed that much of the advantage came from engineering choices—like subsampling, context window shaping, and hyperparameter tuning—rather than the underlying algorithm. This insight is crucial for practitioners: it means that careful tuning of traditional methods can yield competitive performance, and that the field's shift to embeddings was partly driven by these hidden factors.
The paper also promotes a more rigorous evaluation culture in NLP, emphasizing the need for controlled comparisons. By transferring the 'lessons' from embeddings to count-based models, the authors demonstrate that the two families are not fundamentally different but lie on a continuum of design choices. This has encouraged researchers to explore hybrid approaches and to focus on what truly matters for representation quality.
The paper's key technical contributions include:
On word similarity and analogy tasks, the authors found that after applying the transferred design choices, count-based models (like PPMI with SVD) achieved performance statistically indistinguishable from word2vec and GloVe. For example, on the WordSim353 similarity task, the best count-based model scored comparably to the best embedding model, with differences often within a few points. On analogy tasks, the gap was similarly small. The paper reports that no single method consistently outperformed others across all tasks and hyperparameter settings, contradicting earlier claims of global superiority.
The paper has had a lasting impact on NLP research and practice. It shifted the focus from algorithm choice to hyperparameter tuning and data preprocessing, leading to more robust and reproducible models. It also inspired a wave of research into understanding why certain design choices work, and how to unify count-based and predictive models. For practitioners, it provides a practical guide: before switching to a new model, tune the existing one properly. The findings have been cited over 1400 times, reflecting their influence on subsequent work in representation learning and evaluation methodology.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba