March 2, 2006AI: Chapter 8: First-Order Logic1 Artificial Intelligence Chapter 8: First-Order Logic Michael Scherger Department of Computer Science Kent.

Slides:



Advertisements
Similar presentations
Knowledge Representation using First-Order Logic
Advertisements

First-Order Logic Chapter 8.
Knowledge Representation using First-Order Logic CS 271: Fall 2007 Instructor: Padhraic Smyth.
First-Order Logic.
First-Order Logic: Better choice for Wumpus World Propositional logic represents facts First-order logic gives us Objects Relations: how objects relate.
First-Order Logic Chapter 8.
Artificial Intelligence Lecture No. 10 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Artificial Intelligence Knowledge-based Agents Russell and Norvig, Ch. 6, 7.
First-Order Logic. Limitations of propositional logic Suppose you want to say “All humans are mortal” –In propositional logic, you would need ~6.7 billion.
Logic. Propositional Logic Logic as a Knowledge Representation Language A Logic is a formal language, with precisely defined syntax and semantics, which.
First-Order Logic Chapter 8.
CS 561, Session Midterm format Date: 10/10/2002 from 11:00am – 12:20 pm Location: THH 101 Credits: 35% of overall grade Approx. 4 problems, several.
Knowledge Representation using First-Order Logic (Part II) Reading: Chapter 8, First lecture slides read: Second lecture slides read:
Logical Agents Chapter 7. Why Do We Need Logic? Problem-solving agents were very inflexible: hard code every possible state. Search is almost always exponential.
Logical Agents Chapter 7. Why Do We Need Logic? Problem-solving agents were very inflexible: hard code every possible state. Search is almost always exponential.
FIRST-ORDER LOGIC FOL or FOPC
First-Order Logic: Better choice for Wumpus World Propositional logic represents facts First-order logic gives us Objects Relations: how objects relate.
First-Order Logic Chapter 8. Problem of Propositional Logic  Propositional logic has very limited expressive power –E.g., cannot say "pits cause breezes.
First-Order Logic Chapter 8. Outline Why FOL? Syntax and semantics of FOL Using FOL Wumpus world in FOL Knowledge engineering in FOL.
Predicate Calculus.
CE An introduction to Artificial Intelligence CE Chapter 8: First Order Logic Ramin Halavati In which we notice that.
Propositional Logic Agenda: Other forms of inference in propositional logic Basics of First Order Logic (FOL) Vision Final Homework now posted on web site.
FIRST ORDER LOGIC Levent Tolga EREN.
Knowledge representation methods جلسه سوم. KR is AI bottleneck The most important ingredient in any expert system is knowledge. The power of expert systems.
Pattern-directed inference systems
1 Logical Agents CS 171/271 (Chapter 7) Some text and images in these slides were drawn from Russel & Norvig’s published material.
1 Last time: Logic and Reasoning Knowledge Base (KB): contains a set of sentences expressed using a knowledge representation language TELL: operator to.
First-Order Logic Chapter 8. Outline Why FOL? Syntax and semantics of FOL Using FOL Wumpus world in FOL Knowledge engineering in FOL.
1 First-Order Logic Chapter 8. 2 Why FOL? –How do you say “All students are smart?” –Some students work hard –Hardworking students have good marks –If.
ARTIFICIAL INTELLIGENCE Lecture 3 Predicate Calculus.
Computing & Information Sciences Kansas State University Wednesday, 20 Sep 2006CIS 490 / 730: Artificial Intelligence Lecture 12 of 42 Wednesday, 20 September.
© Copyright 2008 STI INNSBRUCK Intelligent Systems Predicate Logic.
Limitation of propositional logic  Propositional logic has very limited expressive power –(unlike natural language) –E.g., cannot say "pits cause breezes.
First-Order Logic Chapter 8. Outline Why FOL? Syntax and semantics of FOL Using FOL Wumpus world in FOL Knowledge engineering in FOL.
First Order Predicate Logic CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Kansas State University Department of Computing and Information Sciences CIS 730: Introduction to Artificial Intelligence Lecture 11 of 41 Wednesday, 15.
CS 4100 Artificial Intelligence Prof. C. Hafner Class Notes Jan 17, 2012.
CS 666 AI P. T. Chung First-Order Logic First-Order Logic Chapter 8.
1 Logical Agents CS 171/271 (Chapter 7) Some text and images in these slides were drawn from Russel & Norvig’s published material.
CS 4100 Artificial Intelligence Prof. C. Hafner Class Notes Jan 24, 2012.
Artificial Intelligence First-Order Logic (FOL). Outline of this Chapter The need for FOL? What is a FOL? Syntax and semantics of FOL Using FOL.
CSCI 5582 Fall 2006 CSCI 5582 Artificial Intelligence Lecture 11 Jim Martin.
First-Order Logic Chapter 8 (not 8.1). Outline Why FOL? Why FOL? Syntax and semantics of FOL Syntax and semantics of FOL Using FOL Using FOL Wumpus world.
First-Order Logic. Outline Why FOL? Syntax and semantics of FOL Using FOL Knowledge engineering in FOL.
LOGIC. Logic in general  Logics are formal languages for representing information such that conclusions can be drawn  Syntax defines the sentences in.
First-Order Logic Chapter 8. Outline Why FOL? Syntax and semantics of FOL Using FOL Wumpus world in FOL Knowledge engineering in FOL.
5/16/2005EE562 EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS Lecture 12, 5/16/2005 University of Washington, Department of Electrical Engineering Spring.
First-Order Logic Reading: C. 8 and C. 9 Pente specifications handed back at end of class.
Computing & Information Sciences Kansas State University Lecture 12 of 42 CIS 530 / 730 Artificial Intelligence Lecture 12 of 42 William H. Hsu Department.
First-Order Logic Semantics Reading: Chapter 8, , FOL Syntax and Semantics read: FOL Knowledge Engineering read: FOL.
1 First Order Logic CS 171/271 (Chapter 8) Some text and images in these slides were drawn from Russel & Norvig’s published material.
First-Order Logic Chapter 8. Problem of Propositional Logic  Propositional logic has very limited expressive power –E.g., cannot say "pits cause breezes.
B.Ombuki COSC 3P711 LOGIC: Knowledge representation Propositional Logic: ch.7 First-Order-Logic: ch.8.
CPSC 420 – Artificial Intelligence Texas A & M University Lecture 7 Lecturer: Laurie webster II, M.S.S.E., M.S.E.e., M.S.BME, Ph.D., P.E.
Artificial Intelligence Logical Agents Chapter 7.
First-Order Logic Chapter 8.
First-Order Logic.
Knowledge Representation using First-Order Logic
Course Instructor: kinza ch
First-Order Logic Chapter 8.
Artificial Intelligence First Order Logic
EA C461 – Artificial Intelligence Logical Agent
First-Order Logic Chapter 8.
First-Order Logic Chapter 8.
Artificial Intelligence Lecture 11: First Order Logic
First-Order Logic Chapter 8.
First-Order Logic Chapter 8.
First-Order Logic Chapter 8.
First-Order Logic Chapter 8.
Logical Agents Prof. Dr. Widodo Budiharto 2018
Presentation transcript:

March 2, 2006AI: Chapter 8: First-Order Logic1 Artificial Intelligence Chapter 8: First-Order Logic Michael Scherger Department of Computer Science Kent State University

March 2, 2006AI: Chapter 8: First-Order Logic2 Contents More on Representation Syntax and Semantics of First-Order Logic Using First Order Logic Knowledge Engineering in First-Order Logic

March 2, 2006AI: Chapter 8: First-Order Logic3 First-Order Logic AKA First-Order Predicate Logic AKA First-Order Predicate Calculus Much more powerful the propositional (Boolean) logic –Greater expressive power than propositional logic We no longer need a separate rule for each square to say which other squares are breezy/pits –Allows for facts, objects, and relations In programming terms, allows classes, functions and variables

March 2, 2006AI: Chapter 8: First-Order Logic4 Pros and Cons of Propositional Logic + Propositional logic is declarative: pieces of syntax correspond to facts + Propositional logic allows for partial / disjunctive / negated information (unlike most data structures and DB + Propositional logic is compositional: the meaning of B 11 ^ P 12 is derived from the meaning of B 11 and P 12 + Meaning of propositional logic is context independent: (unlike natural language, where the meaning depends on the context) - Propositional logic has very limited expressive power: (unlike natural language) –E.g. cannot say Pits cause Breezes in adjacent squares except by writing one sentence for each square

March 2, 2006AI: Chapter 8: First-Order Logic5 Pros of First-Order Logic First-Order Logic assumes that the world contains: –Objects E.g. people, houses, numbers, theories, colors, football games, wars, centuries, … –Relations E.g. red, round, prime, bogus, multistoried, brother of, bigger than, inside, part of, has color, occurred after, owns, comes between, … –Functions E.g. father of, best friend, third quarter of, one more than, beginning of, …

March 2, 2006AI: Chapter 8: First-Order Logic6 Logics in General LanguageOntological Commitment Epistemological Commitment Propositional LogicFactsTrue / False / Unknown First-Order LogicFact, objects, relationsTrue / False / Unknown Temporal LogicFacts, objects, relations, times True / False / Unknown Probability TheoryFacts Degree of belief [0,1] Fuzzy Logic Degree of truth [0,1] Known interval value

March 2, 2006AI: Chapter 8: First-Order Logic7 Syntax of First-Order Logic ConstantsKingJohn, 2, … PredicatesBrother, >, … FunctionsSqrt, LeftArmOf, … Variablesx, y, a, b, … Connectives ¬ Equality= Quantifiers

March 2, 2006AI: Chapter 8: First-Order Logic8 Components of First-Order Logic Term –Constant, e.g. Red –Function of constant, e.g. Color(Block1) Atomic Sentence –Predicate relating objects (no variable) Brother (John, Richard) Married (Mother(John), Father(John)) Complex Sentences –Atomic sentences + logical connectives Brother (John, Richard) Brother (John, Father(John))

March 2, 2006AI: Chapter 8: First-Order Logic9 Components of First-Order Logic Quantifiers –Each quantifier defines a variable for the duration of the following expression, and indicates the truth of the expression… Universal quantifier for all –The expression is true for every possible value of the variable Existential quantifier there exists –The expression is true for at least one value of the variable

March 2, 2006AI: Chapter 8: First-Order Logic10 Truth in First-Order Logic Sentences are true with respect to a model and an interpretation Model contains >= 1 object (domain elements) and relations among them Interpretation specifies referents for –constant symbols -> objects –predicate symbols -> relations –function symbols -> functional relations An atomic sentence predicate( term 1,…,term n ) is true iff the objects referred to by term 1,…,term n are in the relation referred to by predicate

March 2, 2006AI: Chapter 8: First-Order Logic11 First-Order Logic Example

March 2, 2006AI: Chapter 8: First-Order Logic12 Universal Quantification x P is true in a model m iff P with x being each possible object in the model Equivalent to the conjunction of instantiations of P –At(Mike, KSU) Smart(Mike) –At(Laurie, KSU) Smart(Laurie) –At(Sarah, KSU) Smart(Sarah) –…

March 2, 2006AI: Chapter 8: First-Order Logic13 A Common Mistake to Avoid Typically is the main connective with Common mistake: using as the main connective with x At(x, KSU) Smart(x)

March 2, 2006AI: Chapter 8: First-Order Logic14 Existential Quantification x P is true in a model m iff P with x being at least one possible object in the model Equivalent to the disjunction of instantiations of P –At(Mike, KSU) Smart(Mike) –At(Laurie, KSU) Smart(Laurie) –At(Sarah, KSU) Smart(Sarah) –…

March 2, 2006AI: Chapter 8: First-Order Logic15 Another Common Mistake to Avoid Typically, is the main connective with Common mistake: using as the main connective with x At(x, KSU) Smart(x)

March 2, 2006AI: Chapter 8: First-Order Logic16 Examples Everyone likes McDonalds – x, likes(x, McDonalds) Someone likes McDonalds – x, likes(x, McDonalds) All children like McDonalds – x, child(x) likes(x, McDonalds) Everyone likes McDonalds unless they are allergic to it – x, likes(x, McDonalds) allergic(x, McDonalds) – x, allergic (x, McDonalds) likes(x, McDonalds)

March 2, 2006AI: Chapter 8: First-Order Logic17 Properties of Quantifiers x y is the same as y x x y is not the same as y x – x y Loves(x, y) There is a person who loves everyone in the world – y x Loves(x, y) Everyone in the world is loved by at least one person

March 2, 2006AI: Chapter 8: First-Order Logic18 Nesting Quantifiers Everyone likes some kind of food y x, food(x) likes(y, x) There is a kind of food that everyone likes x y, food(x) likes(y, x) Someone likes all kinds of food y x, food(x) likes(y, x) Every food has someone who likes it x y, food(x) likes(y, x)

March 2, 2006AI: Chapter 8: First-Order Logic19 Examples Quantifier Duality –Not everyone like McDonalds ( x, likes(x, McDonalds)) x, likes(x, McDonalds) –No one likes McDonalds ( x, likes(x, McDonalds)) x, likes(x, McDonalds)

March 2, 2006AI: Chapter 8: First-Order Logic20 Fun with Sentences Brothers are siblings x,y Brother(x,y) Sibling(x, y) Sibling is symmetric x,y Sibling(x,y) Sibling(y, x)

March 2, 2006AI: Chapter 8: First-Order Logic21 Fun with Sentences Ones mother is ones female parent x,y Mother(x,y) (Female(x) Parent(x,y)) A first cousin is a child of a parents sibling x,y FirstCousin(x,y) p,ps Parent(p,x) Sibling(ps,p) (Parent(ps,y)

March 2, 2006AI: Chapter 8: First-Order Logic22 Other Comments About Quantification To say everyone likes McDonalds, the following is too broad! – x, likes(x, McDonalds) –Rushs example: likes (McDonalds, McDonalds) We mean: Every one (who is a human) likes McDonalds – x, person(x) likes(x, McDonalds) Essentially, the left side of the rule declares the class of the variable x Constraints like this are often called domain constraints

March 2, 2006AI: Chapter 8: First-Order Logic23 Equality We allow the usual infix = operator –Father(John) = Henry – x, sibling(x, y) (x=y) Generally, we also allow mathematical operations when needed, e.g. – x,y, NatNum(x) NatNum(y) x = (y+1) x > y Example: (Sibling in terms of Parent) x,y Sibling(x,y) [¬(x=y) m,f ¬(m=f) Parent(m,x) Parent(f,x) Parent(m,y) Parent (f,y)]

March 2, 2006AI: Chapter 8: First-Order Logic24 Example Domains Kinship domain –What is a second cousin once removed, anyway? Numbers, sets, and lists –This one is a classic. You should understand these, even if you dont memorize them. The Wumpus World –Note how much simpler the description is in FOL! Whatever your domain, if the axioms correctly and completely describe how the world works, any complete logical inference procedure will infer the strongest possible description of the world, given the available percepts (AIMA, p. 260)

March 2, 2006AI: Chapter 8: First-Order Logic25 Interacting with FOL KBs Tell the system assertions –Facts : Tell (KB, person (John) ) –Rules: Tell (KB, x, person(x) likes(x, McDonalds)) Ask questions –Ask (KB, person(John)) –Ask (KB, likes(John, McDonalds)) –Ask (KB, likes(x, McDonalds))

March 2, 2006AI: Chapter 8: First-Order Logic26 Types of Answers Fact is in the KB –Yes. Fact is not in the KB –Yes (if it can be proven from the KB) –No (otherwise) Fact contains variables –List of bindings for which the fact can be proven, e.g. ((x Fred) (x Mary) … )

March 2, 2006AI: Chapter 8: First-Order Logic27 Interacting with FOL KBs Suppose a wumpus-world agent is using a FOL KB and perceive a smell and breeze (but no glitter) at t=5 TELL(KB, Percept([Smell, Breeze, None],5)) ASK(KB, a Action(a, 5)) –i.e. does the KB entail any particular action at t=5? Answer: Yes, {a/Shoot} <- substitution (binding list)

March 2, 2006AI: Chapter 8: First-Order Logic28 Interacting with FOL KBs Given a Sentence S and a substitution, Ss denotes the result of plugging in to S; Example: –S = Taller( x, y ) – = {x/Mike, y/Laurie} –S = Taller( Mike, Laurie ) ASK(KB,S) returns some/all such that KB |=S

March 2, 2006AI: Chapter 8: First-Order Logic29 Knowledge Base for Wumpus World Perception b, g, t Percept([Smell, b, g], t) Smelt(t) s, b, t Percept([s, b, Glitter], t) AtGold(t) Reflex – t AtGold(t) Action(Grab, t) Reflex with internal state – t AtGold(t) ¬Holding(Gold, t) Action(Grab, t) Holding( Gold, t ) cannot be observed –Keeping track of change is essential!!!!

March 2, 2006AI: Chapter 8: First-Order Logic30 Deducing Hidden Properties Properties of locations: x, t At(Agent, x, t) Smelt(t) Smelly(t) x, t At(Agent, x, t) Breeze(t) Breezy(t) Squares are breezy near a pit: –Diagnostic Rule – infer cause from effect y Breezy(y) x Pit(x) Adjacent( x, y ) –Causal Rule – infer effect from cause x,y Pit(x) Adjacent(x,y) Breezy(x,y) Neither is complete –E.g. the causal rule doesnt say whether squares far away from pits can be breezy

March 2, 2006AI: Chapter 8: First-Order Logic31 Deducing Hidden Properties Definition for the Breezy predicate: –If a square is breezy, some adjacent square must contain a pit y Breezy(y) x Pit(x) Adjacent( x, y ) –If a square is not breezy, no adjacent pit contains a pit y ¬Breezy(y) ¬ x Pit(x) Adjacent( x, y ) –Combining these two… y Breezy(y) x Pit(x) Adjacent( x, y )

March 2, 2006AI: Chapter 8: First-Order Logic32 Keeping Track of Change Often, facts hold in situations, rather than eternally –E.g. Holding( Gold, now ) rather than just Holding( Gold ) Situation calculus is one way to represent change in FOL: –Adds a situation argument to each non- eternal predicate E.g. Now in Holding(Gold, Now) denotes a situation

March 2, 2006AI: Chapter 8: First-Order Logic33 Keeping Track of Change Situations are connected by the Result function Result( a, s ) is the situation that results from doing a in s

March 2, 2006AI: Chapter 8: First-Order Logic34 Describing Actions Effect axiom – describe changes due to action Frame axiom – describe non-changes due to action Frame problem: –Find an elegant way to handle non-change (A) representation – avoid frame axioms (B) inference – avoid repeated copy-overs to keep track of state

March 2, 2006AI: Chapter 8: First-Order Logic35 Describing Actions Effect axiom – describe changes due to action Frame axiom – describe non-changes due to action Frame problem: –Find an elegant way to handle non-change (A) representation – avoid frame axioms (B) inference – avoid repeated copy-overs to keep track of state

March 2, 2006AI: Chapter 8: First-Order Logic36 Describing Actions Qualification Problem: –True descriptions of real actions require endless caveats… What if the gold is slippery or nailed down or… Ramification Problem: –Real actions have many secondary consequences… What about the dust on the gold, wear and tear on gloves,…

March 2, 2006AI: Chapter 8: First-Order Logic37 Describing Actions Successor-state axioms solve the representational frame problem Each axiom is about a predicate (not an action per se) –P true afterwards [ an action made P true P true and no action made P false] Example: Holding the Gold: a,s Holding(Gold, Result(a,s)) [(a = Grab AtGold(s)) (Holding(Gold,s) a Release)]

March 2, 2006AI: Chapter 8: First-Order Logic38 Making Plans Initial condition in KB: –At( Agent, [1,1], S 0 ) –At( Gold, [1,2], S 0 ) Query: –ASK( KB, s Holding( Gold, s )) i.e. in what situation will I be holding the gold? Answer: –{s / Result(Grab, Result(Forward, S 0 ))} i.e. go forward and then grab the gold –This assumes that the agent is interested in plans starting at S 0 and that S 0 is the only situation described in the KB

March 2, 2006AI: Chapter 8: First-Order Logic39 Making Plans A better way to make plans is to represent plans as a sequence of actions [a1, a2, …, an] PlanResult( p, s ) is the result of executing p in s Then the query –ASK( KB, p Holding(Gold, PlanResult(p, S 0 ))) –has the solution {p / [Forward, Grab]}

March 2, 2006AI: Chapter 8: First-Order Logic40 Making Plans Definition of PlanResult in terms of Result: – s PlanResult([], s) = s – a,p,s PlanResult([a|p],s) = PlanResult(p, Result(a,s)) Planning systems are special-purpose reasoners designed to do this type of inference more efficiently than a general purpose reasoner