next up previous
Next: About this document ...

Class 7:
POP; Uncertainty; Creativity

Selmer Bringsjord

? (substitute '(a b c) (match '(?x ?y ?z) '(a b c)))
(A B C)
? (match '(?x ?y ?z) '(a b c))
((?Z C) (?Y B) (?X A) (T T))
? (substitute '(?x b c) '((?x a)))
(A B C)
? (substitute '(?x b ?y) '((?x a) (?y f)))
(A B F)
? (substitute '(?x (a b) ?y) '((?x a) (?y f)))
(A (A B) F)
? (substitute '(?x (a ?z) ?y) '((?x a) (?y f) (?z e)))
(A (A E) F)
? (rhs '((a b c) (d e f)))
(D E F)
? (lhs '((a b c) (d e f)))
(A B C)
? (apply-rule '(I am depressed)
'((I am ?x) (Why are you ?x ?)))
(WHY ARE YOU DEPRESSED ?)
? (apply-rule '(Man Socrates)
'((Man ?x) (Mortal ?x)))
(MORTAL SOCRATES)
? *grammar-rules*
(((JOHN ?V ?N) ((N JOHN)...
? (apply-rules '(John loves Mary) *grammar-rules*)
(S (N JOHN) (VP (V LOVES) (N MARY)))
? (match '(a b c) '(a b c))
((T T))

POP

A plan $\cal P$ is a quadruple $\cal (S,O,B,L)$ where

What are we looking for?

solution($\cal P$) iff complete($\cal P$) $\wedge$ consistent($\cal P$), where

complete($\cal P$) iff
$\forall S_j \forall c
(c \in \mbox{PRECOND}(S_j) \Rightarrow\\
\exists S_i
(c ...
...{EFFECTS}(S_k) \wedge\\
S_i \prec S_k \prec S_j
\mbox{ is a linearization of }$ $\cal P$))).




consistent($\cal P$) iff
there are no contradictions in $\cal O$ and $\cal B$.

Uncertainty and OSCAR

Nearly all of you will at one time or another have affirmed the proposition that birds can fly. Expressed in FOL, this fact could be captured by

(1)
$\forall x (Bx \rightarrow Fx)$.

You will also have confronted the fact that ostriches can't fly. Clearly, there is a need to revise what had earlier been believed. But just as clearly, it's very implausible that humans, in everyday reasoning, employ modifications of (1) like


\begin{displaymath}\forall x ((Bx \wedge \neg Ox) \rightarrow Fx),\end{displaymath}

because, for starters, there are an infinite number of exceptions to (1). The solution, in general, must (might?) be that we use a system that allows us to make defeasible or revisable inferences. Defeasible logics mark attempts to capture such systems.

The Lottery Paradox

Suppose you hold one ticket (tk, for some $k \ge 1$) in a fair lottery consisting of 1 million tickets, and suppose it is known that one and only one ticket will win. Since the probability is only .000001 of tk's being drawn, it seems reasonable to believe that tk will not win. By the same reasoning it seems reasonable to believe that t1 will not win, that t2 will not win, $\ldots$, that t1000000 will not win. Therefore it is reasonable to believe

\begin{displaymath}\neg \exists t_i \mbox{($t_i$ will win)}.\end{displaymath}

But we know that

\begin{displaymath}\exists t_i \mbox{($t_i$ will win)}.\end{displaymath}

So we have an outright contradiction.

DefB 1
Agent sr betrays agent sd iff there exists some state of affairs p such that
1
sd wants p to occur;
2
sr believes that sd wants p to occur;
4
sr intends that p not occur;
5
sr believes that sd believes that sr intends that p occur.

Problem: no need to do anything

DefB 2
Agent sr betrays agent sd iff there exists some state of affairs p such that
1
sd wants p to occur;
2
sr believes that sd wants p to occur;
3
sr agrees with sd that p ought to occur;
4
sr intends that p not occur;
5
sr believes that sd believes that sr intends that p occur.

Problem: Suppose that Horace wants President Clinton to make a trip to Moscow; and suppose as well that Joe believes that Horace wants Clinton to make this trip, and that Joe agrees with Horace that Clinton ought to go. However, assume in addition that Joe intends that Clinton not go -- but takes no action toward that end. In this case it seems that since Joe does nothing (relevant), even if Clinton fails to go, there is no betrayal in the picture.

DefB 5
Agent sr betrays agent sd iff there exists some state of affairs p such that
1
sd wants p to occur;
2
sr believes that sd wants p to occur;
3
sr agrees with sd that p ought to occur;
4'
there is some action a which sr performs in the belief that thereby p will not occur;
5'
sr believes that sd believes that there is some action a which sr performs in the belief that thereby p will occur;
6'
sd wants that there is some action a which sr performs in the belief that thereby p will occur.

DefC 1
Agent s is P-creative with respect to $\phi$ at t if and only if there is a time t' prior to t and knowledge-bases $\Phi_s$ and $\Phi'_s$ such that
1
$\Phi_s \not\vdash \phi$ at t';
3
$\Phi'_s \vdash \phi$ at t, where s changes $\Phi_s$ to $\Phi'_s$ at some time t'' later than t' but not later than t.


  
Figure 1: Initial Plan, Shopping.
\includegraphics[width=4.5in]{fig11.06.ps}


  
Figure 2: Partial Plan, Shopping.
\includegraphics[width=4.5in]{fig11.07.ps}


  
Figure 3: Partial Plan Achieves At Preconditions.
\includegraphics[width=4.5in]{fig11.08.ps}


  
Figure 4: Flawed Plan.
\includegraphics[width=4.5in]{fig11.09.ps}


  
Figure 5: Protecting Causal Links.
\includegraphics[width=4.5in]{fig11.10.ps}


  
Figure 6: Causal Link Protection, Shopping.
\includegraphics[width=4.5in]{fig11.11.ps}


  
Figure 7: Solution, Shopping.
\includegraphics[width=4.5in]{fig11.12.ps}


  
Figure 8: POP.
\includegraphics[width=4.5in]{fig11.13.ps}


  
Figure 9: Pollock 1.


  
Figure 10: Pollock 2.
\includegraphics[width=4.5in]{fig.14.pollock.ps}


  
Figure 11: Pollock 3.



 
next up previous
Next: About this document ...
Selmer Bringsjord
1999-06-08