17.01.2014 Views

Propositional Argumentation Systems and Symbolic Evidence Theory

Propositional Argumentation Systems and Symbolic Evidence Theory

Propositional Argumentation Systems and Symbolic Evidence Theory

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

106 7 APPLICATIONS<br />

(-> (xray) (or (<strong>and</strong> lung-cancer a7)<br />

(<strong>and</strong> tuberculosis a8) a9))<br />

(-> (tuberculosis a10) dyspnoea)<br />

(-> (lung-cancer a11) dyspnoea)<br />

(-> (bronchitis a12) dyspnoea)<br />

(-> a13 dyspnoea)<br />

(-> (dyspnoea) (or (<strong>and</strong> tuberculosis a10)<br />

(<strong>and</strong> lung-cancer a11)<br />

(<strong>and</strong> bronchitis a12) a13))<br />

(observations (dyspnoea smoker asia))<br />

(assumptions ((a1 0.1) (a2 0.01) (a3 0.2) (a4 0.01) (a5 0.3)<br />

(a6 0.1) (a7 0.9) (a8 0.8) (a9 0.1) (a10 0.9)<br />

(a11 0.8) (a12 0.7) (a13 0.1)))<br />

Generally, ABL comm<strong>and</strong>s are defined as prefix expressions. According to Common<br />

Lisp, this requires the use of corresponding parentheses. Implications of the<br />

form p 1 ∧ · · · ∧ p n → q, for example, are written as (-> (p1 ... pn) q). Furthermore,<br />

there are two important special comm<strong>and</strong>s: (observations (o1 o2...)) is<br />

used to enter facts or observations; <strong>and</strong> (assumptions ((a1 pr1) ...) declares<br />

assumptions with corresponding probabilities. For example, a 1 is an assumption<br />

with probability 0.1. Probabilities can also be omitted.<br />

After compiling the above ABL–code, one can use Evidenzia to produce symbolic or<br />

numerical arguments for hypotheses like “Does the patient suffer from tuberculosis?”,<br />

“Does the patient suffer from bronchitis?”, etc. The comm<strong>and</strong> (sp h), for<br />

example, returns the (symbolic) support of a hypothesis h. In contrast, (dsp h)<br />

computes the (numerical) degree of support for h. For the hypotheses t (tuberculosis)<br />

<strong>and</strong> b (bronchitis) the system reports the following results:<br />

? (sp tuberculosis) ? (sp bronchitis)<br />

(a1 <strong>and</strong> a10) or (a5 <strong>and</strong> a12) or<br />

(a1 <strong>and</strong> a13) or (a6 <strong>and</strong> a12) or<br />

(a2 <strong>and</strong> a10) or (a5 <strong>and</strong> a13) or<br />

(a2 <strong>and</strong> a13) or (a6 <strong>and</strong> a13) or<br />

(a1 <strong>and</strong> a3 <strong>and</strong> a11) or (a1 <strong>and</strong> a5 <strong>and</strong> a10) or<br />

(a1 <strong>and</strong> a4 <strong>and</strong> a11) or (a1 <strong>and</strong> a6 <strong>and</strong> a10) or<br />

(a1 <strong>and</strong> a5 <strong>and</strong> a12) or (a2 <strong>and</strong> a5 <strong>and</strong> a10) or<br />

(a1 <strong>and</strong> a6 <strong>and</strong> a12) or (a2 <strong>and</strong> a6 <strong>and</strong> a10) or<br />

(a2 <strong>and</strong> a3 <strong>and</strong> a11) or (a3 <strong>and</strong> a5 <strong>and</strong> a11) or<br />

(a2 <strong>and</strong> a4 <strong>and</strong> a11) or (a3 <strong>and</strong> a6 <strong>and</strong> a11) or<br />

(a2 <strong>and</strong> a5 <strong>and</strong> a12) or (a4 <strong>and</strong> a5 <strong>and</strong> a11) or

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!