Software:Sigma knowledge engineering environment

From HandWiki
Sigma knowledge engineering environment
Repositorygithub.com/ontologyportal/sigmakee
Written inJava
LicenseGPL-3.0 license

In the computer science fields of knowledge engineering and ontology, the Sigma knowledge engineering environment (SigmaKEE) is an open source computer program for the development of formal ontologies. It is designed for use with the Suggested Upper Merged Ontology. It originally included only the Vampire theorem prover as its core deductive inference engine,[1] but now allows use of many other provers that have participated in the CASC/CADE competitions.[2]

Overview

SigmaKEE's data flows and main components

SigmaKEE is viewed as an integrated development environment for ontologies. The user's typical workflow consists of writing the theory content in a text editor and then debugging it using the SigmaKEE's tools.[2]

It is written in Java and uses JSP for its web-based user interface. The interface allows the user to make queries and statements in SUO-KIF format and shows proof results with hyperlinks. For each step in the proof, SigmaKEE either points out that it is an assertion in the knowledge base or shows how the step follows from the previous steps using the rules of inference. The interface allows to browse the theory content with hyperlinks and presents hierarchies in a tree-like structure. It also allows to browse WordNet and Open Multilingual WordNet.[2]

SigmaKEE supports THF, TPTP, SUO-KIF, OWL and Prolog formats and is able to translate theories between these formats. The theorem prover E, which supports TPTP standards for input and output, is integrated into SigmaKEE. It provides the e_ltb_runner control program which runs in an interactive mode. This program receives queries and applies relevance filters. It then runs multiple instances of E which search for an answer to the queries. If one of the instances finds the proof, all other instances are stopped and e_ltb_runner returns the answer to the SigmaKEE's backend.[2]

References

  1. Sutcliffe, Geoff; Yerikalapudi, Aparna; Trac, Steven (2009). "Multiple Answer Extraction for Question Answering with Automated Theorem Proving Systems". Proceedings of the Twenty-Second International FLAIRS Conference. https://cdn.aaai.org/ocs/12/12-2347-1-PB.pdf. Retrieved January 16, 2024. 
  2. 2.0 2.1 2.2 2.3 Pease, Adam; Schulz, Stephan (2014). Demri, Stephane; Kapur, Deepak; Weidenbach, Christoph. eds. "Knowledge Engineering for Large Ontologies with Sigma KEE 3.0". Proc. Of the 7th IJCAR, Vienna. LNAI 8562: 519–525. http://sigma.ontologyportal.org/pe_sch_sigma.pdf. Retrieved January 16, 2024. 

External links