Subakti, M.M.I. (2005) A Variable-Centered Intelligent Rule System

Abstract

A Rule-based System (RBS) is a good system to get the answer of What, How, and Why questions from the rule base (RB) during inferencing. Answers and explanations are properly provided. The problem with RBS is that it can’t easily perform the knowledge acquisition process and it can’t update the rules automatically. Only the expert can update them, manually, by the support of a knowledge engineer. Moreover most researches in RBS concern more about the optimization of the existing rules than about generating new rules from them. Rule optimization, however, can’t change the result of the inferencing, significantly, in term of knowledge coverage.

Ripple Down Rules (RDR) came up to overcome the major problem of expert systems: experts no longer always communicate knowledge in a specific context. RDR allows for extremely rapid and simple knowledge acquisition without the help of a knowledge engineer. The user doesn’t ever need to examine the RB in order to define new rules: the user only needs to define a new rule that correctly classifies a given example, and the system can determine where the rule should be placed in the hierarchy. The limitation of RDR is the lack of powerful inference. RDR seems to use Depth First Search which lacks the flexibility of question answering and explanation accrued from inference.

A Variable-Centered Intelligent Rule System (VCIRS) is our proposed method. It hybridizes RBS and RDR. The system architecture is adapted from RBS and obtains advantages from RDR. This system organizes the RB in a special structure so that easy knowledge building, powerful knowledge inferencing and evolutional improvement of system performance can be obtained at the same time. The term “Intelligent” stresses that it can “learn” to improve the system performance from the user during knowledge building (via value analysis) and refining (by rule generation).

Keywords

rule-based systems, ripple down rules, knowledge building, knowledge inferencing, knowledge refining.