1997-A Generic Knowledge-Base Browser and Editor

Total Page:16

File Type:pdf, Size:1020Kb

1997-A Generic Knowledge-Base Browser and Editor From: IAAI-97 Proceedings. Copyright © 1997, AAAI (www.aaai.org). All rights reserved. Suzanne M. Paley, John ID. Eowrance and Peter ID. Karp Artificial Intelligence Center SRI International 333 Ravenswood Ave., EJ231 Menlo Park, CA 94025 fax: 415-859-3735, voice: 415-859-5708 {paley, lowrance, pkarp}@ai.sri.com Abstract- been realized to a limited extent; the ONTOLINGUA The GKB Editor is a generic editor and browser of project has produced a library of ontologies (Gru- knowledge bases (KBs) and ontologies - generic in the ber 1993), and the KIF project has produced a lan- sense that it is portable across several frame knowl- guage for knowledge interchange (Genesereth & Fikes edge representation systems (FRSs). This general- 1992), but actual examples of knowledge reuse are few. ity is possible because the GKB Editor performs all This paper reports a milestone of software reuse for KB access operations using a generic application pro- knowledge-based systems by describing a knowledge- gramming interface to FRSs called the Generic Frame base browser and editor that is reusable across several Protocol (GFP). To adapt the GKB Editor to a new different knowledge representation systems. FRS, we need only to create a GFP implementation for The knowledge representation (KR) community has that FRS - a task that is usually considerably sim- long recognized the need for graphical knowledge- pler than implementing a complete KB editor. The base browsing and editing tools to facilitate the GKB Editor also contains several relatively advanced development of complex knowledge bases (KBs). features, including three different viewers of KB rela- Frame knowledge representation systems (FRSs) from tionships, incremental browsing of large graphs, KB KREME (Abrett et a2. 1987) to KEE (Kehler & analysis tools, extensive customizability, complex se- Clemenson 1984) to CYCL (Lenat & Guha 1990) have lection operations, cut-and-paste operations, and both included graphical KB editors to assist users in devel- user- and KB-specific profiles. The GKB Editor is in oping new KBs, and in comprehending and maintain- active use in the development of several ontologies and ing existing KBs. More recently, the ontology move- KBs. This paper discusses the design of the GKB Ed- ment in AI has spurred the development of graphical itor from a graphical user interface point of view, and ontology editors. describes the difficulties encountered in achieving true However, the past approach of developing KB editors portability across multiple FRSs. that were tightly wedded to a single FRS is impractical. The substantial efforts required to create such tools be- Introduction come lost if the associated FRS falls into disuse. Since most FRSs share a common core functionality, a more In 1991 Neches et al. articulated a vision of enabling cost-effective approach is to amortize the cost of de- technology for knowledge sharing (Neches et al. 1991). veloping a single FRS interface tool across a number That vision involved a “Chinese menu” (not to be of FRSs. Another benefit of this approach is that it confused with Searls’ Chinese room) of interoperable, allows a user to access KBs created using a variety of reusable components that a system designer could mix FRSs through a single graphical user interface (GUI), and match to construct knowledge-based systems, in- thus reducing the barrier for a user to interact with a cluding knowledge representation systems, ontologies, new FRS. Finally, most past KB editors have imple- and reasoners. The paper argued that because the de mented essentially the same functionality, presumably novo construction of knowledge-based systems is in- because each new system must be built from scratch credibly time consuming, future knowledge-based sys- rather than building on a previous implementation. tems should be constructing by reusing and modifying The GKB Editor is a generic editor and browser of existing components. Five years later, this vision has KBs and ontologies - generic in the sense that it is Copyright @ 1997, American Association for Artificial portable across several FRSs. This generality is pos- Intelligence (www.aaai.org). All rights reserved. sible because the GKB Editor performs all KB access EMERGING APPLICATIONS 1045 and modification operations by using a generic applica- corresponding editing operation on the KB. (6) The tion programming interface to FRSs called the Generic interface should be intuitive for the novice user to un- Frame Protocol (GFP) (Karp, Myers, & Gruber 1995). derstand and manipulate, but not unduly burdensome To adapt the GKB Editor to a new FRS, we need only for the expert user. Shortcuts should be available for to create a GFP implementation for that FRS - a common operations. (7) The interface should be cus- task that is usually considerably simpler than imple- tomizable: the user should have control over both the menting a complete KB editor. The GKB Editor also kind and amount of information displayed, including contains a number of relatively advanced features, such incremental revealing, and the appearance of the dis- as incremental browsing of large graphs, KB analysis played information. tools, operation over multiple selections, cut-and-paste We assert that the design requirements for an ontol- operations, and both user- and KB-specific profiles. ogy editor and browser are subsumed by the design re- The GKB Editor is in active use in the development quirements for a KB editor and browser. That is, a sys- of military-application planning KBs and ontologies tem that adequately supports the design, development, for LOOM (MacGregor 1991) at several sites, includ- maintenance, comprehension, and reuse of KBs will ing a military-transportation planning ontology. It is adequately support the same tasks for ontologies. The used daily in the development of EcoCyc (Karp et al. reason is that although there may be semantic differ- 1997)) a biological KB containing more than 11,000 ences between ontologies and KBs (Guarino & Giaretta frames that is accessed daily via the WWW by scien- 1995), there are no substantial symbol-level differences tists from around the world2 (public access to EcoCyc between the two (as Guarino points out, ontologies can is provided by a biology-specific GUI). The editor also include both classes and instances). Given that FRSs works with the FRSs OCELOT (developed at SRI), can serve as implementation substrates for building on- SIPE-2 (Wilkins 1990), and THEO (Mitchell et al. tologies, the GKB Editor can therefore serve as an ed- 1989), and in read-only mode for ONTOLINGUA. itor and browser of ontologies. The converse is not GKB Editor development has benefited greatly from true: it is possible to develop ontology editors that are the feedback provided by the user community, incor- not adequate KB editors. For example, since KBs will porating a number of user suggestions into subsequent generally have larger scale than ontologies, an editor versions of the system. that is adequate for an ontology could easily prove in- This paper discusses the design of the GKB Editor adequate for a large KB. from a GUI point of view, and describes the difficulties encountered in achieving true portability across multi- Architecture ple FRSs. The GKB Editor is built upon a graph-display tool Design Goals called Grasper-CL (Karp et al. 1994). Portability among FRSs is achieved by using the Generic Frame The GKB Editor was designed to satisfy the follow- Protocol (GFP) to form a wrapping layer between the ing criteria. (1) It must be portable across multiple GKB Editor and the underlying FRSs. Figure 1 il- FRSs. (2) Users should be shielded from as many id- lustrates the overall architecture of the GKB Editor iosyncrasies of the underlying FRS as possible. (3) system. OCELOT, THEO and LOOM KBs can all Knowledge should be presented in the most natural be persistently stored in a relational DBMS (Karp & form, which is often graphical. There should be mul- Paley 1995). tiple ways to view data, depending on the user’s per- Our architecture naturally lends itself to distributed spective and the types of modifications they wish to operation, in three possible modes. In the first mode, make. (4) The GKB Editor should support the en- we insert a network connection at (A) in Figure 1 by tire life cycle of a KB or an ontology, including de- using remote X-windows. In this mode, the GKB Edi- sign, development, maintenance, comprehension, and tor and the FRS run in a LISP process on one machine, reuse. By “comprehension” we mean the task of un- and the X-window graphics flow over the network to derstanding a new and unfamiliar KB, which is usually the user’s workstation. In practice, this approach is the first step in reuse. (5) Where appropriate, editing slow but workable for cross-continent Internet connec- should be accomplished through direct pictorial ma- tions; it is quite acceptable over local-area networks. nipulation. For example, if a KB is represented as a Approach (B) uses a remote-procedure call implemen- graph, then we should be able to translate an editing tation of GFP. With the network link at (C), the LISP operation that is natural to perform on a graph to the process runs on the user’s workstation and communi- 2See www URL cates with the DBMS server over the network using http://www.ai.sri.com/ecocyc/ecocyc.html. SQL. This approach faults frames across the network; 1046 INNOVATIVEAPPLICATIONS they are cached in the LISP process. All three of these Editor to display them. Before attempting this oper- distributed modes have been implemented and tested; ation, however, the GKB Editor must first query an our group currently uses (A) and (C), both alone and FRS’s behavior profile to determine whether or not in combination. annotations are supported. The GFP model cannot incorporate all functional- The Generic Frame Protocol ities of all FRSs.
Recommended publications
  • Graph-Based Reasoning in Collaborative Knowledge Management for Industrial Maintenance Bernard Kamsu-Foguem, Daniel Noyes
    Graph-based reasoning in collaborative knowledge management for industrial maintenance Bernard Kamsu-Foguem, Daniel Noyes To cite this version: Bernard Kamsu-Foguem, Daniel Noyes. Graph-based reasoning in collaborative knowledge manage- ment for industrial maintenance. Computers in Industry, Elsevier, 2013, Vol. 64, pp. 998-1013. 10.1016/j.compind.2013.06.013. hal-00881052 HAL Id: hal-00881052 https://hal.archives-ouvertes.fr/hal-00881052 Submitted on 7 Nov 2013 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: 9587 To link to this article: doi.org/10.1016/j.compind.2013.06.013 http://www.sciencedirect.com/science/article/pii/S0166361513001279 To cite this version: Kamsu Foguem, Bernard and Noyes, Daniel Graph-based reasoning in collaborative knowledge management for industrial
    [Show full text]
  • Exploring the Components of Dynamic Modeling Techniques
    Old Dominion University ODU Digital Commons Computational Modeling & Simulation Computational Modeling & Simulation Engineering Theses & Dissertations Engineering Spring 2012 Exploring the Components of Dynamic Modeling Techniques Charles Daniel Turnitsa Old Dominion University Follow this and additional works at: https://digitalcommons.odu.edu/msve_etds Part of the Computer Engineering Commons, and the Computer Sciences Commons Recommended Citation Turnitsa, Charles D.. "Exploring the Components of Dynamic Modeling Techniques" (2012). Doctor of Philosophy (PhD), Dissertation, Computational Modeling & Simulation Engineering, Old Dominion University, DOI: 10.25777/99hf-vx67 https://digitalcommons.odu.edu/msve_etds/38 This Dissertation is brought to you for free and open access by the Computational Modeling & Simulation Engineering at ODU Digital Commons. It has been accepted for inclusion in Computational Modeling & Simulation Engineering Theses & Dissertations by an authorized administrator of ODU Digital Commons. For more information, please contact [email protected]. EXPLORING THE COMPONENTS OF DYNAMIC MODELING TECHNIQUES by Charles Daniel Turnitsa B.S. December 1991, Christopher Newport University M.S. May 2006, Old Dominion University A Dissertation Submitted to the Faculty of Old Dominion University in Partial Fulfillment of the Requirement for the Degree of DOCTOR OF PHILOSOPHY MODELING AND SIMULATION OLD DOMINION UNIVERSITY May 2012 Approved b, Andreas Tolk (Director) Frederic D. MctCefizie (Member) Patrick T. Hester (Member) Robert H. Kewley, Jr. (Member) / UMI Number: 3511005 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent on the quality of the copy submitted. In the unlikely event that the author did not send a complete manuscript and there are missing pages, these will be noted. Also, if material had to be removed, a note will indicate the deletion.
    [Show full text]
  • Downloaded at the Address: Predicates in the Ontology
    Ontology-Supported and Ontology-Driven Conceptual Navigation on the World Wide Web Michel Crampes and Sylvie Ranwez Laboratoire de Génie Informatique et d’Ingénierie de Production (LGI2P) EERIE-EMA, Parc Scientifique Georges Besse 30 000 NIMES (FRANCE) Tel: (33) 4 66 38 7000 E-mail: {Michel.Crampes, Sylvie Ranwez}@site-eerie.ema.fr ABSTRACT It is accepted that there is no ideal solution to a complex This paper presents the principles of ontology-supported problem and a coherent paradigm may present limits and ontology-driven conceptual navigation. Conceptual when considering the complexity and the variety of the navigation realizes the independence between resources users' needs. Let’s recall some of the traditional criticisms and links to facilitate interoperability and reusability. An about hypertext. The readers get lost in hyperspace. The engine builds dynamic links, assembles resources under links are predefined by the authors and the author's an argumentative scheme and allows optimization with a intention does not necessary match the readers' intentions. possible constraint, such as the user’s available time. There may be other interesting links to other resources Among several strategies, two are discussed in detail with that are not given. The narrative construction which is the examples of applications. On the one hand, conceptual result of link following may present argumentative specifications for linking and assembling are embedded in pitfalls. the resource meta-description with the support of the ontology of the domain to facilitate meta-communication. As regards the IR paradigm, there are other criticisms. Resources are like agents looking for conceptual The search engines leave the readers with a list of acquaintances with intention.
    [Show full text]
  • Argumentation Graphs with Constraint-Based Reasoning for Collaborative Expertise
    Open Archive Toulouse Archive Ouverte 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’s version published in: http://oatao.univ-toulouse.fr/21334 To cite this version: Doumbouya, Mamadou Bilo and Kamsu-Foguem, Bernard and Kenfack, Hugues and Foguem, Clovis Argumentation graphs with constraint-based reasoning for collaborative expertise. (2018) Future Generation Computer Systems, 81. 16-29. ISSN 0167-739X Any correspondence concerning this service should be sent to the repository administrator: [email protected] Argumentation graphs with constraint-based reasoning for collaborative expertise Mamadou Bilo Doumbouya a,b , Bernard Kamsu-Foguem a,*, Hugues Kenfack b, Clovis Foguem c,d a Université de Toulouse, Laboratoire de Génie de Production (LGP), EA 1905, ENIT-INPT, 47 Avenue d'Azereix, BP 1629, 65016, Tarbes Cedex, France b Université de Toulouse, Faculté de droit, 2 rue du Doyen Gabriel Marty, 31042 Toulouse cedex 9, France c Université de Bourgogne, Centre des Sciences du Goût et de l'Alimentation (CSGA), UMR 6265 CNRS, UMR 1324 INRA, 9 E Boulevard Jeanne d'Arc, 21000 Dijon, France d Auban Moët Hospital, 137 rue de l’hôpital, 51200 Epernay, France h i g h l i g h t s • Reasoning underlying the remote collaborative processes in complex decision making. • Abstract argumentation framework with the directed graphs to represent propositions • Conceptual graphs for ontological knowledge modelling and formal visual reasoning. • Competencies and information sources for the weighting of shared advices/opinions. • Constraints checking for conflicts detection according to medical–legal obligations.
    [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]
  • Web, Graphs and Semantics Olivier Corby
    Web, Graphs and Semantics Olivier Corby To cite this version: Olivier Corby. Web, Graphs and Semantics. International Conference on Conceptual Structures, Jul 2008, Toulouse, France. 10.1007/978-3-540-70596-3_3. hal-01531149 HAL Id: hal-01531149 https://hal.inria.fr/hal-01531149 Submitted on 1 Jun 2017 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. Web, Graphs and Semantics Olivier Corby INRIA Edelweiss Team 2004 route des lucioles - BP 93 FR-06902 Sophia Antipolis cedex [email protected] Abstract. In this paper we show how Conceptual Graphs (CG) are a powerful metaphor for identifying and understanding the W3C Resource Description Framework. We also presents CG as a target language and graph homomorphism as an abstract machine to interpret/implement RDF/S, SPARQL and Rules. We show that CG components can be used to implement such notions as named graphs and properties as resources. In brief, we think that CG are an excellent framework to progress in the Semantic Web because the W3C now considers that RDF graphs are – along with XML trees – one of the two standard formats for the Web1.
    [Show full text]
  • An Intelligent Hypertext System
    An Intelligent Hypertext System Michael Junke Hu Thesis submitted for the degree of Doctor of Philosophy of the University of London. November 1994 Department of Computer Science University College London ProQuest Number: 10045477 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent upon the quality of the copy submitted. In the unlikely event that the author did not send a complete manuscript and there are missing pages, these will be noted. Also, if material had to be removed, a note will indicate the deletion. uest. ProQuest 10045477 Published by ProQuest LLC(2016). Copyright of the Dissertation is held by the Author. All rights reserved. This work is protected against unauthorized copying under Title 17, United States Code. Microform Edition © ProQuest LLC. ProQuest LLC 789 East Eisenhower Parkway P.O. Box 1346 Ann Arbor, Ml 48106-1346 ABSTRACT This thesis investigates the apphcations of machine intelligence in information gen­ eration, organization, manipulation, search and retrieval. In order to alleviate and solve some problems in the present information retrieval (IR) community, and to increase the efficiency and effectiveness of information sys­ tems, a new data structure is proposed in the thesis. The conceptual index is external to the collection of information components (documents). It integrates the conven­ tional global index with a special semantic network. As a result, a much richer set of concepts, as well as the relationships between concepts, can be represented in the data structure. It is shown in the thesis that such a data structure is more suit­ able for sophisticated IR environments such as hypertext, and could make automatic information generation, self-adjustment and evolvement, inferencing and reasoning possible.
    [Show full text]
  • Visual Knowledge Representation of Conceptual Semantic Networks Leyla Zhuhadar Western Kentucky Univeristy, [email protected]
    Western Kentucky University TopSCHOLAR® CIS Faculty Publications Computer Information Systems 2011 Visual knowledge representation of conceptual semantic networks Leyla Zhuhadar Western Kentucky Univeristy, [email protected] Olfa Nasraoui University of Louisville Robert Wyatt Western Kentucky University, [email protected] Rong Yang Western Kentucky University, [email protected] Follow this and additional works at: http://digitalcommons.wku.edu/cis_fac_pub Part of the Databases and Information Systems Commons Recommended Citation Leyla Zhuhadar, Olfa Nasaoui, Robert Wyatt, and Rong Yang. Visual Knowledge Representation of Conceptual Semantic Networks, Social Network Analysis and Mining Journal, 219-229, Volume 1, 2011. This Article is brought to you for free and open access by TopSCHOLAR®. It has been accepted for inclusion in CIS Faculty Publications by an authorized administrator of TopSCHOLAR®. For more information, please contact [email protected]. Manuscript Click here to download Manuscript: Visual_Knowledge_Representation_of_Conceptual_Semantic_Networks.psClick here to view linked References 1 2 3 4 5 6 7 8 9 Leyla Zhuhadar, Olfa Nasraoui 10 11 Knowledge Discovery and Web Mining Lab 12 Department of Computer Engineering and Computer Science 13 14 University of Louisville, KY 40292, USA. 15 16 17 18 Robert Wyatt 19 The Office of Distance Learning 20 21 Division of Extended Learning and Outreach 22 23 Western Kentucky University, KY 42101, USA. 24 25 26 27 28 29 30 31 32 33 Visual Knowledge Representation of 34 35 Conceptual Semantic Networks 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 Springer 60 61 62 63 64 65 1 2 3 4 5 Abstract This article presents methods of using visual analysis to visually represent large amounts of massive, 6 dynamic, ambiguous data allocated in a repository of learning objects.
    [Show full text]
  • Graph-Based Formalisms for Knowledge Representation
    Graph-Based Formalisms for Knowledge Representation Mile PAVLIĆ Department of Informatics, University of Rijeka, Rijeka, Croatia Ana MEŠTROVIĆ Department of Informatics, University of Rijeka, Rijeka, Croatia and Alen JAKUPOVIĆ Bussines Department, Polytechnic of Rijeka, Rijeka, Croatia ABSTRACT understanding, semantic search, question answering systems, machine translation systems) and knowledge based systems Graph-based formalisms provide an intuitive and easily (KBS). understandable vehicle for knowledge representation. In this This paper deals with knowledge representation formalisms paper several existing graph-based formalisms are described. based on graphic notation. The main concepts used in graph- Furthermore, a new graph-based formalism for knowledge based knowledge representation are nodes (represented as representation is defined. Basic concepts for graphical vertices) and links (represented as arcs). In graph-based representation (nodes and links) as well as their variation are approach to knowledge representation graphs are considered for described. Context node, context link and process node are knowledge modeling and for computation. A benefit of this defined in order to represent different kinds and levels of approach is that labeled graphs, schemas and drawings provide knowledge. A knowledge network diagram defined from an intuitive vehicle for knowledge representation. There is a sentences expressed in natural language is presented. The main wide range of applications of graph-based methods such as such goal of this formalism is to present knowledge stored in textual as the ER model, UML, Topic Maps in the domain of database fields in the databases. and information systems development. The main reason is that graphs are easily understandable for users, knowledge engineers Keywords: knowledge representation, knowledge based or specialists in an application domain [3].
    [Show full text]
  • Conceptual Knowledge Markup Language: the Central Core
    Conceptual Knowledge Markup Language: The Central Core Robert E. Kent TOC (The Ontology Consortium) 550 Staley Dr. Pullman, WA 99163, USA [email protected] ABSTRACT The conceptual knowledge framework OML/CKML needs several components for a successful design (Kent, 1999). One important, but previously overlooked, component is the central core of OML/CKML. The central core provides a theoretical link between the ontological specification in OML and the conceptual knowledge representation in CKML. This paper discusses the formal semantics and syntactic styles of the central core, and also the important role it plays in defining interoperability between OML/CKML, RDF/S and Ontolingua. OVERVIEW CKML The OML/CKML pair of languages is in various senses both description logic based and frame based. OML A bird’s eye view of the architectural structure of OML/CKML is visualized in Figure 1. Simple OML • CKML: This language provides a conceptual ∂∂∂ knowledge framework for the representation of ⊢⊢⊢ ⊢⊢⊢ distributed information. Earlier versions of ⊨⊨⊨ ⊨⊨⊨ CKML followed rather exclusively the philosophy of Conceptual Knowledge Processing ∂∂∂ (CKP) (Wille, 1982; Ganter and Wille, 1989), a principled approach to knowledge representation and data analysis that “advocates methods and Figure 1: OML/CKML at a glance instruments of conceptual knowledge processing which support people in their rational thinking, judgment and acting and promote critical discussion.” The new version of CKML continues to follow this approach, but also incorporates various principles, insights and techniques from Information Flow (IF), the logical design of distributed systems (Barwise and Seligman, 1997). This allows diverse communities of discourse to compare their own information structures, as coded in ontologies, logical theories and theory interpretations, with that of other communities that share a common terminology and semantics.
    [Show full text]
  • XX. Using Conceptual Graphs to Analyze Multiple Views of Software Requirements
    XX. Using Conceptual Graphs to Analyze Multiple Views Of Software Requirements Harry S. Delugach Computer Science Department University of Alabama in Huntsville Huntsville, AL 35899 U.S.A. XXX.1. INTRODUCTION This chapter describes an application of conceptual graphs to support software requirements development — the process of determining what software needs exist and how those needs will be filled. As a human knowl- edge- and experience-based activity, requirements development is an appro- priate domain for applying formal models of cognitive structures. This chapter introduces the following contributions to the theory and practice in conceptual graphs: a. The ability to represent a conceptual graph that changes over time, using a new class of node called a demon node. b. A structure to partially manipulate informal (external) information (i.e., information not expressed in conceptual graphs), by introducing a special referent form called a private referent. c. The ability to obtain a conceptual graph representation from a require- ments specification written in one of several common notations. d. A framework using conceptual graphs in the analysis of software re- quirements that effectively captures the overlap between multiple views. The chapter sections are organized as follows: XXX.2 discusses the general problem of software requirements, for those readers unfamiliar with this aspect of software development. XXX.3 describes two extensions to conceptual graphs that are desirable for capturing requirements. XXX.4 ex- plains how conceptual graphs (as extended) are used to capture require- ments. XXX.5 outlines the framework in which multiple views are analyzed. XXX.6 shows some partial results for an example set of requirements.
    [Show full text]
  • Conceptual Graphs for Representing Conceptual Structures
    Conceptual Graphs For Representing Conceptual Structures John F. Sowa VivoMind Intelligence Abstract. A conceptual graph (CG) is a graph representation for logic based on the semantic networks of artificial intelligence and the existential graphs of Charles Sanders Peirce. CG design principles emphasize the requirements for a cognitive representation: a smooth mapping to and from natural languages; an “iconic” structure for representing patterns of percepts in visual and tactile imagery; and cognitively realistic operations for perception, reasoning, and language understanding. The regularity and simplicity of the graph structures also support efficient algorithms for searching, pattern matching, and reasoning. Different subsets of conceptual graphs have different levels of expressive power: the ISO standard conceptual graphs express the full semantics of Common Logic (CL), which includes the subset used for the Semantic Web languages; a larger CG subset adds a context notation to support metalanguage and modality; and the research CGs are exploring an open-ended variety of extensions for aspects of natural language semantics. Unlike most notations for logic, CGs can be used with a continuous range of precision: at the formal end, they are equivalent to classical logic; but CGs can also be used in looser, less disciplined ways that can accommodate the vagueness and ambiguity of natural languages. This chapter surveys the history of conceptual graphs, their relationship to other knowledge representation languages, and their use in the design and implementation of intelligent systems. 1. Representing Conceptual Structures Conceptual graphs are a notation for representing the conceptual structures that relate language to perception and action. Such structures must exist, but their properties can only be inferred from indirect evidence.
    [Show full text]