All Topics  
Case-based reasoning

 

   Email Print
   Bookmark   Link






 

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
Mechanic

A mechanic is a person who uses tools to repair things or works to keep things operating properly.Many mechanics are specialized in a particular field such as auto mechanics, bicycle mechanics, boiler mechanics, industrial maintenance mechanics , air conditioning and refrigeration mechanics, aircraft mechanics, diesel mechanics and tank m...
 who fixes an engine
Engine

An engine is a mechanical device that produces some form of output from a given input.An engine whose purpose is to produce kinetic energy output from a fuel is called a Wiktionary:prime mover; alternatively, a motor is a device which produces kinetic energy from a preprocessed "fuel" ....
 by recalling another car
Automobile

An automobile or motor car is a wheeled motor vehicle for transportation passengers, which also carries its own car engine or motor. Most definitions of the term specify that automobiles are designed to run primarily on roads, to have seating for one to eight people, to typically have four wheels, and to be constructed principally f...
 that exhibited similar symptoms is using case-based reasoning. A lawyer
Lawyer

A lawyer, according to Black's Law Dictionary, is "a person learned in the law; as an Attorney at law, counsel or solicitor; a person licensed to practice fraud." Law is the system of rules of conduct established by the sovereign government of a society to correct wrongs, maintain stability, and deliver justice....
 who advocates a particular outcome in a trial
Trial (law)

In law, a trial is an event in which parties come together to a dispute present information in a formal setting, usually a court, before a judge, jury, or other designated finder of fact, in order to achieve a resolution to their dispute....
 based on legal precedent
Precedent

In common law Legal systems of the world, a precedent or authority is a legal case establishing a principle or rule that a court or other judicial body adopts when deciding subsequent cases with similar issues or facts....
s or a judge who creates case law
Case law

Case law is the general term for the principles and rules of law set forth in judge legal opinion from courts of law. Case law incorporates courts' decisions from individual legal case and encompasses courts' interpretations of statutes, constitution provisions, administrative law regulations and, in some cases, law originating solely f...
 is using case-based reasoning. So, too, an engineer
Engineer

An engineer is a person professionally engaged in a field of engineering. Engineers are concerned with developing economical and safe solutions to practical problems, by applying mathematics and scientific knowledge while considering technical constraints....
 copying working elements of nature (practicing biomimicry
Biomimicry

Biomimicry is a relatively new science that studies nature, its models, systems, processes and elements and then imitates or takes creative inspiration from them to solve human problems sustainability ....
), is treating nature as a database of solutions to problems. Case-based reasoning is a prominent kind of analogy
Analogy

Analogy is both the cognition process of transferring information from a particular subject to another particular subject , and a language expression corresponding to such a process....
 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
Problem solving

Problem solving forms part of thought. Considered the most complex of all intelligence functions, problem solving has been defined as higher-order cognitive process that requires the modulation and control of more routine or fundamental skills....
; or, more radically, that all reasoning is based on past cases personally experienced.






Discussion
Ask a question about 'Case-based reasoning'
Start a new discussion about 'Case-based reasoning'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Case-based reasoning (CBR), broadly construed, is the process of solving new problems based on the solutions of similar past problems. An auto mechanic
Mechanic

A mechanic is a person who uses tools to repair things or works to keep things operating properly.Many mechanics are specialized in a particular field such as auto mechanics, bicycle mechanics, boiler mechanics, industrial maintenance mechanics , air conditioning and refrigeration mechanics, aircraft mechanics, diesel mechanics and tank m...
 who fixes an engine
Engine

An engine is a mechanical device that produces some form of output from a given input.An engine whose purpose is to produce kinetic energy output from a fuel is called a Wiktionary:prime mover; alternatively, a motor is a device which produces kinetic energy from a preprocessed "fuel" ....
 by recalling another car
Automobile

An automobile or motor car is a wheeled motor vehicle for transportation passengers, which also carries its own car engine or motor. Most definitions of the term specify that automobiles are designed to run primarily on roads, to have seating for one to eight people, to typically have four wheels, and to be constructed principally f...
 that exhibited similar symptoms is using case-based reasoning. A lawyer
Lawyer

A lawyer, according to Black's Law Dictionary, is "a person learned in the law; as an Attorney at law, counsel or solicitor; a person licensed to practice fraud." Law is the system of rules of conduct established by the sovereign government of a society to correct wrongs, maintain stability, and deliver justice....
 who advocates a particular outcome in a trial
Trial (law)

In law, a trial is an event in which parties come together to a dispute present information in a formal setting, usually a court, before a judge, jury, or other designated finder of fact, in order to achieve a resolution to their dispute....
 based on legal precedent
Precedent

In common law Legal systems of the world, a precedent or authority is a legal case establishing a principle or rule that a court or other judicial body adopts when deciding subsequent cases with similar issues or facts....
s or a judge who creates case law
Case law

Case law is the general term for the principles and rules of law set forth in judge legal opinion from courts of law. Case law incorporates courts' decisions from individual legal case and encompasses courts' interpretations of statutes, constitution provisions, administrative law regulations and, in some cases, law originating solely f...
 is using case-based reasoning. So, too, an engineer
Engineer

An engineer is a person professionally engaged in a field of engineering. Engineers are concerned with developing economical and safe solutions to practical problems, by applying mathematics and scientific knowledge while considering technical constraints....
 copying working elements of nature (practicing biomimicry
Biomimicry

Biomimicry is a relatively new science that studies nature, its models, systems, processes and elements and then imitates or takes creative inspiration from them to solve human problems sustainability ....
), is treating nature as a database of solutions to problems. Case-based reasoning is a prominent kind of analogy
Analogy

Analogy is both the cognition process of transferring information from a particular subject to another particular subject , and a language expression corresponding to such a process....
 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
Problem solving

Problem solving forms part of thought. Considered the most complex of all intelligence functions, problem solving has been defined as higher-order cognitive process that requires the modulation and control of more routine or fundamental skills....
; or, more radically, that all reasoning is based on past cases personally experienced. This view is related to prototype theory
Prototype Theory

Prototype theory is a mode of graded categorization in cognitive science, where some members of a category are more central than others. For example, when asked to give an example of the concept furniture, chair is more frequently...
, which is most deeply explored in cognitive science
Cognitive science

Cognitive science may be concisely defined as the study of the nature of intelligence. It draws on multiple empirical disciplines, including psychology, philosophy, neuroscience, linguistics, anthropology, computer science, sociology and biology....
.

Process


Case-based reasoning has been formalized for purposes of computer reasoning as a four-step process:

  1. 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.
  2. 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.
  3. 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.
  4. 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
Rule induction

Rule induction is an area of machine learning in which formal rules are extracted from a set of observations. The rules extracted may represent a full scientific model of the data, or merely represent local patterns in the data....
 algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
s of machine learning
Machine learning

Machine learning is the subfield of artificial intelligence that is concerned with the design and development of algorithms that allow computers to improve their performance over time based on data, such as from sensor data or databases....
. 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
Anecdotal evidence

The expression anecdotal evidence has two distinct meanings. Evidence in the form of an anecdote or hearsay is called anecdotal if there is doubt about its veracity: the evidence itself is considered untrustworthy or untrue....
 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
Anecdotal evidence

The expression anecdotal evidence has two distinct meanings. Evidence in the form of an anecdote or hearsay is called anecdotal if there is doubt about its veracity: the evidence itself is considered untrustworthy or untrue....
.

History


CBR traces its roots to the work of Roger Schank
Roger Schank

Roger Schank is president and CEO of Socratic Arts, and a leading visionary in artificial intelligence....
 and his students at Yale University
Yale University

Yale University is a private university in New Haven, Connecticut. Founded in 1701 as the Collegiate School, Yale is the Colonial Colleges institution of higher education in the United States and is a member of the Ivy League....
 in the early 1980s. Schank's model of dynamic memory was the basis for the earliest CBR systems: Janet Kolodner's CYRUS and Michael Lebowitz's IPP.

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, a system for laying out composite parts to be baked in an industrial convection oven. CBR has been used extensively in help desk
Help desk

A help desk is an information and assistance resource that troubleshoots problems with computers or similar products. Corporations often provide help desk support to their customers via a toll-free number, website and/or e-mail....
 applications such as the Compaq SMART system.

Prominent CBR systems


  • SMART: Support management automated reasoning technology for Compaq customer service


  • Appliance Call Center automation at General Electric


  • CLAVIER: Applying case-based reasoning on to composite part fabrication


  • FormTool: Plastics Color Matching


  • CoolAir: HVAC specification and pricing system


  • - A CBR based intelligent advisory system, by , for farmers of North-East India.


See also

  • Decision tree
    Decision tree

    A decision tree is a decision support tool that uses a tree-like Diagram or Causal model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility....
  • Genetic algorithm
    Genetic algorithm

    A genetic algorithm is a Search algorithm wikt:technique used in computing to find exact or approximate solutions to Optimization and Search algorithm problems....
  • Pattern matching
    Pattern matching

    In computer science, pattern matching is the act of checking for the presence of the constituents of a given pattern. In contrast to pattern recognition, the pattern is rigidly specified....
  • Analogy
    Analogy

    Analogy is both the cognition process of transferring information from a particular subject to another particular subject , and a language expression corresponding to such a process....
  • K-line (artificial intelligence)
    K-line (artificial intelligence)

    A K-line, or Knowledge-line, is a mental agent which represents an association of a group of other mental agents found active when a subject solves a certain problem or formulates a new idea....
  • Ripple down rules
    Ripple down rules

    Ripple Down Rules is a knowledge acquisition methodology. Knowledge acquisition is a method to transfer knowledge from human experts to knowledge based systems....
  • Casuistry
    Casuistry

    Casuistry is an applied ethics term referring to case-based reasoning. Casuistry is used in juridical and ethical discussions of law and ethics, and often is a critique of principle or rule base reasoning....


For further reading


  • Aamodt, Agnar, and Enric Plaza. "" 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. "", 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.


  • 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
    Ian Watson

    Ian Watson can refer to:* Ian Watson * Ian Watson , British science fiction author* Ian Watson , British cricketer* Ian Watson , British footballer...
    .


External links

An of the above article was posted on Nupedia
Nupedia

Nupedia was an English-language World Wide Web encyclopedia whose articles were written by experts and licensed as free content. It was founded by Jimmy Wales and underwritten by Bomis, with Larry Sanger as editor-in-chief....
.