Case-based reasoning

Case-based reasoning

Case-based reasoning (CBR), 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 or a judge who creates case law is using case-based reasoning. So, too, an engineer copying working elements of nature (practicing biomimicry), is treating nature as a database of solutions to problems. Case-based reasoning is a prominent kind of analogy making.

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. Or, more radically, that all reasoning is based on past cases experienced or accepted by the being actively exercising choice – prototype theory – most deeply explored in human cognitive science.

Process

Case-based reasoning has been formalized for purposes of computer reasoning as a four-step processAgnar Aamodt and Enric Plaza, "Case-Based Reasoning: Foundational Issues, Methodological Variations, and System Approaches," "Artificial Intelligence Communications" 7 (1994): 1, 39-52.] :

# Retrieve: Given a target problem, retrieve cases from memory that are relevant to solving it. A case consists of a problem, its solution, and, typically, annotations about how the solution was derived. For example, suppose Fred wants to prepare blueberry pancakes. Being a novice cook, the most relevant experience he can recall is one in which he successfully made plain pancakes. The procedure he followed for making the plain pancakes, together with justifications for decisions made along the way, constitutes Fred's retrieved case.
# Reuse: Map the solution from the previous case to the target problem. This may involve adapting the solution as needed to fit the new situation. In the pancake example, Fred must adapt his retrieved solution to include the addition of blueberries.
# Revise: Having mapped the previous solution to the target situation, test the new solution in the real world (or a simulation) and, if necessary, revise. Suppose Fred adapted his pancake solution by adding blueberries to the batter. After mixing, he discovers that the batter has turned blue – an undesired effect. This suggests the following revision: delay the addition of blueberries until after the batter has been ladled into the pan.
# Retain: After the solution has been successfully adapted to the target problem, store the resulting experience as a new case in memory. Fred, accordingly, records his newfound procedure for making blueberry pancakes, thereby enriching his set of stored experiences, and better preparing him for future pancake-making demands.

Comparison to other methods

At first glance, CBR may seem similar to the rule-induction algorithmsRule-induction algorithms are procedures for learning rules for a given concept by generalizing from examples of that concept. For example, a rule-induction algorithm might learn rules for forming the plural of English nouns from examples such as "dog/dogs", "fly/flies", and "ray/rays".] of machine learning. 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.

If for instance a procedure for plain pancakes is mapped to blueberry pancakes, a decision is made 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.

Criticism

Critics of CBR argue that it is an approach that accepts anecdotal evidence as its main operating principle. Without statistically relevant data for backing and implicit generalization, there is no guarantee that the generalization is correct. However, all inductive reasoning where data is too scarce for statistical relevance is inherently based on anecdotal evidence.

History

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 memoryRoger Schank, Dynamic Memory: "A Theory of Learning in Computers and People" (New York: Cambridge University Press, 1982).] was the basis for the earliest CBR systems: Janet Kolodner's CYRUSJanet Kolodner, "Reconstructive Memory: A Computer Model," "Cognitive Science" 7 (1983): 4.] and Michael Lebowitz's IPPMichael Lebowitz, "Memory-Based Parsing," "Artificial Intelligence" 21 (1983), 363-404.] .

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 CLAVIERBill Mark, "Case-Based Reasoning for Autoclave Management," "Proceedings of the Case-Based Reasoning Workshop" (1989).] , 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 systemTrung Nguyen, Mary Czerwinski, and Dan Lee, "COMPAQ QuickSource: Providing the Consumer with the Power of Artificial Intelligence," in "Proceedings of the Fifth Annual Conference on Innovative Applications of Artificial Intelligence" (Washington, DC: AAAI Press, 1993), 142-151.] .

Prominent CBR systems

* SMART: Support management automated reasoning technology for Compaq customer serviceAcorn, T., and Walden, S., SMART: Support management automated reasoning technology for Compaq customer service. In Proceedings of the Tenth National Conference Conference on Artificial Intelligence. MIT Press. (1992).]

* Appliance Call Center automation at General ElectricCheetham, W., Goebel, K., Appliance Call Center: A Successful Mixed-Initiative Case Study, Artificial Intelligence Magazine, Volume 28, No. 2, (2007). pp 89 – 100.]

* CLAVIER: Applying case-based reasoning on to composite part fabrication Hinkle, D., and Toomey, C. N., CLAVIER: Applying case-based reasoning on to composite part fabrication. Proceeding of the Sixth Innovative Application of AI Conference, Seattle, WA, AAAI Press, (1994). pp. 55-62.]

* FormTool: Plastics Color Matching Cheetham, W., Tenth Anniversary of Plastics Color Matching, Artificial Intelligence Magazine, Volume 26, No. 3, (2005). pp 51 – 61.]

* CoolAir: HVAC specification and pricing system [Watson, I. Gardingen, D. (1999). A Case-Based Reasoning System for HVAC Sales Support on the Web. In, the Knowledge Based Systems Journal, Vol. 12. no. 5-6, pp.207-214]

* [http://www.cdacmumbai.in/index.php/cdacmumbai/research_and_publications/research_groups/kbcs_artificial_intelligence/research/case_based_reasoning Vidur] - A CBR based intelligent advisory system, by [http://www.cdacmumbai.in/ C-DAC Mumbai] , for farmers of North-East India.

ee also

*Decision tree
*Genetic algorithm
*Pattern matching
*Analogy
*K-line (artificial intelligence)
*Ripple down rules

References

For further reading

* Aamodt, Agnar, and Enric Plaza. " [http://www.iiia.csic.es/People/enric/AICom.html 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. " [http://www.cs.indiana.edu/~leake/papers/p-96-01_dir.html/paper.html CBR in Context: The Present and Future] ", In Leake, D., editor, Case-Based Reasoning: Experiences, Lessons, and Future Directions. AAAI Press/MIT Press, 1996, 1-30.
* 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.

* cite book
editor=Lenz, Mario; Bartsch-Spörl, Brigitte; Burkhard, Hans-Dieter; Wess, Stefan
title=Case-Based Reasoning Technology: From Foundations to Applications
series=Lecture Notes in Artificial Intelligence
volume=1400
year=1998
isbn=3-540-64572-1
publisher=Springer
doi=10.1007/3-540-69351-3

* 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.
* Ian Watson. [http://www.elsevier.com/wps/find/bookdescription.cws_home/680655/description#description "Applying Case-Based Reasoning: Techniques for Enterprise Systems". Elsevier, 1997.]

----"An [http://www.nupedia.com/article/465/ earlier version] of the above article was posted on Nupedia."


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Case-Based-Reasoning — Das fallbasierte Schließen (engl. case based reasoning, franz. raisonnement par cas, span. Razonamiento basado en casos) ist ein maschinelles Lernverfahren zur Problemlösung durch Analogieschluss. Das zentrale Element in einem CBR System ist eine …   Deutsch Wikipedia

  • Case-Based Reasoning — Das fallbasierte Schließen (engl. case based reasoning, franz. raisonnement par cas, span. Razonamiento basado en casos) ist ein maschinelles Lernverfahren zur Problemlösung durch Analogieschluss. Das zentrale Element in einem CBR System ist eine …   Deutsch Wikipedia

  • Case Based Reasoning — Raisonnement par cas Pour les articles homonymes, voir CBR. Pour résoudre les problèmes de la vie quotidienne, nous faisons naturellement appel à notre expérience. Nous nous remémorons les situations semblables déjà rencontrées. Puis nous les… …   Wikipédia en Français

  • Case Based Reasoning — Fallbasiertes Schliessen , Methode der KI, bei der der intelligente Einsatz der IF Abfrage als künstliche Intelligenz gewertet wird …   Acronyms

  • Case Based Reasoning — Fallbasiertes Schliessen , Methode der KI, bei der der intelligente Einsatz der IF Abfrage als künstliche Intelligenz gewertet wird …   Acronyms von A bis Z

  • Model-based reasoning — In artificial intelligence, model based reasoning refers to an inference method used in expert systems based on a model of the physical world. With this approach, the main focus of application development is developing the model. Then at run time …   Wikipedia

  • Reasoning — is the cognitive process of looking for reasons for beliefs, conclusions, actions or feelings. [ Kirwin, Christopher. 1995. Reasoning . In Ted Honderich (ed.), The Oxford Companion to Philosophy . Oxford: Oxford University Press: p. 748] Humans… …   Wikipedia

  • Case analysis — is one of the most general and applicable methods of analytical thinking, depending only on the division of a problem, decision or situation into a sufficient number of separate cases. Analysing each such case individually may be enough to… …   Wikipedia

  • Defeasible reasoning — is a kind of reasoning that is based on reasons that are defeasible, as opposed to the indefeasible reasons of deductive logic. Defeasible reasoning is a particular kind of non demonstrative reasoning, where the reasoning does not produce a full …   Wikipedia

  • Knowledge-based systems — According to the Free On line Dictionary of Computing (FOLDOC), a knowledge based system is a program for extending and/or querying a knowledge base.The [http://www.computeruser.com/resources/dictionary/ Computer User High Tech Dictionary]… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”