SlideShare a Scribd company logo
1 of 36
Download to read offline
Paper Presentation
A Pendulum Swung Too Far (2011) by
Kenneth Church
Sagar Ahire [133050073]
Roadmap
● Introduction
● History of NLP
● Objections to Empiricism
○ Chomsky
○ Minsky
○ Pierce

● Reasons for the Problem and Solutions
Roadmap: We Are Here
● Introduction
● History of NLP
● Objections to Empiricism
○ Chomsky
○ Minsky
○ Pierce

● Reasons for the Problem and Solutions
Introduction
● The paper deals with the oscillation between
the predominance of theory-driven
approaches vs data-driven approaches in
the history of NLP and its reasons.
● Specifically, it predicts a surge in rationalism
in the 2010s and explains why and how
researchers need to be prepared for it.
Rationalism vs. Empiricism
Rationalism

Empiricism

1. Emphasizes on theory
2. Assumes an “innate
language faculty”
3. Aims at discovering the
language of the human
mind (linguistic
competence)
4. Assigns categories to
language units
5. Major advocates:
Chomsky, Minsky

1. Emphasizes on data
2. Assumes all knowledge
gathered only via senses
3. Aims at analysing
language as it actually
occurs (linguistic
performance)
4. Assigns probabilities to
language units
5. Major advocates: Shannon,
Norvig
Rationalism vs. Empiricism
Rationalism

Empiricism

1. Emphasizes on theory
2. Assumes an “innate
language faculty”
3. Aims at discovering the
language of the human
mind (linguistic
competence)
4. Assigns categories to
language units
5. Major advocates:
Chomsky, Minsky

1. Emphasizes on data
2. Assumes all knowledge
gathered only via senses
3. Aims at analysing
language as it actually
occurs (linguistic
performance)
4. Assigns probabilities to
language units
5. Major advocates: Shannon,
Norvig
Rationalism vs. Empiricism
Rationalism

Empiricism

1. Emphasizes on theory
2. Assumes an “innate
language faculty”
3. Aims at discovering the
language of the human
mind (linguistic
competence)
4. Assigns categories to
language units
5. Major advocates:
Chomsky, Minsky

1. Emphasizes on data
2. Assumes all knowledge
gathered only via senses
3. Aims at analysing
language as it actually
occurs (linguistic
performance)
4. Assigns probabilities to
language units
5. Major advocates: Shannon,
Norvig
Rationalism vs. Empiricism
Rationalism

Empiricism

1. Emphasizes on theory
2. Assumes an “innate
language faculty”
3. Aims at discovering the
language of the human
mind (linguistic
competence)
4. Assigns categories to
language units
5. Major advocates:
Chomsky, Minsky

1. Emphasizes on data
2. Assumes all knowledge
gathered only via senses
3. Aims at analysing
language as it actually
occurs (linguistic
performance)
4. Assigns probabilities to
language units
5. Major advocates: Shannon,
Norvig
Rationalism vs. Empiricism
Rationalism

Empiricism

1. Emphasizes on theory
2. Assumes an “innate
language faculty”
3. Aims at discovering the
language of the human
mind (linguistic
competence)
4. Assigns categories to
language units
5. Major advocates:
Chomsky, Minsky

1. Emphasizes on data
2. Assumes all knowledge
gathered only via senses
3. Aims at analysing
language as it actually
occurs (linguistic
performance)
4. Assigns probabilities to
language units
5. Major advocates: Shannon,
Norvig
Roadmap: We Are Here
● Introduction
● History of NLP
● Objections to Empiricism
○ Chomsky
○ Minsky
○ Pierce

● Reasons for the Problem and Solutions
History of NLP
1950s: Empiricism
● Empiricism dominated across several fields
● Words were classified on the basis of their
co-occurrence with other words (“You shall
know a word by the company it keeps” Firth, 1957)
1970s: Rationalism
● Several authors such as Chomsky, Minsky,
etc criticized the Empirical approach
● Failure of the Empirical approach led to
funding cutbacks (“winters”)
○ 1966: Machine Translation Failure
○ 1970: The abandonment of connectionism
○ 1971-75: Speech Recognition Failure
1990s: Empiricism
● Large amounts of data became available
● Several specialized problems could be
solved by statistical frameworks, without
concentration on the general problems
2010s: Rationalism?
● Most of the low-hanging fruit has been
picked up
● But the original criticisms of the empirical
approach are still as valid
Roadmap: We Are Here
● Introduction
● History of NLP
● Objections to Empiricism
○ Chomsky
○ Minsky
○ Pierce

● Reasons for the Problem and Solutions
Objections to Empiricism
● Several common empirical frameworks were
opposed by rationalists in the 70s, including:
○
○
○
○

Linear Separators (Machine Learning)
Vector Space Model (Information Retrieval)
n-grams (Language Modeling)
HMMs (Speech Recognition)

● Many of these are mere approximations of
complex phenomena
Chomsky’s Objections
● n-gram Language Modeling
● Finite State Methods
Chomsky’s Objections:
n-gram Language Modeling
● Chomsky showed that n-grams cannot learn
long-distance dependencies (dependencies
spanning more than n words)
● For practical purposes ‘n’ needs to be a
small value (3 or 5)
● However, such small values fail to capture
several interesting facts
Chomsky’s Objections:
Finite State Methods
● Examples of Finite State Methods include
○ Hidden Markov Models (HMMs)
○ Conditional Random Fields (CRFs)

● Finite State Methods can capture
dependencies beyond n words
● However, they may require infinite memory
to process certain sentences
Chomsky’s Objections:
Center Embedded Grammars
● A center embedded grammar is of the form:
○ A -> x A y

● Chomsky proved that a center embedded
grammar will require infinite memory and
thus cannot be handled by finite state
methods
● Center embedding is common in English, for
example:
○ A man that a woman that a child that a bird that I
heard saw knows loves
Minsky’s Objection
● Linear Separators
Minsky’s Objections:
Perceptrons
● Minsky showed that perceptrons (and linear
separators in general) cannot learn functions
that are not linearly separable such as XOR.
Minsky’s Objections:
Perceptrons
● This has implications for several tasks
including:
○
○
○
○

Word Sense Disambiguation
Information Retrieval
Author Identification
Sentiment Analysis

● For instance, this is the reason why
sentiment analysis ignores loaded terms
Minsky’s Objections:
Sentiment Analysis
● Loaded terms can be either positive or
negative depending on whom it is addressed
to. This is an XOR dependency:
Loaded Term

Addressed to us

Sentiment

Positive

Y

Positive

Positive

N

Negative

Negative

Y

Negative

Negative

N

Positive
Pierce’s Objections
● Evaluation by Demos
● Pattern Matching
Pierce’s Objections:
Evaluation by Demos
● According to Pierce, evaluation of projects
should be based on scientific principles
rather than laboratory demos.
● Projects give good results in laboratory
conditions, but have much higher error rates
in real-world conditions.
Pierce’s Objections:
Pattern Matching
● Pierce stated that pattern matching is “artful
deception”, i.e. it is based on heuristics
rather than scientific theory.
● Examples:
○ The ELIZA effect
○ The Chinese Room argument
Pierce’s Objections:
Pattern Matching
● While pattern matching produces better
results in the short term, it does so only by
ignoring real scientific questions.
● While ambitious approaches may require
time to deliver, they are backed by hard
science.
Roadmap: We Are Here
● Introduction
● History of NLP
● Objections to Empiricism
○ Chomsky
○ Minsky
○ Pierce

● Reasons for the Problem and Solutions
Reason for the Oscillations:
Gaps in Teaching
● The “losing” side of the debate (currently
Rationalism) is never mentioned in
textbooks/courses
● Leads to “reinventing the wheel” by each
generation of NLP researchers
Reason for the Oscillations:
Gaps in Teaching
● Currently most courses concentrate on
Statistical methods, ignoring linguistic and
scientific questions
● This prepares students only for “low-hanging
fruit” but not the real scientific questions
Solution
● Introduce the following in NLP courses:
○
○
○
○
○
○

Syntax
Morphology
Phonology
Phonetics
Historical Linguistics
Language Universals

● Create parallels between computational
linguistics and formal linguistics
Solution
● Teach both sides of the rationalism vs.
empiricism debate
● Educate students about the challenges
ahead of the “low-hanging fruit”
Major References
● A Pendulum Swung Too Far by Kenneth
Church, 2001
Other References
●
●
●
●

Papers In Linguistics 1934-1951 by JR Firth, 1957
Syntactic Structures by Noam Chomsky, 1957
Whither Speech Recognition by John Pierce, 1969
ELIZA - A Computer Program for the Study of Natural
Language Communication between Man and Machine
by Joseph Weizenbaum, 1966
● Minds, Brains and Programs by John Searle, 1980

More Related Content

What's hot

Forth Class Applied Linguistics
Forth Class Applied LinguisticsForth Class Applied Linguistics
Forth Class Applied Linguisticsjesler
 
Chapter no. 4
Chapter no. 4Chapter no. 4
Chapter no. 4komal987
 
J clegg metacognition_an_ovwerview_of_its_uses_in_language-learning
J clegg metacognition_an_ovwerview_of_its_uses_in_language-learningJ clegg metacognition_an_ovwerview_of_its_uses_in_language-learning
J clegg metacognition_an_ovwerview_of_its_uses_in_language-learningHamizah Osman
 
Universal grammar
Universal grammarUniversal grammar
Universal grammarTamaraKun
 
Roger t bell
Roger t bellRoger t bell
Roger t bellnobedi12
 
teaching material
teaching materialteaching material
teaching materialkaty.ka
 
THEORY OF UNIVERSILISM-SLA
THEORY OF UNIVERSILISM-SLATHEORY OF UNIVERSILISM-SLA
THEORY OF UNIVERSILISM-SLASadiaBagri
 
A Study of Positive Transfer on Junior High Students in English Vocabulary L...
 A Study of Positive Transfer on Junior High Students in English Vocabulary L... A Study of Positive Transfer on Junior High Students in English Vocabulary L...
A Study of Positive Transfer on Junior High Students in English Vocabulary L...English Literature and Language Review ELLR
 

What's hot (11)

Language acquisition
Language acquisitionLanguage acquisition
Language acquisition
 
Forth Class Applied Linguistics
Forth Class Applied LinguisticsForth Class Applied Linguistics
Forth Class Applied Linguistics
 
Chapter no. 4
Chapter no. 4Chapter no. 4
Chapter no. 4
 
J clegg metacognition_an_ovwerview_of_its_uses_in_language-learning
J clegg metacognition_an_ovwerview_of_its_uses_in_language-learningJ clegg metacognition_an_ovwerview_of_its_uses_in_language-learning
J clegg metacognition_an_ovwerview_of_its_uses_in_language-learning
 
Universal grammar
Universal grammarUniversal grammar
Universal grammar
 
Roger t bell
Roger t bellRoger t bell
Roger t bell
 
teaching material
teaching materialteaching material
teaching material
 
Roger t bell
Roger t bellRoger t bell
Roger t bell
 
applied linguistics Chapter One
applied linguistics Chapter Oneapplied linguistics Chapter One
applied linguistics Chapter One
 
THEORY OF UNIVERSILISM-SLA
THEORY OF UNIVERSILISM-SLATHEORY OF UNIVERSILISM-SLA
THEORY OF UNIVERSILISM-SLA
 
A Study of Positive Transfer on Junior High Students in English Vocabulary L...
 A Study of Positive Transfer on Junior High Students in English Vocabulary L... A Study of Positive Transfer on Junior High Students in English Vocabulary L...
A Study of Positive Transfer on Junior High Students in English Vocabulary L...
 

Similar to Paper Presentation: A Pendulum Swung Too Far

Implictaure and pragmatics, historical background
Implictaure and pragmatics, historical backgroundImplictaure and pragmatics, historical background
Implictaure and pragmatics, historical backgroundGINAMARITZAPRIETOGUE
 
Course outline s1 pragmatics
Course outline s1 pragmaticsCourse outline s1 pragmatics
Course outline s1 pragmaticsSusilo Ma'ruf
 
Five generations of applied linguistics
Five generations of applied linguisticsFive generations of applied linguistics
Five generations of applied linguisticsedac4co
 
Communicative-discursive models and cognitive linguistics
Communicative-discursive models and cognitive linguisticsCommunicative-discursive models and cognitive linguistics
Communicative-discursive models and cognitive linguisticsalaidarindira0202
 
Linguistic environment
Linguistic environmentLinguistic environment
Linguistic environmentTony Kazanjian
 
Linguistics and language
Linguistics and languageLinguistics and language
Linguistics and languagetahajoon
 
Krashen's monitor model.pptx
Krashen's monitor model.pptxKrashen's monitor model.pptx
Krashen's monitor model.pptxMohdNatiqKhan
 
Lecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language TechnologyLecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language TechnologyMarina Santini
 
Definiendo el enfoque lfe
Definiendo el enfoque lfeDefiniendo el enfoque lfe
Definiendo el enfoque lfeNatalia Rojo
 
Sla and theory construction
Sla and theory constructionSla and theory construction
Sla and theory constructionGeoff Jordan
 
pragmatics-161219170717.pptxpragmatics-161219170717.pptx
pragmatics-161219170717.pptxpragmatics-161219170717.pptxpragmatics-161219170717.pptxpragmatics-161219170717.pptx
pragmatics-161219170717.pptxpragmatics-161219170717.pptxGINAMARITZAPRIETOGUE
 
Applied Linguistics.pptx
Applied Linguistics.pptxApplied Linguistics.pptx
Applied Linguistics.pptxBrhoomMansoor
 
Corpus Linguistics for Language Teaching and Learning
Corpus Linguistics for Language Teaching and LearningCorpus Linguistics for Language Teaching and Learning
Corpus Linguistics for Language Teaching and LearningMartin Wynne
 

Similar to Paper Presentation: A Pendulum Swung Too Far (20)

Implictaure and pragmatics, historical background
Implictaure and pragmatics, historical backgroundImplictaure and pragmatics, historical background
Implictaure and pragmatics, historical background
 
Course outline s1 pragmatics
Course outline s1 pragmaticsCourse outline s1 pragmatics
Course outline s1 pragmatics
 
Five generations of applied linguistics
Five generations of applied linguisticsFive generations of applied linguistics
Five generations of applied linguistics
 
Communicative-discursive models and cognitive linguistics
Communicative-discursive models and cognitive linguisticsCommunicative-discursive models and cognitive linguistics
Communicative-discursive models and cognitive linguistics
 
Xiaowei Zhou
Xiaowei ZhouXiaowei Zhou
Xiaowei Zhou
 
Linguistic environment
Linguistic environmentLinguistic environment
Linguistic environment
 
R3 Setting the Research Agenda for Teaching and Learning Chinese
R3 Setting the Research Agenda for Teaching and Learning Chinese  R3 Setting the Research Agenda for Teaching and Learning Chinese
R3 Setting the Research Agenda for Teaching and Learning Chinese
 
Linguistics and language
Linguistics and languageLinguistics and language
Linguistics and language
 
Krashen's monitor model.pptx
Krashen's monitor model.pptxKrashen's monitor model.pptx
Krashen's monitor model.pptx
 
Lecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language TechnologyLecture 1: Semantic Analysis in Language Technology
Lecture 1: Semantic Analysis in Language Technology
 
Definiendo el enfoque lfe
Definiendo el enfoque lfeDefiniendo el enfoque lfe
Definiendo el enfoque lfe
 
Mgt 201 business english
Mgt 201 business englishMgt 201 business english
Mgt 201 business english
 
Sla and theory construction
Sla and theory constructionSla and theory construction
Sla and theory construction
 
linguistics_material.pdf
linguistics_material.pdflinguistics_material.pdf
linguistics_material.pdf
 
Lec 1
Lec 1Lec 1
Lec 1
 
pragmatics-161219170717.pptxpragmatics-161219170717.pptx
pragmatics-161219170717.pptxpragmatics-161219170717.pptxpragmatics-161219170717.pptxpragmatics-161219170717.pptx
pragmatics-161219170717.pptxpragmatics-161219170717.pptx
 
Packard Liu Setting the Research Agenda
Packard Liu Setting the Research AgendaPackard Liu Setting the Research Agenda
Packard Liu Setting the Research Agenda
 
Applied Linguistics.pptx
Applied Linguistics.pptxApplied Linguistics.pptx
Applied Linguistics.pptx
 
Corpus Linguistics for Language Teaching and Learning
Corpus Linguistics for Language Teaching and LearningCorpus Linguistics for Language Teaching and Learning
Corpus Linguistics for Language Teaching and Learning
 
Pragmatics
PragmaticsPragmatics
Pragmatics
 

More from Sagar Ahire

MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]Sagar Ahire
 
Wordnet-Affect [IIT-Bombay]
Wordnet-Affect [IIT-Bombay]Wordnet-Affect [IIT-Bombay]
Wordnet-Affect [IIT-Bombay]Sagar Ahire
 
Sentiwordnet [IIT-Bombay]
Sentiwordnet [IIT-Bombay]Sentiwordnet [IIT-Bombay]
Sentiwordnet [IIT-Bombay]Sagar Ahire
 
Paper Presentation: HMM-based Alignment
Paper Presentation: HMM-based AlignmentPaper Presentation: HMM-based Alignment
Paper Presentation: HMM-based AlignmentSagar Ahire
 
NLP Asignment Final Presentation [IIT-Bombay]
NLP Asignment Final Presentation [IIT-Bombay]NLP Asignment Final Presentation [IIT-Bombay]
NLP Asignment Final Presentation [IIT-Bombay]Sagar Ahire
 
Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]
Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]
Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]Sagar Ahire
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment AnalysisSagar Ahire
 
Neuro-fuzzy systems
Neuro-fuzzy systemsNeuro-fuzzy systems
Neuro-fuzzy systemsSagar Ahire
 

More from Sagar Ahire (8)

MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]MTech Seminar Presentation [IIT-Bombay]
MTech Seminar Presentation [IIT-Bombay]
 
Wordnet-Affect [IIT-Bombay]
Wordnet-Affect [IIT-Bombay]Wordnet-Affect [IIT-Bombay]
Wordnet-Affect [IIT-Bombay]
 
Sentiwordnet [IIT-Bombay]
Sentiwordnet [IIT-Bombay]Sentiwordnet [IIT-Bombay]
Sentiwordnet [IIT-Bombay]
 
Paper Presentation: HMM-based Alignment
Paper Presentation: HMM-based AlignmentPaper Presentation: HMM-based Alignment
Paper Presentation: HMM-based Alignment
 
NLP Asignment Final Presentation [IIT-Bombay]
NLP Asignment Final Presentation [IIT-Bombay]NLP Asignment Final Presentation [IIT-Bombay]
NLP Asignment Final Presentation [IIT-Bombay]
 
Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]
Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]
Sarcasm & Thwarting in Sentiment Analysis [IIT-Bombay]
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 
Neuro-fuzzy systems
Neuro-fuzzy systemsNeuro-fuzzy systems
Neuro-fuzzy systems
 

Recently uploaded

History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Recently uploaded (20)

History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

Paper Presentation: A Pendulum Swung Too Far

  • 1. Paper Presentation A Pendulum Swung Too Far (2011) by Kenneth Church Sagar Ahire [133050073]
  • 2. Roadmap ● Introduction ● History of NLP ● Objections to Empiricism ○ Chomsky ○ Minsky ○ Pierce ● Reasons for the Problem and Solutions
  • 3. Roadmap: We Are Here ● Introduction ● History of NLP ● Objections to Empiricism ○ Chomsky ○ Minsky ○ Pierce ● Reasons for the Problem and Solutions
  • 4. Introduction ● The paper deals with the oscillation between the predominance of theory-driven approaches vs data-driven approaches in the history of NLP and its reasons. ● Specifically, it predicts a surge in rationalism in the 2010s and explains why and how researchers need to be prepared for it.
  • 5. Rationalism vs. Empiricism Rationalism Empiricism 1. Emphasizes on theory 2. Assumes an “innate language faculty” 3. Aims at discovering the language of the human mind (linguistic competence) 4. Assigns categories to language units 5. Major advocates: Chomsky, Minsky 1. Emphasizes on data 2. Assumes all knowledge gathered only via senses 3. Aims at analysing language as it actually occurs (linguistic performance) 4. Assigns probabilities to language units 5. Major advocates: Shannon, Norvig
  • 6. Rationalism vs. Empiricism Rationalism Empiricism 1. Emphasizes on theory 2. Assumes an “innate language faculty” 3. Aims at discovering the language of the human mind (linguistic competence) 4. Assigns categories to language units 5. Major advocates: Chomsky, Minsky 1. Emphasizes on data 2. Assumes all knowledge gathered only via senses 3. Aims at analysing language as it actually occurs (linguistic performance) 4. Assigns probabilities to language units 5. Major advocates: Shannon, Norvig
  • 7. Rationalism vs. Empiricism Rationalism Empiricism 1. Emphasizes on theory 2. Assumes an “innate language faculty” 3. Aims at discovering the language of the human mind (linguistic competence) 4. Assigns categories to language units 5. Major advocates: Chomsky, Minsky 1. Emphasizes on data 2. Assumes all knowledge gathered only via senses 3. Aims at analysing language as it actually occurs (linguistic performance) 4. Assigns probabilities to language units 5. Major advocates: Shannon, Norvig
  • 8. Rationalism vs. Empiricism Rationalism Empiricism 1. Emphasizes on theory 2. Assumes an “innate language faculty” 3. Aims at discovering the language of the human mind (linguistic competence) 4. Assigns categories to language units 5. Major advocates: Chomsky, Minsky 1. Emphasizes on data 2. Assumes all knowledge gathered only via senses 3. Aims at analysing language as it actually occurs (linguistic performance) 4. Assigns probabilities to language units 5. Major advocates: Shannon, Norvig
  • 9. Rationalism vs. Empiricism Rationalism Empiricism 1. Emphasizes on theory 2. Assumes an “innate language faculty” 3. Aims at discovering the language of the human mind (linguistic competence) 4. Assigns categories to language units 5. Major advocates: Chomsky, Minsky 1. Emphasizes on data 2. Assumes all knowledge gathered only via senses 3. Aims at analysing language as it actually occurs (linguistic performance) 4. Assigns probabilities to language units 5. Major advocates: Shannon, Norvig
  • 10. Roadmap: We Are Here ● Introduction ● History of NLP ● Objections to Empiricism ○ Chomsky ○ Minsky ○ Pierce ● Reasons for the Problem and Solutions
  • 12. 1950s: Empiricism ● Empiricism dominated across several fields ● Words were classified on the basis of their co-occurrence with other words (“You shall know a word by the company it keeps” Firth, 1957)
  • 13. 1970s: Rationalism ● Several authors such as Chomsky, Minsky, etc criticized the Empirical approach ● Failure of the Empirical approach led to funding cutbacks (“winters”) ○ 1966: Machine Translation Failure ○ 1970: The abandonment of connectionism ○ 1971-75: Speech Recognition Failure
  • 14. 1990s: Empiricism ● Large amounts of data became available ● Several specialized problems could be solved by statistical frameworks, without concentration on the general problems
  • 15. 2010s: Rationalism? ● Most of the low-hanging fruit has been picked up ● But the original criticisms of the empirical approach are still as valid
  • 16. Roadmap: We Are Here ● Introduction ● History of NLP ● Objections to Empiricism ○ Chomsky ○ Minsky ○ Pierce ● Reasons for the Problem and Solutions
  • 17. Objections to Empiricism ● Several common empirical frameworks were opposed by rationalists in the 70s, including: ○ ○ ○ ○ Linear Separators (Machine Learning) Vector Space Model (Information Retrieval) n-grams (Language Modeling) HMMs (Speech Recognition) ● Many of these are mere approximations of complex phenomena
  • 18. Chomsky’s Objections ● n-gram Language Modeling ● Finite State Methods
  • 19. Chomsky’s Objections: n-gram Language Modeling ● Chomsky showed that n-grams cannot learn long-distance dependencies (dependencies spanning more than n words) ● For practical purposes ‘n’ needs to be a small value (3 or 5) ● However, such small values fail to capture several interesting facts
  • 20. Chomsky’s Objections: Finite State Methods ● Examples of Finite State Methods include ○ Hidden Markov Models (HMMs) ○ Conditional Random Fields (CRFs) ● Finite State Methods can capture dependencies beyond n words ● However, they may require infinite memory to process certain sentences
  • 21. Chomsky’s Objections: Center Embedded Grammars ● A center embedded grammar is of the form: ○ A -> x A y ● Chomsky proved that a center embedded grammar will require infinite memory and thus cannot be handled by finite state methods ● Center embedding is common in English, for example: ○ A man that a woman that a child that a bird that I heard saw knows loves
  • 23. Minsky’s Objections: Perceptrons ● Minsky showed that perceptrons (and linear separators in general) cannot learn functions that are not linearly separable such as XOR.
  • 24. Minsky’s Objections: Perceptrons ● This has implications for several tasks including: ○ ○ ○ ○ Word Sense Disambiguation Information Retrieval Author Identification Sentiment Analysis ● For instance, this is the reason why sentiment analysis ignores loaded terms
  • 25. Minsky’s Objections: Sentiment Analysis ● Loaded terms can be either positive or negative depending on whom it is addressed to. This is an XOR dependency: Loaded Term Addressed to us Sentiment Positive Y Positive Positive N Negative Negative Y Negative Negative N Positive
  • 26. Pierce’s Objections ● Evaluation by Demos ● Pattern Matching
  • 27. Pierce’s Objections: Evaluation by Demos ● According to Pierce, evaluation of projects should be based on scientific principles rather than laboratory demos. ● Projects give good results in laboratory conditions, but have much higher error rates in real-world conditions.
  • 28. Pierce’s Objections: Pattern Matching ● Pierce stated that pattern matching is “artful deception”, i.e. it is based on heuristics rather than scientific theory. ● Examples: ○ The ELIZA effect ○ The Chinese Room argument
  • 29. Pierce’s Objections: Pattern Matching ● While pattern matching produces better results in the short term, it does so only by ignoring real scientific questions. ● While ambitious approaches may require time to deliver, they are backed by hard science.
  • 30. Roadmap: We Are Here ● Introduction ● History of NLP ● Objections to Empiricism ○ Chomsky ○ Minsky ○ Pierce ● Reasons for the Problem and Solutions
  • 31. Reason for the Oscillations: Gaps in Teaching ● The “losing” side of the debate (currently Rationalism) is never mentioned in textbooks/courses ● Leads to “reinventing the wheel” by each generation of NLP researchers
  • 32. Reason for the Oscillations: Gaps in Teaching ● Currently most courses concentrate on Statistical methods, ignoring linguistic and scientific questions ● This prepares students only for “low-hanging fruit” but not the real scientific questions
  • 33. Solution ● Introduce the following in NLP courses: ○ ○ ○ ○ ○ ○ Syntax Morphology Phonology Phonetics Historical Linguistics Language Universals ● Create parallels between computational linguistics and formal linguistics
  • 34. Solution ● Teach both sides of the rationalism vs. empiricism debate ● Educate students about the challenges ahead of the “low-hanging fruit”
  • 35. Major References ● A Pendulum Swung Too Far by Kenneth Church, 2001
  • 36. Other References ● ● ● ● Papers In Linguistics 1934-1951 by JR Firth, 1957 Syntactic Structures by Noam Chomsky, 1957 Whither Speech Recognition by John Pierce, 1969 ELIZA - A Computer Program for the Study of Natural Language Communication between Man and Machine by Joseph Weizenbaum, 1966 ● Minds, Brains and Programs by John Searle, 1980