Logical Agents: Propositional Logic. Chapter 7

Size: px
Start display at page:

Download "Logical Agents: Propositional Logic. Chapter 7"

Transcription

1 Logical Agents: Propositional Logic Chapter 7

2 Outline Topics: Knowledge-based agents Example domain: The Wumpus World Logic in general models and entailment Propositional (Boolean) logic Equivalence, validity, satisfiability Inference rules and theorem proving forward chaining backward chaining resolution

3 Knowledge bases Inference engine Knowledge base domain independent algorithms domain specific content Knowledge base = set of sentences in a formal language Declarative approach to building an agent (or other system). Declarative: Sentences express assertions about the domain Knowledge base operations: Tell it what it needs to know Ask (itself?) what to do query Answers should follow from the contents of the KB

4 Knowledge bases Agents can be viewed: at the knowledge level i.e., what they know, regardless of how implemented at the implementation level (also called the symbol level) i.e., data structures and algorithms that manipulate them Compare: abstract data type vs. data structure used to implement an ADT.

5 A simple knowledge-based agent Function KB-Agent(percept) returns an action static: KB, a knowledge base t, a counter, initially 0, indicating time Tell(KB, Make-Percept-Sentence(percept, t)) action Ask(KB, Make-Action-Query(t)) Tell(KB, Make-Action-Sentence(action, t)) t t + 1 return action

6 A simple knowledge-based agent In the most general case, the agent must be able to: Represent states, actions, etc. Incorporate new percepts Update internal representations of the world Deduce hidden/implicit properties of the world Deduce appropriate actions

7 The Wumpus World 4 Stench Breeze 3 Breeze Stench Breeze Gold 2 Stench Breeze 1 Breeze Breeze START

8 Wumpus World PEAS description Performance measure: gold: +1000; death: -1000; -1 per step; -10 for using the arrow Environment: Squares adjacent to wumpus are smelly Squares adjacent to pit are breezy Glitter iff gold is in the same square Shooting kills wumpus if you are facing it Shooting uses up the only arrow Grabbing picks up gold if in same square Releasing drops the gold in same square Actuators: Left turn, Right turn, Forward, Grab, Release, Shoot Sensors: Breeze, Glitter, Smell, Bump, Scream

9 Observable:?? Wumpus world characterisation

10 Wumpus world characterisation Observable: No only local perception Deterministic:??

11 Wumpus world characterisation Observable: No only local perception Deterministic: Yes outcomes exactly specified Episodic:??

12 Wumpus world characterisation Observable: No only local perception Deterministic: Yes outcomes exactly specified Episodic: No sequential at the level of actions Static:??

13 Wumpus world characterisation Observable: No only local perception Deterministic: Yes outcomes exactly specified Episodic: No sequential at the level of actions Static: Yes Wumpus and pits do not move Discrete:??

14 Wumpus world characterisation Observable: No only local perception Deterministic: Yes outcomes exactly specified Episodic: No sequential at the level of actions Static: Yes Wumpus and pits do not move Discrete: Yes Single-agent:??

15 Wumpus world characterisation Observable: No only local perception Deterministic: Yes outcomes exactly specified Episodic: No sequential at the level of actions Static: Yes Wumpus and pits do not move Discrete: Yes Single-agent: Yes Wumpus is essentially a natural feature

16 Exploring a wumpus world OK OK A OK Percept: [Stench: No, Breeze: No, Glitter: No, Bump: No, Scream: No]

17 Exploring a wumpus world B A OK A OK OK Percept: [Stench: No, Breeze: Yes, Glitter: No, Bump: No, Scream: No]

18 Exploring a wumpus world P? B A OK P? A OK OK Percept: [Stench: No, Breeze: Yes, Glitter: No, Bump: No, Scream: No]

19 Exploring a wumpus world P? B A OK P? A OK S A OK Percept: [Stench: Yes, Breeze: No, Glitter: No, Bump: No, Scream: No]

20 Exploring a wumpus world P P? B OK A P? OK A OK S A OK W Percept: [Stench: Yes, Breeze: No, Glitter: No, Bump: No, Scream: No]

21 Exploring a wumpus world P P? B OK A P? OK A A OK S A OK W Percept: [Stench: No, Breeze: No, Glitter: No, Bump: No, Scream: No]

22 Exploring a wumpus world P P? OK B OK A P? OK A OK A OK S A OK W Percept: [Stench: No, Breeze: No, Glitter: No, Bump: No, Scream: No]

23 Exploring a wumpus world P P? OK B OK A P? OK A BGS OK A A OK S A OK W Percept: [Stench: Yes, Breeze: Yes, Glitter: Yes, Bump: No, Scream: No]

24 Tight spots P? B A OK P? P? A OK B A OK P? Breeze in (1,2) and (2,1) no safe actions

25 Tight spots P? B A OK P? P? A OK B A OK P? Breeze in (1,2) and (2,1) no safe actions If pits are uniformly distributed, (2,2) is more likely to have a pit than (1,3) + (3,1)

26 Tight spots S A Smell in (1,1) cannot safely move

27 Tight spots S A Smell in (1,1) cannot safely move Can use a strategy of coercion: shoot straight ahead wumpus was there dead safe wumpus wasn t there safe

28 Logic in the Wumpus World As the agent moves and carries out sensing actions, it performs logical reasoning. E.g.: If (1,3) or (2,2) contains a pit and (2,2) doesn t contain a pit then (1,3) must contain a pit. We ll use logic to represent information about the wumpus world, and to reason about this world.

29 Logic in general A logic is a formal language for representing information such that conclusions can be drawn The syntax defines the sentences in the language The semantics define the meaning of sentences; i.e., define truth of a sentence in a world E.g., in the language of arithmetic x + 2 y is a sentence; x2 + y > is not a sentence x + 2 y is true iff the number x + 2 is not less than y x + 2 y is true in a world where x = 7, y = 1 x + 2 y is false in a world where x = 0, y = 6

30 Semantics: Entailment Entailment means that one thing follows from another: KB = α Knowledge base KB entails sentence α if and only if: α is true in all worlds where KB is true Or: if KB is true then α must be true. E.g., the KB containing the Canucks won entails either the Canucks won or the Leafs won E.g., x + y = 4 entails 4 = x + y Entailment is a relationship between sentences (i.e., syntax) that is based on semantics Note: Brains (arguably) process syntax (of some sort).

31 Semantics: Models Logicians typically think in terms of models, which are complete descriptions of a world, with respect to which truth can be evaluated We say m is a model of a sentence α if α is true in m M(α) is the set of all models of α Thus KB = α if and only if M(KB) M(α) E.g. KB = Canucks won and Leafs won α = Canucks won M( ) x x x x x x x x x x x x x x x x x x x x x x x x x xx x xx x x x x x x x M(KB) x x x x x x x x x

32 Logic texts usually distinguish: Aside: Semantics an interpretation, which is some possible world or complete state of affairs, from a model, which is an interpretation that makes a specific sentence or set of sentences true. The text uses model in both senses (so don t be confused if you ve seen the terms interpretation/model from earlier courses). And if you haven t, ignore this slide! We ll use the text s terminology.

33 Entailment in the Wumpus World Consider the situation where the agent detects nothing in [1,1], moves right, detects a breeze in [2,1] Consider possible models for just the? s, assuming only pits? A B? A? With no information: 3 Boolean choices 8 possible models

34 Breeze Breeze Breeze Breeze Breeze Breeze Breeze Breeze Wumpus Models Consider possible arrangements of pits in [1,2], [2,2], and [3,1], along with observations:

35 Breeze Breeze Breeze Breeze Breeze Breeze Breeze Breeze Models of the KB: Wumpus Models KB KB = wumpus-world rules + observations

36 Breeze Breeze Breeze Breeze Breeze Breeze Breeze Breeze Wumpus Models KB KB = wumpus-world rules + observations α 1 = [1,2] is safe, KB = α 1, proved by model checking

37 Breeze Breeze Breeze Breeze Breeze Breeze Breeze Breeze Wumpus Models: Another Example KB KB = wumpus-world rules + observations

38 Breeze Breeze Breeze Breeze Breeze Breeze Breeze Breeze Wumpus Models: Another Example 2 2 KB KB = wumpus-world rules + observations α 2 = [2,2] is safe, KB = α 2

39 Inference In the case of propositional logic, we can use entailment to derive conclusions by enumerating models. This is the usual method of computing truth tables I.e. can use entailment to do inference. In first order logic we generally can t enumerate all models (since there may be infinitely many of them and they may have an infinite domain). An inference procedure is a (syntactic) procedure for deriving some formulas from others.

40 Inference Inference is a procedure for computing entailments. KB α = sentence α can be derived from KB by the inference procedure Entailment says what things are implicitly true in a KB. Inference is intended to compute things that are implicitly true.

41 Inference Inference is a procedure for computing entailments. KB α = sentence α can be derived from KB by the inference procedure Entailment says what things are implicitly true in a KB. Desiderata: Inference is intended to compute things that are implicitly true. Soundness: An inference procedure is sound if whenever KB α, it is also true that KB = α. Completeness: An inference procedure is complete if whenever KB = α, it is also true that KB α.

42 Propositional Logic: Syntax Propositional logic is a simple logic illustrates basic ideas We first specify the proposition symbols or (atomic) sentences: P 1, P 2 etc. Then we define the language: If S 1 and S 2 are sentences then: S 1 is a sentence (negation) S 1 S 2 is a sentence (conjunction) S 1 S 2 is a sentence (disjunction) S 1 S 2 is a sentence (implication) S 1 S 2 is a sentence (biconditional)

43 Propositional Logic: Semantics Each model assigns true or false to each proposition symbol E.g.: P 1,2 true, P 2,2 true, P 3,1 false (With these symbols, 8 possible models, can be enumerated.) Rules for evaluating truth with respect to a model m: S is true iff S is false S 1 S 2 is true iff S 1 is true and S 2 is true S 1 S 2 is true iff S 1 is true or S 2 is true S 1 S 2 is true iff S 1 is false or S 2 is true S 1 S 2 is true iff S 1 S 2 is true and S 2 S 1 is true Simple recursive process evaluates an arbitrary sentence, e.g., P 1,2 (P 2,2 P 3,1 ) = true (false true) = true true = true

44 Truth Tables for Connectives P Q P P Q P Q P Q P Q false false true false false true true false true true false true true false true false false false true false false true true false true true true true

45 Let P i,j be true if there is a pit in [i, j]. Wumpus World Sentences Let B i,j be true if there is a breeze in [i, j]. Information from sensors: P 1,1, B 1,1, B 2,1 Also know: pits cause breezes in adjacent squares

46 Let P i,j be true if there is a pit in [i, j]. Wumpus World Sentences Let B i,j be true if there is a breeze in [i, j]. Information from sensors: P 1,1, B 1,1, B 2,1 A square is breezy if and only if there is an adjacent pit B 1,1 (P 1,2 P 2,1 ) B 2,1 (P 1,1 P 2,2 P 3,1 ) Note: B 1,1 has no internal structure think of it as a string. So must write 1 formula for each square.

47 Let P i,j be true if there is a pit in [i, j]. Wumpus World Sentences Let B i,j be true if there is a breeze in [i, j]. Information from sensors: P 1,1, B 1,1, B 2,1 A square is breezy if and only if there is an adjacent pit B 1,1 (P 1,2 P 2,1 ) B 2,1 (P 1,1 P 2,2 P 3,1 ) Note: B 1,1 has no internal structure think of it as a string. So must write 1 formula for each square. Using logic can conclude P 1,2 and P 2.1 from B 1,1. Note, if you wrote the above as: B 1,1 (P 1,2 P 2,1 ) (I.e. A breeze implies a pit in an adjacent square ) you could not derive P 1,2 and P 2.1 from B 1,1. Crucial to express all information

48 Wumpus World KB For the part of the Wumpus world we re looking at, let KB = {R 1, R 2, R 3, R 4, R 5 } where R 1 is P 1,1 R 2 is B 1,1 (P 1,2 P 2,1 ) R 3 is B 2,1 (P 1,1 P 2,2 P 3,1 ) R 4 is B 1,1 R 5 is B 2,1

49 Truth Tables for Inference B 1,1 B 2,1 P 1,1 P 1,2 P 2,1 P 2,2 P 3,1 R 1 R 2 R 3 R 4 R 5 KB f f f f f f f t t t t f f f f f f f f t t t f t f f f t f f f f f t t f t t f f t f f f f t t t t t t t f t f f f t f t t t t t t f t f f f t t t t t t t t f t f f t f f t f f t t f t t t t t t t f t t f t f Enumerate rows (different assignments to symbols), For KB = α, if KB is true in row, check that α is too

50 Inference by Enumeration Function TT-Entails?(KB, α) returns true or false inputs: KB, the knowledge base, a sentence in propositional logic α the query, a sentence in propositional logic symbols a list of the proposition symbols in KB and α return TT-Check-All(KB, α, symbols, [ ])

51 Inference by Enumeration Function TT-Check-All(KB, α, symbols, model) returns true or false if Empty?(symbols) then if PL-True?(KB, model) then return PL-True?(α, model) else return true else do P First(symbols); rest Rest(symbols) return TT-Check-All(KB, α, rest, Extend(P, true, model)) and TT-Check-All(KB, α, rest, Extend(P, false, model)) Depth-first enumeration of all models Hence, sound and complete Algorithm is O(2 n ) for n symbols; problem is co-np-complete

52 Logical Equivalence Two sentences are logically equivalent iff true in same models: α β if and only if α = β and β = α The following should be familiar: (α β) (β α) (α β) (β α) ((α β) γ) (α (β γ)) ((α β) γ) (α (β γ)) ( α) α (α β) ( β α) (α β) ( α β) (α β) ((α β) (β α)) (α β) ( α β) (α β) ( α β) (α (β γ)) ((α β) (α γ)) (α (β γ)) ((α β) (α γ))

53 Validity and Satisfiability A sentence is valid if it is true in all models, e.g., A A, A A, (A (A B)) B

54 Validity and Satisfiability A sentence is valid if it is true in all models, e.g., A A, A A, (A (A B)) B Validity is connected to inference via the Deduction Theorem: KB = α if and only if (KB α) is valid

55 Validity and Satisfiability A sentence is valid if it is true in all models, e.g., A A, A A, (A (A B)) B Validity is connected to inference via the Deduction Theorem: KB = α if and only if (KB α) is valid A sentence is satisfiable if it is true in some model e.g., A B, C

56 Validity and Satisfiability A sentence is valid if it is true in all models, e.g., A A, A A, (A (A B)) B Validity is connected to inference via the Deduction Theorem: KB = α if and only if (KB α) is valid A sentence is satisfiable if it is true in some model e.g., A B, C A sentence is unsatisfiable if it is true in no models e.g., A A

57 Validity and Satisfiability A sentence is valid if it is true in all models, e.g., A A, A A, (A (A B)) B Validity is connected to inference via the Deduction Theorem: KB = α if and only if (KB α) is valid A sentence is satisfiable if it is true in some model e.g., A B, C A sentence is unsatisfiable if it is true in no models e.g., A A Satisfiability is connected to inference via the following: KB = α if and only if (KB α) is unsatisfiable I.e., prove α by reductio ad absurdum

58 Validity and Satisfiability A sentence is valid if it is true in all models, e.g., A A, A A, (A (A B)) B Validity is connected to inference via the Deduction Theorem: KB = α if and only if (KB α) is valid A sentence is satisfiable if it is true in some model e.g., A B, C A sentence is unsatisfiable if it is true in no models e.g., A A Satisfiability is connected to inference via the following: KB = α if and only if (KB α) is unsatisfiable I.e., prove α by reductio ad absurdum What often proves better for determining KB = α is to show that KB α is unsatisfiable.

59 Proof methods divide into (roughly) two kinds: 1. Application of inference rules: Proof Methods Legitimate (sound) generation of new sentences from old Proof = a sequence of inference rule applications. Can use inference rules as operators in a standard search algorithm. Typically require translation of sentences into a normal form 2. Model checking: Possibilities: Truth table enumeration (always exponential in n) Improved backtracking, e.g., DPLL Heuristic search in model space (sound but incomplete) e.g., min-conflicts hill-climbing algorithms

60 Specialised Inference: Forward and Backward Chaining We consider a very useful, restricted case: Horn Form KB = conjunction of Horn clauses Horn clause = proposition symbol; or (conjunction of symbols) symbol E.g., C, (B A), (C D B) Not: ( B A), (B A)

61 Horn clauses Technically a Horn clause is a clause or disjunction of literals, with at most one positive literal. I.e. of form A 0 A 1 A n or A 1 A n These can be written: A 1 A n A 0 or A 1 A n We won t bother with rules of the form A 1 A n Rules of this form are called integrity constraints. They don t allow new facts to be derived, but rather rule out certain combinations of facts.

62 Reasoning with Horn clauses Modus Ponens (for Horn form): Complete for Horn KBs α 1,..., α n, α 1 α n β β Can be used with forward chaining or backward chaining. These algorithms are very natural; forward chaining runs in linear time

63 KB: P Q, L M P, B L M, A P L, A B L, A, B Example

64 Forward chaining Idea: Fire any rule whose premises are satisfied in the KB, Add its conclusion to the KB, until query is found

65 Forward chaining algorithm Procedure: C := {}; repeat choose r A such that r is b 1 b m h b i C for all i, and h C; C := C {h} until no more choices

66 Forward chaining algorithm (from text) Function PL-FC-Entails?(KB,q) returns true or false inputs: KB the knowledge base, a set of propositional Horn clauses q the query, a proposition symbol local variables: count a table, indexed by clause, initially # of premises inferred a table, indexed by symbol, each entry initially false agenda a list of symbols, initially symbols known true in KB while agenda is not empty do p Pop(agenda) unless inferred[p] do inferred[p] true for each Horn clause c in whose premise p appears do decrement count[c] if count[c] = 0 then do if Head[c] = q then return true; Push(Head[c], agenda) return false

67 KB: P Q, L M P, B L M, A P L, A B L, A, B Query Q: Forward chaining example

68 KB: P Q, L M P, B L M, A P L, A B L, A, B Query Q: From A and B, conclude L Forward chaining example

69 KB: P Q, L M P, B L M, A P L, A B L, A, B Query Q: From A and B, conclude L From L and B, conclude M Forward chaining example

70 KB: P Q, L M P, B L M, A P L, A B L, A, B Query Q: From A and B, conclude L From L and B, conclude M From L and M, conclude P Forward chaining example

71 KB: P Q, L M P, B L M, A P L, A B L, A, B Query Q: From A and B, conclude L From L and B, conclude M From L and M, conclude P From P conclude Q Forward chaining example

72 Completeness FC, when run to completion, derives every atomic sentence entailed by KB 1. FC reaches a fixed point where no new atomic sentences are derived 2. Can consider the final state as a model m, assigning true/false to symbols 3. Claim: Every clause in the original KB is true in m Proof: Suppose a clause a 1... a k b is false in m Then a 1... a k is true in m and b is false in m Therefore the algorithm has not reached a fixed point! 4. Hence m is a model of KB 5. If KB = q, q is true in every model of KB, including m

73 Backward chaining We won t develop an algorithm for backward chaining here, but will just consider it informally. Idea with backward chaining: Start from query q and work backwards. To prove q by BC: check if q is known already; otherwise prove (by BC) all premises of some rule concluding q Avoid loops: Check if new subgoal is already on the goal stack Avoid repeated work: Check if new subgoal 1 has already been proved true, or 2 has already failed

74 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q:

75 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal.

76 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal. Can prove P by proving L and M

77 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal. Can prove P by proving L and M For M: Can prove M if we can prove B and L

78 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal. Can prove P by proving L and M For M: Can prove M if we can prove B and L B is known to be true

79 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal. Can prove P by proving L and M For M: Can prove M if we can prove B and L B is known to be true L can be proven by proving A and B.

80 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal. Can prove P by proving L and M For M: Can prove M if we can prove B and L B is known to be true L can be proven by proving A and B. A and B are known to be true

81 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal. Can prove P by proving L and M For M: Can prove M if we can prove B and L B is known to be true L can be proven by proving A and B. A and B are known to be true For L: L can be proven by proving A and B. A and B are known to be true

82 KB: Backward chaining example P Q, L M P, B L M, A P L, A B L, A, B Query Q: Establish P as a subgoal. Can prove P by proving L and M For M: Can prove M if we can prove B and L B is known to be true L can be proven by proving A and B. A and B are known to be true For L: L can be proven by proving A and B. A and B are known to be true L and M are true, thus P is true, thus Q is true

83 Forward vs. backward chaining FC is data-driven, cf. automatic, unconscious processing, E.g., object recognition, routine decisions May do lots of work that is irrelevant to the goal Good for reactive agents

84 Forward vs. backward chaining FC is data-driven, cf. automatic, unconscious processing, E.g., object recognition, routine decisions May do lots of work that is irrelevant to the goal Good for reactive agents BC is goal-driven, appropriate for problem-solving, E.g., Where are my keys? How do I get a job? Complexity of BC can be much less than linear in size of KB Can also sometimes be exponential in size of KB Good for question-answering and explanation

85 General Propositional Inference: Resolution Resolution is a rule of inference defined for Conjunctive Normal Form (CNF) CNF: conjunction of disjunctions of literals A clause is a disjunctions of literals. E.g., (A B) (B C D). Write as: (A B), (B C D)

86 Resolution inference rule: l 1 l k, m 1 m n Resolution l 1 l i 1 l i+1 l k m 1 m j 1 m j+1 m n where l i and m j are complementary literals. (I.e. l i m j.) E.g., P 1,3 P 2,2, P 2,2 P 1,3 Resolution is sound and complete for propositional logic

87 Using resolution to compute entailments To show whether KB = α, show instead that KB α is unsatisfiable: 1 Convert KB α into conjunctive normal form. 2 Use resolution to determine whether KB α is unsatisfiable. 3 If so then KB = α; otherwise KB = α.

88 E.g.: B 1,1 (P 1,2 P 2,1 ) Conversion to CNF

89 E.g.: B 1,1 (P 1,2 P 2,1 ) Conversion to CNF 1 Eliminate, replacing α β with (α β) (β α). (B 1,1 (P 1,2 P 2,1 )) ((P 1,2 P 2,1 ) B 1,1 )

90 Conversion to CNF E.g.: B 1,1 (P 1,2 P 2,1 ) 1 Eliminate, replacing α β with (α β) (β α). (B 1,1 (P 1,2 P 2,1 )) ((P 1,2 P 2,1 ) B 1,1 ) 2 Eliminate, replacing α β with α β. ( B 1,1 P 1,2 P 2,1 ) ( (P 1,2 P 2,1 ) B 1,1 )

91 Conversion to CNF E.g.: B 1,1 (P 1,2 P 2,1 ) 1 Eliminate, replacing α β with (α β) (β α). (B 1,1 (P 1,2 P 2,1 )) ((P 1,2 P 2,1 ) B 1,1 ) 2 Eliminate, replacing α β with α β. ( B 1,1 P 1,2 P 2,1 ) ( (P 1,2 P 2,1 ) B 1,1 ) 3 Move inwards using de Morgan s rules and double-negation: ( B 1,1 P 1,2 P 2,1 ) (( P 1,2 P 2,1 ) B 1,1 )

92 Conversion to CNF E.g.: B 1,1 (P 1,2 P 2,1 ) 1 Eliminate, replacing α β with (α β) (β α). (B 1,1 (P 1,2 P 2,1 )) ((P 1,2 P 2,1 ) B 1,1 ) 2 Eliminate, replacing α β with α β. ( B 1,1 P 1,2 P 2,1 ) ( (P 1,2 P 2,1 ) B 1,1 ) 3 Move inwards using de Morgan s rules and double-negation: ( B 1,1 P 1,2 P 2,1 ) (( P 1,2 P 2,1 ) B 1,1 ) 4 Apply distributivity law ( over ) and flatten: ( B 1,1 P 1,2 P 2,1 ) ( P 1,2 B 1,1 ) ( P 2,1 B 1,1 )

93 Conversion to CNF E.g.: B 1,1 (P 1,2 P 2,1 ) 1 Eliminate, replacing α β with (α β) (β α). (B 1,1 (P 1,2 P 2,1 )) ((P 1,2 P 2,1 ) B 1,1 ) 2 Eliminate, replacing α β with α β. ( B 1,1 P 1,2 P 2,1 ) ( (P 1,2 P 2,1 ) B 1,1 ) 3 Move inwards using de Morgan s rules and double-negation: ( B 1,1 P 1,2 P 2,1 ) (( P 1,2 P 2,1 ) B 1,1 ) 4 Apply distributivity law ( over ) and flatten: ( B 1,1 P 1,2 P 2,1 ) ( P 1,2 B 1,1 ) ( P 2,1 B 1,1 ) For resolution, then write as ( B 1,1 P 1,2 P 2,1 ), ( P 1,2 B 1,1 ), ( P 2,1 B 1,1 )

94 Resolution Algorithm Function PL-Resolution(KB, α) returns true or false inputs: KB, the knowledge base, a sentence in propositional logic α, the query, a sentence in propositional logic clauses the set of clauses in CNF(KB α) new { } loop do if clauses contains the empty clause then return true if C i, C j are resolvable clauses where PL-Resolve(C i, C j ) clauses then clauses clauses PL-Resolve(C i, C j ) else return false Note that the algorithm in the text is buggy

95 Resolution Example E.g.: KB = (B 1,1 (P 1,2 P 2,1 )) B 1,1, α = P 1,2 Show KB = α by showing that KB α is unsatisfiable: P 2,1 B 1,1 B 1,1 P 1,2 P 2,1 P 1,2 B 1,1 B 1,1 P 1,2 B 1,1 P 1,2 B 1,1 P 1,2 P 2,1 P 1,2 B 1,1 P 2,1 B 1,1 P1,2 P 2,1 P 2,1 P 2,1 P 1,2

96 Show: Resolution: Another Example {r u, u w, r w} = w

97 Resolution: Continued There is a great deal that can be done to improve the basic algorithm: Unit resolution: propagate unit clauses (e.g. B 1,1 ) as much as possible. Note that this correspoinds to the minimum remaining values heuristic in constraint satisfaction! Eliminate tautologies Eliminate redundant clauses Eliminate clauses with literal l where the complement of l doesn t appear elsewhere. Set of support: Do resolutions on clauses with ancestor in α. Similar to backward chaining keep a focus on the goal.

98 Summary Logical agents apply inference to a knowledge base to derive new information and make decisions Basic concepts of logic: syntax: formal structure of sentences semantics: truth of sentences wrt models entailment: necessary truth of one sentence given another inference: deriving sentences from other sentences soundness: derivations produce only entailed sentences completeness: derivations can produce all entailed sentences

99 Summary (Continued) Wumpus world requires the ability to represent partial and negated information, reason by cases, etc. Forward, backward chaining are complete for Horn clauses. Forward chaining is linear-time for Horn clauses. Resolution is complete for propositional logic. Propositional logic lacks expressive power

Logical agents. Chapter 7. Chapter 7 1

Logical agents. Chapter 7. Chapter 7 1 Logical agents Chapter 7 Chapter 7 Outline Knowledge-based agents Wumpus world Logic in general models and entailment Propositional (Boolean) logic Equivalence, validity, satisfiability Inference rules

More information

TDT4136 Logic and Reasoning Systems

TDT4136 Logic and Reasoning Systems TDT436 Logic and Reasoning Systems Chapter 7 - Logic gents Lester Solbakken solbakke@idi.ntnu.no Norwegian University of Science and Technology 06.09.0 Lester Solbakken TDT436 Logic and Reasoning Systems

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Propositional Logic Marc Toussaint University of Stuttgart Winter 2015/16 (slides based on Stuart Russell s AI course) Outline Knowledge-based agents Wumpus world Logic in general

More information

Revised by Hankui Zhuo, March 21, Logical agents. Chapter 7. Chapter 7 1

Revised by Hankui Zhuo, March 21, Logical agents. Chapter 7. Chapter 7 1 Revised by Hankui Zhuo, March, 08 Logical agents Chapter 7 Chapter 7 Outline Wumpus world Logic in general models and entailment Propositional (oolean) logic Equivalence, validity, satisfiability Inference

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Propositional Logic Marc Toussaint University of Stuttgart Winter 2016/17 (slides based on Stuart Russell s AI course) Motivation: Most students will have learnt about propositional

More information

CS 380: ARTIFICIAL INTELLIGENCE PREDICATE LOGICS. Santiago Ontañón

CS 380: ARTIFICIAL INTELLIGENCE PREDICATE LOGICS. Santiago Ontañón CS 380: RTIFICIL INTELLIGENCE PREDICTE LOGICS Santiago Ontañón so367@drexeledu Summary of last day: Logical gents: The can reason from the knowledge they have They can make deductions from their perceptions,

More information

Intelligent Agents. Pınar Yolum Utrecht University

Intelligent Agents. Pınar Yolum Utrecht University Intelligent Agents Pınar Yolum p.yolum@uu.nl Utrecht University Logical Agents (Based mostly on the course slides from http://aima.cs.berkeley.edu/) Outline Knowledge-based agents Wumpus world Logic in

More information

Logical Agents. Chapter 7

Logical Agents. Chapter 7 Logical Agents Chapter 7 Outline Knowledge-based agents Wumpus world Logic in general - models and entailment Propositional (Boolean) logic Equivalence, validity, satisfiability Inference rules and theorem

More information

EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS

EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS Lecture 10, 5/9/2005 University of Washington, Department of Electrical Engineering Spring 2005 Instructor: Professor Jeff A. Bilmes Logical Agents Chapter 7

More information

CS 380: ARTIFICIAL INTELLIGENCE

CS 380: ARTIFICIAL INTELLIGENCE CS 380: RTIFICIL INTELLIGENCE PREDICTE LOGICS 11/8/2013 Santiago Ontañón santi@cs.drexel.edu https://www.cs.drexel.edu/~santi/teaching/2013/cs380/intro.html Summary of last day: Logical gents: The can

More information

Logical Agents. Outline

Logical Agents. Outline Logical Agents *(Chapter 7 (Russel & Norvig, 2004)) Outline Knowledge-based agents Wumpus world Logic in general - models and entailment Propositional (Boolean) logic Equivalence, validity, satisfiability

More information

Last update: March 4, Logical agents. CMSC 421: Chapter 7. CMSC 421: Chapter 7 1

Last update: March 4, Logical agents. CMSC 421: Chapter 7. CMSC 421: Chapter 7 1 Last update: March 4, 00 Logical agents CMSC 4: Chapter 7 CMSC 4: Chapter 7 Outline Knowledge-based agents Wumpus world Logic in general models and entailment Propositional (oolean) logic Equivalence,

More information

Logical agents. Chapter 7. Chapter 7 1

Logical agents. Chapter 7. Chapter 7 1 Logical agents Chapter 7 Chapter 7 1 Outline Knowledge-based agents Logic in general models and entailment Propositional (oolean) logic Equivalence, validity, satisfiability Inference rules and theorem

More information

Logical Agents. Outline

Logical Agents. Outline ogical gents Chapter 6, Ie Chapter 7 Outline Knowledge-based agents Wumpus world ogic in general models and entailment ropositional (oolean) logic Equivalence, validity, satisfiability Inference rules

More information

Lecture 6: Knowledge 1

Lecture 6: Knowledge 1 rtificial Intelligence, CS, Nanjing University Spring, 08, Yang Yu Lecture 6: Knowledge http://cs.nju.edu.cn/yuy/course_ai8.ash Previously... Basic ability: search Path-based search Iterative-improvement

More information

Lecture 7: Logical Agents and Propositional Logic

Lecture 7: Logical Agents and Propositional Logic Lecture 7: Logical Agents and Propositional Logic CS 580 (001) - Spring 2018 Amarda Shehu Department of Computer Science George Mason University, Fairfax, VA, USA March 07, 2018 Amarda Shehu (580) 1 1

More information

7. Logical Agents. COMP9414/ 9814/ 3411: Artificial Intelligence. Outline. Knowledge base. Models and Planning. Russell & Norvig, Chapter 7.

7. Logical Agents. COMP9414/ 9814/ 3411: Artificial Intelligence. Outline. Knowledge base. Models and Planning. Russell & Norvig, Chapter 7. COMP944/984/34 6s Logic COMP944/ 984/ 34: rtificial Intelligence 7. Logical gents Outline Knowledge-based agents Wumpus world Russell & Norvig, Chapter 7. Logic in general models and entailment Propositional

More information

Chapter 7 R&N ICS 271 Fall 2017 Kalev Kask

Chapter 7 R&N ICS 271 Fall 2017 Kalev Kask Set 6: Knowledge Representation: The Propositional Calculus Chapter 7 R&N ICS 271 Fall 2017 Kalev Kask Outline Representing knowledge using logic Agent that reason logically A knowledge based agent Representing

More information

Introduction to Artificial Intelligence. Logical Agents

Introduction to Artificial Intelligence. Logical Agents Introduction to Artificial Intelligence Logical Agents (Logic, Deduction, Knowledge Representation) Bernhard Beckert UNIVERSITÄT KOBLENZ-LANDAU Winter Term 2004/2005 B. Beckert: KI für IM p.1 Outline Knowledge-based

More information

Inf2D 06: Logical Agents: Knowledge Bases and the Wumpus World

Inf2D 06: Logical Agents: Knowledge Bases and the Wumpus World Inf2D 06: Logical Agents: Knowledge Bases and the Wumpus World School of Informatics, University of Edinburgh 26/01/18 Slide Credits: Jacques Fleuriot, Michael Rovatsos, Michael Herrmann Outline Knowledge-based

More information

A simple knowledge-based agent. Logical agents. Outline. Wumpus World PEAS description. Wumpus world characterization. Knowledge bases.

A simple knowledge-based agent. Logical agents. Outline. Wumpus World PEAS description. Wumpus world characterization. Knowledge bases. simple knowledge-based agent ogical agents Chapter 7 function K-gent( percept) returns an action static: K, a knowledge base t, a counter, initially, indicating time Tell(K, ake-ercept-entence( percept,

More information

Logical Agent & Propositional Logic

Logical Agent & Propositional Logic Logical Agent & Propositional Logic Berlin Chen 2005 References: 1. S. Russell and P. Norvig. Artificial Intelligence: A Modern Approach. Chapter 7 2. S. Russell s teaching materials Introduction The representation

More information

Proof Methods for Propositional Logic

Proof Methods for Propositional Logic Proof Methods for Propositional Logic Logical equivalence Two sentences are logically equivalent iff they are true in the same models: α ß iff α β and β α Russell and Norvig Chapter 7 CS440 Fall 2015 1

More information

Artificial Intelligence Chapter 7: Logical Agents

Artificial Intelligence Chapter 7: Logical Agents Artificial Intelligence Chapter 7: Logical Agents Michael Scherger Department of Computer Science Kent State University February 20, 2006 AI: Chapter 7: Logical Agents 1 Contents Knowledge Based Agents

More information

Kecerdasan Buatan M. Ali Fauzi

Kecerdasan Buatan M. Ali Fauzi Kecerdasan Buatan M. Ali Fauzi Artificial Intelligence M. Ali Fauzi Logical Agents M. Ali Fauzi In which we design agents that can form representations of the would, use a process of inference to derive

More information

Logical Agent & Propositional Logic

Logical Agent & Propositional Logic Logical Agent & Propositional Logic Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University References: 1. S. Russell and P. Norvig. Artificial Intelligence:

More information

Class Assignment Strategies

Class Assignment Strategies Class Assignment Strategies ì Team- A'ack: Team a'ack ì Individualis2c: Search for possible ì Poli2cal: look at others and make decision based on who is winning, who is loosing, and conversa;on ì Emo2on

More information

Logical Agents. Chapter 7

Logical Agents. Chapter 7 Logical Agents Chapter 7 Outline Knowledge-based agents Wumpus world Logic in general - models and entailment Propositional (Boolean) logic Equivalence, validity, satisfiability Inference rules and theorem

More information

Logic. proof and truth syntacs and semantics. Peter Antal

Logic. proof and truth syntacs and semantics. Peter Antal Logic proof and truth syntacs and semantics Peter Antal antal@mit.bme.hu 10/9/2015 1 Knowledge-based agents Wumpus world Logic in general Syntacs transformational grammars Semantics Truth, meaning, models

More information

CS:4420 Artificial Intelligence

CS:4420 Artificial Intelligence CS:4420 Artificial Intelligence Spring 2018 Propositional Logic Cesare Tinelli The University of Iowa Copyright 2004 18, Cesare Tinelli and Stuart Russell a a These notes were originally developed by Stuart

More information

Logical Agents. Knowledge based agents. Knowledge based agents. Knowledge based agents. The Wumpus World. Knowledge Bases 10/20/14

Logical Agents. Knowledge based agents. Knowledge based agents. Knowledge based agents. The Wumpus World. Knowledge Bases 10/20/14 0/0/4 Knowledge based agents Logical Agents Agents need to be able to: Store information about their environment Update and reason about that information Russell and Norvig, chapter 7 Knowledge based agents

More information

Title: Logical Agents AIMA: Chapter 7 (Sections 7.4 and 7.5)

Title: Logical Agents AIMA: Chapter 7 (Sections 7.4 and 7.5) B.Y. Choueiry 1 Instructor s notes #12 Title: Logical Agents AIMA: Chapter 7 (Sections 7.4 and 7.5) Introduction to Artificial Intelligence CSCE 476-876, Fall 2018 URL: www.cse.unl.edu/ choueiry/f18-476-876

More information

CS 771 Artificial Intelligence. Propositional Logic

CS 771 Artificial Intelligence. Propositional Logic CS 771 Artificial Intelligence Propositional Logic Why Do We Need Logic? Problem-solving agents were very inflexible hard code every possible state E.g., in the transition of 8-puzzle problem, knowledge

More information

CS 188: Artificial Intelligence Spring 2007

CS 188: Artificial Intelligence Spring 2007 CS 188: Artificial Intelligence Spring 2007 Lecture 8: Logical Agents - I 2/8/2007 Srini Narayanan ICSI and UC Berkeley Many slides over the course adapted from Dan Klein, Stuart Russell or Andrew Moore

More information

Logical Agents (I) Instructor: Tsung-Che Chiang

Logical Agents (I) Instructor: Tsung-Che Chiang Logical Agents (I) Instructor: Tsung-Che Chiang tcchiang@ieee.org Department of Computer Science and Information Engineering National Taiwan Normal University Artificial Intelligence, Spring, 2010 編譯有誤

More information

INF5390 Kunstig intelligens. Logical Agents. Roar Fjellheim

INF5390 Kunstig intelligens. Logical Agents. Roar Fjellheim INF5390 Kunstig intelligens Logical Agents Roar Fjellheim Outline Knowledge-based agents The Wumpus world Knowledge representation Logical reasoning Propositional logic Wumpus agent Summary AIMA Chapter

More information

Outline. Logic. Knowledge bases. Wumpus world characteriza/on. Wumpus World PEAS descrip/on. A simple knowledge- based agent

Outline. Logic. Knowledge bases. Wumpus world characteriza/on. Wumpus World PEAS descrip/on. A simple knowledge- based agent Outline Logic Dr. Melanie Mar/n CS 4480 October 8, 2012 Based on slides from hap://aima.eecs.berkeley.edu/2nd- ed/slides- ppt/ Knowledge- based agents Wumpus world Logic in general - models and entailment

More information

The Wumpus Game. Stench Gold. Start. Cao Hoang Tru CSE Faculty - HCMUT

The Wumpus Game. Stench Gold. Start. Cao Hoang Tru CSE Faculty - HCMUT The Wumpus Game Stench Stench Gold Stench Start 1 The Wumpus Game Stench in the square containing the wumpus and in the directly adjacent squares in the squares directly adjacent to a pit Glitter in the

More information

Chương 3 Tri th ức và lập luận

Chương 3 Tri th ức và lập luận Chương 3 Tri thức và lập luận Nội dung chính chương 3 Lecture 1 Lecture 2 Lecture 3,4 I. Logic ngôn ngữ của tư duy II. Logic mệnh đề (cú pháp, ngữ nghĩa, sức mạnh biểu diễn, các thuật toán suy diễn) III.

More information

Propositional inference, propositional agents

Propositional inference, propositional agents ropositional inference, propositional agents Chapter 7.5 7.7 Chapter 7.5 7.7 1 Outline Inference rules and theorem proving forward chaining backward chaining resolution Efficient model checking algorithms

More information

CS 380: ARTIFICIAL INTELLIGENCE LOGICAL AGENTS. Santiago Ontañón

CS 380: ARTIFICIAL INTELLIGENCE LOGICAL AGENTS. Santiago Ontañón CS 380: RTIFICIL INTELLIGENCE LOGICL GENTS Santiago Ontañón so367@dreel.edu Summary so far: What is I? Rational gents Problem solving: Systematic search Uninformed search: DFS, BFS, ID Informed search:

More information

Introduction to Intelligent Systems

Introduction to Intelligent Systems Logical Agents Objectives Inference and entailment Sound and complete inference algorithms Inference by model checking Inference by proof Resolution Forward and backward chaining Reference Russel/Norvig:

More information

Logical Inference. Artificial Intelligence. Topic 12. Reading: Russell and Norvig, Chapter 7, Section 5

Logical Inference. Artificial Intelligence. Topic 12. Reading: Russell and Norvig, Chapter 7, Section 5 rtificial Intelligence Topic 12 Logical Inference Reading: Russell and Norvig, Chapter 7, Section 5 c Cara MacNish. Includes material c S. Russell & P. Norvig 1995,2003 with permission. CITS4211 Logical

More information

Propositional Logic: Logical Agents (Part I)

Propositional Logic: Logical Agents (Part I) Propositional Logic: Logical Agents (Part I) This lecture topic: Propositional Logic (two lectures) Chapter 7.1-7.4 (this lecture, Part I) Chapter 7.5 (next lecture, Part II) Next lecture topic: First-order

More information

Introduction to Intelligent Systems

Introduction to Intelligent Systems Logical Agents Objectives Inference and entailment Sound and complete inference algorithms Inference by model checking Inference by proof Resolution Forward and backward chaining Reference Russel/Norvig:

More information

Knowledge base (KB) = set of sentences in a formal language Declarative approach to building an agent (or other system):

Knowledge base (KB) = set of sentences in a formal language Declarative approach to building an agent (or other system): Logic Knowledge-based agents Inference engine Knowledge base Domain-independent algorithms Domain-specific content Knowledge base (KB) = set of sentences in a formal language Declarative approach to building

More information

Logic. Introduction to Artificial Intelligence CS/ECE 348 Lecture 11 September 27, 2001

Logic. Introduction to Artificial Intelligence CS/ECE 348 Lecture 11 September 27, 2001 Logic Introduction to Artificial Intelligence CS/ECE 348 Lecture 11 September 27, 2001 Last Lecture Games Cont. α-β pruning Outline Games with chance, e.g. Backgammon Logical Agents and thewumpus World

More information

Agenda. Artificial Intelligence. Reasoning in the Wumpus World. The Wumpus World

Agenda. Artificial Intelligence. Reasoning in the Wumpus World. The Wumpus World Agenda Artificial Intelligence 10. Propositional Reasoning, Part I: Principles How to Think About What is True or False 1 Introduction Álvaro Torralba Wolfgang Wahlster 2 Propositional Logic 3 Resolution

More information

Logical Agents. Soleymani. Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7

Logical Agents. Soleymani. Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7 Logical Agents CE417: Introduction to Artificial Intelligence Sharif University of Technology Spring 2016 Soleymani Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7 Knowledge-based agents

More information

Logical Agents. Course material: Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7

Logical Agents. Course material: Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7 Logical Agents CE417: Introduction to Artificial Intelligence Sharif University of Technology Soleymani In which we design agents that can form representations of a complex world, use a process of inference

More information

7 LOGICAL AGENTS. OHJ-2556 Artificial Intelligence, Spring OHJ-2556 Artificial Intelligence, Spring

7 LOGICAL AGENTS. OHJ-2556 Artificial Intelligence, Spring OHJ-2556 Artificial Intelligence, Spring 109 7 LOGICAL AGENS We now turn to knowledge-based agents that have a knowledge base KB at their disposal With the help of the KB the agent aims at maintaining knowledge of its partially-observable environment

More information

Adversarial Search & Logic and Reasoning

Adversarial Search & Logic and Reasoning CSEP 573 Adversarial Search & Logic and Reasoning CSE AI Faculty Recall from Last Time: Adversarial Games as Search Convention: first player is called MAX, 2nd player is called MIN MAX moves first and

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 7. Propositional Logic Rational Thinking, Logic, Resolution Wolfram Burgard, Maren Bennewitz, and Marco Ragni Albert-Ludwigs-Universität Freiburg Contents 1 Agents

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 7. Propositional Logic Rational Thinking, Logic, Resolution Joschka Boedecker and Wolfram Burgard and Bernhard Nebel Albert-Ludwigs-Universität Freiburg May 17, 2016

More information

CS:4420 Artificial Intelligence

CS:4420 Artificial Intelligence CS:4420 rtificial Intelligence Spring 2018 Logical gents Cesare Tinelli The University of Iowa Copyright 2004 18, Cesare Tinelli and Stuart Russell a a These notes were originally developed by Stuart Russell

More information

Outline. Logical Agents. Logical Reasoning. Knowledge Representation. Logical reasoning Propositional Logic Wumpus World Inference

Outline. Logical Agents. Logical Reasoning. Knowledge Representation. Logical reasoning Propositional Logic Wumpus World Inference Outline Logical Agents ECE57 Applied Artificial Intelligence Spring 007 Lecture #6 Logical reasoning Propositional Logic Wumpus World Inference Russell & Norvig, chapter 7 ECE57 Applied Artificial Intelligence

More information

Propositional Logic: Logical Agents (Part I)

Propositional Logic: Logical Agents (Part I) Propositional Logic: Logical Agents (Part I) First Lecture Today (Tue 21 Jun) Read Chapters 1 and 2 Second Lecture Today (Tue 21 Jun) Read Chapter 7.1-7.4 Next Lecture (Thu 23 Jun) Read Chapters 7.5 (optional:

More information

Outline. Logical Agents. Logical Reasoning. Knowledge Representation. Logical reasoning Propositional Logic Wumpus World Inference

Outline. Logical Agents. Logical Reasoning. Knowledge Representation. Logical reasoning Propositional Logic Wumpus World Inference Outline Logical Agents ECE57 Applied Artificial Intelligence Spring 008 Lecture #6 Logical reasoning Propositional Logic Wumpus World Inference Russell & Norvig, chapter 7 ECE57 Applied Artificial Intelligence

More information

Propositional Logic: Methods of Proof (Part II)

Propositional Logic: Methods of Proof (Part II) Propositional Logic: Methods of Proof (Part II) This lecture topic: Propositional Logic (two lectures) Chapter 7.1-7.4 (previous lecture, Part I) Chapter 7.5 (this lecture, Part II) (optional: 7.6-7.8)

More information

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence Foundations of Artificial Intelligence 7. Propositional Logic Rational Thinking, Logic, Resolution Joschka Boedecker and Wolfram Burgard and Frank Hutter and Bernhard Nebel Albert-Ludwigs-Universität Freiburg

More information

CS 331: Artificial Intelligence Propositional Logic I. Knowledge-based Agents

CS 331: Artificial Intelligence Propositional Logic I. Knowledge-based Agents CS 331: Artificial Intelligence Propositional Logic I 1 Knowledge-based Agents Can represent knowledge And reason with this knowledge How is this different from the knowledge used by problem-specific agents?

More information

Knowledge-based Agents. CS 331: Artificial Intelligence Propositional Logic I. Knowledge-based Agents. Outline. Knowledge-based Agents

Knowledge-based Agents. CS 331: Artificial Intelligence Propositional Logic I. Knowledge-based Agents. Outline. Knowledge-based Agents Knowledge-based Agents CS 331: Artificial Intelligence Propositional Logic I Can represent knowledge And reason with this knowledge How is this different from the knowledge used by problem-specific agents?

More information

Propositional Logic: Methods of Proof (Part II)

Propositional Logic: Methods of Proof (Part II) Propositional Logic: Methods of Proof (Part II) You will be expected to know Basic definitions Inference, derive, sound, complete Conjunctive Normal Form (CNF) Convert a Boolean formula to CNF Do a short

More information

Logical Agents. Soleymani. Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7

Logical Agents. Soleymani. Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7 Logical Agents CE417: Introduction to Artificial Intelligence Sharif University of Technology Spring 2018 Soleymani Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7 Wumpus world Wumpus

More information

Propositional Logic: Methods of Proof. Chapter 7, Part II

Propositional Logic: Methods of Proof. Chapter 7, Part II Propositional Logic: Methods of Proof Chapter 7, Part II Inference in Formal Symbol Systems: Ontology, Representation, ti Inference Formal Symbol Systems Symbols correspond to things/ideas in the world

More information

CS 4700: Foundations of Artificial Intelligence

CS 4700: Foundations of Artificial Intelligence CS 4700: Foundations of Artificial Intelligence Bart Selman selman@cs.cornell.edu Module: Knowledge, Reasoning, and Planning Part 2 Logical Agents R&N: Chapter 7 1 Illustrative example: Wumpus World (Somewhat

More information

Inference Methods In Propositional Logic

Inference Methods In Propositional Logic Lecture Notes, Artificial Intelligence ((ENCS434)) University of Birzeit 1 st Semester, 2011 Artificial Intelligence (ENCS434) Inference Methods In Propositional Logic Dr. Mustafa Jarrar University of

More information

Logical Agents. Santa Clara University

Logical Agents. Santa Clara University Logical Agents Santa Clara University Logical Agents Humans know things Humans use knowledge to make plans Humans do not act completely reflexive, but reason AI: Simple problem-solving agents have knowledge

More information

Lecture 7: Logic and Planning

Lecture 7: Logic and Planning Lecture 7: Logic and Planning Planning and representing knowledge Logic in general Propositional (Boolean) logic and its application to planning COMP-424, Lecture 8 - January 30, 2013 1 What is planning?

More information

Inference Methods In Propositional Logic

Inference Methods In Propositional Logic Lecture Notes, Advanced Artificial Intelligence (SCOM7341) Sina Institute, University of Birzeit 2 nd Semester, 2012 Advanced Artificial Intelligence (SCOM7341) Inference Methods In Propositional Logic

More information

CSC242: Intro to AI. Lecture 11. Tuesday, February 26, 13

CSC242: Intro to AI. Lecture 11. Tuesday, February 26, 13 CSC242: Intro to AI Lecture 11 Propositional Inference Propositional Inference Factored Representation Splits a state into variables (factors, attributes, features, things you know ) that can have values

More information

Logic & Logic Agents Chapter 7 (& background)

Logic & Logic Agents Chapter 7 (& background) Lecture Notes, Advanced Artificial Intelligence (SCOM7341) Sina Institute, University of Birzeit 2 nd Semester, 2012 Advanced Artificial Intelligence (SCOM7341) Logic & Logic Agents Chapter 7 (& background)

More information

Artificial Intelligence. Propositional logic

Artificial Intelligence. Propositional logic Artificial Intelligence Propositional logic Propositional Logic: Syntax Syntax of propositional logic defines allowable sentences Atomic sentences consists of a single proposition symbol Each symbol stands

More information

7. Propositional Logic. Wolfram Burgard and Bernhard Nebel

7. Propositional Logic. Wolfram Burgard and Bernhard Nebel Foundations of AI 7. Propositional Logic Rational Thinking, Logic, Resolution Wolfram Burgard and Bernhard Nebel Contents Agents that think rationally The wumpus world Propositional logic: syntax and semantics

More information

Propositional Logic. Logic. Propositional Logic Syntax. Propositional Logic

Propositional Logic. Logic. Propositional Logic Syntax. Propositional Logic Propositional Logic Reading: Chapter 7.1, 7.3 7.5 [ased on slides from Jerry Zhu, Louis Oliphant and ndrew Moore] Logic If the rules of the world are presented formally, then a decision maker can use logical

More information

CSCI 5582 Artificial Intelligence. Today 9/28. Knowledge Representation. Lecture 9

CSCI 5582 Artificial Intelligence. Today 9/28. Knowledge Representation. Lecture 9 CSCI 5582 Artificial Intelligence Lecture 9 Jim Martin Today 9/28 Review propositional logic Reasoning with Models Break More reasoning Knowledge Representation A knowledge representation is a formal scheme

More information

Deliberative Agents Knowledge Representation I. Deliberative Agents

Deliberative Agents Knowledge Representation I. Deliberative Agents Deliberative Agents Knowledge Representation I Vasant Honavar Bioinformatics and Computational Biology Program Center for Computational Intelligence, Learning, & Discovery honavar@cs.iastate.edu www.cs.iastate.edu/~honavar/

More information

Logic & Logic Agents Chapter 7 (& Some background)

Logic & Logic Agents Chapter 7 (& Some background) Lecture Notes on Logic & Logic Agents University of Birzeit, Palestine 2013 Artificial Intelligence Logic & Logic Agents Chapter 7 (& Some background) Dr. Mustafa Jarrar Sina Institute, University of Birzeit

More information

Propositional Logic: Methods of Proof (Part II)

Propositional Logic: Methods of Proof (Part II) Propositional Logic: Methods of Proof (Part II) You will be expected to know Basic definitions Inference, derive, sound, complete Conjunctive Normal Form (CNF) Convert a Boolean formula to CNF Do a short

More information

Artificial Intelligence

Artificial Intelligence Torralba and Wahlster Artificial Intelligence Chapter 10: Propositional Reasoning, Part I 1/46 Artificial Intelligence 10. Propositional Reasoning, Part I: Principles How to Think About What is True or

More information

AI Programming CS S-09 Knowledge Representation

AI Programming CS S-09 Knowledge Representation AI Programming CS662-2013S-09 Knowledge Representation David Galles Department of Computer Science University of San Francisco 09-0: Overview So far, we ve talked about search, which is a means of considering

More information

Introduction to Arti Intelligence

Introduction to Arti Intelligence Introduction to Arti Intelligence cial Lecture 4: Constraint satisfaction problems 1 / 48 Constraint satisfaction problems: Today Exploiting the representation of a state to accelerate search. Backtracking.

More information

Agents that reason logically

Agents that reason logically Artificial Intelligence Sanguk Noh Logical Agents Agents that reason logically A Knowledge-Based Agent. function KB-Agent (percept) returns an action Tell(KB, Make-Percept-Sentence(percept,t)) action Ask(KB,

More information

What is the relationship between number of constraints and number of possible solutions?

What is the relationship between number of constraints and number of possible solutions? Warm-up: What is the relationship between number of constraints and number of possible solutions? In other words, as the number of the constraints increases, does the number of possible solutions: A) Increase

More information

Price: $25 (incl. T-Shirt, morning tea and lunch) Visit:

Price: $25 (incl. T-Shirt, morning tea and lunch) Visit: Three days of interesting talks & workshops from industry experts across Australia Explore new computing topics Network with students & employers in Brisbane Price: $25 (incl. T-Shirt, morning tea and

More information

CS 7180: Behavioral Modeling and Decision- making in AI

CS 7180: Behavioral Modeling and Decision- making in AI CS 7180: Behavioral Modeling and Decision- making in AI Review of Propositional Logic Prof. Amy Sliva September 7, 2012 Outline General properties of logics Syntax, semantics, entailment, inference, and

More information

Knowledge- Based Agents. Logical Agents. Knowledge Base. Knowledge- Based Agents 10/7/09

Knowledge- Based Agents. Logical Agents. Knowledge Base. Knowledge- Based Agents 10/7/09 Knowledge- Based Agents Logical Agents CISC481/681, Lecture #8 Ben Cartere>e A knowledge- based agent has a base of knowledge about the world It uses that base to make new inferences about the world From

More information

Description Logics. Foundations of Propositional Logic. franconi. Enrico Franconi

Description Logics. Foundations of Propositional Logic.   franconi. Enrico Franconi (1/27) Description Logics Foundations of Propositional Logic Enrico Franconi franconi@cs.man.ac.uk http://www.cs.man.ac.uk/ franconi Department of Computer Science, University of Manchester (2/27) Knowledge

More information

Logical Agents. September 14, 2004

Logical Agents. September 14, 2004 Logical Agents September 14, 2004 The aim of AI is to develop intelligent agents that can reason about actions and their effects and about the environment, create plans to achieve a goal, execute the plans,

More information

Advanced Topics in LP and FP

Advanced Topics in LP and FP Lecture 1: Prolog and Summary of this lecture 1 Introduction to Prolog 2 3 Truth value evaluation 4 Prolog Logic programming language Introduction to Prolog Introduced in the 1970s Program = collection

More information

Logic: Propositional Logic (Part I)

Logic: Propositional Logic (Part I) Logic: Propositional Logic (Part I) Alessandro Artale Free University of Bozen-Bolzano Faculty of Computer Science http://www.inf.unibz.it/ artale Descrete Mathematics and Logic BSc course Thanks to Prof.

More information

COMP219: Artificial Intelligence. Lecture 19: Logic for KR

COMP219: Artificial Intelligence. Lecture 19: Logic for KR COMP219: Artificial Intelligence Lecture 19: Logic for KR 1 Overview Last time Expert Systems and Ontologies Today Logic as a knowledge representation scheme Propositional Logic Syntax Semantics Proof

More information

COMP219: Artificial Intelligence. Lecture 19: Logic for KR

COMP219: Artificial Intelligence. Lecture 19: Logic for KR COMP219: Artificial Intelligence Lecture 19: Logic for KR 1 Overview Last time Expert Systems and Ontologies Today Logic as a knowledge representation scheme Propositional Logic Syntax Semantics Proof

More information

Inference in Propositional Logic

Inference in Propositional Logic Inference in Propositional Logic Deepak Kumar November 2017 Propositional Logic A language for symbolic reasoning Proposition a statement that is either True or False. E.g. Bryn Mawr College is located

More information

Overview. Knowledge-Based Agents. Introduction. COMP219: Artificial Intelligence. Lecture 19: Logic for KR

Overview. Knowledge-Based Agents. Introduction. COMP219: Artificial Intelligence. Lecture 19: Logic for KR COMP219: Artificial Intelligence Lecture 19: Logic for KR Last time Expert Systems and Ontologies oday Logic as a knowledge representation scheme Propositional Logic Syntax Semantics Proof theory Natural

More information

Propositional Logic Part 1

Propositional Logic Part 1 Propositional Logic Part 1 Yingyu Liang yliang@cs.wisc.edu Computer Sciences Department University of Wisconsin, Madison [Based on slides from Louis Oliphant, Andrew Moore, Jerry Zhu] slide 1 5 is even

More information

COMP3702/7702 Artificial Intelligence Week 5: Search in Continuous Space with an Application in Motion Planning " Hanna Kurniawati"

COMP3702/7702 Artificial Intelligence Week 5: Search in Continuous Space with an Application in Motion Planning  Hanna Kurniawati COMP3702/7702 Artificial Intelligence Week 5: Search in Continuous Space with an Application in Motion Planning " Hanna Kurniawati" Last week" Main components of PRM" Collision check for a configuration"

More information

Rational Agents. Paolo Turrini. Introduction to Artificial Intelligence 2nd Part. Department of Computing, Imperial College London

Rational Agents. Paolo Turrini. Introduction to Artificial Intelligence 2nd Part. Department of Computing, Imperial College London Rational Agents Department of Computing, Imperial College London Introduction to Artificial Intelligence 2nd Part What you have seen You have seen procedures for computational problem-solving: searching

More information

Lecture Overview [ ] Introduction to Artificial Intelligence COMP 3501 / COMP Lecture 6. Motivation. Logical Agents

Lecture Overview [ ] Introduction to Artificial Intelligence COMP 3501 / COMP Lecture 6. Motivation. Logical Agents Lecture Overview [7.1-7.4] COMP 3501 / COMP 4704-4 Lecture 6 Prof. JGH 318 Logical Agents Wumpus World Propositional Logic Inference Theorem Proving via model checking Motivation Existing techniques help

More information

20/c/applet/more.html Local Beam Search The best K states are selected.

20/c/applet/more.html Local Beam Search The best K states are selected. Have some fun Checker: http://www.cs.caltech.edu/~vhuang/cs 20/c/applet/more.html 1 Local Beam Search Run multiple searches to find the solution The best K states are selected. Like parallel hill climbing

More information