semweb – Semantic Web and Expert Systems – Expert Systems

Expert Systems

Fr De

Tutorial:
follow the magnifying glass (on the left besides this text in a maximized browser.)

Expert Systems (XPS) simulate the decision-making process of domain experts in order to solve complex problems by reasoning on conceptualized knowledge representations – mostly expressed in terms of OBJECTS and of IF-THEN rules. The knowledge representation of an expert system is called „knowledge base“. The latter is a special document containing the decision-making process factorized in objects and IF-THEN rules. The purpose of an expert system is to help decide quickly on complex problems like e.g. diagnosis or prediction. Since the nature of events, states is not always „discrete“ (e.g. true or false) some fuzzyness has been introduced to allow intermediate levels and hence several degree of (pure formal) evidence on decisions: MYCIN was the first XP using „certainty factors“ connected with facts and rules. Reasoning is here the method used to connect rules (rule chaining) to solve a problem. There are mainly two directions of reasoning:

Forward reasoning (chaining)
Backward reasoning (chaining)
– mixed methods (forward and backward chaining).

While forward reasoning starts on a given knowledge base (data) state, apply rules changing this knowledge base, again and again until a final state (of the knowledge base data) is reached, backward chaining starts from a goal (hypothesis) and try to apply rules backwards – also asking the user in case of incomplete information – until a (data) state in the knowledge base is matched.

The decision process is finished either when no further rule can be applied or when a decision with strong evidence is taken. It is crucial that (every) decision process terminates (it come to an end) to avoid undefined answers.

NB: There is a strong relation between a formal system and an expert system.

Start demo
in new tab