First Order Logic 1 Knowledge Representation Reasoning q

  • Slides: 42
Download presentation
First Order Logic 1

First Order Logic 1

Knowledge Representation & Reasoning q Introduction ü Propositional logic is declarative ü Propositional logic

Knowledge Representation & Reasoning q Introduction ü Propositional logic is declarative ü Propositional logic is compositional: meaning of B 1, 1 ∧ P 1, 2 is derived from meaning of B 1, 1 and of P 1, 2 ü Meaning in propositional logic is context-independent unlike natural language, where meaning depends on context ü Propositional logic has limited expressive power unlike natural language e. g. , cannot say "pits cause breezes in adjacent squares“ (except by writing one sentence for each square) 2

Knowledge Representation & Reasoning q From propositional logic (PL) to First order logic (FOL)

Knowledge Representation & Reasoning q From propositional logic (PL) to First order logic (FOL) ü Examples of things we can say: All men are mortal: • ∀x Man(x) ⇒Mortal(x) Everybody loves somebody • ∀x ∃y Loves(x, y) The meaning of the word “above” • ∀ x ∀ y above(x, y) ⇔(on(x, y) ∨∃z (on(x, z) ∧ 3 above(z, y))

Knowledge Representation & Reasoning q. First Order Logic ü Whereas propositional logic assumes the

Knowledge Representation & Reasoning q. First Order Logic ü Whereas propositional logic assumes the world contains facts, first-order logic (like natural language) assumes the world contains: • Objects: people, houses, numbers, colors, … • Relations: red, round, prime, brother of, bigger than, part of, … • Functions: Sqrt, Plus, … ü Can express the following: – Squares neighboring the Wumpus are smelly; – Squares neighboring a pit are breezy. 4

Knowledge Representation & Reasoning q Syntax Order Logic User defines these primitives: 1. Constant

Knowledge Representation & Reasoning q Syntax Order Logic User defines these primitives: 1. Constant symbols (i. e. , the "individuals" in the world) e. g. , Mary, 3 2. Function symbols (mapping individuals to individuals) e. g. , father-of(Mary) = John, colorof(Sky) = Blue 3. Predicate/relation symbols (mapping from individuals to truth values) e. g. , greater(5, 3), green(apple), color(apple, Green) 5

Knowledge Representation & Reasoning q Syntax Order Logic FOL supplies these primitives: 1. Variable

Knowledge Representation & Reasoning q Syntax Order Logic FOL supplies these primitives: 1. Variable symbols. e. g. , x, y 2. Connectives. Same as in PL: ⇔, ∧, ∨, ⇒ 3. Equality = 4. Quantifiers: Universal (∀) and Existential (∃) A legitimate expression of predicate calculus is called a well-formed formula (wff) or, simply, a sentence. 6

Knowledge Representation & Reasoning q Syntax Order Logic Quantifiers: Universal (∀) and Existential (∃)

Knowledge Representation & Reasoning q Syntax Order Logic Quantifiers: Universal (∀) and Existential (∃) Allow us to express properties of collections of objects instead of enumerating objects by name Universal: “for all”: ∀<variables> <sentence> Existential: “there exists” ∃<variables> <sentence> 7

Knowledge Representation & Reasoning q Syntax Order Logic: Constant Symbols • A symbol, e.

Knowledge Representation & Reasoning q Syntax Order Logic: Constant Symbols • A symbol, e. g. Wumpus, Ali. • Each constant symbol names exactly one object in a universe of discourse, but: – not all objects have symbol names; – some objects have several symbol names. • Usually denoted with upper-case first letter. 8

Knowledge Representation & Reasoning q Syntax Order Logic: Variables • Used to represent objects

Knowledge Representation & Reasoning q Syntax Order Logic: Variables • Used to represent objects or properties of objects without explicitly naming the object. • • Usually lower case. For example: – x – father – square . 9

Knowledge Representation & Reasoning q Syntax Order Logic: Relation (Predicate) Symbols • • A

Knowledge Representation & Reasoning q Syntax Order Logic: Relation (Predicate) Symbols • • A predicate symbol is used to represent a relation in a universe of discourse. The sentence Relation(Term 1, Term 2, …) is either TRUE or FALSE depending on whether Relation holds of Term 1, Term 2, … To write “Malek wrote Muata” in a universe of discourse of names and written works: Wrote(Malek, Muata) This sentence is true in the intended interpretation. Another example: Instructor (CAP 492, Souham) 10

Knowledge Representation & Reasoning q Syntax Order Logic: Function symbols • Functions talk about

Knowledge Representation & Reasoning q Syntax Order Logic: Function symbols • Functions talk about the binary relation of pairs of objects. • For example, the Father relation might represent all pairs of persons in fatherdaughter or father-son relationships: – Father(Ali) Refers to the father of Ali – Father(x) Refers to the father of variable 11 x

Knowledge Representation & Reasoning q Syntax Order Logic: properties of quantifiers • • 1.

Knowledge Representation & Reasoning q Syntax Order Logic: properties of quantifiers • • 1. 2. 3. 4. 5. 6. 7. ∀ x ∀ y is the same as ∀ y ∀ x ∃ y is the same as ∃ y ∃ 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” Quantifier duality: each can be expressed using the other ∀ x Likes(x, Ice. Cream) ≡ ¬ ∃ x 12 ¬Likes(x, Ice. Cream)

Knowledge Representation & Reasoning q Syntax Order Logic: Atomic sentence = predicate (term 1,

Knowledge Representation & Reasoning q Syntax Order Logic: Atomic sentence = predicate (term 1, . . . , termn) or term 1 = term 2 Term = function (term 1, . . . , termn) or constant or variable Example terms: Brother(Ali , Mohamed) Greater(Length(x), Length(y)) 13

Knowledge Representation & Reasoning q Syntax Order Logic: Complex sentences are made from atomic

Knowledge Representation & Reasoning q Syntax Order Logic: Complex sentences are made from atomic sentences using connectives and by applying quantifiers. Examples: • Sibling(Ali, Mohamed) ⇒ Sibling(Mohamed, Ali) • greater(1, 2) ∨ less-or-equal(1, 2) • ∀ x, y Sibling(x, y) ⇒ Sibling(y, x) 14

Knowledge Representation & Reasoning q While constant symbols, variables and connectives are like propositional

Knowledge Representation & Reasoning q While constant symbols, variables and connectives are like propositional logic, “What are functions and predicates? ” The language of logic is based on set theory: – Sets; – Relations; – Functions. 15

Knowledge Representation & Reasoning SETS: The set of objects defines a “Universe of Discourse.

Knowledge Representation & Reasoning SETS: The set of objects defines a “Universe of Discourse. ” [Objects are represented by Constant Symbols. ] a b c d e Interpretation: A a B b C c D d E e For example, in this blocks world, the universe of discourse is {a, b, c, d, e}. 16

Knowledge Representation & Reasoning • • RELATIONS: Def: A binary relation is a set

Knowledge Representation & Reasoning • • RELATIONS: Def: A binary relation is a set of ordered pairs Example: Consider set of blocks {a, b, c, d, e} a b c d e The “on” relation: on = {<a, b>, <b, c>, <d, e>}. The predicate On(A, B) can be interpreted as: <a, b> on. On(A, B) is TRUE, but On(A, C) and On(C, D) are FALSE in this interpretation. 17

Knowledge Representation & Reasoning • FUNCTIONS: A function is a binary relation such that

Knowledge Representation & Reasoning • FUNCTIONS: A function is a binary relation such that no two distinct members have the same first element. In other words, if F is a function <x, y> F and <x, z> F y=z If <x, y> F : x is an argument of F ; y is the value of F at x ; y is the image of x under F. F(x) designates the object y such that y=F(X). 18

Knowledge Representation & Reasoning • FUNCTIONS: hat = {<c, b>, <b, a>, <e, d>}

Knowledge Representation & Reasoning • FUNCTIONS: hat = {<c, b>, <b, a>, <e, d>} hat (c) = b hat(b) = a hat(d) is not defined. a b c d e Hat(E) can be interpreted as d Using FOL On(A, B) On(B, C) On(D, E) On(A, Hat(C)) 19

Knowledge Representation & Reasoning Syntax of First Order Logic Sentence → Atomic Sentence |(sentence

Knowledge Representation & Reasoning Syntax of First Order Logic Sentence → Atomic Sentence |(sentence connective Sentence) | Quantifier variable, … Sentence | ¬ Sentence Atomic Sentence → Predicate (Term, …) |Term=Term → Function(Term, …) | Constant |variable Connective → ⇔ | ∧ | ∨ | Quantifier → ∀ | ∃ Constant → A |X 1… Variable → a | x | s | … Predicate → Before | hascolor | …. Function → Mother | Leftleg |… 20

Knowledge Representation & Reasoning Inference in First Order Logic Inference in FOL can be

Knowledge Representation & Reasoning Inference in First Order Logic Inference in FOL can be performed by: ü Reducing first-order inference to propositional inference ü Unification ü Generalized Modus Ponens ü Resolution ü Forward chaining ü Backward chaining 21

Knowledge Representation & Reasoning Inference in First Order Logic q From FOL to PL

Knowledge Representation & Reasoning Inference in First Order Logic q From FOL to PL First order inference can be done by converting the knowledge base to PL and using propositional inference. Two questions? ? How to convert universal quantifiers? Replace variable by ground term. How to convert existential quantifiers? Skolemization. 22

Knowledge Representation & Reasoning Inference in First Order Logic Substitution Given a sentence α

Knowledge Representation & Reasoning Inference in First Order Logic Substitution Given a sentence α and binding list , the result of applying the substitution to α is denoted by Subst( , α). Example: = {x/Ali, y/Fatima} = Likes(x, y) Subst({x/Sam, y/Pam}, Likes(x, y)) = Likes(Ali, fatima) 23

Knowledge Representation & Reasoning Inference in First Order Logic Universal instantiation (UI) Every instantiation

Knowledge Representation & Reasoning Inference in First Order Logic Universal instantiation (UI) Every instantiation of a universally quantified sentence is entailed by it: ∀v α Subst({v/g}, α) for any variable v and ground term g e. g. , ∀x King(x) ∧ Greedy(x) ⇒ Evil(x) yields: King(John) ∧ Greedy(John) ⇒ Evil(John) King(Richard) ∧ Greedy(Richard) ⇒ Evil(Richard) King(Father(John)) ∧ Greedy(Father(John)) ⇒ Evil(Father(John)) 24

Knowledge Representation & Reasoning Inference in First Order Logic Existential instantiation (EI) For any

Knowledge Representation & Reasoning Inference in First Order Logic Existential instantiation (EI) For any sentence α, variable v, and constant symbol k that does not appear elsewhere in the knowledge base: ∃v α Subst({v/k}, α) e. g. , ∃x Crown(x) ∧ On. Head(x, John) yields: Crown(C 1) ∧ On. Head(C 1, John) provided C 1 is a new constant symbol, called a Skolem constant 25

Knowledge Representation & Reasoning Inference in First Order Logic Reduction to propositional inference Suppose

Knowledge Representation & Reasoning Inference in First Order Logic Reduction to propositional inference Suppose the KB contains just the following: ∀ x King(x) ∧ Greedy(x) Evil(x) King(John) Greedy(John) Brother(Richard, John) • Instantiating the universal sentence in all possible ways, we have: King(John) ∧ Greedy(John) Evil(John) King(Richard) ∧ Greedy(Richard) Evil(Richard) • The new KB is propositionalized 26

Knowledge Representation & Reasoning Inference in First Order Logic Reduction to PL • CLAIM:

Knowledge Representation & Reasoning Inference in First Order Logic Reduction to PL • CLAIM: A ground sentence is entailed by a new KB iff entailed by the original KB. • CLAIM: Every FOL KB can be propositionalized so as to preserve entailment • IDEA: propositionalize KB and query, apply resolution, return result • PROBLEM: with function symbols, there are infinitely many ground terms, e. g. , Father(Father(John))) 27

Knowledge Representation & Reasoning Inference in First Order Logic • Instead of translating the

Knowledge Representation & Reasoning Inference in First Order Logic • Instead of translating the knowledge base to PL, we can make the inference rules work in FOL. For example, given ∀ x King(x) ∧ Greedy(x) Evil(x) King(John) ∀ y Greedy(y) It is intuitively clear that we can substitute {x/John, y/John} and obtain that Evil(John) 28

Knowledge Representation & Reasoning Inference in First Order Logic 2. Unification • We can

Knowledge Representation & Reasoning Inference in First Order Logic 2. Unification • We can make the inference if we can find a substitution such that King(x) and Greedy(x) match King(John) and Greedy(y) {x/John, y/John} works • Unify(α , β) = θ if Subst(θ, α) = Subst(θ, β) • α β Knows(John, x) Knows(John, Jane) Knows(John, x) Knows(y, OJ) Knows(John, x) Knows(y, Mother(y)) {y/John, x/Mother(John)}} Knows(John, x) Knows(x, OJ) Subst {x/Jane} {x/OJ, y/John} {fail} 29

Knowledge Representation & Reasoning Inference in First Order Logic 3. Generalized Modus Ponens (GMP)

Knowledge Representation & Reasoning Inference in First Order Logic 3. Generalized Modus Ponens (GMP) • Suppose that Subst( θ, pi’) = Subst( θ, pi) for all i then: p 1', p 2', … , pn', ( p 1 ∧ p 2 ∧ … ∧ pn q ) Subst(θ, q) • • • p 1' is King(John) p 2' is Greedy(y) θ is {x/John, y/John} • Subst(θ, q) is Evil(John) p 1 is King(x) p 2 is Greedy(x) q is Evil(x) All variables assumed universally quantified. 30

Knowledge Representation & Reasoning Inference in First Order Logic 3. Resolution Full first-order version:

Knowledge Representation & Reasoning Inference in First Order Logic 3. Resolution Full first-order version: l 1 ∨ ··· ∨ lk, m 1 ∨ ··· ∨ mn Subst( θ, l 1 ∨ ··· ∨ li-1 ∨ li+1 ∨ ··· ∨ lk ∨ m 1 ∨ ··· ∨ mj-1 ∨ mj+1 ∨ ··· ∨ mn) where θ = Unify( li, ¬mj) ¬Rich(x) ∨ Unhappy(x) , Rich(Ken) Unhappy(Ken) with θ = {x/Ken} Apply resolution steps to CNF(KB ∧ ¬α); complete for FOL 31

Knowledge Representation & Reasoning Inference in First Order Logic 4. Forward chaining When a

Knowledge Representation & Reasoning Inference in First Order Logic 4. Forward chaining When a new fact P is added to the KB: For each rule such that P unifies with a premise, if the other premises are known then add the conclusion to the KB and continue chaining. Forward chaining is data-driven, e. g. , inferring properties and categories from percepts. 32

Knowledge Representation & Reasoning Inference in First Order Logic 4. Forward chaining example. •

Knowledge Representation & Reasoning Inference in First Order Logic 4. Forward chaining example. • Rules 1. 2. 3. Buffalo(x) Pig(y) Faster(x, y) Pig(y) Slug(z) Faster(y, z) Faster(x, y) Faster(y, z) Faster(x, z) Facts 1. 2. 3. Buffalo(Bob) Pig(Pat) Slug(Steve) New facts 4. 5. 6. Faster(Bob, Pat) Faster(Pat, Steve) Faster (Bob, Steve) Faster(Bob, Steve) {x/Bob, y/Pat} {y/Pat, z/Steve} Faster (Bob, Pat) Faster(Pat, Steve) {x/Bob} {y/Pat} Buffalo(Bob) Pig (Pat) {z/Steve} Slug(Steve) 33

Knowledge Representation & Reasoning Inference in First Order Logic 4. Backward chaining starts with

Knowledge Representation & Reasoning Inference in First Order Logic 4. Backward chaining starts with a hypothesis and work backwards , according to the rules in the knowledge base until reaching confirmed findings or facts. Pig(y)∧Slug(z) ⇒ Faster (y, z) Slimy(a)∧ Creeps(a) ⇒Slug(a) Pig(Pat) Slimy(Steve) Creeps(Steve) 34

Knowledge Representation & Reasoning q Other knowledge representation schemes 1. Semantic Networks ü ü

Knowledge Representation & Reasoning q Other knowledge representation schemes 1. Semantic Networks ü ü A semantic network consists of entities and relations between the entities. Generally it is represented as a graph. • A bird is a kind of animal • Flying is the normal moving method of birds • An albatross is a bird • Albert is an albatross, and so is Ross 35

Knowledge Representation & Reasoning q Other knowledge representation schemes animal 1. Semantic Networks Moving-method

Knowledge Representation & Reasoning q Other knowledge representation schemes animal 1. Semantic Networks Moving-method Active-at Bird daylight fly isa albatross colour isa Black and white isa Ross Albert 36

Knowledge Representation & Reasoning q Other knowledge representation schemes 2. Frames ü A frame

Knowledge Representation & Reasoning q Other knowledge representation schemes 2. Frames ü A frame is a data structure whose components are called slots. Slots have names and accomodate information of various kinds. ü ü Example: Frame: Bird A_kind_of: animal Moving_method: fly Active_at: daylight 37

Knowledge Representation & Reasoning q Expert Systems (ES) Definition: an ES is a program

Knowledge Representation & Reasoning q Expert Systems (ES) Definition: an ES is a program that behaves like an expert for some problem domain. ü Should be capable of explaining its decisions and the underlying reasoning. ü Often, it is expected to be able to deal with uncertain and incomplete information. ü Application domains: Medical diagnosis (MYCIN), locating equipment failures, … 38

Knowledge Representation & Reasoning q Expert Systems (ES) Functions and structure: ü Expert systems

Knowledge Representation & Reasoning q Expert Systems (ES) Functions and structure: ü Expert systems are designed to lve problems that require expert knowledge in a particular domain → possessing knowledge in some form. ü ES are known as knowledge based systems. ü Expert systems have to have a friendly user interaction capability that will make the system’s reasoning transparent to the user. 39

Knowledge Representation & Reasoning q Expert Systems (ES) Functions and structure: ü The structure

Knowledge Representation & Reasoning q Expert Systems (ES) Functions and structure: ü The structure of an ES includes three main modules: 1. A knowledge base 2. An inference engine 3. A user interface Knowledge base Inference engine User interface user Shell 40

Knowledge Representation & Reasoning q Expert Systems (ES) Functions and structure: 1. The knowledge

Knowledge Representation & Reasoning q Expert Systems (ES) Functions and structure: 1. The knowledge base comprises the knowledge that is specific to the domain of application: simple facts, rules, constraints and possibly also methods, heuristics and ideas for solving problems. 2. Inference engine: designed to use actively the knowledge in the base deriving new knoweldge to help decision making. 3. User interface: caters for smooth communication between the user and the system. 41

Knowledge Representation & Reasoning Summary ü FOL extends PL by adding new concepts such

Knowledge Representation & Reasoning Summary ü FOL extends PL by adding new concepts such as sets, relations and functions and new primitives such as variables, equality and quantifiers. ü There exist sevaral alternatives to perform inference in FOL. ü Logic is not the only one alternative to represent knowledge. ü Inference algorithms depend on the way knowledge is represented. ü Development of expert systems relies heavily on knoweldge representation and reasoning. 42