Diagrammatic Reasoning in Ai

Total Page:16

File Type:pdf, Size:1020Kb

Diagrammatic Reasoning in Ai DIAGRAMMATIC REASONING IN AI Robbie Nakatsu A JOHN WILEY & SONS, INC., PUBLICATION DIAGRAMMATIC REASONING IN AI DIAGRAMMATIC REASONING IN AI Robbie Nakatsu A JOHN WILEY & SONS, INC., PUBLICATION Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved Published by John Wiley & Sons, Inc., Hoboken, New Jersey Published simultaneously in Canada No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, (978) 750–8400, fax (978) 750–4470, or on the web at www.copyright.com. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748–6011, fax (201) 748–6008, or online at www.wiley.com/go/permission. Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts in preparing this book, they make no representations or warranties with respect to the accuracy or completeness of the contents of this book and specifically disclaim any implied warranties of merchantability or fitness for a particular purpose. No warranty may be created or extended by sales representatives or written sales materials. The advice and strategies contained herein may not be suitable for your situation. You should consult with a professional where appropriate. Neither the publisher nor author shall be liable for any loss of profit or any other commercial damages, including but not limited to special, incidental, consequential, or other damages. For general information on our other products and services or for technical support, please contact our Customer Care Department within the United States at (800) 762–2974, outside the United States at (317) 572–3993 or fax (317) 572–4002. Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not be available in electronic formats. For more information about Wiley products, visit our web site at www.wiley.com. Library of Congress Cataloging-in-Publication Data: Nakatsu, Robbie T., 1964– Diagrammatic reasoning in AI / Robbie T. Nakatsu. p. cm. ISBN 978-0-470-33187-3 (cloth) 1. Artificial intelligence–Graphic methods. 2. Artificial intelligence–Mathematics. 3. Reasoning–Graphic methods. I. Title. Q335.N355 2009 006.3–dc22 2009015920 Printed in the United States of America 10987654321 CONTENTS PREFACE vii CHAPTER 1 INTRODUCTION: WORKING AROUND THE LIMITATIONS OF AI 1 CHAPTER 2 MENTAL MODELS: DIAGRAMS IN THE MIND’S EYE 23 CHAPTER 3 TYPES OF DIAGRAMS 57 CHAPTER 4 LOGIC REASONING WITH DIAGRAMS 108 CHAPTER 5 RULE-BASED EXPERT SYSTEMS 143 CHAPTER 6 RULE-BASED REASONING WITH DIAGRAMS 188 CHAPTER 7 MODEL-BASED REASONING 228 CHAPTER 8 INEXACT REASONING WITH CERTAINTY FACTORS AND BAYESIAN NETWORKS 264 CHAPTER 9 A FRAMEWORK FOR UNDERSTANDING DIAGRAMMATIC REASONING 302 INDEX 321 v PREFACE This book is really the end product of over a decade of work, on and off, on diagrammatic reasoning in artificial intelligence (AI). In developing this book, I drew inspiration from a variety of sources: two experimental studies, the devel- opment of two prototype systems, an extensive literature review and analysis in AI, human–computer interaction (HCI), and cognitive psychology. This work especially contributes to our understanding of how to design the graphical user interface to support the needs of the end user in decision-making and problem- solving tasks. These are important topics today because there is an urgent need to understand how end users can cope with increasingly complex information technologies and computer-based information systems. Diagrammatic represen- tations can help in this regard. Moreover, I believe that reasoning with diagrams will become an important part of the newest generation of AI systems to be developed in the future. I began investigating the topic of diagrammatic reasoning several years ago as a doctoral student while working on research on user interface design. Almost serendipitously, I stumbled on a concept in cognitive psychology known as mental models. This is the idea that we construct models of the world in our minds to help us in our daily interactions with the world. I was intrigued by the idea and wanted to learn more about how, when, and why people do this. I believed that if we could better understand what these mental models are about, then we might use this knowledge to design computer user interfaces and aids, such as tutorials and explanations that might support people in complex tasks, and in their everyday lives. I devote an entire chapter (Chapter 2) to the subject of mental models. It turns out that my investigation on mental models naturally and gradually evolved into a more general investigation on diagrams. This is because I soon vii viii PREFACE came to view mental models, in many cases, as nothing more than diagrams in the mind’s eye. By diagram I mean a graphical representation of how objects in a domain are interconnected or interrelated to one another. (In Chapter 3 I try to pin down the concept of diagram by defining it more precisely. I also provide a taxonomy of diagram types.) In the process of researching and studying diagramming, I made a few key discoveries. The first is that diagramming is really a basic human activity—most of us do it quite naturally, even if in an informal and adhoc way. On occasion, we do it more formally and explicitly and will spend time to create the “right” diagram, especially if we need to present it to others. I was surprised at how often the need to diagram appeared in my own daily life; it was not at all difficult to come up with several examples of diagramming. The second discovery is that diagramming can take on numerous incarnations and forms, more than I could ever imagine. It was overwhelming to keep track of all the different notations and techniques. Yet, underlying all these variations in notation were a few underlying principles and themes. I will address what these principles and themes are later on in Chapter 3 and in the concluding chapter, Chapter 9. The third discovery is that a diagram is more than just a static picture or representation. Diagrams can be used in more dynamic and interesting ways. Indeed, a theme of this book is that diagrams can be a central part of an intelligent user interface, meant to be manipulated and modified and, in some cases, used to infer solutions to difficult problems. All in all, there is much more to diagramming than meets the eye. What were my motivations for writing this book and what message do I want to convey to the reader? First, I wanted to understand how diagrams can be used to help learners understand complex ideas. As a teacher at an institution of higher education, I am particularly interested in the pedagogical function of diagrams—to teach and communicate complex ideas with precision and clarity. I am keenly aware of the difficulties that students face in the classroom in trying to understand course material. Textbooks, all too often, contain explanations that confuse more than edify, and classroom lectures often fail to communicate effectively because instructors make too many assumptions about what students are supposed to know or what they already know. In the end, the classroom environment fails to create an effective mental model of the course material for the learner. Moreover, interconnections and interrelationships among concepts are not reinforced strongly enough, so that retention of the material is short lived. Throughout this book, I present many examples of how diagramming can be used to convey information more effectively to learners. A second motivation is to understand how to make AI systems easier to understand and use. This is really one of the primary objectives of the book. Many critics of AI systems have argued for more transparency and flexibility in the user interface if users are to embrace and accept these systems. Traditional intelligent systems are black box systems that provide little or no opportunity to actively probe and question system conclusions and recommendations. Therefore, I argue that a diagrammatic user interface can help users better understand and visualize system actions. PREFACE ix To this end, I borrow heavily from AI and hence the title of the book is Diagrammatic Reasoning in AI . I could just as easily have titled the book simply “Diagrammatic Reasoning” or “The Visualization of Expertise,” but these titles do not adequately capture how much I have borrowed from the AI discipline. I look, specifically, at expert systems, model-based reasoning, and inexact reasoning (including certainty factors and Bayesian networks)—three important AI areas that have attempted to create programs capable of emulating human thinking and problem solving in various ways. I also cover logic reasoning (Chapter 4), which is a topic that has also been dealt with extensively in the AI literature. A third motivation for writing this book is that there are no books that I know of on the marketplace today that address diagrammatic reasoning in a coherent or unified way. I hope to fill this void by providing a more cohesive treatment of the subject. While there are a number of books about information design and graphic design that deal with the topic of diagramming, they explore the topic primarily from the perspective of illustrating principles of good graphic design. There are also several books that deal with specific diagramming notations.
Recommended publications
  • Maintaining Spatial Relations in an Incremental Diagrammatic Reasoner
    Maintaining Spatial Relations in an Incremental Diagrammatic Reasoner Ronald W. Ferguson, Joseph L. Bokor, Rudolph L. Mappus IV and Adam Feldman College of Computing Georgia Institute of Technology 801 Atlantic Avenue Atlanta, GA 30332 {rwf, jlbokor, cmappus, storm} @cc.gatech.edu Abstract gram. This work extends the GeoRep diagrammatic rea- soner (Ferguson & Forbus, 2000), which is described in Because diagrams are often created incrementally, a qualitative section 3. After describing GeoRep, we discuss how Ge o- diagrammatic reasoning system must dynamically manage a po- Rep was modified to allow incremental processing, and tentially large set of spatial interpretations. This paper describes cover a number of implementation issues: how to handle an architecture for handling spatial relations in an incremental, nonmonotonic diagrammatic reasoning system. The architecture composite objects, the interface between low-level and represents jointly exhaustive and pairwise disjoint (JEPD) spatial high-level reasoning, and a modified default assumption relation sets as nodes in a dependency network. Examples of these mechanism. We also describe extensions to a user interface spatial relation sets are interval relations, relative orientation rela- allowing a user to create diagrams and update the infer- tions, and connectivity relations. The network caches dependen- ences of the reasoner. We then discuss future challenges cies between low-level spatial relations, allowing those relations for this architecture. to be easily assumed or retracted as visual elements are added or removed from a diagram. We also describe how the system sup- ports high-level reasoning, including support for creating default 2. Related Work assumptions. Finally, we show how this system was integrated In qualitative spatial reasoning, researchers have explored with an existing drawing program and discuss its possible use in how to process qualitative spatial vocabularies incremen- diagrammatic and geographic reasoning.
    [Show full text]
  • Improving Knowledge Development and Exchange Via Transformative Pictogram Design
    2020 24th International Conference Information Visualisation (IV) Visual Design Thinking for Public Education: Improving knowledge development and exchange via transformative pictogram design 1st Nana Wang 2nd Leah Burns Sichuan University Aalto Univeristy China Finland 0000-0003-3902-7393 leah.burns@aalto.fi Abstract—How might the exchange and development of knowl- edge improve through a critical examination of pictogram- based methods of information visualization? In this article, we investigate the International System of TYpographic Picture Education(ISOTYPE), an influential model of pictorial diagram design theory and practice. Given ISOTYPE’s continuing impact on information design, we use it as a critical case study to assess the potential and limitations of pictorial diagrams(PD) for knowl- edge development and exchange. The goal of this study is not to evaluate artistic quality, style, or designer talent; rather, our focus is on analysis of the learning functions of pictograms and their potential for knowledge transmission and supporting reasoning behaviour among diverse audiences. We explore the different features of a pictogram, and how these features might support knowledge development through diagrammatic reasoning(DR). Three key questions are posed: 1. What are the advantages and disadvantages of pictograms for promoting learning and reasoning behaviour versus more abstract or representational visual information design? 2. What are the criteria for choosing the visual characteristics of pictograms? 3. How can the visual characteristics of pictograms be evaluated and revised base on the goal of supporting learning and reasoning behaviour? Index Terms Fig. 1. ISOTYPE, Atlas, Gesellschaft und Wirtschaft,1930, reproduced from —ISOTYPE; Pictorial diagram(PD); Public ed- Osterreichisches¨ Gesellschafts - und Wirtschaftsmuseum ucation; Informal learning; Knowledge visualization(KV); dia- grammatic reasoning(DR) I.
    [Show full text]
  • Knowledge Representation in Bicategories of Relations
    Knowledge Representation in Bicategories of Relations Evan Patterson Department of Statistics, Stanford University Abstract We introduce the relational ontology log, or relational olog, a knowledge representation system based on the category of sets and relations. It is inspired by Spivak and Kent’s olog, a recent categorical framework for knowledge representation. Relational ologs interpolate between ologs and description logic, the dominant formalism for knowledge representation today. In this paper, we investigate relational ologs both for their own sake and to gain insight into the relationship between the algebraic and logical approaches to knowledge representation. On a practical level, we show by example that relational ologs have a friendly and intuitive—yet fully precise—graphical syntax, derived from the string diagrams of monoidal categories. We explain several other useful features of relational ologs not possessed by most description logics, such as a type system and a rich, flexible notion of instance data. In a more theoretical vein, we draw on categorical logic to show how relational ologs can be translated to and from logical theories in a fragment of first-order logic. Although we make extensive use of categorical language, this paper is designed to be self-contained and has considerable expository content. The only prerequisites are knowledge of first-order logic and the rudiments of category theory. 1. Introduction arXiv:1706.00526v2 [cs.AI] 1 Nov 2017 The representation of human knowledge in computable form is among the oldest and most fundamental problems of artificial intelligence. Several recent trends are stimulating continued research in the field of knowledge representation (KR).
    [Show full text]
  • What's in a Diagram?
    What’s in a Diagram? On the Classification of Symbols, Figures and Diagrams Mikkel Willum Johansen Abstract In this paper I analyze the cognitive function of symbols, figures and diagrams. The analysis shows that although all three representational forms serve to externalize mental content, they do so in radically different ways, and conse- quently they have qualitatively different functions in mathematical cognition. Symbols represent by convention and allow mental computations to be replaced by epistemic actions. Figures and diagrams both serve as material anchors for con- ceptual structures. However, figures do so by having a direct likeness to the objects they represent, whereas diagrams have a metaphorical likeness. Thus, I claim that diagrams can be seen as material anchors for conceptual mappings. This classi- fication of diagrams is of theoretical importance as it sheds light on the functional role played by conceptual mappings in the production of new mathematical knowledge. 1 Introduction After the formalistic ban on figures, a renewed interest in the visual representation used in mathematics has grown during the last few decades (see e.g. [11–13, 24, 27, 28, 31]). It is clear that modern mathematics relies heavily on the use of several different types of representations. Using a rough classification, modern mathe- maticians use: written words, symbols, figures and diagrams. But why do math- ematicians use different representational forms and not only, say, symbols or written words? In this paper I will try to answer this question by analyzing the cognitive function of the different representational forms used in mathematics. Especially, I will focus on the somewhat mysterious category of diagrams and M.
    [Show full text]
  • Discipline-Based Education Research: Understanding and Improving Learning in Undergraduate Science and Engineering
    This PDF is available from The National Academies Press at http://www.nap.edu/catalog.php?record_id=13362 Discipline-Based Education Research: Understanding and Improving Learning in Undergraduate Science and Engineering ISBN Susan R. Singer, Natalie R. Nielsen, and Heidi A. Schweingruber, Editors; 978-0-309-25411-3 Committee on the Status, Contributions, and Future Directions of Discipline-Based Education Research; Board on Science Education; 282 pages Division of Behavioral and Social Sciences and Education; National 6 x 9 PAPERBACK (2012) Research Council Visit the National Academies Press online and register for... Instant access to free PDF downloads of titles from the NATIONAL ACADEMY OF SCIENCES NATIONAL ACADEMY OF ENGINEERING INSTITUTE OF MEDICINE NATIONAL RESEARCH COUNCIL 10% off print titles Special offers and discounts Distribution, posting, or copying of this PDF is strictly prohibited without written permission of the National Academies Press. Unless otherwise indicated, all materials in this PDF are copyrighted by the National Academy of Sciences. Request reprint permission for this book Copyright © National Academy of Sciences. All rights reserved. Discipline-Based Education Research: Understanding and Improving Learning in Undergraduate Science and Engineering DISCIPLINE!BASED EDUCATION RESEARCH Understanding and Improving Learning in Undergraduate Science and Engineering Committee on the Status, Contributions, and Future Directions of Discipline-Based Education Research Board on Science Education Division of Behavioral
    [Show full text]
  • When Everything Goes Wrong Make a Diagram Focusing on Visualising Reasoning and Trying to Reclaim the Power of Logical Thinking and Good Argumentation
    https://doi.org/10.25145/b.2COcommunicating.2020.006 34 COmmunicating COmplexity When Everything goes wrong Make a Diagram focusing on visualising reasoning and trying to reclaim the power of logical thinking and good argumentation. It might feel a small action, but diagrams are actually really powerful. Maria Rosaria Digregorio De Montfort University, Leicester Media School, Faculty of Technology, 2 The Power of Diagrams The Gateway, Leicester, LE1 9BH, United Kingdom focusing on visualising reasoning and trying to reclaim the power of logical thinking [email protected] and good argumentation. It might feel a small action, but diagrams are actually reallyVisual inferences. In math and geometry, visual configurations are used as proper powerful.inferences to demonstrate the validity of reasoning – for instance in the case of the Pythagoras’s Theorem and the binomial theorem. Despite written words or Abstract. Looking at historical examples, this research explores the power of notations can also be used to visually represent theorems, the diagram is able to diagrams and visual reasoning. It focuses on their ability to make knowledge show at glance the reasons behind the rule (Perondi, 2012). more accessible, train critical thinking and trigger a form of intellectual 2 The Power of Diagrams resistance in a post-truth world; it encourages a deeper integration between diagrams and writing, and the diffusion of information design approaches Visual inferences. In math and geometry, visual configurations are used as proper outside the design realm. inferences to demonstrate the validity of reasoning – for instance in the case of the Keywords: post-truth / diagrammatic reasoning / non-linear writing / visual Pythagoras’s Theorem and the binomial theorem.
    [Show full text]
  • Do We Really Reason About a Picture As the Referent?
    Do We Really Reason about a Picture as the Referent? Atsushi Shimojima1,2 and Takugo Fukaya 1School of Knowledge Science, Japan Advanced Institute of Science and Technology 1-1 Asahi-dai, Tatsunokuchi, Nomi-gun, Ishikawa 923-1292, Japan 2ATR Media Information Science Laboratories 2-2-2 Hikari-dai, Keihanna Science City, Kyoto 619-0288, Japan [email protected] [email protected] Abstract the previous case, however, the hypothesized operation is not an operation on the hinge picture, but an operation A significant portion of the previous accounts of infer- on the physical hinge the picture depicts. You may refer ential utilities of graphical representations (e.g., Sloman, 1971; Larkin & Simon, 1987) implicitly relies on the exis- back to the hinge picture now and then, but what your in- tence of what may be called inferences through hypothet- ference is about is the movement of the upper leg of the ical drawing. However, conclusive detections of them by hinge, not the movement of the upper line of the hinge means of standard performance measures have turned out picture. You are reasoning about the picture’s referent, to be difficult (Schwartz, 1995). This paper attempts to fill rather than the picture itself. the gap and provide positive evidence to their existence on the basis of eye-tracking data of subjects who worked Well, the concept of “reasoning about the picture it- with external diagrams in transitive inferential tasks. self” is thus clear, but is it real? Are we really engaged in that type of inferences in some cases? If so, how do Schwartz (1995) cites an intriguing example to dis- we tell when we are? tinguish what he calls “reasoning about a picture as the Schwartz (1995) himself assumed the existence of that referent” from “reasoning about the picture’s referent.” type of inferences, and went on to investigate what fea- Suppose you are given the picture of a hinge in Figure tures of pictorial representations encourage it.
    [Show full text]
  • Visualization for Constructing and Sharing Geo-Scientific Concepts
    Colloquium Visualization for constructing and sharing geo-scientific concepts Alan M. MacEachren*, Mark Gahegan, and William Pike GeoVISTA Center, Department of Geography, Pennsylvania State University, 302 Walker, University Park, PA 16802 Representations of scientific knowledge must reflect the dynamic their instantiation in data. These visual representations can nature of knowledge construction and the evolving networks of provide insight into the similarities and differences among relations between scientific concepts. In this article, we describe scientific concepts held by a community of researchers. More- initial work toward dynamic, visual methods and tools that sup- over, visualization can serve as a vehicle through which groups port the construction, communication, revision, and application of of researchers share and refine concepts and even negotiate scientific knowledge. Specifically, we focus on tools to capture and common conceptualizations. Our approach integrates geovisu- explore the concepts that underlie collaborative science activities, alization for data exploration and hypothesis generation, col- with examples drawn from the domain of human–environment laborative tools that facilitate structured discourse among re- interaction. These tools help individual researchers describe the searchers, and electronic notebooks that store records of process of knowledge construction while enabling teams of col- individual and group investigation. By detecting and displaying laborators to synthesize common concepts. Our visualization ap- similarity and structure in the data, methods, perspectives, and proach links geographic visualization techniques with concept- analysis procedures used by scientists, we are able to synthesize mapping tools and allows the knowledge structures that result to visual depictions of the core concepts involved in a domain at be shared through a Web portal that helps scientists work collec- several levels of abstraction.
    [Show full text]
  • The Mystery of Deduction and Diagrammatic Aspects of Representation
    Rev.Phil.Psych. (2015) 6:49–67 DOI 10.1007/s13164-014-0212-5 The Mystery of Deduction and Diagrammatic Aspects of Representation Sun-Joo Shin Published online: 20 January 2015 © Springer Science+Business Media Dordrecht 2015 Abstract Deduction is decisive but nonetheless mysterious, as I argue in the intro- duction. I identify the mystery of deduction as surprise-effect and demonstration- difficulty. The first section delves into how the mystery of deduction is connected with the representation of information and lays the groundwork for our further discussions of various kinds of representation. The second and third sections, respec- tively, present a case study for the comparison between symbolic and diagrammatic representation systems in terms of how two aspects of the mystery of deduction – surprise-effect and demonstration-difficulty – are handled. The fourth section illustrates several well-known examples to show how diagrammatic representation suggests more clues to the mystery of deduction than symbolic representation and suggests some conjectures and further work. When we have a choice to get from given premises to a conclusion either by deduc- tion or by induction, the choice is obvious: deduction is the way to go. With a correctly carried out deduction, the truth of the conclusion is guaranteed by the truth of the premises. Hence, after accepting premises to be true and checking each deduc- tive step, we embrace the truth of the conclusion. It is one sure way to secure the certainty of the truth of a proposition. This is the strength of deduction. Hence, math- ematics, the discipline where deduction plays a crucial role, has enjoyed its special status in the world of knowledge.
    [Show full text]
  • Diagrammatic Reasoning in Support of Situation Understanding and Planning
    DIAGRAMMATIC REASONING IN SUPPORT OF SITUATION UNDERSTANDING AND PLANNING B. Chandrasekaran, John R. Josephson, Bonny Banerjee and Unmesh Kurup Department of Computer & Information Science The Ohio State University Columbus, OH 43210 Robert Winkler U. S. Army Research Lab 2800 Powder Mill Rd Adelphi, MD 20783 ABSTRACT Visual representations consisting of terrain maps with an overlay of diagrammatic elements are ubiquitous in Army situation understanding, planning and plan monitoring. The Objective Force requirements of responsiveness, agility and versatility call for digitized graphical decision support interfaces that automate or otherwise help in various reasoning tasks. The main purpose of the paper is to describe the issues involved in building a diagrammatic reasoning system, specifications for a diagrammatic representation formalism, and an architecture for problem solving with diagrams. We have begun implementation of an application that infers maneuvers from data, obtained from an exercise at the Figure 1. A COA diagram using Army standard National Training Center, about locations and motions of symbology. Blue and Red forces. We present algorithms used in the initial stages of an implementation. conceptual knowledge to make a complex series of inferences to help them predict, evaluate and plan. The 1. INTRODUCTION whole process is so natural that we often fail to appreciate the complexity of the cognitive activities involved. Visual representations with overlay of diagrammatic Nevertheless, understanding and formalizing the elements are ubiquitous in military decision-making. processes involved in such apparently effortless reasoning Commanders represent their situation understanding and is necessary if we wish to provide effective decision intended maneuvers and plans, and monitor the action, on support systems for a commander and his staff.
    [Show full text]
  • Diagrammatic Reasoning Meets Medical Risk Communication
    Diagrammatic Reasoning Meets Medical Risk Communication Angela Brunstein ([email protected]) Department of S.A.P.E. - Psychology, American University in Cairo, AUC Ave, PO Box 74, New Cairo 11835, Egypt Joerg Brunstein ([email protected]) Department of S.A.P.E. - Psychology, American University in Cairo, AUC Ave, PO Box 74, New Cairo 11835, Egypt Ali Marzuk ([email protected]) Royal College of Surgeons in Ireland – Bahrain, PO Box 15503, Adliya, Bahrain Abstract 2006). Also medical students perform better for displays on accumulation problems than non-medical students for some, Informed consent for medical procedures requires that patients understand risks associated with diagnostic and but not all medical scenarios (Brunstein, Gonzalez, & treatment options. Similar to performance for diagrammatic Kanter, 2010). reasoning and system dynamics, patients, physicians and In this study, we aimed to combine the lessons learned medical students are reported to perform poorly on from diagrammatic reasoning for understanding a treatment understanding medical risk-related information. At the same scenario on ventricular fibrillation with medical students time, different presentation formats seem to support different and non-medical undergraduates. kind of conclusions across domains. In this research, we investigated different formats of presenting risk information For decision whether or not to undergo surgery to get an related to a treatment scenario with 22 medical and 50 non- implantable cardioverter defibrillator (ICD) after surviving a medical students. As expected, medical students performed heart attack, patients need to evaluate the risk of having better than non-medical students for all versions of the another heart attack (i.e., severity of disease) and how likely problem, while non-medical students could partially an ICD can save their life during that heart attack (i.e., compensate missing medical knowledge with displays that effectiveness of treatment).
    [Show full text]
  • Diagrammatic Reasoning in Separation Logic
    Diagrammatic Reasoning in Separation Logic M. Ridsdale1, M. Jamnik1, N. Benton2, and J. Berdine2 1 University of Cambridge 2 Microsoft Research Cambridge Abstract. A new method of reasoning about simple imperative pro- grams in separation logic is proposed. Rather than proving program specifications symbolically, the hope is to model more closely human diagrammatic reasoning, and to perform automated diagrammatic rea- soning in separation logic. 1 Introduction Separation logic is used for reasoning about low-level imperative programs that manipulate pointer data structures. It enables the writing of concise proofs of correctness of the specifications of simple programs, and such proofs have been successfully automated. When reasoning informally about separation logic, it is often useful to draw diagrams representing program states, with memory locations represented by boxes, pointers represented by arrows, etc. We aim to formalise these diagrams and implement an automated theorem prover (ATP) which makes use of this formalism. This proposal outlines a promising direction for research. The ideas on diagrammatic reasoning are drawn from [1], which is on diagrammatic theorem proving in arithmetic; we also draw on ideas from [2], which is on symbolic automated theorem proving in separation logic. An example of the kind of y:=nil; while x!=nil do x (k:=[x+1]; [x+1]:=y; y:=x; x:=k) α α k α α k := [x+1] 4. y 1 2 3 4 α α α α [x+1]:= y 1. x 1 2 3 4 Initial state nil nil nil y α α k α α y := x α α α α k := [x+1] 5.
    [Show full text]