Domain-Specific Knowledge Acquisition for Conceptual Sentence Analysis Claire Cardie University of Massachusetts - Amherst

Total Page:16

File Type:pdf, Size:1020Kb

Domain-Specific Knowledge Acquisition for Conceptual Sentence Analysis Claire Cardie University of Massachusetts - Amherst University of Massachusetts Amherst ScholarWorks@UMass Amherst Computer Science Department Faculty Publication Computer Science Series 1994 Domain-Specific Knowledge Acquisition for Conceptual Sentence Analysis Claire Cardie University of Massachusetts - Amherst Follow this and additional works at: https://scholarworks.umass.edu/cs_faculty_pubs Part of the Computer Sciences Commons Recommended Citation Cardie, Claire, "Domain-Specific Knowledge Acquisition for Conceptual Sentence Analysis" (1994). Computer Science Department Faculty Publication Series. 60. Retrieved from https://scholarworks.umass.edu/cs_faculty_pubs/60 This Article is brought to you for free and open access by the Computer Science at ScholarWorks@UMass Amherst. It has been accepted for inclusion in Computer Science Department Faculty Publication Series by an authorized administrator of ScholarWorks@UMass Amherst. For more information, please contact [email protected]. DOMAIN-SPECIFIC KNOWLEDGE ACQUISITION FOR CONCEPTUAL SENTENCE ANALYSIS A Dissertation Presented by CLAIRE CARDIE Submitted to the Graduate School of the University of Massachusetts Amherst in partial ful®llment of the requirements for the degree of DOCTOR OF PHILOSOPHY September 1994 Department of Computer Science c Copyright by CLAIRE CARDIE 1994 All Rights Reserved DOMAIN-SPECIFIC KNOWLEDGE ACQUISITION FOR CONCEPTUAL SENTENCE ANALYSIS A Dissertation Presented by CLAIRE CARDIE Approved as to style and content by: Wendy G. Lehnert, Chair Edwina L. Rissland, Member Paul E. Utgoff, Member Lyn Frazier, Member W. Richards Adrion, Department Chair Computer Science ACKNOWLEDGMENTS There are many people to whom I am grateful and without whom the thesis would have been almost impossible to write (much less ®nish): First, Wendy Lehnert provided much inspiration both through her astounding energy and her insightful and informed views of natural language processing and arti®cial intelligence. I would also like to thank the other members of my dissertation committee for their help and guidance. Edwina Rissland helped me to view my work from a different perspective and (possibly unknowingly) offered encouragement and unbiased advice at critical points in my graduate school career. Paul Utgoff asked probing questions regarding some of the underlying assumptions of the work and left no ªwhichº or ªthatº unturned. Illuminating discussions with Lyn Frazier improved the thesis tremendously. Special thanks also to Priscilla Coe (who actually volunteered to be on the committee). I am also indebted to Bob Futrelle (Northeastern University). His energetic and enthusiastic support of my work helped to increase my con®dence in my own abilities. Thanks too to my of®cemates in A249 for putting up with the humor vortex that hovered over Ren and that threatened the entire of®ce: Jody Daniels, Fang-fang Feng, David Fisher, Timur Friedman, Joe McCarthy, Jonathan Peterson, and Stephen Soderland. Ellen ªBettyº Riloff is missing from the above list only because she deserves a line of her own. Someday we'll really have to put together that slide show... For countless softball games and practices, bicycle rides from hell, ice hockey on Cranberry pond, year-round volleyball, food snob dinners, ®reworks, and all kinds of fun, I thank: Westy, Teri, Brian, Josh, Alan, Hildum, Jack, Keith, Bart, Dann, Jody, Ruth, Zack, Alice, Steve, Glo, Molly, Tommy, Kevin, Christy, Clarence, and Cleo. I hope I haven't forgotten anyone. I would also like to acknowledge my parents for their support; my brothers and sisters Ð Bobby, David, Paul, Joanne, Meg, Peter, and Suzanne Ð for their lighthearted encouragement; and especially Aunt Claire, for always being so nice. Most of all, I would like to thank David Bingham Skalak. This research was supported by the National Science Foundation, the Advanced Re- search Projects Agency of the Department of Defense, and the Of®ce of Naval Research. iv ABSTRACT DOMAIN-SPECIFIC KNOWLEDGE ACQUISITION FOR CONCEPTUAL SENTENCE ANALYSIS SEPTEMBER 1994 CLAIRE CARDIE, B.S., YALE UNIVERSITY M.S., UNIVERSITY OF MASSACHUSETTS AMHERST Ph.D., UNIVERSITY OF MASSACHUSETTS AMHERST Directed by: Professor Wendy G. Lehnert The availability of on-line corpora is rapidly changing the ®eld of natural language processing (NLP) from one dominated by theoretical models of often very speci®c lin- guistic phenomena to one guided by computational models that simultaneously account for a wide variety of phenomena that occur in real-world text. Thus far, among the best-performing and most robust systems for reading and summarizing large amounts of real-world text are knowledge-based natural language systems. These systems rely heavily on domain-speci®c, handcrafted knowledge to handle the myriad syntactic, semantic, and pragmatic ambiguities that pervade virtually all aspects of sentence analysis. Not surprisingly, however, generating this knowledge for new domains is time-consuming, dif®cult, and error-prone, and requires the expertise of computational linguists familiar with the underlying NLP system. This thesis presents Kenmore, a general framework for domain-speci®c knowledge acquisition for conceptual sentence analysis. To ease the acquisition of knowledge in new domains, Kenmore exploits an on-line corpus using symbolic machine learning techniques and robust sentence analysis while requiring only minimal human intervention. Unlike most approaches to knowledge acquisition for natural language systems, the framework uniformly addresses a range of subproblems in sentence analysis, each of which traditionally had required a separate computational mechanism. The thesis presents the results of using Kenmore with corpora from two real-world domains (1) to perform part-of-speech tagging, semantic feature tagging, and concept tagging of all open-class words in the corpus; (2) to acquire heuristics for part-of- speech disambiguation, semantic feature disambiguation, and concept activation; and (3) to ®nd the antecedents of relative pronouns. v TABLE OF CONTENTS Page ACKNOWLEDGMENTS ::: :::: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: :::: : iv ABSTRACT :::: :::: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: v LIST OF TABLES :: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: :: x LIST OF FIGURES :: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: :: xiii CHAPTER 1. INTRODUCTION : ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: :::: :::: ::: : 1 1.1 Ambiguity Resolution in Language Understanding ::: ::: :: ::: :: 3 1.1.1 Part-of-Speech Ambiguity : ::: ::: ::: ::: ::: :: ::: :: 3 1.1.2 Word Sense Ambiguity : :: ::: ::: ::: ::: ::: :: ::: :: 3 1.1.3 Dealing with Unknown Words : ::: ::: ::: ::: :: ::: :: 4 1.1.4 Prepositional Phrase Attachment ::: ::: ::: ::: :: ::: :: 4 1.1.5 Pronoun Resolution :: :: ::: ::: ::: ::: ::: :: ::: :: 5 1.1.6 Understanding Conjunctions and Appositives :: ::: :: ::: :: 6 1.1.7 Uniform Treatment of Ambiguity ::: ::: ::: ::: :: ::: :: 6 1.2 A Framework for Knowledge Acquisition :: ::: ::: ::: :: ::: :: 7 1.3 An Example :: ::: ::: ::: :: ::: ::: ::: ::: ::: :: ::: :: 9 1.4 Advantages of the Framework : :: ::: ::: ::: ::: ::: :: ::: :: 11 1.5 Claims and Contributions of the Thesis : ::: ::: ::: ::: :: ::: :: 13 1.6 What's to Follow :: ::: ::: :: ::: ::: ::: ::: ::: :: ::: :: 14 2. RELATED WORK :::::: :::: ::: :::: :::: :::: ::: :::: :::: ::: :::: :::: :: 16 2.1 Hand-crafted Knowledge Acquisition : ::: ::: ::: ::: :: ::: :: 16 2.2 Intelligent Interfaces ::: ::: :: ::: ::: ::: ::: ::: :: ::: :: 17 2.3 Statistical Approaches :: ::: :: ::: ::: ::: ::: ::: :: ::: :: 18 2.3.1 Acquisition of lexical knowledge ::: ::: ::: ::: :: ::: :: 18 2.3.2 Acquisition of structural knowledge : ::: ::: ::: :: ::: :: 21 2.3.3 Comprehensive approaches to ambiguity resolution : :: ::: :: 22 2.4 Knowledge-Based Approaches :: ::: ::: ::: ::: ::: :: ::: :: 23 2.5 Connectionist Approaches ::: :: ::: ::: ::: ::: ::: :: ::: :: 23 2.5.1 Distributed Approaches :: ::: ::: ::: ::: ::: :: ::: :: 23 2.5.2 Localist Approaches :: :: ::: ::: ::: ::: ::: :: ::: :: 24 2.6 Machine Learning Approaches :: ::: ::: ::: ::: ::: :: ::: :: 24 2.6.1 A Comparison with SOAR : ::: ::: ::: ::: ::: :: ::: :: 25 2.7 Case-Based Approaches : ::: :: ::: ::: ::: ::: ::: :: ::: :: 25 2.8 Summary ::: ::: ::: ::: :: ::: ::: ::: ::: ::: :: ::: :: 28 vi 3. KNOWLEDGE ACQUISITION FOR CONCEPTUAL SENTENCE ANALYSIS :::: :::: ::: :: 30 3.1 The CIRCUS Conceptual Sentence Analyzer : ::: ::: ::: :: ::: :: 30 3.1.1 Syntactic Processing in CIRCUS : ::: ::: ::: ::: :: ::: :: 31 3.1.2 Predictive Semantics in CIRCUS ::: ::: ::: ::: :: ::: :: 33 3.1.3 Handling Embedded Clauses in CIRCUS : ::: ::: :: ::: :: 35 3.1.3.1 Understanding Wh-Constructions ::: ::: :: ::: :: 36 3.1.3.2 LICK Caveats and Conclusions :: ::: ::: :: ::: :: 38 3.2 Examples of ªContextº in CIRCUS ::: ::: ::: ::: ::: :: ::: :: 39 3.3 Knowledge Needed for Conceptual Analysis ::: ::: ::: :: ::: :: 42 3.3.1 Syntactic Processing :: :: ::: ::: ::: ::: ::: :: ::: :: 42 3.3.2 Predictive Semantics Module :: ::: ::: ::: ::: :: ::: :: 43 3.3.3 LICK Processing : ::: :: ::: ::: ::: ::: ::: :: ::: :: 43 3.3.4 Knowledge Acquisition Tasks for Kenmore ::: ::: :: ::: :: 44 4. DOMAIN-SPECIFIC KNOWLEDGE ACQUISITION : ::: :::: :::: ::: :::: :::: ::: :: 45 4.1 The Task : ::: ::: ::: ::: :: ::: ::: ::: ::: ::: :: ::: :: 45 4.2 Constraints on the Knowledge Acquisition Process ::: ::: :: ::: :: 46 4.3 The MUC and TIPSTER Performance Evaluations : ::: ::: :: ::: :: 47 4.3.1 MUC Corpus of Latin American Terrorism
Recommended publications
  • Theory-Based Knowledge Acquisition for Ontology Development
    UNIVERSITÄT HOHENHEIM Theory-based Knowledge Acquisition for Ontology Development A dissertation submitted to the Faculty of Business, Economics and Social Sciences of the University of Hohenheim in partial fulfillment of the requirements for the degree of Doctor of Economics (Dr. oec.) by Andreas Scheuermann July 2016 Principal advisor: Prof. Dr. Stefan Kirn Co-advisor: Prof. Dr. Ralph Bergmann Chair of the examination committee: Prof. Dr. Christian Ernst Dean: Prof. Dr. Dirk Hachmeister Date of oral examination: 7. July 2016 Abstract iii Abstract This thesis concerns the problem of knowledge acquisition in ontology development. Knowledge acquisition is essential for developing useful ontologies but it is a complex and error-prone task. When capturing specific knowledge about a particular domain of interest, the problem of knowledge acquisition occurs due to linguistic, cognitive, modelling, and methodical difficulties. For overcoming these four difficulties, this research proposes a theory-based knowledge acquisition method. By studying the knowledge base, basic terms and concepts in the areas of ontology, ontology development, and knowledge acquisition are defined. A theoretical analysis of knowledge acquisition identifies linguistic, cognitive, modelling, and methodical difficulties, for which a survey of 15 domain ontologies provides further empirical evidence. A review of existing knowledge acquisition approaches shows their insufficiencies for reducing the problem of knowledge acquisition. As the underpinning example, a description of the domain of transport chains is provided. Correspondingly, a theory in business economics, i.e. the Contingency Approach, is selected. This theory provides the key constructs, relationships, and dependencies that can guide knowledge acquisition in the business domain and, thus, theoretically substantiate knowledge acquisition.
    [Show full text]
  • Propositional Knowledge: Acquisition and Application to Syntactic and Semantic Parsing
    Thesis for the Degree of Doctor of Philosophy 2017 Propositional Knowledge: Acquisition and Application to Syntactic and Semantic Parsing Bernardo Cabaleiro Barciela University Master's Degree in Languages and Computer Systems (National Distance Education University) Doctoral Programme in Intelligent Systems Academic advisor: Anselmo Peñas Padilla Associate Professor in the Languages and Computer Systems Department (National Distance Education University) Thesis for the Degree of Doctor of Philosophy 2017 Propositional Knowledge: Acquisition and Application to Syntactic and Semantic Parsing Bernardo Cabaleiro Barciela University Master's Degree in Languages and Computer Systems (National Distance Education University) Doctoral Programme in Intelligent Systems Academic advisor: Anselmo Peñas Padilla Associate Professor in the Languages and Computer Systems Department (National Distance Education University) A mi familia Acknowledgements Esta tesis pone punto final a mis estudios de doctorado, y, a la vez, supone el fin de una bonita etapa de mi vida. A lo largo de este tiempo me han acompañado muchas personas que han hecho que esta experiencia sea inolvidable. Estas líneas son para intentar agradecerles todo lo que han hecho por mí. En primer lugar, me gustaría mostrar mi agradecimiento a Anselmo Peñas por su dirección tanto del trabajo de fin de máster como de esta tesis doctoral. Durante todo este tiempo Anselmo ha puesto mucho empeño para formarme, no sólo en el campo del PLN sino también como investigador. Quiero agradecerle la libertad que me ha dado para trabajar en lo que me interesaba, y el especial cuidado que ha puesto en corregir y mejorar esos trabajos. Me gustaría dar las gracias también a mis compañeros en el departamento de lenguajes y sistemas, tanto a estuvieron como a los que están.
    [Show full text]
  • Chapter 6 - Expert Systems and Knowledge Acquisition
    Universiity of Pretoria etd – De Kock, E (2003) Chapter 6 - Expert Systems and knowledge acquisition An expert system’s major objective is to provide expert advice and knowledge in specialised situations (Turban 1995). ES is a sub-discipline of AI (Turban et al 2001). For an ES to reason, provide explanations and give advice, it needs to process and store knowledge. Knowledge in the form of facts and rules are kept in a knowledge base. 6.1 Expert System definitions ES definitions by Turban et al (2001) and Olson & Courtney (1992) were presented in Paragraph 2.3.1 (p19). Raggad & Gargano (1999) state: “ES emerged, as a branch of AI, from the effort of AI researchers to develop computer programs that could reason as humans”. Goodall (1985) distinguishes two approaches when defining an expert system: • The human/AI oriented approach, and • The technology oriented approach Goodall’s (1985) AI approach defines an expert system as a computer system that performs functions similar to those normally performed by a human expert. He extends this definition to include the nature of an expert system, in other words, he includes how ES behaves, in the technology approach: “An expert system is a computer system that uses a representation of human expertise in a specialist domain in order to perform functions similar to those normally performed by a human expert in that domain”. In formulating the above definition, Goodall (1985) focused on the implementation of two types of ES: • ES performing at a suitable ‘high’ expert level, and • ES that performs tasks which no human expert has, using perhaps a very complex set of rules to control a chemical process at a speed and in circumstances (e.g.
    [Show full text]
  • A Knowledge Acquisition Assistant for the Expert System Shell Nexpert-Object
    Rochester Institute of Technology RIT Scholar Works Theses 1988 A knowledge acquisition assistant for the expert system shell Nexpert-Object Florence Perot Follow this and additional works at: https://scholarworks.rit.edu/theses Recommended Citation Perot, Florence, "A knowledge acquisition assistant for the expert system shell Nexpert-Object" (1988). Thesis. Rochester Institute of Technology. Accessed from This Thesis is brought to you for free and open access by RIT Scholar Works. It has been accepted for inclusion in Theses by an authorized administrator of RIT Scholar Works. For more information, please contact [email protected]. Rochester Institute of Technology School of Computer Science and Technology A KNOWLEDGE ACQUISITION ASSISTANT FOR THE EXPERT SYSTEM SHELL NEXPERT-OBJECTTM By FLORENCE C. PEROT A thesis, submitted to The Faculty of the School ofCornputer Science and Technology In partial fulfillment of the requ.irements for the degree of Master of Science i.n COF~?uter Science Approved by: 'lIfer! r~ Pro John A. Biles (ICSG Department, R.I.TJ Date Dr. Alain T. Rappaport (President, Neuron Data) Date Dr. Peter G. Anderson (ICSG Chairman, R.I.T.) ;7 1J'{A{e? 'I.-g ROCHESTER, NEW-YORK August, 1988 ABSTRACT This study addresses the problems of knowledge acquisition in expert system development examines programs whose goal is to solve part of these problems. Among them are knowledge acquisition tools, which provide the knowledge engineer with a set of Artificial Intelligence primitives, knowledge acquisition aids, which offer to the knowledge engineer a guidance in knowledge elicitation, and finally, automated systems, which try to replace the human interviewer with a machine interface.
    [Show full text]
  • Knowledge Acquisition in a System
    Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2012 Knowledge Acquisition in a System Christopher J. Thomas Wright State University Follow this and additional works at: https://corescholar.libraries.wright.edu/etd_all Part of the Computer Engineering Commons, and the Computer Sciences Commons Repository Citation Thomas, Christopher J., "Knowledge Acquisition in a System" (2012). Browse all Theses and Dissertations. 651. https://corescholar.libraries.wright.edu/etd_all/651 This Dissertation is brought to you for free and open access by the Theses and Dissertations at CORE Scholar. It has been accepted for inclusion in Browse all Theses and Dissertations by an authorized administrator of CORE Scholar. For more information, please contact [email protected]. Knowledge Acquisition in a System A thesis submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy by Christopher J. Thomas B.S., Universitat¨ Koblenz 2012 Department of Computer Science and Engineering Wright State University Wright State University GRADUATE SCHOOL January 9, 2013 I HEREBY RECOMMEND THAT THE THESIS PREPARED UNDER MY SUPER- VISION BY Christopher J. Thomas ENTITLED Knowledge Acquisition in a System BE ACCEPTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DE- GREE OF Doctor of Philosophy in Computer Science. Amit P. Sheth, Ph.D. Thesis Director Mateen Rizki, Ph.D. Chair, Department of Computer Science and Engineering Committee on Final Examination Andrew Hsu, Ph.D. Dean, Graduate School Amit P. Sheth, Ph.D. Pankaj Mehra, Ph.D. Shaojun Wang, Ph.D. Pascal Hitzler, Ph.D. Gerhard Weikum, Ph.D. ABSTRACT Thomas, Christopher. PhD, Department of Computer Science and Engineering, Wright State Uni- versity, 2012.
    [Show full text]
  • Medical Knowledge Acquisition Using Biomedical
    MEDICAL KNOWLEDGE ACQUISITION USING BIOMEDICAL KNOWLEDGE RESOURCES FOR DISEASE-SPECIFIC ONTOLOGIES by Liqin Wang A dissertation submitted to the faculty of The University of Utah in partial fulfillment of the requirements for the degree of Doctor of Philosophy Department of Biomedical Informatics The University of Utah May 2017 Copyright © Liqin Wang 2017 All Rights Reserved The University of Utah Graduate School STATEMENT OF DISSERTATION APPROVAL The dissertation of Liqin Wang has been approved by the following supervisory committee members: Peter J. Haug , Chair 03/14/2017 Date Approved Bruce E. Bray , Member 03/14/2017 Date Approved Guilherme Del Fiol , Member 03/13/2017 Date Approved Olivier Bodenreider , Member 03/07/2017 Date Approved Wendy W. Chapman , Member 03/13/2017 Date Approved and by Wendy W. Chapman , Chair/Dean of the Department/College/School of Biomedical Informatics and by David B. Kieda, Dean of The Graduate School. ABSTRACT Disease-specific ontologies, designed to structure and represent the medical knowledge about disease etiology, diagnosis, treatment, and prognosis, are essential for many advanced applications, such as predictive modeling, cohort identification, and clinical decision support. However, manually building disease-specific ontologies is very labor-intensive, especially in the process of knowledge acquisition. On the other hand, medical knowledge has been documented in a variety of biomedical knowledge resources, such as textbook, clinical guidelines, research articles, and clinical data repositories, which offers a great opportunity for an automated knowledge acquisition. In this dissertation, we aim to facilitate the large-scale development of disease-specific ontologies through automated extraction of disease-specific vocabularies from existing biomedical knowledge resources.
    [Show full text]
  • Knowledge Acquisition Framework from Unstructured Biomedical Knowledge Sources Demeke Asres Ayele
    Knowledge Acquisition Framework from Unstructured Biomedical Knowledge Sources Demeke Asres Ayele To cite this version: Demeke Asres Ayele. Knowledge Acquisition Framework from Unstructured Biomedical Knowledge Sources. Information Retrieval [cs.IR]. Université d’Addis Abeba, 2016. English. tel-02087577 HAL Id: tel-02087577 https://tel.archives-ouvertes.fr/tel-02087577 Submitted on 18 Oct 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. ADDIS ABABA UNIVERSITY SCHOOL OF GRADUATE STUDIES KNOWLEDGE ACQUISITION FRAMEWORK FROM UNSTRUCTURED BIOMEDICAL KNOWLEDGE SOURCES DEMEKE ASRES AYELE A THESIS SUBMITTED TO IT DOCTORAL PROGRAM ADDIS ABABA UNIVERSITY PRESENTED IN FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY IN INFORMATION TECHNOLOGY (LANGUAGE TECHNOLOGY) Jury: Prof. Luciano Serafìni External Examiner Dr. Solonron Tefera Internal Examiner Dr. Jean-Pierre Chevallet Supervisor Dr. Getnet Mitikie Co-Supervisor Dr. Milion Mcshesha Co-Supervisor Dr. Dida Midekso Chairman ADDIS ABABA, ETHIOPIA 9 August 2016 Knowledge Acquisition
    [Show full text]
  • Knowledge Acquisition, Representation, and Reasoning
    TURBMW18_0131986600.QXD 11/9/06 8:58 PM Page W-174 CHAPTER Knowledge 18 Acquisition, Representation, and Reasoning Learning Objectives ◆ Understand the nature of knowledge ◆ Understand the knowledge-engineering process ◆ Learn different approaches to knowledge acquisition ◆ Explain the pros and cons of different knowledge acquisition approaches ◆ Illustrate methods for knowledge verification and validation ◆ Understand inference strategies in rule-based intelligent systems ◆ Explain uncertainties and uncertainty processing in expert systems (ES) n this book, we have described the concepts and structure of knowledge-based ES. IFor such systems to be useful, it is critical to have powerful knowledge in the knowl- edge base and a good inference engine that can derive valid conclusions from the knowledge base. In this chapter, we describe the process for acquiring knowledge from human experts, validating and representing the knowledge, creating and operating inference mechanisms, and dealing with uncertainty.The chapter is divided into the fol- lowing sections: W18.1 Opening Vignette: Development of a Real-Time Knowledge-Based System at Eli Lilly W18.2 Concepts of Knowledge Engineering W18.3 The Scope and Types of Knowledge W18.4 Methods of Acquiring Knowledge from Experts W18.5 Acquiring Knowledge from Multiple Experts W18.6 Automated Knowledge Acquisition from Data and Documents W18.7 Knowledge Verification and Validation W18.8 Representation of Knowledge W18.9 Reasoning in Intelligent Systems W-174 TURBMW18_0131986600.QXD 11/9/06 8:58 PM Page W-175 Opening Vignette W-175 ◆ W18.10 Explanation and Metaknowledge W18.11 Inferencing with Uncertainty W18.12 Expert Systems Development W18.13 Knowledge Acquisition and the Internet W18.1 OPENING VIGNETTE: DEVELOPMENT OF A REAL-TIME KNOWLEDGE-BASED SYSTEM AT ELI LILLY PROBLEM Eli Lilly (lilly.com) is a large U.S.-based, global pharmaceutical manufacturing company that has 42,600 employees worldwide and markets it products in about 160 countries.
    [Show full text]
  • A Brief French History of Knowledge Acquisition Nathalie Aussenac-Gilles, Fabien Gandon
    From the knowledge acquisition bottleneck to the knowledge acquisition overflow: A brief French history of knowledge acquisition Nathalie Aussenac-Gilles, Fabien Gandon To cite this version: Nathalie Aussenac-Gilles, Fabien Gandon. From the knowledge acquisition bottleneck to the knowl- edge acquisition overflow: A brief French history of knowledge acquisition. International Journal of Human-Computer Studies, Elsevier, 2013, vol. 71 (n° 2), pp. 157-165. 10.1016/j.ijhcs.2012.10.009. hal-01124416 HAL Id: hal-01124416 https://hal.archives-ouvertes.fr/hal-01124416 Submitted on 6 Mar 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Open Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited version published in : http://oatao.univ-toulouse.fr/ Eprints ID : 12333 To link to this article : DOI :10.1016/j.ijhcs.2012.10.009 URL : http://dx.doi.org/10.1016/j.ijhcs.2012.10.009 To cite this version : Aussenac-Gilles, Nathalie and Gandon, Fabien From the knowledge acquisition bottleneck to the knowledge acquisition overflow: A brief French history of knowledge acquisition.
    [Show full text]
  • Knowledge Acquisition for Knowledge-Based Systems: Notes on the State-Of-The-Art
    Machine Learning, 4, 37%394 (1989) © 1989 Kluwer Academic Publishers, Boston. Manufactured in The Netherlands. Knowledge Acquisition for Knowledge-Based Systems: Notes on the State-of-the-Art JOHN H. BOOSE Advanced Technology Center, Boeing Computer Services, 7L-64, PO Box 24346, Seattle, Washington, 98124, USA BRIAN R. GAINES Department of Computer Science, University of Calgary, 2500 University Dr. NW, Calgary, Alberta, Canada T2N 1N4 Abstract. Notes from the organizers of a series of knowledge acquisition workshops are presented here. The state-of-the-art in knowledgeacquisition research is briefly described. Then the technologyof interactive knowledge acquisition is discussed, including a descriptive framework, dimensions of use, and research patterns. Finally, dissemination of information from knowledge acquisition workshops is detailed. Key Words: knowledgeacquisition, knowledgeacquisition tools, knowledgeacquisition methods, knowledge-based systems, expertise transfer, knowledge elicitation. 1. Knowledge Acquisition--State-of-the-Art At the time of the first AAAI Sponsored Workshop on Knowledge Acquisition for Knowledge- Based Systems in Banff, November 1986, the literature on knowledge acquisition was sparse, scattered in conference publications, and difficult to access. The 1986 Workshop and the ensuing journal publication of some forty papers representing the state-of-the-art world-wide changed that situation. The inclusion of sessions on knowledge acquisition in many confer- ences, the European Workshops on Knowledge Acquisition for Knowledge-Based Systems in London and Reading, September 1987, Bonn in June 1988 and Paris in July 1989, the Banff Workshops in October 1987, November 1988 and October 1989, and the establishment of a new knowledge acquisition journal (see below) have changed the situation even further.
    [Show full text]
  • A Survey on Domain Knowledge Representation with Frames
    A Survey on Domain Knowledge Representation with Frames Vladislavs Nazaruks and Jānis Osis Department of Applied Computer Science, Riga Technical University, Sētas iela 1, LV-1048, Riga, Latvia Keywords: System Modelling, Frames, Knowledge Base. Abstract: Domain knowledge acquisition, presentation and maintenance play an important role in software development. Frame-based knowledge bases are used to support the decision-making process. We believe that a use of a knowledge base that supports model transformations is not less important. To clarify the current state of a use of frame systems we have investigated recent research in the field to find out about techniques used for knowledge acquisition, frame elements, implementation technologies, existing limitations in implementation and integration with other knowledge representation formats. The overview showed that knowledge acquisition often is manual, procedural knowledge in frames can be separated, web-enabled knowledge bases are the trend, and the frame systems can be used in hybrid knowledge bases. However, some limitations in performance and integration with other knowledge representation systems exist due to support of different world paradigms. The obtained results show that despite existing limitations, frame-based knowledge systems still are in use and researchers found ways how to adapt them to the modern requirements. 1 INTRODUCTION interoperability that uses models to express and direct the course of understanding, requirements elicitation, One of unsolved issues in software development is design, construction, deployment, operation, inconsistency between the problem and its solution. maintenance, and modification” (OMG 2010). The Some of the causes are insufficient understanding of key principle of the MDA is a separation of concerns characteristics of the problem domain, their in specifications.
    [Show full text]
  • Information Integration for Concurrent Engineering (Iice) Idef3 Process Description Capture Method Report
    AL-TR-1995-XXXX INFORMATION INTEGRATION FOR CONCURRENT ENGINEERING (IICE) IDEF3 PROCESS DESCRIPTION CAPTURE METHOD REPORT Richard J. Mayer, Ph.D. Christopher P. Menzel, Ph.D. Michael K. Painter Paula S. deWitte, Ph.D. Thomas Blinn Benjamin Perakath, Ph.D. KNOWLEDGE BASED SYSTEMS, INCORPORATED ONE KBSI PLACE 1500 UNIVERSITY DRIVE EAST COLLEGE STATION, TEXAS 77840-2335 HUMAN RESOURCES DIRECTORATE LOGISTICS RESEARCH DIVISION SEPTEMBER 1995 INTERIM TECHNICAL REPORT FOR PERIOD APRIL 1992 - SEPTEMBER 1995 Approved for public release; distribution is unlimited. September 1995 Interim - February 1991 to September 1995 IDEF3 Process Description Capture Method Report Richard J. Mayer, Ph.D. Michael K. Painter Christopher P. Menzel, Ph.D. Benjamin Perakath, Ph.D Paula S. deWitte, Ph.D. Thomas Blinn Knowledge Based Systems, Inc. One KBSI Place, 1500 University Drive East College Station, TX 77845 KBSI-IICE-90-STR-01-0592-02 Armstrong Laboratory Human Resources Directorate Logistics Research Division Wright-Patterson AFB, OH 45433 AL-TR-1995-XXXX Approved for Public Release; distribution is unlimited A This document provides a method overview, practice and use description, and language reference for the Integration Definition (IDEF) method for Process Description Capture (IDEF3). IDEF3 is designed to help document and analyze the processes of an existing or proposed system. Proven guidelines and a language for information capture help users capture and organize process information for multiple downstream uses. IDEF3 supports both process-centered and object-centered knowledge acquisition strategies enabling users to capture assertions about real-world processes and events in ways paralleling common forms of human expression. IDEF3 includes the ability to capture and structure descriptions of how a system works from multiple viewpoints.
    [Show full text]