Case-based reasoning, broadly construed, is the process of solving new problems based on the solutions of similar past problems. An auto mechanic who fixes an engine by recalling another car that exhibited similar symptoms is using case-based reasoning. A lawyer who advocates a particular outcome in a trial based on legal precedents is using case-based reasoning. It has been argued that case-based reasoning is not only a powerful method for computer reasoning, but also a pervasive behavior in everyday human problem solving. Case-based reasoning (CBR) has been formalized as a four-step process:N
At first glance, CBR may seem similar to the rule-induction algorithmsP of machine learning.N Like a rule-induction algorithm, CBR starts with a set of cases or training examples; it forms generalizations of these examples, albeit implicit ones, by identifying commonalities between a retrieved case and the target problem. For instance, when Fred mapped his procedure for plain pancakes to blueberry pancakes, he decided to use the same basic batter and frying method, thus implicitly generalizing the set of situations under which the batter and frying method can be used. The key difference, however, between the implicit generalization in CBR and the generalization in rule induction lies in when the generalization is made. A rule-induction algorithm draws its generalizations from a set of training examples before the target problem is even known; that is, it performs eager generalization. For instance, if a rule-induction algorithm were given recipes for plain pancakes, Dutch apple pancakes, and banana pancakes as its training examples, it would have to derive, at training time, a set of general rules for making all types of pancakes. It would not be until testing time that it would be given, say, the task of cooking blueberry pancakes. The difficulty for the rule-induction algorithm is in anticipating the different directions in which it should attempt to generalize its training examples. This is in contrast to CBR, which delays (implicit) generalization of its cases until testing time -- a strategy of lazy generalization. In the pancake example, CBR has already been given the target problem of cooking blueberry pancakes; thus it can generalize its cases exactly as needed to cover this situation. CBR therefore tends to be a good approach for rich, complex domains in which there are myriad ways to generalize a case. CBR traces its roots to the work of Roger Schank and
his students at Yale University in the early 1980s.
Schank's model of dynamic memoryN
was the basis for the earliest CBR systems: Janet Kolodner's CYRUSN
and Michael Lebowitz's IPP.N
Other schools of CBR and closely allied fields
emerged in the 1980s, investigating such topics as CBR in
legal reasoning, memory-based reasoning (a way of reasoning
from examples on massively parallel machines), and
combinations of CBR with other reasoning methods.
In the 1990s, interest in CBR grew in the international
community, as evidenced by the establishment of
an International Conference on Case-Based Reasoning
in 1995, as well as European, German, British, Italian,
and other CBR workshops. CBR technology has produced
a number of successful deployed systems, the earliest
being Lockheed's CLAVIER,N
a system for laying out composite parts
to be baked in an industrial convection oven.
CBR has been used extensively in help-desk
applications such as the Compaq SMART
system.N
As of this writing, a number of CBR
decision support tools are commercially available,
including k-Commerce from eGain (formerly Inference
Corporation) and Kaidara Advisor from Kaidara
(formerly AcknoSoft).
For Further Reading Aamodt, Agnar, and Enric Plaza. "Case-Based Reasoning: Foundational Issues,
Methodological Variations, and System Approaches." Artificial Intelligence Communications 7, no. 1 (1994): 39-52.
Althoff, Klaus-Dieter, Ralph Bergmann, and L. Karl Branting, eds. Case-Based Reasoning Research and Development: Proceedings of the Third International Conference on Case-Based Reasoning. Berlin: Springer Verlag, 1999.
Kolodner, Janet. Case-Based Reasoning. San Mateo: Morgan Kaufmann, 1993.
Leake, David, and Enric Plaza, eds. Case-Based Reasoning Research and Development: Proceedings of the Second International Conference on Case-Based Reasoning. Berlin: Springer Verlag, 1997.
Riesbeck, Christopher, and Roger Schank. Inside Case-based Reasoning. Northvale, NJ: Erlbaum, 1989.
Veloso, Manuela, and Agnar Aamodt, eds. Case-Based Reasoning Research and Development: Proceedings of the First International Conference on Case-Based Reasoning. Berlin: Springer Verlag, 1995.
Posted 2001-02-28; reviewed and approved by the Computers group; editor, Michael Witbrock ; lead reviewer, Michael Witbrock ; lead copyeditors, Cindy Seeley . and Larry Sanger . For citation purposes, please use the following (stable) URL: www.nupedia.com/article/465/ |