Team DREAM

Members
Overall Objectives
Scientific Foundations
Application Domains
Software
New Results
Contracts and Grants with Industry
Dissemination
Bibliography

Section: New Results

Diagnostic and causal reasoning

Participants : Philippe Besnard, Marie-Odile Cordier, Yves Moinard.

This work stems on [34] , [35] , [36] and is related to diagnosis where observed symptoms have to be explained by faults. The previously existing proposals are ad-hoc or, as in [40] , [62] , they are too close to standard logic in order to make a satisfactory diagnosis. Our proposal starts from propositional logic and introduces causal formulas , built on causal atoms such as ($ \alpha$ causes $ \beta$ ) intended to mean: “$ \alpha$ causes $ \beta$ ”. There are also taxonomy atoms such as ($ \alpha$ IS_A $ \beta$ ) (roughly $ \alpha$ is of kind $ \beta$ ). The user describes the system thanks to classical formulas, causal formulas, and taxonomy atoms. Then, a set of inference rules computes where $ \beta$ can be explained by some $ \alpha$ . These explanations are formalized by explanation atoms of the kind ($ \alpha$ explains $ \beta$ if_possible Im1 ${{\#947 _1,\#8943 ,\#947 _n}}$ ): when all the $ \gamma$i 's are possible together in the context of the given data, then ($ \alpha$ explains $ \beta$ ) . The simplest generating rule states that if ($ \alpha$ causes $ \beta$ ) then ($ \alpha$ explains $ \beta$ if_possible {$ \alpha$} ). One rule states that $ \alpha$$ \rightarrow$$ \beta$ if ($ \alpha$ causes $ \beta$ ), thus here “if_possible{$ \alpha$} ” is equivalent to “if_possible{$ \alpha$, $ \beta$} ”. Despite this rule, the connexions between causes and $ \rightarrow$ are rather loose. These connexions are a known difficulty in causal formalisms. Our solution avoids too much connexions between these two operators, while keeping the formalism simple and natural enough. Our system [37] , [38] deals with alternative effects without too much computational effort.

This kind of formalism is well fitted for an implementation in logic programming, precisely in the Answer Set Programming (ASP) [31] version. Indeed, not only ASP is closed to classical logic, thus allowing an immediate translation of the rules into an ASP language, but also ASP is known to be good in finding paths in graphs. ASP is a fast evolving area and the systems (e.g. DLV [74] and claspD [56] ) are becoming more and more efficient and user friendly. This last aspect is important since, even if an ASP program is written in a language allowing to express directly rules of the kind of our formalism, writing an ASP program generally happens to be more bothering than expected due to some limitations of the systems: reduced kind of objects (till very recently: no lists or sets, reduced use of functions,...) and difficulty in writing real "sub programs" (generally, a specific part of program should be rewritten differently for each occurrence). These two limitations are not crucial from a theoretical point of view. They are due to the novelty of this branch of logic programming, and are now in the way of being overcome. In particular, DLV-Complex [41] allows lists and function symbols, plus and easy way to built "pre definite predicates" in another language when necessary. Also, DLV Templates [42] allows "templates" which make "routines" easy to write. These are crucial improvements that simplify the task of a user. Then, gaining efficiency can be done by modifying the original rules, while keeping them close to their logical expression, and again this task is easier when using some "routines". Then, ASP is really easy to use and, since the core formalisms '(such as DLV or claspD) are also evolving rapidly, we can deal with more complex situations. Due to the natural way ASP rules can now be written, a user can directly write a program adapted to his needs without the need to learn a dedicated tool. Part of these results should appear in the "Logic programming and ASP" chapter in a book called "Panorama actuel de l'intelligence artificielle, ses bases méthodologiques, ses développements" , supervided by Pierre Marquis, Odile Papini and Henri Prade.


previous
next

Logo Inria