SlideShare a Scribd company logo
1 of 38
Tetherless World Constellation, RPI
KR in the age of
Deep Learning,
Watson,
and the Semantic Web
Jim Hendler
Tetherless World Professor of Computer, Web and Cognitive Sciences
Director, Institute for Data Exploration and Applications
Rensselaer Polytechnic Institute
http://www.cs.rpi.edu/~hendler
@jahendler (twitter)
Major talks at: http://www.slideshare.net/jahendler
Tetherless World Constellation, RPI
But first, Why the Moose?
This moose gave a keynote
with Tim Berners-Lee.
This moose gave a keynote
with Peter Norvig.
Tetherless World Constellation, RPI
Talk derives in large part from working on
forthcoming book
(More info at Springer booth)
(Thanks Alice!)
Tetherless World Constellation, RPI
Outline
• Several important AI technologies have
moved through “knees in the curve”
bringing much of the attention to AI again
– Deep Learning (& ML in general)
– Watson (& “cognitive computing”)
– Semantic Web (& the knowledge graph)
• But what about KR
– What it is, why it still matters
• And how can these come together
– Which comes with a lot of important challenges
Tetherless World Constellation, RPI
A) Deep Learning
“phase transition” in capabilities of neural networks
w/machine power
Tetherless World Constellation, RPI
Trained on lots of categorized images
Imagenet: Duck Imagenet: Cat
Tetherless World Constellation, RPI
Impressive results
Increasingly powerful techniques have yielded
incredible results in the past few years
Tetherless World Constellation, RPI
B) Watson
Tetherless World Constellation, RPI
The Watson DeepQA Pipeline
Tetherless World Constellation, RPI
Watson is based on ”Associative knowledge”
© IBM, used with permission.
Tetherless World Constellation, RPI
Impressive Results
Watson showed the power of “associative knowledge”
Tetherless World Constellation, RPI
C) Semantic Web
Tetherless World Constellation, RPI
From Semantic Web to the Knowledge Graph
Tetherless World Constellation, RPI
Based on a large “knowledge graph” mined from
extracted and learned data
Tetherless World Constellation, RPI
Many intermediate steps
(P. Norvig, WWW 2016, 4/16)
Tetherless World Constellation, RPI
Impressive results
Google finds embedded metadata on >30% of its crawl – Guha, 2015
Google “knowledge vault” reported to have over 1.6 billion “facts” (links)
Tetherless World Constellation, RPI
Summary: AI has done some way cool stuff
Summary (simplifying tremendously)
• Deep Learning: neural learning from data with high
quality, but imperfect results
• Watson: Associative learning from data with high
quality but imperfect results
• Semantic Web/Knowledge Graph: Graph links
formation from extraction, clustering and learning
As much as many of us “GOFAI” folks wish it, this stuff
cannot be ignored
but, there are still problems…
Tetherless World Constellation, RPI
Why did knowledge graph need
“”Human Judgments”?
Association ≠ Correctness
Tetherless World Constellation, RPI
Quick quiz
Who did this moose give invited talks with?
A) Stuart Russell & Vint Cerf
B) A deer and a keynote
C) IJCAI-16 and Alces Alces
D) Tim Berners-Lee and Peter Norvig
Tetherless World Constellation, RPI
Associational learning cannot
explain learning by “symbolic communication”
Who did this moose give invited talks with?
A) Stuart Russell & Vint Cerf (highly associated with target answer)
B) A deer and a keynote (word embedding similarity to question)
C) IJCAI-16 and Alces Alces (perceptually linked)
D) Tim Berners-Lee and Peter Norvig (Correct answer is
something most of you learned today, 1-shot, via being told)
Tetherless World Constellation, RPI
GOFAI: Knowledge Representation?
• A knowledge representation (KR) is most fundamentally a surrogate, a
substitute for the thing itself, used to enable an entity to
determine consequences by thinking rather than acting, i.e., by
reasoning about the world rather than taking action in it.
• It is a set of ontological commitments, i.e., an answer to the question: In
what terms should I think about the world?
• It is a fragmentary theory of intelligent reasoning, expressed in terms of
three components: (i) the representation's fundamental conception of
intelligent reasoning; (ii) the set of inferences the representation
sanctions; and (iii) the set of inferences it recommends.
• It is a medium for pragmatically efficient computation, i.e., the
computational environment in which thinking is accomplished. One
contribution to this pragmatic efficiency is supplied by the guidance a
representation provides for organizing information so as to facilitate
making the recommended inferences.
• It is a medium of human expression, i.e., a language in which we
say things about the world.
R. Davis, H. Shrobe, P. Szolovits (1993)
Tetherless World Constellation, RPI
KR: Human Expression
Cute kid story: first two words
Tetherless World Constellation, RPI
Telling cats from ducks doesn’t need KR
!
Tetherless World Constellation, RPI
“Saying things about the world” does
"If I was telling it to a
kid, I'd probably say
something like 'the cat
has fur and four legs and
goes meow, the duck is a
bird and it swims and
goes quack’. "
How would you explain the difference between a
duck and a cat to a child?
Woof
Tetherless World Constellation, RPI
KR: Surrogate knowledge?
Which could you sit in?
What is most likely to bite what?
Which one is most likely to become a computer
scientist someday?
…
Tetherless World Constellation, RPI
“Surrogate” knowledge
Which could you sit in?
What is most likely to bite what?
Which one is most likely to become a computer
scientist someday?
How would they go about doing it?
Tetherless World Constellation, RPI
KR: Recommended vs. Possible inference
Which one would you save if the house was on fire?
Tetherless World Constellation, RPI
Recommended vs. Possible inference
Which one would you save if the house was on fire?
Would you use a robot baby-sitter
without knowing which of the three
possibilities it would choose?
Tetherless World Constellation, RPI
KR systems in AI need grounded symbols
• Logic- and rule- based systems
– Ground in “model theory” with a notion of truth
and falsity
• Probabilistic Reasoning
– P(A|B) requires A, B map to “meaningful”
concepts, P to be a “real” probability
• Constraint Satisfaction, etc
– Finding an interpretation satisfying a set of
boolean (T,F) constraints
(Note: Yes, I am simplifying, blurring distinctions, ignoring
much cutting edge work… happy to discuss later)
Tetherless World Constellation, RPI
The challenge
• If we want to implement KR systems
on top of neural and associative
learners we have an issue
– The numbers coming out of Deep
Learning and Associative graphs are not
probabilities
– They don’t necessarily ground in
human-meaningful symbols
• ”sub-symbolic” learning …
• Association by clustering …
• Errorful extraction …
Tetherless World Constellation, RPI
The challenges
• Can we avoid throwing out the
reasoning baby with the grounding
bathwater?
– We still need planning systems
– We still want to be able to define the
rules that a system should follow
– We want to be able to interact with and
understand these systems
• Even if computers don’t need to be symbolic
communicators, WE DO!!!
Tetherless World Constellation, RPI
Not just “theory” the applications driving
much modern AI require new grounding ideas
Guruduth Banavar, w/permission)
Tetherless World Constellation, RPI
Starting Place: Rethinking grounding
– Formal Explanation vs. post hoc
justification
• Eg. Even if we cannot use a formal
decomposition to explain the reasoning, can
we produce a justification that explains it
– Reasoning systems that “know” some of
their axioms may be simply wrong
• Eg.F1 of .9 doesn’t mean answers are 90%
correct, it is (simplifying) more like 9 out of
10 answers are right, the others aren’t.
– Nailing context …
Tetherless World Constellation, RPI
Human-Aware AI
• Context is key
– AI systems still perform best in well-
defined contexts (or trained situations,
or where their document set is
complete, etc.)
– Humans are good at recognizing context
and deciding when extraneous factors
don’t make sense
• Extreme example: Stanislav Yevgrafovich
Petrov (the man who saved the world)
Tetherless World Constellation, RPI
Why this REALLY matters
• Humanity faces huges challenges
– eg. Our knowledge of cancer genomics
is being outpaced by mutations as
cancer continues to spread
– eg. Our neighborhoods degrade as
wealth disparity grows
– eg. Our climate warms as we argue
about the causes without changing
behaviors
Tetherless World Constellation, RPI
Attacking these problems require the best minds we have working
together: Human and AI!
The existential threat is not AI,
it’s not utilizing the AI we have correctly
Tetherless World Constellation, RPI
Summary of talk (minus moose)
• Modern AI is making some huge strides
– Eg. DL, Associative Learning, Knowledge
Graphs, …
• But the need for KR has not gone away
– Eg. Surrogacy, Recommended Inference,
Human communication
• The integration challenge will require
goring some sacred cows
– Grounding, explanation, context ….
• But we need to do it.
Tetherless World Constellation, RPI
Questions?

More Related Content

What's hot

The Future of AI: Going Beyond Deep Learning, Watson, and the Semantic Web
The Future of AI: Going BeyondDeep Learning, Watson, and the Semantic WebThe Future of AI: Going BeyondDeep Learning, Watson, and the Semantic Web
The Future of AI: Going Beyond Deep Learning, Watson, and the Semantic WebJames Hendler
 
Why Watson Won: A cognitive perspective
Why Watson Won: A cognitive perspectiveWhy Watson Won: A cognitive perspective
Why Watson Won: A cognitive perspectiveJames Hendler
 
Semantic Web: The Inside Story
Semantic Web: The Inside StorySemantic Web: The Inside Story
Semantic Web: The Inside StoryJames Hendler
 
"Why the Semantic Web will Never Work" (note the quotes)
"Why the Semantic Web will Never Work"  (note the quotes)"Why the Semantic Web will Never Work"  (note the quotes)
"Why the Semantic Web will Never Work" (note the quotes)James Hendler
 
Broad Data (India 2015)
Broad Data (India 2015)Broad Data (India 2015)
Broad Data (India 2015)James Hendler
 
Data Big and Broad (Oxford, 2012)
Data Big and Broad (Oxford, 2012)Data Big and Broad (Oxford, 2012)
Data Big and Broad (Oxford, 2012)James Hendler
 
The Semantic Web: It's for Real
The Semantic Web: It's for RealThe Semantic Web: It's for Real
The Semantic Web: It's for RealJames Hendler
 
Facilitating Web Science Collaboration through Semantic Markup
Facilitating Web Science Collaboration through Semantic MarkupFacilitating Web Science Collaboration through Semantic Markup
Facilitating Web Science Collaboration through Semantic MarkupJames Hendler
 
Tragedy of the Data Commons (ODSC-East, 2021)
Tragedy of the Data Commons (ODSC-East, 2021)Tragedy of the Data Commons (ODSC-East, 2021)
Tragedy of the Data Commons (ODSC-East, 2021)James Hendler
 
The Future(s) of the World Wide Web
The Future(s) of the World Wide WebThe Future(s) of the World Wide Web
The Future(s) of the World Wide WebJames Hendler
 
Social Machines Oxford Hendler
Social Machines Oxford HendlerSocial Machines Oxford Hendler
Social Machines Oxford HendlerJames Hendler
 
How to Build a Research Roadmap (avoiding tempting dead-ends)
How to Build a Research Roadmap (avoiding tempting dead-ends)How to Build a Research Roadmap (avoiding tempting dead-ends)
How to Build a Research Roadmap (avoiding tempting dead-ends)Aaron Sloman
 
Data Models And Details About Open Data
Data Models And Details About Open DataData Models And Details About Open Data
Data Models And Details About Open DataMichael Bostwick
 
HyperMembrane Structures for Open Source Cognitive Computing
HyperMembrane Structures for Open Source Cognitive ComputingHyperMembrane Structures for Open Source Cognitive Computing
HyperMembrane Structures for Open Source Cognitive ComputingJack Park
 
Federating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, StudentsFederating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, StudentsJack Park
 
Towards an EarthMoonshot with Cognitive Computing
Towards an EarthMoonshot with Cognitive ComputingTowards an EarthMoonshot with Cognitive Computing
Towards an EarthMoonshot with Cognitive ComputingJack Park
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 Update The Semantic Web: 2010 Update
The Semantic Web: 2010 Update James Hendler
 
Evolution of language and vision
Evolution of language and visionEvolution of language and vision
Evolution of language and visionAaron Sloman
 
Virtuality, causation and the mind-body relationship
Virtuality, causation and the mind-body relationshipVirtuality, causation and the mind-body relationship
Virtuality, causation and the mind-body relationshipAaron Sloman
 

What's hot (20)

The Future of AI: Going Beyond Deep Learning, Watson, and the Semantic Web
The Future of AI: Going BeyondDeep Learning, Watson, and the Semantic WebThe Future of AI: Going BeyondDeep Learning, Watson, and the Semantic Web
The Future of AI: Going Beyond Deep Learning, Watson, and the Semantic Web
 
Why Watson Won: A cognitive perspective
Why Watson Won: A cognitive perspectiveWhy Watson Won: A cognitive perspective
Why Watson Won: A cognitive perspective
 
Semantic Web: The Inside Story
Semantic Web: The Inside StorySemantic Web: The Inside Story
Semantic Web: The Inside Story
 
"Why the Semantic Web will Never Work" (note the quotes)
"Why the Semantic Web will Never Work"  (note the quotes)"Why the Semantic Web will Never Work"  (note the quotes)
"Why the Semantic Web will Never Work" (note the quotes)
 
Broad Data (India 2015)
Broad Data (India 2015)Broad Data (India 2015)
Broad Data (India 2015)
 
Data Big and Broad (Oxford, 2012)
Data Big and Broad (Oxford, 2012)Data Big and Broad (Oxford, 2012)
Data Big and Broad (Oxford, 2012)
 
The Semantic Web: It's for Real
The Semantic Web: It's for RealThe Semantic Web: It's for Real
The Semantic Web: It's for Real
 
Facilitating Web Science Collaboration through Semantic Markup
Facilitating Web Science Collaboration through Semantic MarkupFacilitating Web Science Collaboration through Semantic Markup
Facilitating Web Science Collaboration through Semantic Markup
 
Tragedy of the Data Commons (ODSC-East, 2021)
Tragedy of the Data Commons (ODSC-East, 2021)Tragedy of the Data Commons (ODSC-East, 2021)
Tragedy of the Data Commons (ODSC-East, 2021)
 
The Future(s) of the World Wide Web
The Future(s) of the World Wide WebThe Future(s) of the World Wide Web
The Future(s) of the World Wide Web
 
Social Machines Oxford Hendler
Social Machines Oxford HendlerSocial Machines Oxford Hendler
Social Machines Oxford Hendler
 
How to Build a Research Roadmap (avoiding tempting dead-ends)
How to Build a Research Roadmap (avoiding tempting dead-ends)How to Build a Research Roadmap (avoiding tempting dead-ends)
How to Build a Research Roadmap (avoiding tempting dead-ends)
 
Data Models And Details About Open Data
Data Models And Details About Open DataData Models And Details About Open Data
Data Models And Details About Open Data
 
HyperMembrane Structures for Open Source Cognitive Computing
HyperMembrane Structures for Open Source Cognitive ComputingHyperMembrane Structures for Open Source Cognitive Computing
HyperMembrane Structures for Open Source Cognitive Computing
 
Federating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, StudentsFederating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, Students
 
Towards an EarthMoonshot with Cognitive Computing
Towards an EarthMoonshot with Cognitive ComputingTowards an EarthMoonshot with Cognitive Computing
Towards an EarthMoonshot with Cognitive Computing
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 Update The Semantic Web: 2010 Update
The Semantic Web: 2010 Update
 
Evolution of language and vision
Evolution of language and visionEvolution of language and vision
Evolution of language and vision
 
Virtuality, causation and the mind-body relationship
Virtuality, causation and the mind-body relationshipVirtuality, causation and the mind-body relationship
Virtuality, causation and the mind-body relationship
 
Tm keynote
Tm keynoteTm keynote
Tm keynote
 

Viewers also liked

TDD mit JUnit und Mockito
TDD mit JUnit und MockitoTDD mit JUnit und Mockito
TDD mit JUnit und MockitoTobias Trelle
 
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"María José Muñoz
 
Scale up - How to build adaptive data systems in the age of virality
Scale up - How to build adaptive data systems in the age of viralityScale up - How to build adaptive data systems in the age of virality
Scale up - How to build adaptive data systems in the age of viralityJohannes Brandstetter
 
Is 'Made in the USA' Back in Vogue?
Is 'Made in the USA' Back in Vogue?Is 'Made in the USA' Back in Vogue?
Is 'Made in the USA' Back in Vogue?Intelligence Node
 
Letter of Intent - Open Society Fellowship
Letter of Intent - Open Society FellowshipLetter of Intent - Open Society Fellowship
Letter of Intent - Open Society FellowshipSloane Joie Trugman
 
Key metrics for Inside Sales Teams
Key metrics for Inside Sales TeamsKey metrics for Inside Sales Teams
Key metrics for Inside Sales TeamsAAyuja, Inc.
 
Composite Materials for Magnetic Field Control in EPM
Composite Materials for Magnetic Field Control in EPMComposite Materials for Magnetic Field Control in EPM
Composite Materials for Magnetic Field Control in EPMFluxtrol Inc.
 
R. Villano - Antibioticoresistenza 2 ediz. p.te 6
R. Villano - Antibioticoresistenza  2 ediz. p.te 6R. Villano - Antibioticoresistenza  2 ediz. p.te 6
R. Villano - Antibioticoresistenza 2 ediz. p.te 6Raimondo Villano
 
ResCUE presentation
ResCUE presentationResCUE presentation
ResCUE presentationResCUE
 
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...Douleutaras.gr
 
Evolution of the Single Page Application
Evolution of the Single Page ApplicationEvolution of the Single Page Application
Evolution of the Single Page ApplicationCaleb Sotelo
 
Violencia Virtual
Violencia VirtualViolencia Virtual
Violencia Virtualguest7f271d
 
Netty from the trenches
Netty from the trenchesNetty from the trenches
Netty from the trenchesJordi Gerona
 

Viewers also liked (20)

IBM's watson
IBM's watsonIBM's watson
IBM's watson
 
IBM Watson Overview
IBM Watson OverviewIBM Watson Overview
IBM Watson Overview
 
TDD mit JUnit und Mockito
TDD mit JUnit und MockitoTDD mit JUnit und Mockito
TDD mit JUnit und Mockito
 
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"
 
OSARE in pratica
OSARE in praticaOSARE in pratica
OSARE in pratica
 
Scale up - How to build adaptive data systems in the age of virality
Scale up - How to build adaptive data systems in the age of viralityScale up - How to build adaptive data systems in the age of virality
Scale up - How to build adaptive data systems in the age of virality
 
Is 'Made in the USA' Back in Vogue?
Is 'Made in the USA' Back in Vogue?Is 'Made in the USA' Back in Vogue?
Is 'Made in the USA' Back in Vogue?
 
Letter of Intent - Open Society Fellowship
Letter of Intent - Open Society FellowshipLetter of Intent - Open Society Fellowship
Letter of Intent - Open Society Fellowship
 
Key metrics for Inside Sales Teams
Key metrics for Inside Sales TeamsKey metrics for Inside Sales Teams
Key metrics for Inside Sales Teams
 
Gerontology & Geriatrics: Research
Gerontology & Geriatrics: ResearchGerontology & Geriatrics: Research
Gerontology & Geriatrics: Research
 
Composite Materials for Magnetic Field Control in EPM
Composite Materials for Magnetic Field Control in EPMComposite Materials for Magnetic Field Control in EPM
Composite Materials for Magnetic Field Control in EPM
 
R. Villano - Antibioticoresistenza 2 ediz. p.te 6
R. Villano - Antibioticoresistenza  2 ediz. p.te 6R. Villano - Antibioticoresistenza  2 ediz. p.te 6
R. Villano - Antibioticoresistenza 2 ediz. p.te 6
 
ResCUE presentation
ResCUE presentationResCUE presentation
ResCUE presentation
 
Dossier patrocinio mima
Dossier patrocinio mimaDossier patrocinio mima
Dossier patrocinio mima
 
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...
 
Problema de economia
Problema de economiaProblema de economia
Problema de economia
 
mix design m30
mix design m30mix design m30
mix design m30
 
Evolution of the Single Page Application
Evolution of the Single Page ApplicationEvolution of the Single Page Application
Evolution of the Single Page Application
 
Violencia Virtual
Violencia VirtualViolencia Virtual
Violencia Virtual
 
Netty from the trenches
Netty from the trenchesNetty from the trenches
Netty from the trenches
 

Similar to Knowledge Representation in the Age of Deep Learning, Watson, and the Semantic Web

AI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or SaviourAI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or SaviourUniversity of Hertfordshire
 
AI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or SaviourAI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or SaviourUniversity of Hertfordshire
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceUmesh Meher
 
Narrative Epistemology for Mathematics
Narrative Epistemology for MathematicsNarrative Epistemology for Mathematics
Narrative Epistemology for MathematicsYishay Mor
 
Introduction to Artificial intelligence and ML
Introduction to Artificial intelligence and MLIntroduction to Artificial intelligence and ML
Introduction to Artificial intelligence and MLbansalpra7
 
Unstructure: Smashing the Boundaries of Data (SxSWi 2014)
Unstructure: Smashing the Boundaries of Data (SxSWi 2014)Unstructure: Smashing the Boundaries of Data (SxSWi 2014)
Unstructure: Smashing the Boundaries of Data (SxSWi 2014)Ian Varley
 
NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...
NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...
NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...Maryam Farooq
 
Machine Learning, AI and the Brain
Machine Learning, AI and the Brain Machine Learning, AI and the Brain
Machine Learning, AI and the Brain TechExeter
 
Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial IntelligencesMeenakshi Paul
 
computer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligencecomputer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial IntelligenceKhanKhaja1
 
Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...
Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...
Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...PyData
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 UpdateThe Semantic Web: 2010 Update
The Semantic Web: 2010 UpdateJames Hendler
 

Similar to Knowledge Representation in the Age of Deep Learning, Watson, and the Semantic Web (20)

chatcptkk.ppt
chatcptkk.pptchatcptkk.ppt
chatcptkk.ppt
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
AI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or SaviourAI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or Saviour
 
AI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or SaviourAI Fables, Facts and Futures: Threat, Promise or Saviour
AI Fables, Facts and Futures: Threat, Promise or Saviour
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Narrative Epistemology for Mathematics
Narrative Epistemology for MathematicsNarrative Epistemology for Mathematics
Narrative Epistemology for Mathematics
 
Introduction to Artificial intelligence and ML
Introduction to Artificial intelligence and MLIntroduction to Artificial intelligence and ML
Introduction to Artificial intelligence and ML
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Unstructure: Smashing the Boundaries of Data (SxSWi 2014)
Unstructure: Smashing the Boundaries of Data (SxSWi 2014)Unstructure: Smashing the Boundaries of Data (SxSWi 2014)
Unstructure: Smashing the Boundaries of Data (SxSWi 2014)
 
NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...
NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...
NYAI #27: Cognitive Architecture & Natural Language Processing w/ Dr. Catheri...
 
Machine Learning, AI and the Brain
Machine Learning, AI and the Brain Machine Learning, AI and the Brain
Machine Learning, AI and the Brain
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial Intelligences
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
computer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligencecomputer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligence
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
Intoduction of Artificial Intelligence
Intoduction of Artificial IntelligenceIntoduction of Artificial Intelligence
Intoduction of Artificial Intelligence
 
Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...
Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...
Dark Data: A Data Scientists Exploration of the Unknown by Rob Witoff PyData ...
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 UpdateThe Semantic Web: 2010 Update
The Semantic Web: 2010 Update
 

More from James Hendler

Knowing what AI Systems Don't know and Why it matters
Knowing what AI  Systems Don't know and Why it mattersKnowing what AI  Systems Don't know and Why it matters
Knowing what AI Systems Don't know and Why it mattersJames Hendler
 
Exploring the Boundaries of Artificial Intelligence (or "Modern AI")
Exploring the Boundaries of Artificial Intelligence (or "Modern AI")Exploring the Boundaries of Artificial Intelligence (or "Modern AI")
Exploring the Boundaries of Artificial Intelligence (or "Modern AI")James Hendler
 
Tragedy of the (Data) Commons
Tragedy of the (Data) CommonsTragedy of the (Data) Commons
Tragedy of the (Data) CommonsJames Hendler
 
Knowledge Graph Semantics/Interoperability
Knowledge Graph Semantics/InteroperabilityKnowledge Graph Semantics/Interoperability
Knowledge Graph Semantics/InteroperabilityJames Hendler
 
Enhancing Precision Wellness with Personal Health Knowledge Graphs
Enhancing Precision Wellness with Personal Health Knowledge Graphs Enhancing Precision Wellness with Personal Health Knowledge Graphs
Enhancing Precision Wellness with Personal Health Knowledge Graphs James Hendler
 
Capacity Building: Data Science in the University At Rensselaer Polytechnic ...
Capacity Building: Data Science in the University  At Rensselaer Polytechnic ...Capacity Building: Data Science in the University  At Rensselaer Polytechnic ...
Capacity Building: Data Science in the University At Rensselaer Polytechnic ...James Hendler
 
Enhancing Precision Wellness with Knowledge Graphs and Semantic Analytics: O...
Enhancing Precision Wellness with  Knowledge Graphs and Semantic Analytics: O...Enhancing Precision Wellness with  Knowledge Graphs and Semantic Analytics: O...
Enhancing Precision Wellness with Knowledge Graphs and Semantic Analytics: O...James Hendler
 
Artificial Intelligence: Existential Threat or Our Best Hope for the Future?
Artificial Intelligence: Existential Threat or Our Best Hope for the Future?Artificial Intelligence: Existential Threat or Our Best Hope for the Future?
Artificial Intelligence: Existential Threat or Our Best Hope for the Future?James Hendler
 
The Science of Data Science
The Science of Data Science The Science of Data Science
The Science of Data Science James Hendler
 
Big Data and Computer Science Education
Big Data and Computer Science EducationBig Data and Computer Science Education
Big Data and Computer Science EducationJames Hendler
 
The Rensselaer IDEA: Data Exploration
The Rensselaer IDEA: Data Exploration The Rensselaer IDEA: Data Exploration
The Rensselaer IDEA: Data Exploration James Hendler
 
Watson at RPI - Summer 2013
Watson at RPI - Summer 2013Watson at RPI - Summer 2013
Watson at RPI - Summer 2013James Hendler
 
Future of the World WIde Web (India)
Future of the World WIde Web (India)Future of the World WIde Web (India)
Future of the World WIde Web (India)James Hendler
 

More from James Hendler (13)

Knowing what AI Systems Don't know and Why it matters
Knowing what AI  Systems Don't know and Why it mattersKnowing what AI  Systems Don't know and Why it matters
Knowing what AI Systems Don't know and Why it matters
 
Exploring the Boundaries of Artificial Intelligence (or "Modern AI")
Exploring the Boundaries of Artificial Intelligence (or "Modern AI")Exploring the Boundaries of Artificial Intelligence (or "Modern AI")
Exploring the Boundaries of Artificial Intelligence (or "Modern AI")
 
Tragedy of the (Data) Commons
Tragedy of the (Data) CommonsTragedy of the (Data) Commons
Tragedy of the (Data) Commons
 
Knowledge Graph Semantics/Interoperability
Knowledge Graph Semantics/InteroperabilityKnowledge Graph Semantics/Interoperability
Knowledge Graph Semantics/Interoperability
 
Enhancing Precision Wellness with Personal Health Knowledge Graphs
Enhancing Precision Wellness with Personal Health Knowledge Graphs Enhancing Precision Wellness with Personal Health Knowledge Graphs
Enhancing Precision Wellness with Personal Health Knowledge Graphs
 
Capacity Building: Data Science in the University At Rensselaer Polytechnic ...
Capacity Building: Data Science in the University  At Rensselaer Polytechnic ...Capacity Building: Data Science in the University  At Rensselaer Polytechnic ...
Capacity Building: Data Science in the University At Rensselaer Polytechnic ...
 
Enhancing Precision Wellness with Knowledge Graphs and Semantic Analytics: O...
Enhancing Precision Wellness with  Knowledge Graphs and Semantic Analytics: O...Enhancing Precision Wellness with  Knowledge Graphs and Semantic Analytics: O...
Enhancing Precision Wellness with Knowledge Graphs and Semantic Analytics: O...
 
Artificial Intelligence: Existential Threat or Our Best Hope for the Future?
Artificial Intelligence: Existential Threat or Our Best Hope for the Future?Artificial Intelligence: Existential Threat or Our Best Hope for the Future?
Artificial Intelligence: Existential Threat or Our Best Hope for the Future?
 
The Science of Data Science
The Science of Data Science The Science of Data Science
The Science of Data Science
 
Big Data and Computer Science Education
Big Data and Computer Science EducationBig Data and Computer Science Education
Big Data and Computer Science Education
 
The Rensselaer IDEA: Data Exploration
The Rensselaer IDEA: Data Exploration The Rensselaer IDEA: Data Exploration
The Rensselaer IDEA: Data Exploration
 
Watson at RPI - Summer 2013
Watson at RPI - Summer 2013Watson at RPI - Summer 2013
Watson at RPI - Summer 2013
 
Future of the World WIde Web (India)
Future of the World WIde Web (India)Future of the World WIde Web (India)
Future of the World WIde Web (India)
 

Recently uploaded

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Recently uploaded (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

Knowledge Representation in the Age of Deep Learning, Watson, and the Semantic Web

  • 1. Tetherless World Constellation, RPI KR in the age of Deep Learning, Watson, and the Semantic Web Jim Hendler Tetherless World Professor of Computer, Web and Cognitive Sciences Director, Institute for Data Exploration and Applications Rensselaer Polytechnic Institute http://www.cs.rpi.edu/~hendler @jahendler (twitter) Major talks at: http://www.slideshare.net/jahendler
  • 2. Tetherless World Constellation, RPI But first, Why the Moose? This moose gave a keynote with Tim Berners-Lee. This moose gave a keynote with Peter Norvig.
  • 3. Tetherless World Constellation, RPI Talk derives in large part from working on forthcoming book (More info at Springer booth) (Thanks Alice!)
  • 4. Tetherless World Constellation, RPI Outline • Several important AI technologies have moved through “knees in the curve” bringing much of the attention to AI again – Deep Learning (& ML in general) – Watson (& “cognitive computing”) – Semantic Web (& the knowledge graph) • But what about KR – What it is, why it still matters • And how can these come together – Which comes with a lot of important challenges
  • 5. Tetherless World Constellation, RPI A) Deep Learning “phase transition” in capabilities of neural networks w/machine power
  • 6. Tetherless World Constellation, RPI Trained on lots of categorized images Imagenet: Duck Imagenet: Cat
  • 7. Tetherless World Constellation, RPI Impressive results Increasingly powerful techniques have yielded incredible results in the past few years
  • 9. Tetherless World Constellation, RPI The Watson DeepQA Pipeline
  • 10. Tetherless World Constellation, RPI Watson is based on ”Associative knowledge” © IBM, used with permission.
  • 11. Tetherless World Constellation, RPI Impressive Results Watson showed the power of “associative knowledge”
  • 12. Tetherless World Constellation, RPI C) Semantic Web
  • 13. Tetherless World Constellation, RPI From Semantic Web to the Knowledge Graph
  • 14. Tetherless World Constellation, RPI Based on a large “knowledge graph” mined from extracted and learned data
  • 15. Tetherless World Constellation, RPI Many intermediate steps (P. Norvig, WWW 2016, 4/16)
  • 16. Tetherless World Constellation, RPI Impressive results Google finds embedded metadata on >30% of its crawl – Guha, 2015 Google “knowledge vault” reported to have over 1.6 billion “facts” (links)
  • 17. Tetherless World Constellation, RPI Summary: AI has done some way cool stuff Summary (simplifying tremendously) • Deep Learning: neural learning from data with high quality, but imperfect results • Watson: Associative learning from data with high quality but imperfect results • Semantic Web/Knowledge Graph: Graph links formation from extraction, clustering and learning As much as many of us “GOFAI” folks wish it, this stuff cannot be ignored but, there are still problems…
  • 18. Tetherless World Constellation, RPI Why did knowledge graph need “”Human Judgments”? Association ≠ Correctness
  • 19. Tetherless World Constellation, RPI Quick quiz Who did this moose give invited talks with? A) Stuart Russell & Vint Cerf B) A deer and a keynote C) IJCAI-16 and Alces Alces D) Tim Berners-Lee and Peter Norvig
  • 20. Tetherless World Constellation, RPI Associational learning cannot explain learning by “symbolic communication” Who did this moose give invited talks with? A) Stuart Russell & Vint Cerf (highly associated with target answer) B) A deer and a keynote (word embedding similarity to question) C) IJCAI-16 and Alces Alces (perceptually linked) D) Tim Berners-Lee and Peter Norvig (Correct answer is something most of you learned today, 1-shot, via being told)
  • 21. Tetherless World Constellation, RPI GOFAI: Knowledge Representation? • A knowledge representation (KR) is most fundamentally a surrogate, a substitute for the thing itself, used to enable an entity to determine consequences by thinking rather than acting, i.e., by reasoning about the world rather than taking action in it. • It is a set of ontological commitments, i.e., an answer to the question: In what terms should I think about the world? • It is a fragmentary theory of intelligent reasoning, expressed in terms of three components: (i) the representation's fundamental conception of intelligent reasoning; (ii) the set of inferences the representation sanctions; and (iii) the set of inferences it recommends. • It is a medium for pragmatically efficient computation, i.e., the computational environment in which thinking is accomplished. One contribution to this pragmatic efficiency is supplied by the guidance a representation provides for organizing information so as to facilitate making the recommended inferences. • It is a medium of human expression, i.e., a language in which we say things about the world. R. Davis, H. Shrobe, P. Szolovits (1993)
  • 22. Tetherless World Constellation, RPI KR: Human Expression Cute kid story: first two words
  • 23. Tetherless World Constellation, RPI Telling cats from ducks doesn’t need KR !
  • 24. Tetherless World Constellation, RPI “Saying things about the world” does "If I was telling it to a kid, I'd probably say something like 'the cat has fur and four legs and goes meow, the duck is a bird and it swims and goes quack’. " How would you explain the difference between a duck and a cat to a child? Woof
  • 25. Tetherless World Constellation, RPI KR: Surrogate knowledge? Which could you sit in? What is most likely to bite what? Which one is most likely to become a computer scientist someday? …
  • 26. Tetherless World Constellation, RPI “Surrogate” knowledge Which could you sit in? What is most likely to bite what? Which one is most likely to become a computer scientist someday? How would they go about doing it?
  • 27. Tetherless World Constellation, RPI KR: Recommended vs. Possible inference Which one would you save if the house was on fire?
  • 28. Tetherless World Constellation, RPI Recommended vs. Possible inference Which one would you save if the house was on fire? Would you use a robot baby-sitter without knowing which of the three possibilities it would choose?
  • 29. Tetherless World Constellation, RPI KR systems in AI need grounded symbols • Logic- and rule- based systems – Ground in “model theory” with a notion of truth and falsity • Probabilistic Reasoning – P(A|B) requires A, B map to “meaningful” concepts, P to be a “real” probability • Constraint Satisfaction, etc – Finding an interpretation satisfying a set of boolean (T,F) constraints (Note: Yes, I am simplifying, blurring distinctions, ignoring much cutting edge work… happy to discuss later)
  • 30. Tetherless World Constellation, RPI The challenge • If we want to implement KR systems on top of neural and associative learners we have an issue – The numbers coming out of Deep Learning and Associative graphs are not probabilities – They don’t necessarily ground in human-meaningful symbols • ”sub-symbolic” learning … • Association by clustering … • Errorful extraction …
  • 31. Tetherless World Constellation, RPI The challenges • Can we avoid throwing out the reasoning baby with the grounding bathwater? – We still need planning systems – We still want to be able to define the rules that a system should follow – We want to be able to interact with and understand these systems • Even if computers don’t need to be symbolic communicators, WE DO!!!
  • 32. Tetherless World Constellation, RPI Not just “theory” the applications driving much modern AI require new grounding ideas Guruduth Banavar, w/permission)
  • 33. Tetherless World Constellation, RPI Starting Place: Rethinking grounding – Formal Explanation vs. post hoc justification • Eg. Even if we cannot use a formal decomposition to explain the reasoning, can we produce a justification that explains it – Reasoning systems that “know” some of their axioms may be simply wrong • Eg.F1 of .9 doesn’t mean answers are 90% correct, it is (simplifying) more like 9 out of 10 answers are right, the others aren’t. – Nailing context …
  • 34. Tetherless World Constellation, RPI Human-Aware AI • Context is key – AI systems still perform best in well- defined contexts (or trained situations, or where their document set is complete, etc.) – Humans are good at recognizing context and deciding when extraneous factors don’t make sense • Extreme example: Stanislav Yevgrafovich Petrov (the man who saved the world)
  • 35. Tetherless World Constellation, RPI Why this REALLY matters • Humanity faces huges challenges – eg. Our knowledge of cancer genomics is being outpaced by mutations as cancer continues to spread – eg. Our neighborhoods degrade as wealth disparity grows – eg. Our climate warms as we argue about the causes without changing behaviors
  • 36. Tetherless World Constellation, RPI Attacking these problems require the best minds we have working together: Human and AI! The existential threat is not AI, it’s not utilizing the AI we have correctly
  • 37. Tetherless World Constellation, RPI Summary of talk (minus moose) • Modern AI is making some huge strides – Eg. DL, Associative Learning, Knowledge Graphs, … • But the need for KR has not gone away – Eg. Surrogacy, Recommended Inference, Human communication • The integration challenge will require goring some sacred cows – Grounding, explanation, context …. • But we need to do it.

Editor's Notes

  1. Ora
  2. My own slide from WEF 2013, images widely used on Web, no copyright attached