# Noam Chomsky
![[50 Resources/51 Attachments/51.03 Public/2026-02-10 Noam Chomsky.jpg|400]]
Noam Chomsky (born 1928) is an American linguist, philosopher, and cognitive scientist who revolutionized the study of language with his theory of generative grammar. His 1957 book *Syntactic Structures* argued that the capacity for language is innate; that humans are born with a "universal grammar" hardwired into the brain. This challenged the behaviorist view that language is learned purely through conditioning and helped launch the cognitive revolution in psychology.
Beyond linguistics, Chomsky is known as one of the most cited living scholars and a prominent political activist critical of U.S. foreign policy and media. His linguistic work introduced the Chomsky hierarchy (a classification of formal grammars fundamental to computer science), demonstrated that natural language cannot be captured by simple finite-state machines, and proposed that deep syntactic structures underlie surface language. His ideas profoundly influenced [[Cognitive Psychology]], [[Artificial Intelligence (AI)]], and [[Natural Language Processing (NLP)]].
## Key Contributions
| Contribution | Description |
|--------------|-------------|
| **Generative grammar** | Rules that generate all grammatical sentences |
| **Universal grammar** | Innate capacity for language |
| **Chomsky hierarchy** | Classification of formal languages |
| **Deep/surface structure** | Underlying vs apparent sentence structure |
| **Poverty of stimulus** | Children learn more than input explains |
| **Language acquisition device** | Hypothesized innate language faculty |
## Chomsky Hierarchy
```
Type 0: Recursively enumerable (unrestricted)
↑
Type 1: Context-sensitive
↑
Type 2: Context-free ← Most programming languages
↑
Type 3: Regular ← Simple patterns (regex)
```
| Type | Grammar | Automaton | Example |
|------|---------|-----------|---------|
| 3 | Regular | Finite state | a*b* |
| 2 | Context-free | Pushdown | Balanced parentheses |
| 1 | Context-sensitive | Linear bounded | Natural language syntax |
| 0 | Unrestricted | Turing machine | Any computable language |
## Career Timeline
| Year | Event |
|------|-------|
| 1928 | Born in Philadelphia |
| 1955 | PhD from University of Pennsylvania |
| 1955 | Joined MIT faculty |
| 1957 | Published *Syntactic Structures* |
| 1959 | Review of Skinner's *Verbal Behavior* (landmark critique) |
| 1965 | *Aspects of the Theory of Syntax* |
| 1967 | "The Responsibility of Intellectuals" (political activism) |
| 1988 | *Manufacturing Consent* (with Edward Herman) |
| 2017 | Joined University of Arizona |
## Impact on Cognitive Science
| Domain | Influence |
|--------|-----------|
| **Psychology** | Cognitive revolution, against behaviorism |
| **Computer Science** | Formal language theory, compilers |
| **AI/NLP** | Syntactic parsing, language models |
| **Philosophy** | Nativist theory of mind |
| **Neuroscience** | Search for language-specific brain areas |
## Major Works
| Work | Year | Topic |
|------|------|-------|
| *Syntactic Structures* | 1957 | Generative grammar |
| *Aspects of the Theory of Syntax* | 1965 | Standard theory |
| *Cartesian Linguistics* | 1966 | History of linguistic ideas |
| *Language and Mind* | 1968 | Cognitive approach |
| *Manufacturing Consent* | 1988 | Media criticism |
| *The Minimalist Program* | 1995 | Simplified syntax theory |
## Quotes
<!-- QueryToSerialize: LIST FROM #type/quote AND [[Noam Chomsky]] WHERE public_note = true SORT file.name ASC -->
## Books
<!-- QueryToSerialize: LIST FROM #type/book AND [[Noam Chomsky]] WHERE public_note = true SORT file.name ASC -->
<!-- SerializedQuery: LIST FROM #type/book AND [[Noam Chomsky]] WHERE public_note = true SORT file.name ASC -->
- [[The Language Instinct]]
<!-- SerializedQuery END -->
## References
- https://en.wikipedia.org/wiki/Noam_Chomsky
- https://chomsky.info
## Related
- [[Linguistics]]
- [[Cognitive Psychology]]
- [[Natural Language Processing (NLP)]]
- [[Formal Languages]]
- [[Cognitive Science]]
- [[Artificial Intelligence (AI)]]
- [[George Miller]]
- [[Universal Grammar]]