5 - Logical Agents Flashcards
A sentence is VALID iff ________.
A sentence is valid iff IT IS TRUE FOR ALL MODELS (a = True).
A sentence is SATISFIABLE iff ________.
A sentence is satisfiable iff IT IS TRUE IN SOME MODELS (M(a) != ø).
Sentence alpha valid => Sentence alpha ________.
Sentence alpha valid => Sentence alpha SATISFIABLE.
Valid sentences are ________.
TAUTOLOGIES
Inference algorithm COMPLETE iff ________.
… it is able to derive KB |- a for all KB |= a.
Inference algorithm SOUND iff ________.
… it is able to guarantee entailment KB |= a for all KB |- a (derived sentences).
A knowledge-based agent is composed of a ________ and ________.
KNOWLEDGE BASE and an INFERENCE MECHANISM.
Inference Mechanism
Infers new sentences for decision making
Inference Rules
Patterns of sound inference to find proofs
Forward and backward chaining are natural reasoning algorithms for ________.
Horn Clauses
Forward Chaining
Data driven and automatic processing (Object Recognition)
Backward Chaining
Goal driven and appropriate for problem solving (Where are my keys?)
p => q
True
p => ~q
False
~p => q
True