nlp-three-paradigms-timeline
IN premise — entries/2026/06/21/wiki-Natural_language_processing-chunk-1.md
Created 2026-06-21T09:50:10+00:00
NLP has evolved through three major paradigms: symbolic/rule-based (1950s–early 1990s), statistical/ML (1990s–2010s), and neural/deep learning (2015–present)
Summary
Natural language processing didn't develop in one smooth arc; it went through three distinct eras where the core strategy for handling language shifted completely, from hand-written rules, to learning patterns from data, to deep neural networks. This framing matters because it means most older tools, assumptions, and performance expectations were built for a fundamentally different way of tackling language, so comparing techniques across eras or assuming a tool still fits the current paradigm often leads to wrong conclusions about what's actually possible.
Dependents
These beliefs depend on this one:
- IN nlp-evolution-driven-by-three-resisted-paradigm-shifts — NLP's evolution toward modern LLMs involved three major paradigm shifts — from symbolic/rule-based to statistical methods (1990s), from statistical to neural/deep learning (achieving dominance by roughly 2015), and the emergence of attention/transformer architectures. The deep learning paradigm shift faced initial skepticism, as seen at Socher's ACL 2012 tutorial, before becoming dominant by 2015. Chomsky's theoretical focus on corner cases and the 'poverty of the stimulus' argument actively discouraged the data-driven approaches that later proved successful.