%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>
Ian P. Gent, Finding Problems in Knowledge Bases Using Modal Logics (February 1, 1991).
In this paper I propose that it is suitable to consider some statements that an expert makes during knowledge elicitation as being statements in a modal logic. This approach gives us several advantages in finding inconsistencies between a knowledge base and an expert's intuition in her field. I illustrate this approach by using the modal logic VC, a logic of counterfactual conditionals. In an appendix, I give brief details of theorem proving in VC
<%@ include file="hardcopy.html" %> <%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>