Case-based reasoning GudangMovies21 Rebahinxxi LK21

      Case-based reasoning (CBR), broadly construed, is the process of solving new problems based on the solutions of similar past problems.
      In everyday life, 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 type of analogy solution 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 personally experienced. This view is related to prototype theory, which is most deeply explored in cognitive science.


      Process



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

      Retrieve: Given a target problem, retrieve cases relevant to solving it from memory. 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 new-found 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 algorithms 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.
      In law, there is often explicit delegation of CBR to courts, recognizing the limits of rule based reasons: limiting delay, limited knowledge of future context, limit of negotiated agreement, etc. While CBR in law and cognitively inspired CBR have long been associated, the former is more clearly an interpolation of rule based reasoning, and judgment, while the latter is more closely tied to recall and process adaptation. The difference is clear in their attitude toward error and appellate review.
      Another name for cased based reasoning in problem solving is symptomatic strategies. It does require à priori domain knowledge that is gleaned from past experience which established connections between symptoms and causes. This knowledge is referred to as shallow, compiled, evidential, history-based as well as case-based knowledge. This is the strategy most associated with diagnosis by experts. Diagnosis of a problem transpires as a rapid recognition process in which symptoms evoke appropriate situation categories. An expert knows the cause by virtue of having previously encountered similar cases. Cased based reasoning is the most powerful strategy, and that used most commonly. However, the strategy won't work independently with truly novel problems, or where deeper understanding of whatever is taking place is sought.
      An alternative approach to problem solving is the topographic strategy which falls into the category of deep reasoning. With deep reasoning, in-depth knowledge of a system is used. Topography in this context means a description or an analysis of a structured entity, showing the relations among its elements.
      Also known as reasoning from first principles, deep reasoning is applied to novel faults when experience-based approaches aren't viable. The topographic strategy is therefore linked to à priori domain knowledge that is developed from a more a fundamental understanding of a system, possibly using first-principles knowledge. Such knowledge is referred to as deep, causal or model-based knowledge.
      Hoc and Carlier noted that symptomatic approaches may need to be supported by topographic approaches because symptoms can be defined in diverse terms. The converse is also true – shallow reasoning can be used abductively to generate causal hypotheses, and deductively to evaluate those hypotheses, in a topographical search.


      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 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, which directed at topics such as 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 internationally, 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 resulted in the deployment of a number of successful 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 applications such as the Compaq SMART system and has found a major application area in the health sciences, as well as in structural safety management.
      There is recent work that develops CBR within a statistical framework and formalizes case-based inference as a specific type of probabilistic inference. Thus, it becomes possible to produce case-based predictions equipped with a certain level of confidence.
      One description of the difference between CBR and induction from instances is that statistical inference aims to find what tends to make cases similar while CBR aims to encode what suffices to claim similarly.


      See also


      AI alignment
      Artificial intelligence detection software
      Abductive reasoning
      Duck test
      I know it when I see it
      Commonsense reasoning
      Purposeful omission
      Decision tree
      Genetic algorithm
      Pattern matching
      Analogy
      K-line (artificial intelligence)
      Ripple down rules
      Casuistry
      Similarity heuristic


      Notes and references




      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.
      Bergmann, Ralph Experience Management: Foundations, Development Methodology, and Internet-Based Applications. Springer, LNAI 2432, 2002.
      Bergmann, R., Althoff, K.-D., Breen, S., Göker, M., Manago, M., Traphöner, R., and Wess, S. Developing industrial case-based reasoning applications: The INRECA methodology. Springer LNAI 1612, 2003.
      Kolodner, Janet. Case-Based Reasoning. San Mateo: Morgan Kaufmann, 1993.
      Leake, David. "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.
      Lenz, Mario; Bartsch-Spörl, Brigitte; Burkhard, Hans-Dieter; Wess, Stefan, eds. (1998). Case-Based Reasoning Technology: From Foundations to Applications. Lecture Notes in Artificial Intelligence. Vol. 1400. Springer. doi:10.1007/3-540-69351-3. ISBN 978-3-540-64572-6. S2CID 10517603.
      Oxman, Rivka. Precedents in Design: a Computational Model for the Organization of Precedent Knowledge, Design Studies, Vol. 15 No. 2 pp. 141–157
      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.
      Watson, Ian. Applying Case-Based Reasoning: Techniques for Enterprise Systems. San Francisco: Morgan Kaufmann, 1997.


      External links



      GAIA – Group of Artificial Intelligence Applications

      An earlier version of the above article was posted on Nupedia.

    Kata Kunci Pencarian:

    case based reasoning adalahcase based reasoning examplecase based reasoning machine learningcase based reasoning pptcase based reasoning in artificial intelligencecase based reasoning systemcase based reasoning pythoncase based reasoning for natural language queries over knowledge basescase based reasoning foundational issues methodological variations and system approachescase based reasoning research and development
    Case-Based Reasoning | PDF | Science | Cognition

    Case-Based Reasoning | PDF | Science | Cognition

    An Overview of Case-Based Reasoning: Definitions, Components ...

    An Overview of Case-Based Reasoning: Definitions, Components ...

    Case - Based Reasoning | PDF

    Case - Based Reasoning | PDF

    Case-Based Reasoning-An Introduction | PDF

    Case-Based Reasoning-An Introduction | PDF

    Case-Based Reasoning

    Case-Based Reasoning

    Case Based Reasoning - Assignment Point

    Case Based Reasoning - Assignment Point

    Case Based Reasoning PowerPoint and Google Slides Template - PPT Slides

    Case Based Reasoning PowerPoint and Google Slides Template - PPT Slides

    Case Based Reasoning PowerPoint and Google Slides Template - PPT Slides

    Case Based Reasoning PowerPoint and Google Slides Template - PPT Slides

    Case Based Reasoning PowerPoint and Google Slides Template - PPT Slides

    Case Based Reasoning PowerPoint and Google Slides Template - PPT Slides

    Case Based Reasoning | PPT

    Case Based Reasoning | PPT

    Case Based Reasoning | PPT

    Case Based Reasoning | PPT

    (PDF) Case-Based Reasoning | Mirjam Minor - Academia.edu

    (PDF) Case-Based Reasoning | Mirjam Minor - Academia.edu

    Search Results

    case based reasoning

    Daftar Isi

    Case-based reasoning - Wikipedia

    Case-based reasoning (CBR), broadly construed, is the process of solving new problems based on the solutions of similar past problems. [1] [2] In everyday life, an auto mechanic who fixes …

    Case Based Reasoning - Overview - GeeksforGeeks

    May 30, 2021 · Case-Based Reasoning(CBR) resolve new problems by adjusting previously fortunate solutions to alike problems. Roger Schank is widely held to be the beginning of CBR. …

    What is Case-Based Reasoning (CBR)? Definition from …

    Case-based reasoning (CBR) is an experience-based approach to solving new problems by adapting previously successful solutions to similar problems. Addressing memory, learning, …

    Case-based Reasoning - The Decision Lab

    Case-based reasoning is any kind of problem-solving approach that uses past solutions to solve similar problems. It assumes that knowledge can be acquired through past experiences, and …

    Case Based Reasoning - University of Edinburgh

    In case-based reasoning (CBR) systems expertise is embodied in a library of past cases, rather than being encoded in classical rules. Each case typically contains a description of the …

    CBR - Case Based Reasoning - Purdue University

    As the name implies; it is Reasoning, Based on Cases. Reasoning - The drawing of inferences or conclusions through the use of facts or other intelligible information. Based - Grounded in …

    Case-Based Reasoning - Northwestern University

    The key idea in case-based reasoning is "solve new problems by adapting -- and remembering what happens -- old solutions." A problem here might be "explain why squirrels have bushy …

    The Art of Case-Based Reasoning: How to Apply it to Real-World …

    Sep 25, 2024 · Case-Based Reasoning is a problem-solving methodology that relies on past cases to solve new problems. Identifying relevant cases for problem-solving involves …

    Case-Based Reasoning in Machine Learning - Scaler Topics

    Jun 18, 2023 · Case-Based Reasoning (CBR) is a popular artificial intelligence (AI) technique that utilizes previous experiences to solve new problems. It is a type of machine learning that relies …

    Case-Based Reasoning - an overview | ScienceDirect Topics

    Case-based reasoning (CBR) is a problem-solving methodology that involves solving new problems by reusing solutions that were used to solve similar problems in the past. The …