

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Professor: Choe; Class: ARTIFICIAL INTELLIGENCE; Subject: COMPUTER SCIENCE; University: Texas A&M University; Term: Unknown 1989;
Typology: Assignments
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Handwritten or printed hardcopy must be submitted to the TA Total: 130 pts
Important: In this section, assume that w, x, y, z are variables; A, B, C, D are constants; and f (·), g(·), h(·) are functions; and P (·), Q(·), R(·) are predicates.
To do automatic theorem proving in first-order logic, you need to go through three steps to convert your initial first-order logic expression into a standard form. These are:
Question 1 (12 pts): Convert to prenex normal form (4 points each):
Question 2 (20 pts): Skolemize the expressions (4 points each):
Question 3 (9 pts): Convert the following into a standard form:
∀x, [¬P (x) → ¬(∃y, Q(x, y))]
Question 1 (9 pts): Apply the following substitutions to the expressions (3 point each);
Question 2 (16 pts): For each of the following, (1) find the unifier, and (2) show the unified expression. For example, given P (A) and P (x), the unifier would be {x/A}, and the unified expression P (A). If the pair of expressions is not unifiable, indicate so. (4 points each):
Question 3 (20 pts): Show that R(A) is a logical consequence of the following. Use resolution. Turn into a normal form as necessary.
2 Uncertainty and Probabilistic Reasoning
B T^ T^ F^ F^
E T F T F
P(A) . . .
.
P(B) .
P(E)
Alarm
Earthquake
JohnCalls MaryCalls
Burglary
A P(J) T^ F^ . .
A P(M) T^ F .70.
.
Figure 1: Belief Network. See problem 1.
Question 1 (10 pts): Given the Belief network as shown in figure 1, calculate the two joint probability values and answer the question. Note that in this section P (·) denotes the probability of the event. (5 points each):