SlideShare a Scribd company logo
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 (20)

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

Viewers also liked (20)

PDF
IBM's watson
Shashank Shekhar
 
PDF
IBM Watson Overview
Penn State EdTech Network
 
PDF
TDD mit JUnit und Mockito
Tobias Trelle
 
PDF
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"
María José Muñoz Estepa
 
PDF
OSARE in pratica
Fertile s.r.l.
 
PPTX
Scale up - How to build adaptive data systems in the age of virality
Johannes Brandstetter
 
PDF
Is 'Made in the USA' Back in Vogue?
Intelligence Node
 
PDF
Letter of Intent - Open Society Fellowship
Sloane Joie Trugman
 
PPT
Key metrics for Inside Sales Teams
AAyuja, Inc.
 
PPTX
Gerontology & Geriatrics: Research
Austin Publishing Group
 
PDF
Composite Materials for Magnetic Field Control in EPM
Fluxtrol Inc.
 
PDF
R. Villano - Antibioticoresistenza 2 ediz. p.te 6
Raimondo Villano
 
PDF
ResCUE presentation
ResCUE
 
PPTX
Dossier patrocinio mima
Raquel Pérez Ochando
 
PDF
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...
Douleutaras.gr
 
PPTX
Problema de economia
Octaviano Torres Ramirez
 
PDF
mix design m30
Er.BASAVARAJ Pachhapure
 
PDF
Evolution of the Single Page Application
Caleb Sotelo
 
PPSX
Violencia Virtual
guest7f271d
 
PDF
Netty from the trenches
Jordi Gerona
 
IBM's watson
Shashank Shekhar
 
IBM Watson Overview
Penn State EdTech Network
 
TDD mit JUnit und Mockito
Tobias Trelle
 
Selección y reclutamiento 2.0 "Encuéntrate y te encontrarán"
María José Muñoz Estepa
 
OSARE in pratica
Fertile s.r.l.
 
Scale up - How to build adaptive data systems in the age of virality
Johannes Brandstetter
 
Is 'Made in the USA' Back in Vogue?
Intelligence Node
 
Letter of Intent - Open Society Fellowship
Sloane Joie Trugman
 
Key metrics for Inside Sales Teams
AAyuja, Inc.
 
Gerontology & Geriatrics: Research
Austin Publishing Group
 
Composite Materials for Magnetic Field Control in EPM
Fluxtrol Inc.
 
R. Villano - Antibioticoresistenza 2 ediz. p.te 6
Raimondo Villano
 
ResCUE presentation
ResCUE
 
Dossier patrocinio mima
Raquel Pérez Ochando
 
ΕΡΕΥΝΑ: «Προκλήσεις & Ευκαιρίες των Ελληνικών Μικρομεσαίων Επιχειρήσεων» Doul...
Douleutaras.gr
 
Problema de economia
Octaviano Torres Ramirez
 
mix design m30
Er.BASAVARAJ Pachhapure
 
Evolution of the Single Page Application
Caleb Sotelo
 
Violencia Virtual
guest7f271d
 
Netty from the trenches
Jordi Gerona
 
Ad

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

PDF
Hpkb year 1 results
Barbara Starr
 
PDF
Human Computation
Irene Celino
 
PDF
Human-in-the-loop @ ISWS 2019
Irene Celino
 
PDF
6. kr paper journal nov 11, 2017 (edit a)
IAESIJEECS
 
PPTX
Looking for Commonsense in the Semantic Web
Valentina Presutti
 
PDF
Practical Non-Monotonic Reasoning
Guido Governatori
 
PPT
The Role Of Ontology In Modern Expert Systems Dallas 2008
Jason Morris
 
PPT
The Semantic Web: 2010 Update
James Hendler
 
PDF
Integration Of World Knowledge For Natural Language Understanding Ekaterina O...
vttdlewc246
 
PDF
Represent Modular Ontologies with Package-based Description Loigcs -A Short P...
Jie Bao
 
PDF
AI Beyond Deep Learning
Andre Freitas
 
PDF
G9_Cognition-Knowledge Rep and Reas_H6
Marta de la Cruz Martos
 
PPT
KnowledgeRepresentation in artificial intelligence.ppt
ratnababum
 
PDF
Artificial Intelligence of the Web through Domain Ontologies
International Journal of Science and Research (IJSR)
 
PPT
Knowledge_Representbhhggghhhhhhhtrrghjuuuuation.ppt
SupriyoRoy41
 
PPTX
Unit 3 for the Artificial intelligence and machine learning
ganapathi2952005
 
PDF
ISWC2023-McGuinnessTWC16x9FinalShort.pdf
Deborah McGuinness
 
PPT
Reasoning on the Semantic Web
Yannis Kalfoglou
 
PPTX
Teaching LMMs for Image Quality Scoring and Interpreting
sknps0451
 
PPTX
MODULE-2_AI_Computer_Science_Engineering.pptx
Kavikiran3
 
Hpkb year 1 results
Barbara Starr
 
Human Computation
Irene Celino
 
Human-in-the-loop @ ISWS 2019
Irene Celino
 
6. kr paper journal nov 11, 2017 (edit a)
IAESIJEECS
 
Looking for Commonsense in the Semantic Web
Valentina Presutti
 
Practical Non-Monotonic Reasoning
Guido Governatori
 
The Role Of Ontology In Modern Expert Systems Dallas 2008
Jason Morris
 
The Semantic Web: 2010 Update
James Hendler
 
Integration Of World Knowledge For Natural Language Understanding Ekaterina O...
vttdlewc246
 
Represent Modular Ontologies with Package-based Description Loigcs -A Short P...
Jie Bao
 
AI Beyond Deep Learning
Andre Freitas
 
G9_Cognition-Knowledge Rep and Reas_H6
Marta de la Cruz Martos
 
KnowledgeRepresentation in artificial intelligence.ppt
ratnababum
 
Artificial Intelligence of the Web through Domain Ontologies
International Journal of Science and Research (IJSR)
 
Knowledge_Representbhhggghhhhhhhtrrghjuuuuation.ppt
SupriyoRoy41
 
Unit 3 for the Artificial intelligence and machine learning
ganapathi2952005
 
ISWC2023-McGuinnessTWC16x9FinalShort.pdf
Deborah McGuinness
 
Reasoning on the Semantic Web
Yannis Kalfoglou
 
Teaching LMMs for Image Quality Scoring and Interpreting
sknps0451
 
MODULE-2_AI_Computer_Science_Engineering.pptx
Kavikiran3
 
Ad

More from James Hendler (13)

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

Recently uploaded (20)

PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 

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

  • #13: Ora
  • #37: My own slide from WEF 2013, images widely used on Web, no copyright attached