Skip to content

SNePS/CSNePS

Repository files navigation

CSNePS - Concurrent SNePS

CSNePS is an implementation (and extension of) of the SNePS 3 knowledge representation and reasoning system specification. CSNePS is written in the Clojure programming language, and is designed to utilize concurrency during inference.

Running CSNePS

CSNePS should be run using Leiningen for the best experience. Once you've installed Leiningen you can run CSnePS by changing into the CSNePS directory and typing either:

lein run

to launch CSNePS with its GUI, or

lein run -c

to launch the command line interface for CSNePS.

Further Documentation

While CSNePS is still under heavy development, the version available here should be usable. There is some documentation provided in the manual.pdf file in the doc folder, but most documentation is currently in the form of papers written about SNePS 3 and portions of CSNePS.

If you intend to use CSNePS it is best to first acquaint yourself with the SNePS 3 specification:

Stuart C. Shapiro, An Introduction to SNePS 3. In Bernhard Ganter & Guy W. Mineau, Eds. Conceptual Structures: Logical, Linguistic, and Computational Issues. Lecture Notes in Artificial Intelligence 1867. Springer-Verlag, Berlin, 2000, 510-524.

Daniel R. Schlegel and Stuart C. Shapiro, Visually Interacting with a Knowledge Base Using Frames, Logic, and Propositional Graphs. In Madalina Croitoru, Sebastian Rudolph, Nic Wilson, John Howse and Olivier Corby, Eds., Graph Structures for Knowledge Representation and Reasoning, Lecture Notes in Artificial Intelligence 7205, Springer-Verlag, Berlin, 2012, 188-207.

Next, you should aquiant yourself with Inference Graphs, which provide the natural deduction and subsumption reasoning abilities of CSNePS.

Daniel R. Schlegel, Concurrent Inference Graphs, PhD Dissertation, Department of Computer Science and Engineering, State University of New York at Buffalo, September 3, 2014.

Daniel R. Schlegel and Stuart C. Shapiro, Inference Graphs: Combining Natural Deduction and Subsumption Inference in a Concurrent Reasoner. In Proceedings of the Twenty-Ninth Conference on Artificial Intelligence (AAAI-15), in press.

About

The CSNePS Knowledge Representation and Reasoning System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published