510 likes | 526 Views
Knowledge Representation and Reasoning. Stuart C. Shapiro Professor, CSE Director, SNePS Research Group Member, Center for Cognitive Science. Introduction. Long-Term Goal. Theory and Implementation of Natural-Language-Competent Computerized Cognitive Agent and Supporting Research in
E N D
Knowledge Representation and Reasoning Stuart C. Shapiro Professor, CSE Director, SNePS Research Group Member, Center for Cognitive Science S.C. Shapiro
Introduction S.C. Shapiro
Long-Term Goal • Theory and Implementation of Natural-Language-Competent Computerized Cognitive Agent • and Supporting Research in Artificial Intelligence Cognitive Science Computational Linguistics. S.C. Shapiro
Research Areas • Knowledge Representation and Reasoning • Cognitive Robotics • Natural-Language Understanding • Natural-Language Generation. S.C. Shapiro
Goal • A computational cognitive agent that can: • Understand and communicate in English; • Discuss specific, generic, and “rule-like” information; • Reason; • Discuss acts and plans; • Sense; • Act; • Remember and report what it has sensed and done. S.C. Shapiro
Cassie • A computational cognitive agent • Embodied in hardware • or Software-Simulated • Based on SNePS and GLAIR. S.C. Shapiro
GLAIR Architecture Grounded Layered Architecture with Integrated Reasoning Knowledge Level SNePS Perceptuo-Motor Level NL Sensory-Actuator Level Vision Sonar Proprioception Motion S.C. Shapiro
SNePS • Knowledge Representation and Reasoning • Propositions as Terms • SNIP: SNePS Inference Package • Specialized connectives and quantifiers • SNeBR: SNePS Belief Revision • SNeRE: SNePS Rational Engine • Interface Languages • SNePSUL: Lisp-Like • SNePSLOG: Logic-Like • GATN for Fragments of English. S.C. Shapiro
Example Cassies& Worlds S.C. Shapiro
BlocksWorld S.C. Shapiro
FEVAHR S.C. Shapiro
FEVAHRWorld Simulation S.C. Shapiro
UXO Remediation Corner flag Field Drop-off zone UXO NonUXO object Battery meter Corner flag Corner flag Recharging Station Cassie Safe zone S.C. Shapiro
Crystal Space Environment S.C. Shapiro
Sample Research Issues:Complex Categories S.C. Shapiro
Complex Categories 1 • Noun Phrases: <Det> {N | Adj}* N Understanding of the modification must be left to reasoning. Example: orange juice seat Representation must be left vague. S.C. Shapiro
Complex Categories 2 : Kevin went to the orange juice seat. I understand that Kevin went to the orange juice seat. : Did Kevin go to a seat? Yes, Kevin went to the orange juice seat. S.C. Shapiro
Complex Categories 3 : Pat is an excellent teacher. I understand that Pat is an excellent teacher. : Is Pat a teacher? Yes, Pat is a teacher. : Lucy is a former teacher. I understand that Lucy is a former teacher. S.C. Shapiro
Complex Categories 4 : `former' is a negative adjective. I understand that `former' is a negative adjective. : Is Lucy a teacher? No, Lucy is not a teacher. Also note representation and use of knowledge about words. S.C. Shapiro
Sample Research Issues:Indexicals S.C. Shapiro
Representation and Use of Indexicals • Words whose meanings are determined by occasion of use • E.g. I, you, now, then, here, there • Deictic Center <*I, *YOU, *NOW> • *I: SNePS term representing Cassie • *YOU: person Cassie is talking with • *NOW: current time. S.C. Shapiro
Analysis of Indexicals(in input) • First person pronouns: *YOU • Second person pronouns: *I • “here”: location of *YOU • Present/Past relative to *NOW. S.C. Shapiro
Generation of Indexicals • *I: First person pronouns • *YOU: Second person pronouns • *NOW: used to determine tense and aspect. S.C. Shapiro
Use of Indexicals 1 Come here. S.C. Shapiro
Use of Indexicals 2 Come here. I came to you, Stu. I am near you. S.C. Shapiro
Use of Indexicals 3 Whoam I? Your name is ‘Stu’ and you are a person. Whohaveyoutalkedto? I am talking to you. TalktoBill. I am talking to you, Bill. Comehere. S.C. Shapiro
Use of Indexicals 4 Comehere. I found you. I am looking at you. S.C. Shapiro
Use of Indexicals 5 Comehere. I found you. I am looking at you. I came to you. I am near you. S.C. Shapiro
Use of Indexicals 6 WhoamI? Your name is ‘Bill’ and you are a person. Whoareyou? I am the FEVAHR and my name is ‘Cassie’. Whohaveyoutalkedto? I talked to Stu and I am talking to you. S.C. Shapiro
Current Research Issues: Distinguishing Perceptually Indistinguishable ObjectsPh.D. Dissertation, John F. Santore S.C. Shapiro
Some robots in a suite of rooms. S.C. Shapiro
Are these the same two robots? • Why do you think so/not? S.C. Shapiro
Next Steps • How do people do this? • Currently doing protocol experiments • Getting Cassie to do it. S.C. Shapiro
Current Research Issues: Belief Revisionin aDeductively Open Belief SpacePh.D. Dissertation, Frances L. Johnson S.C. Shapiro
Belief Revision in a Deductively Open Belief Space • Beliefs in a knowledge base must be able to be changed (belief revision) • Add & remove beliefs • Detect and correct errors/conflicts/inconsistencies • BUT … • Guaranteeing consistency is an ideal concept • Real world systems are not ideal S.C. Shapiro
Belief Revision in a DOBS Ideal Theories vs. Real World • Ideal Belief Revision theories assume: • No reasoning limits (time or storage) • All derivable beliefs are acquirable (deductive closure) • All belief credibilities are known and fixed • Real world • Reasoning takes time, storage space is finite • Some implicit beliefs might be currently inaccessible • Source/belief credibilities can change S.C. Shapiro
Belief Revision in a DOBS A Real World KR System • Must recognize its limitations • Some knowledge remains implicit • Inconsistencies might be missed • A source turns out to be unreliable • Revision choices might be poor in hindsight • After further deduction or knowledge acquisition • Must repair itself • Catch and correct poor revision choices S.C. Shapiro
Belief Revision in a DOBS Theory Example – Reconsideration Ranking 1 is more credible that Ranking 2. Ranking 1 is more credible that Ranking 2. College A is better than College B. (Source: Ranking 1) College B is better than College A. (Source: Ranking 2) College B is better than College A. (Source: Ranking 2) Ranking 1 was flawed, so Ranking 2 is more credible than Ranking 1. Need to reconsider! S.C. Shapiro
Next Steps • Implement reconsideration • Develop benchmarks for implemented krr systems. S.C. Shapiro
Current Research Issues: Default ReasoningbyPreferential Ordering of BeliefsM.S. Thesis, Bharat Bhushan S.C. Shapiro
Small Knowledge Base • Birds have wings. • Birds fly. • Penguins are birds. • Penguins don’t fly. S.C. Shapiro
Bird(x): Flies(x) • Flies(x) KB Using Default Logic • x(Bird(x) Has(x, wings)) • x(Penguin(x) Bird(x)) • x(Penguin(x) Flies(x)) S.C. Shapiro
KB Using Preferential Ordering • x(Bird(x) Has(x, wings)) • x(Bird(x) Flies(x)) • x(Penguin(x) Bird(x)) • x(Penguin(x) Flies(x)) • Precludes(x(Penguin(x) Flies(x)), • x(Bird(x) Flies(x))) S.C. Shapiro
Next Steps • Finish theory and implementation. S.C. Shapiro
Current Research Issues: Representation & Reasoningwith Arbitrary ObjectsStuart C. Shapiro S.C. Shapiro
Classical Representation • Clyde is gray. • Gray(Clyde) • All elephants are gray. • x(Elephant(x) Gray(x)) • Some elephants are albino. • x(Elephant(x) & Albino(x)) • Why the difference? S.C. Shapiro
Representation Using Arbitrary & Indefinite Objects • Clyde is gray. • Gray(Clyde) • Elephants are gray. • Gray(any x Elephant(x)) • Some elephants are albino. • Albino(some x Elephant(x)) S.C. Shapiro
Subsumption Among Arbitrary & Indefinite Objects (any x Elephant(x)) (any x Albino(x) & Elephant(x)) (some x Albino(x) & Elephant(x)) (some x Elephant(x)) If x subsumes y, then P(x) P(y) S.C. Shapiro
Example (Runs in SNePS 3) Hungry(any x Elephant(x) & Eats(x, any y Tall(y) & Grass(y) & On(y, Savanna))) Hungry(any u Albino(u) & Elephant(u) & Eats(u, any v Grass(v) & On(v, Savanna))) S.C. Shapiro
Next Steps • Finish theory and implementation of arbitrary and indefinite objects. • Extend to other generalized quantifiers • Such as most, many, few, no, both, 3 of, … S.C. Shapiro