Answer Set Programming with Default Logic

Total Page:16

File Type:pdf, Size:1020Kb

Answer Set Programming with Default Logic Answer Set Programming with Default Logic Victor W. Marek Jeffrey B. Remmel Department of Computer Science Department of Mathematics University of Kentucky University of California Lexington, KY 40506, USA, La Jolla, CA 92093, USA [email protected] [email protected] Abstract to be equivalent to Autoepistemic Logic of Moore (Moore 1985). See (Marek and Truszczynski´ 1993) for details. The We develop an Answer Set Programming formalism based basic complexity result for Default Logic was established by on Default Logic. We show that computing generating sets of Gottlob (Gottlob 1992) (see also Stillman (Stillman 1992). extensions in this formalism captures all ΣP search problems. 2 Gottlob found that the decision problems associated with the Default Logic are complete for the second level of polyno- I. Introduction mial hierarchy. Specifically, the existence problem for ex- P The main motivation for this paper comes from recent de- tensions is Σ2 complete, the membership problem for exten- sions (membership in some, membership in all) are com- velopments in knowledge representation theory. In partic- P P ular, a new generation of general solvers have been de- plete, respectively, for Σ2 and Π2 . veloped, (Niemela¨ and Simons 1996; Eiter et. al. 1998; A search problem ((Garey and Johnson 1979)) S has two Cholewinski´ et.al. 1999; Syrjanen 2001; Simons et. al. components. First, S specifies a set of finite instances 2002), based on the so-called Answer Set Programming (Garey and Johnson 1979). For example, the search prob- (ASP) paradigm (Niemela¨ 1998; Marek and Truszczynski´ lem may be to find Hamiltonian paths in a graph so that the 1999; Lifschitz 1999). The most popular ASP formalism is set of instances of the problem is the set of all finite graphs. based on the the stable semantics for logic programs (SLP) Second, for any given instance I ∈ S, S specifies a set SI (Gelfond and Lifschitz 1988). However, one can easily ex- of solutions to the search problems S for instance I. For tend the ideas of answer set programming to other nonmono- example, in our Hamiltonian path problem, given a finite tonic logic formalisms such as default logic (Reiter 1980). graph I, SI is the set of all Hamiltonian paths of I. An al- In each case, the first question one should ask is what ex- gorithm solves the search problem S if, given any instance I actly can these systems theoretically compute. In (Marek of S, the algorithm returns a solution s ∈ SI , whenever SI is non-empty, and returns the string “empty” otherwise. and Remmel 2001), the authors answered this question for P ASP systems built on SLP. Namely, answer set programs un- We say that a search problem S is in Σ2 if and only if there der SLP can solve the class of NP-search problems and no is a polynomial time coding procedure which maps each in- more. The main result of this paper is to prove a similar re- stance in I ∈ S to a string xI and there is a non-deterministic sult for ASP systems built on Default Logic (DL). That is, polynomial time oracle Turing machine M with an oracle X ∈ NP such that given a coding xI of an instance I ∈ S, we shall show that ASP systems built on DL can solve the X P the output of any terminating computation of M with in- class of Σ2 search problems and no more. put xI codes a solution s ∈ SI and there are no terminating Default Logic has been introduced by Raymond Reiter in X his seminal paper (Reiter 1980). The formalism of De- computations of M on input xI if SI = ∅. fault Logic has been, subsequently, extensively studied by The goal of this paper is first to investigate the ASP for- the Knowledge Representation community. In addition to malism based on Default Logic (DL) which has the same the original semantics of extensions, many additional struc- basic properties as SLP Answer Set Programming formal- ism. This formalism is closely related to both to (Niemela¨ tures associated with a given default theory hD, W i have been introduced. Those include weak extensions (Marek and and Simons 1996) and (East and Truszczynski´ 2001), but al- Truszczynski´ 1989), Łukaszewicz extensions (Łukaszewicz lows for more complex entities. By definition, extensions 1984), rational extensions (Mikitiuk and Truszczynski´ 1993) of default theories are always infinite since they are closed and other structures. For a detailed discussion of De- under logical consequence. This is in contrast with stable fault Logic with extensions see (Marek and Truszczynski´ models of logic programs which are finite. Thus to have an 1993). Default Logic with extensions forms a direct gen- appropriate analogue for the result that ASP logic programs eralization of stable semantics of logic program (the latter capture NP search problems, we shall consider generating sets of extensions of default theories as opposed to exten- has been introduced by Gelfond and Lifschitz in (Gelfond P and Lifschitz 1988)), see (Marek and Truszczynski´ 1989a; sions themselves. Then we will show that any Σ2 search Bidoit and Froidevaux 1991). Weak extensions turned out problem can be reduced to the problem of finding generat- ing sets for extensions of DL programs and, vice versa, the query Q = h(B, D), {S1,...,Sm}i equals problem of finding generating sets of extensions of DL pro- m grams is itself a P search problem. That is, we shall show Σ2 {S |W } that for each n and each polynomial run time bound p(x), [ i n,p n,p i=1 there is a single ASP default theory hDTrg , WTrg i that is ca- pable of simulating any polynomial time nondeterministic where Si|W is the set of all ground li-tuples t over U Turing oracle machine with an oracle for 3-SAT on inputs such that Si(t) is in at least one extension of Q + W . It of size n in the sense that given any polynomial time non- is clear that this is analogous to the way that DATALOG deterministic oracle Turing machine M with an oracle for and DATALOG¬ (see (Ullman 1988)) treats queries to 3-SAT and any input σ of size n, there is a set of formu- databases. Then the main result of (Cadoli et. al. 1994; p las edbM,p,σ such that a certain class of generating sets of Cadoli et. al. 1997) is that a database query is Σ2- n,p n,p the extensions of hDTrg , WTrg ∪ edbM,p,σi codes accepting recognizable if and only if it is definable as DQL I/0 query. The outline of this paper is as follows. In section II, we shall computations of M3-SAT started with input σ that termi- describe specifying our formulation of an Answer Set Pro- nates in p(|σ|) or fewer steps and any such accepting com- gramming based on default logic. We shall also formally putation of M3-SAT is coded by the generating set of some n,p n,p describe our conventions for how a non-deterministic oracle extension of hDTrg , WTrg ∪ edbM,p,σi. machine relative to an oracle for 3-SAT operates. Then in Our results here are closely related to the work of Cadoli, section III, we shall describe a uniform coding our uniform Eiter and Gottlob (Cadoli et. al. 1994; Cadoli et. al. 1997) coding of nondeterministic Turing machines with an oracle who studied the use of Default Logic as a query language. for 3-SAT via our ASP default theories which is used to de- Recall that Reiter, from the very beginning, recognized that rive our main result that our ASP default theories capture all one can treat defaults with variables. Reiter called such de- p Σ2-search problems. faults open and realized that they can be viewed as reasoning patterns. That is, instantiating an open default rule creates II. Technical preliminaries a new propositional default rule. In (Cadoli et. al. 1994; In this section, we formally introduce several notions that Cadoli et. al. 1997), a DQL Input/Output query Q consists will be needed for the proof of our main results. First, we of a pair (B, D) where B is a set of first-order formulas and shall make a typographical departure from the original con- D is a set of open default rules, where the first order lan- vention of Reiter for writing defaults. Recall, that in Reiter’s guage is function-free and quantifier-free, plus a set of out- original paper and most of the literature on Default Logic, a put relation schemata S = {S ,...,Sm}. One assumes that 1 default is written as α:β1,...,βk . This is convenient for theo- the set of predicate symbols occurring in the defaults of Q γ retical considerations, but it is not typographically suitable contain all the names of the relation schemata {R1,...,Rn} of the database (the extensional relations) and possibly some when either α and/or some of the β’s are long. Gelfond and other symbols (the intensional relations). One assumes that Lifschitz (Gelfond and Lifschitz 1991) suggested that de- the output relations are intensional. The intuitive meaning fault logic should be treated as a natural extension of Logic of query is the following. We want to compute all tuples Programming. We will follow this suggestion and write a in the Si relations which can be inferred under the credulous default as a rule: semantics. More formally, suppose W is a database instance γ ← α : β1,...,βk. over the set of relation schemata {R1,...,Rn} over a finite universe U.
Recommended publications
  • Answer Set Programming: a Primer?
    Answer Set Programming: A Primer? Thomas Eiter1, Giovambattista Ianni2, and Thomas Krennwallner1 1 Institut fur¨ Informationssysteme, Technische Universitat¨ Wien Favoritenstraße 9-11, A-1040 Vienna, Austria feiter,[email protected] 2 Dipartimento di Matematica, Universita´ della Calabria, I-87036 Rende (CS), Italy [email protected] Abstract. Answer Set Programming (ASP) is a declarative problem solving para- digm, rooted in Logic Programming and Nonmonotonic Reasoning, which has been gaining increasing attention during the last years. This article is a gentle introduction to the subject; it starts with motivation and follows the historical development of the challenge of defining a semantics for logic programs with negation. It looks into positive programs over stratified programs to arbitrary programs, and then proceeds to extensions with two kinds of negation (named weak and strong negation), and disjunction in rule heads. The second part then considers the ASP paradigm itself, and describes the basic idea. It shows some programming techniques and briefly overviews Answer Set solvers. The third part is devoted to ASP in the context of the Semantic Web, presenting some formalisms and mentioning some applications in this area. The article concludes with issues of current and future ASP research. 1 Introduction Over the the last years, Answer Set Programming (ASP) [1–5] has emerged as a declar- ative problem solving paradigm that has its roots in Logic Programming and Non- monotonic Reasoning. This particular way of programming, in a language which is sometimes called AnsProlog (or simply A-Prolog) [6, 7], is well-suited for modeling and (automatically) solving problems which involve common sense reasoning: it has been fruitfully applied to a range of applications (for more details, see Section 6).
    [Show full text]
  • Stable Models Stable Models (‘Answer Sets’) for a Normal Logic Program, a Stable Model Is a Set of Atoms
    491 Knowledge Representation Stable models Stable models (‘Answer sets’) For a normal logic program, a stable model is a set of atoms. Let P be a ground normal logic program, i.e., one without variables. If P is not ground Marek Sergot (contains variables) then replace it by all the ground instances of its clauses. (The resulting Department of Computing set of clauses may not be finite.) Imperial College, London Notation When r is a (ground) clause of the form: February 2006 v1.2, November 2016 v1.2c A B ,...,B , not C ,..., not C ← 1 m 1 n + head(r) = A, body (r) = B1,...,Bm , body−(r) = C1,...,Cn . When P is a set of A normal logic program (sometimes a ‘general logic program’) is a set of clauses of the clauses, heads(P ) = head({r) r P .} { } form: { | ∈ } Suppose we have a set X of atoms from the language of P . The idea is that we use X to A L ,...,L (n 0) ← 1 n ≥ simplify P by ‘partially evaluating’ all clauses with nbf-literals against X, and then we see whether the simplified program P X we are left with (the ‘reduct’) has a least Herbrand where A is an atom and each Li is either an atom or a nbf-literal of the form not A where A is an atom. not denotes negation by failure. model that coincides with X. A model of a normal logic program P is a set of atoms X such that T (X) X, or P ⊆ equivalently, such that X is an (ordinary, classical) model of the clauses P ¬ obtained by Definition replacing every occurrence of not in P by ordinary, truth-functional negation .
    [Show full text]
  • Arxiv:1905.04725V1
    Sequent-Type Proof Systems for Three-Valued Default Logic⋆ Sopo Pkhakadze Institute of Logic and Computation, Knowledge-Based Systems Group E192-03, Technische Universität Wien, Favoritenstraße 9-11, 1040 Vienna, Austria ORCID ID: 0000-0003-2247-8147 [email protected] Abstract. Sequent-type proof systems constitute an important and widely-used class of calculi well-suited for analysing proof search. In my master’s thesis, I in- troduce sequent-type calculi for a variant of default logic employing Łukasiewicz’s three-valued logic as the underlying base logic. This version of default logic has been introduced by Radzikowska addressing some representational shortcomings of standard default logic. More specifically, the calculi discussed in my thesis axiomatise brave and skeptical reasoning for this version of default logic, respec- tively following the sequent method first introduced in the context of nonmono- tonic reasoning by Bonatti and Olivetti, which employ a complementary calculus for axiomatising invalid formulas, taking care of expressing the consistency con- dition of defaults. 1 Background Nonmonotonicreasoning is a well-established area in knowledge representation and rea- soning dealing with formalisations of rational arguments whose characteristic feature is that their conclusions may have to be retracted in the light of new, more specific infor- mation. Thus, the inference mechanism underlying rational arguments is nonmonotonic in the sense that an increased set of premisses does not necessarily entail an increased set of conclusions. This is in contradistinction to valid arguments whose underlying in- arXiv:1905.04725v1 [cs.LO] 12 May 2019 ference process is monotonic. Many different nonmonotonic formalisms have been in- troduced in the literature, most prominent among them are default logic [39], autoepis- temic logic [34], circumscription [32], and logic programming under the answer-set semantics [20,21].
    [Show full text]
  • What Is Answer Set Programming?
    What Is Answer Set Programming? Vladimir Lifschitz Department of Computer Sciences University of Texas at Austin 1 University Station C0500 Austin, TX 78712 [email protected] Abstract Their approach is based on the relationship between plans and stable models described in (Subrahmanian & Zaniolo Answer set programming (ASP) is a form of declarative pro- 1995). Soininen & Niemel¨a(1998) applied what is now gramming oriented towards difficult search problems. As an outgrowth of research on the use of nonmonotonic reason- known as answer set programming to the problem of prod- ing in knowledge representation, it is particularly useful in uct configuration. The use of answer set solvers for search knowledge-intensive applications. ASP programs consist of was identified as a new programming paradigm in (Marek rules that look like Prolog rules, but the computational mech- & Truszczy´nski 1999) (the term “answer set programming” anisms used in ASP are different: they are based on the ideas was used for the first time as the title of a part of the collec- that have led to the creation of fast satisfiability solvers for tion where that paper appeared) and in (Niemel¨a1999). propositional logic. An answer set programming language Introduction System LPARSE was originally created as a front-end for the 3 Answer set programming (ASP) is a form of declarative answer set solver SMODELS, and it is now used in the same 4 programming oriented towards difficult, primarily NP-hard, way in most other answer set solvers. search problems. As an outgrowth of research on the use Some rules found in LPARSE programs are traditional of nonmonotonic reasoning in knowledge representation, it “Prolog-style” rules, such as is particularly useful in knowledge-intensive applications.
    [Show full text]
  • Logic Programming and Knowledge Representation—The A-Prolog Perspective ✩
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Artificial Intelligence 138 (2002) 3–38 www.elsevier.com/locate/artint Logic programming and knowledge representation—The A-Prolog perspective ✩ Michael Gelfond a,∗, Nicola Leone b a Department of Computer Science, Texas Tech University, Lubbock, TX 79409-3104, USA b Department of Mathematics, University of Calabria, 87030 Rende (CS), Italy Abstract In this paper we give a short introduction to logic programming approach to knowledge representation and reasoning. The intention is to help the reader to develop a ‘feel’ for the field’s history and some of its recent developments. The discussion is mainly limited to logic programs under the answer set semantics. For understanding of approaches to logic programming built on well-founded semantics, general theories of argumentation, abductive reasoning, etc., the reader is referred to other publications. 2002 Elsevier Science B.V. All rights reserved. Keywords: Logic programming; Nonmonotonic reasoning; Default reasoning; Answer set programming 1. Introduction If we want to design an entity (a machine or a program) capable of behaving intelligently in some environment, then we need to supply this entity with sufficient knowledge about this environment. To do that, we need an unambiguous language capable of expressing this knowledge, together with some precise and well understood way of manipulating sets of sentences of the language which will allow us to draw inferences, answer queries, and update both the knowledge base and the desired program behavior. A good knowledge representation language should allow construction of elaboration tolerant knowledge bases, i.e., bases in which small modifications of the informal body of knowledge correspond to small modifications of the formal base representing this knowledge.
    [Show full text]
  • An Implementation of a Non-Monotonic Logic in an Embedded Computer for a Motor-Glider
    An Implementation of a Non-monotonic Logic in an Embedded Computer for a Motor-glider Jose´ Luis Vilchis Medina Pierre Siegel Vincent Risch Andrei Doncescu Aix-Marseille Univ, Universit de Toulon, CNRS, LIS LAAS-CNRS Marseille, France Toulouse, France fjoseluis.vilchismedina,pierre.siegel,[email protected] [email protected] In this article we present an implementation of nonmonotonic reasoning in an embedded system. As a part of an autonomous motor-glider, it simulates piloting decisions of an airplane. A real pilot must take care not only about the information arising from the cockpit (airspeed, altitude, variometer, compass. ) but also from outside the cabin. Throughout a flight, a pilot is constantly in communi- cation with the control tower to follow orders, because there is an airspace regulation to respect. In addition, if the control tower sends orders while the pilot has an emergency, he may have to violate these orders and airspace regulations to solve his problem (e.g. emergency landing). On the other hand, climate changes constantly (wind, snow, hail. ) and can affect the sensors. All these cases easily lead to contradictions. Switching to reasoning under uncertainty, a pilot must make decisions to carry out a flight. The objective of this implementation is to validate a nonmonotonic model which allows to solve the question of incomplete and contradictory information. We formalize the problem using default logic, a nonmonotonic logic which allows to find fixed-points in the face of contradic- tions. For the implementation, the Prolog language is used in an embedded computer running at 1 GHz single core with 512 Mb of RAM and 0.8 watts of energy consumption.
    [Show full text]
  • Negation-As-Failure Considered Harmful
    Negation-as-failure considered harmful Pablo R. Fillottrani Departamento de Ciencias e Ingenier´ıa de la Computacion´ Universidad Nacional del Sur Av. Alem 1253, 8000 Bah´ıa Blanca, Argentina [email protected] Abstract In logic programs, negation-as-failure has been used both for representing negative information and for provid- ing default nonmonotonic inference. In this paper we argue that this twofold role is not only unnecessary for the expressiveness of the language, but it also plays against declarative programming, especially if further negation symbols such as strong negation are also available. We therefore propose a new logic programming approach in which negation and default inference are independent, orthogonal concepts. Semantical characterization of this approach is given in the style of answer sets, but other approaches are also possible. Finally, we compare them with the semantics for logic programs with two kinds of negation. Keywords: negation as failure, logic programming, knowledge representation 1 INTRODUCTION The utility of a language as a tool for practical development of knowledge representation systems is grounded on a simple syntax with intuitive semantics, and efficient proof procedures. So, in order to keep a broad scope of users and applications, the language should be both powerful and simple at the same time. The absence of any of these conditions produces languages with theoretical interest, but difficult to use in real applications. We think the original success of Logic Programming was due to the fulfillment of these requirements, so any extension must also preserve them. Negation-as-failure partially satisfied these properties at the beginning, despite its lack of declara- tive meaning in all programs.
    [Show full text]
  • Nonmonotonic Reasoning
    Volume title 1 The editors c 2007 Elsevier All rights reserved Chapter 1 Nonmonotonic Reasoning Gerhard Brewka, Ilkka Niemela,¨ Mirosław Truszczynski´ 1.1 Introduction Classical logic is monotonic in the following sense: whenever a sentence A is a logical consequence of a set of sentences T , then A is also a consequence of an arbitrary superset of T . In other words, adding information never invalidates any conclusions. Commonsense reasoning is different. We often draw plausible conclusions based on the assumption that the world in which we function and about which we reason is normal and as expected. This is far from being irrational. To the contrary, it is the best we can do in situations in which we have only incomplete information. However, as unexpected as it may be, it can happen that our normality assumptions turn out to be wrong. New information can show that the situation actually is abnormal in some respect. In this case we may have to revise our conclusions. For example, let us assume that Professor Jones likes to have a good espresso after lunch in a campus cafe.´ You need to talk to her about a grant proposal. It is about 1:00pm and, under normal circumstances, Professor Jones sticks to her daily routine. Thus, you draw a plausible conclusion that she is presently enjoying her favorite drink. You decide to go to the cafe´ and meet her there. As you get near the student center, where the cafe is located, you see people streaming out of the building. One of them tells you about the fire alarm that just went off.
    [Show full text]
  • Relating Default Logic and Circumscription
    Relating Default Logic and Circumscription David W. Etherington1 Artificial Intelligence Principles Research Department AT&T Bell Laboratories 600 Mountain Avenue Murray Hill, NJ 07974 ether^allegra(a btl.csnet Abstract approaches are different on both the syntactic and Default logic and the various forms of cir• semantic levels. cumscription were developed to deal with similar Default logic and circumscription were developed problems. In this paper, we consider what is known at approximately the same time as attempts to formal• about the relationships between the two approaches ize nonmonotonic inference, which was recognized as and present several new results extending this an important facet of intelligent behaviour. In the knowledge. We show that there are interesting cases intervening years, there has been considerable activity in which the two formalisms do not correspond, as in this area. Both formalisms have been extensively well as cases where default logic subsumes cir• studied, and several new paradigms have been pro• cumscription. We also consider positive and negative posed. These two, however, have had remarkable results on translating between defaults and cir• staying power, and applications and refinements con• cumscription, and develop a context in which they can tinue to surface. Since both attempt to capture similar be evaluated. phenomena, the natural question is whether either subsumes the other. Is there a direct mapping by which default 1. Introduction theories subsume circumscription, or vice versa"! Circumscription [McCarthy 1980, 1986; Lifschitz There is, as yet, no definitive answer to this question. 1984] and default logic [Reiter 1980] are both formal• In what follows, we draw together results that begin to isms for reasoning in the absence of complete informa• provide answers.
    [Show full text]
  • Abduction Compared with Negation by Failure
    235 Abduction Compared with Introduction Negation by Failure The tenn "abduction" was introduced by the philosopher Charles Peirce [1931] to refer to a particular kind of hypothetical reasoning. In the K. Eshghi * simplest case, it has the fonn: Hewlett Packard Laboratories, Filton Road, Stoke Gifford, Bristol BS12 6QZ From A and A f- B R. A. Kowalski infer B as a possible "explanation" of A. Department of Computing, Imperial College of Science and Technology 180 Queens Gate, London SW7 2BZ Abduction has been given prominence in Charniak and McDennot's [1985] "Introduction to Artificial Intelligence", where it has been applied to expert systems and story comprehension. Abstract Independently, several authors have developed deductive techniques to drive the generation of abductive hypotheses. Cox and Pietrzykowski Horn clause logic programming can be extended to include abduction with [1986] construct hypotheses from the "dead ends" of linear resolution integrity constraints. In the resulting extension of logic programming, proofs. Finger and Genesereth [1985] generate "deductive solutions to negation by failure can be simulated by making negative conditions design problems" using the "residue" left behind in resolution proofs. abducible and by imposing appropriate denials and disjunctions as integrity Poole, Goebel and Aleliunas [1987] also use linear resolution to generate constraints. This gives an alternative semantics for negation by failure, hypotheses. All impose the restriction that hypotheses should be which generalises the stable model semantics of negation by failure. consistent with the "knowledge base". The abductive extension of logic programming extends negation by failure Abduction is a fonn of non-monotonic reasoning, because hypotheses in three ways: (1) computation can be perfonned in alternative minimal which are consistent with one state of a knowledge base may become models, (2) positive as well as negative conditions can be made abducible, inconSistent when new knowledge is added.
    [Show full text]
  • What Should Default Reasoning Be, by Default?
    In Computational Intelligence, Volume 13, Number 2, 1997, pp. 165-187 WHAT SHOULD DEFAULT REASONING BE, BY DEFAULT? FRANCIS JEFFRY PELLETIER Department of Computing Science and Department of Philosophy, University of Alberta, Edmonton RENÉE ELIO Department of Computing Science , University of Alberta, Edmonton This is a position paper concerning the role of empirical studies of human default reasoning in the formalization of AI theories of default reasoning. We note that AI motivates its theoretical enterprise by reference to human skill at default reasoning, but that the actual research does not make any use of this sort of information and instead relies on intuitions of individual investigators. We discuss two reasons theorists might not consider human performance relevant to formalizing default reasoning: (a) that intuitions are sufficient to describe a model, and (b) that human performance in this arena is irrelevant to a competence model of the phenomenon. We provide arguments against both these reasons. We then bring forward three further considerations against the use of intuitions in this arena: (a) it leads to an unawareness of predicate ambiguity, (b) it presumes an understanding of ordinary language statements of typicality, and (c) it is similar to discredited views in other fields. We advocate empirical investigation of the range of human phenomena that intuitively embody default reasoning. Gathering such information would provide data with which to generate formal default theories and against which to test the claims of proposed theories. Our position is that such data are the very phenomena that default theories are supposed to explain. Keywords: foundations, default reasoning, cognitive science, nonmonotonic reasoning, psychologism 1.
    [Show full text]
  • A Logic for Default Reasoning
    ARTIFICIALINTELLIGENCE 81 A Logic for Default Reasoning R. Reiter Department of Computer Science, University of British Columbia, Vancouver, B.C., Canada Recommended by Patrick J. Hayes ABSTRACT The need to make default assumptions is frequently encountered in reasoning'about incompletely specified worlds. Inferences sanctioned by default are best viewed as beliefs which may well be modified or rejected by subsequent observations. It is this property which leads to the non.monotonJcity of any logic of defaults. In this paper we propose a logic for default reasoning. We then specialize our treatment to a very large class of commonly occurring defaults. For this class we develop a complete proof theory and show how to interface it with a top down resolution theorem prover. Finally, we provide criteria under which the revision of derived beliefs must be effected. The gods did not reveal, from the beginning, All things to us, but in the course of time Through seeking we may learn and know things better. But as for certain truth, no man has known it, Nor shall he know it, neither of the gods Nor yet of all the things of which I speak. For even if by chance he were to utter The final truth, he would himself not know it: For all is but a woven web of guesses. Xenophanes 1. Introduction and Motivation Various forms of default reasoning commonly arise in Artificial Intelligence. Such reasoning corresponds to the process of deriving conclusions based upon patterns of inference of the form "in the absence of any information to the contrary, assume...".
    [Show full text]