|
{ |
|
"paper_id": "T78-1030", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T07:51:46.960610Z" |
|
}, |
|
"title": "ON REASONING BY DEFAULT", |
|
"authors": [ |
|
{ |
|
"first": "Raymond", |
|
"middle": [], |
|
"last": "Reiter", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of British Columbia Vancouver", |
|
"location": { |
|
"region": "B.C", |
|
"country": "Canada" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper surveys a number of kinds of default reasoning in Artificial Intelligence, specifically, default assignments to variables, the closed world assumption, the frame default for causal worlds, exceptions as defaults, and negation in Artificial Intelligence programming languages. Some of these defaults provide clear representational and computational advantanges over their corresponding first order theories. Finally, the paper discusses various difficulties associated with default theories.", |
|
"pdf_parse": { |
|
"paper_id": "T78-1030", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper surveys a number of kinds of default reasoning in Artificial Intelligence, specifically, default assignments to variables, the closed world assumption, the frame default for causal worlds, exceptions as defaults, and negation in Artificial Intelligence programming languages. Some of these defaults provide clear representational and computational advantanges over their corresponding first order theories. Finally, the paper discusses various difficulties associated with default theories.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Intelligence in general. We use the term \"default reasoning\" to denote the process of arriving at conclusions based upon patterns of inference of the form \"In the absence of any information to the contrary, assume...\" In this paper, we take this pattern to have the more formal meaning \"If certain information cannot be deduced from the given knowledge base, then conclude...\" Such reasoning represents a form of plausible inference and is typically required whenever conclusions must be drawn despite the absence of total knowledge about a world.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In order to fix some of these ideas, we begin by surveying a number of instances of default reasoning as they are commonly invoked in A.I.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Specifically, we discuss default assignments to variables, the clo~ed world assumption, the frame default for causal worlds, exceptions as defaults, and negation in A.I. programming languages. We shall see that these may all be formalized by introducing a single default operator ~ where #W is taken to mean \"W is not deducible from the given knowledge base\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In addition, we shall discover that the closed world and frame defaults provide clear representational and computational advantages over their corresponding first order theories. The former eliminates the need for an explicit representation of negative knowledge about a world, while the latter eliminates the so-called frame axioms for dynamic worlds.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Finally, we discuss various problems which arise as a result of augmenting first order logic with a default operator.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The use of default reasoning in A.I. is far more widespread than is commonly realized. The purpose of this section is to point out a variety of seemingly different situations in which such reasoning arises, to accent common patterns which emerge when defaults are formalized, and to indicate certain representational and computational advantages of default reasoning.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "SOME INSTANCES OF DEFAULT REASONING IN A.I.", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "A number of knowledge representation schemes, e.g. FRL [Roberts and Goldstein 1977] , KRL [Bobrow and Winograd 1977] , explicitly provide for the assignment of default values to variables (slots, terminals We can view this declaration as an instruction to the KRL interpreter to carry out the following:", |
|
"cite_spans": [ |
|
{ |
|
"start": 55, |
|
"end": 83, |
|
"text": "[Roberts and Goldstein 1977]", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 90, |
|
"end": 116, |
|
"text": "[Bobrow and Winograd 1977]", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "If x is a person, then in the absence of any information to the contrary, assume hometown(x)=PaloAlto, or phrased in a way which makes explicit the fact that a default assignment is being made to a variable:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "If x is a person and no value can be determined for the variable y such that hometown(x)=y, then assume y=PaloAlto.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Notice that in assigning a default value to a variable, it is not sufficient to fail to find an explicit match for the variable in the data base.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "For example, the non existence in the data base of a fact of the form hometown(JohnDoe)=y for some city y does not necessarily permit the default assignment y=PaloAlto. It might be the case that the following information is available:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "(x/EMPLOYER)(y/PERSON)(z/CITY)EMPLOYS(x,y) ^ location(x)=z ~ hometown(y)=z I", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "i.e. a person's hometown is the same as his or her employer. In this case the default assignment y=PaloAlto can be made only if we fail-to deduce the existence of an employer x and city z such that", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "EMPLOYS(x,JohnDoe) A location(x)=z", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "In general then, default assignments to variables are permitted only as a result of failure of some attempted deduction. We can formulate a general inference pattern for the default assignment of values to variables:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "For all x I ..... x n in classes T 1 ..... Tn respectively, if we fail to deduce (Ey/e)P(x I ..... Xn,Y) then infer the default statement i Throughout this paper we shall use a typed logical representation language. Types, e.g. EMPLOYER, PERSON, CITY correspond to the usual categories of IS-A hierarchies. A typed universal quantifier like (x/EMPLOYER) is read \"for all x which belong to the class EMPLOYER\" or simply \"for all employers x\". A typed existential quantifier like (Ex/CITY) is read \"there is a city x\". The notation derives from that used by Woods in his \"FOR function\" [Woods 1968 ]. ", |
|
"cite_spans": [ |
|
{ |
|
"start": 584, |
|
"end": 595, |
|
"text": "[Woods 1968", |
|
"ref_id": "BIBREF18" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "(x)ANIMATE(x) ~ ~INANIMATE(x) l (x)MAMMAL(x) ~ IREPTILE(x) I (2.2) (x)DOG(x) ~ ~CAT(x)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "It is now clear that a first order theorem proving interpreter can establish ~REPTILE(fido) by a pure forward chaining proof procedure from DOG(fido) using (2.1) and (2.2). However, unlike the earlier proof of ANIMATE(fido), this proof of~REPTILE(fido)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "is not isomorphic to that 9enerated by the network interpreter. (Recall that the network interpreter deduces ~REPTILE(fido) by failing to find a pointer chain linking DOG and REPTILE). Moreover, while the network interpreter must contend only with a representation equivalent to that of (2.1), the theorem prover must additionally utilize the negative information (2.2). Somehow, then, the process structure of the network interpreter implicitly represents the negative knowledge (2.2), while computing only on declarative knowledge equivalent to (2.1).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "We can best distinguish the two approaches by observing that two different logics are involved.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "To see this, consider modifying the theorem prover so as to simulate the network process structure.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Since the network interpreter tries, and fails, to establish a pointer chain from DOG to REPTILE using a declarative knowledge base equivalent to (2.1), the theorem prover can likewise attempt to prove REPTILE(fido) using only (2.1). As for the network interpreter, this attempt will fail.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "If we now endow the theorem prover with the additional There are several points worth noting:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "I. The schema (D2) is not a first order rule of inference since the operator ~ is not a first order notion. (It is a meta notion.) Thus a theorem prover which evokes (D2) in order to establish negative conclusions by failure is not performing first order deductions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "2. The schema (D2) has a similar pattern to the default schema (DI).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "3. In the presence of the default schema (D2), the negative knowledge (2.2), which would be necessary in the absence of (D2), is not required.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "As we shall see in the next section, this property is a general characteristic of the closed world default, and leads to a significant reduction in the complexity of both the representation and processing of knowledge.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Default Assignments to Variables", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The schema (D2) is actually a special case of the following more general default schema:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Closed World Default", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "~P(x I ..... x n) (Xl/~l).,.(Xn/~ n) (D3) ~P(x I ..... x n)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Closed World Default", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "If (D3) is in force for all predicates P of some domain, then reasoning is being done under the closed world assumption [Reiter 1978 ", |
|
"cite_spans": [ |
|
{ |
|
"start": 120, |
|
"end": 132, |
|
"text": "[Reiter 1978", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Closed World Default", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "(x/OBJECT)(y/TABLE)~SUPPORTS(x,y) (I) (x/OBJECT)~SUPPORTS(x,x) (2) (x/PYRAMID)(y/BLOCK)~SUPPORTS(x,y) (3) (x y/BLOCK)SUPPORTS(x,y) ~SUPPORTS(y,x) (4) (x/PYRAMID)nFREE(x) (5) (x y/BLOCK)(z/TABLE)SUPPORTS(x,y) ~SUPPORTS(z,y) (6) (x/CUBE)FREE(x) (y/BLOCK)~SUPPORTS(x,y) (7) (x/CUBE)(y/BLOCK)~SUPPORTS(x,y) FREE(x) (8) (x/TABLE)FREE(x)", |
|
"eq_num": "(9)" |
|
} |
|
], |
|
"section": "The Closed World Default", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "Consider the following scene It should be clear intuitively that in the presence of the closed world default schema (D3), none of the negative facts (I)-(7), (11) need be represented explicitly nor used in reasoning. This can be proved, under fairly general condition~ [Reiter 1978] . One function, then, of the closed world default is to \"factor out\" of the representation all negative knowledge about the domain. It is of some interest to compare the blocks world representation (1)-(ll) with those commonly used in blocks world problem-solvers (e.g. [Winograd 1972 , Warren 1974 ). These systems do not represent explic- ", |
|
"cite_spans": [ |
|
{ |
|
"start": 269, |
|
"end": 282, |
|
"text": "[Reiter 1978]", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 553, |
|
"end": 567, |
|
"text": "[Winograd 1972", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 568, |
|
"end": 581, |
|
"text": ", Warren 1974", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Closed World Default", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "The frame problem [Raphael 1971] The problem is that in general we will require a vast number of such axioms e.g. object locations also remain invariant when lights are switched on, when it thunders, when someone speaks etc. so there is a major difficulty in even articulating a deductively adequate set of frame axioms for a given world.", |
|
"cite_spans": [ |
|
{ |
|
"start": 18, |
|
"end": 32, |
|
"text": "[Raphael 1971]", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "DEFAULTS AND THE FRAME PROBLEM", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "A solution to the frame problem is a representation of the world coupled with appropriate rules of inference such that the frame axioms are neither represented explicitly nor used explicitly in reasoning about the world. We will focus on a proposed solution by [Sandewall 1972 ] 1 . A related approach is described in [Hayes 1973 ]. Sandewall proposes a new operator, UNLESS, which takes formula W as argument. The intended interpretation of UNLESS(W) is \"W can not be proved\" i.e. it is identical to the operator F/ of this paper.", |
|
"cite_spans": [ |
|
{ |
|
"start": 261, |
|
"end": 276, |
|
"text": "[Sandewall 1972", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 318, |
|
"end": 329, |
|
"text": "[Hayes 1973", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "DEFAULTS AND THE FRAME PROBLEM", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "Sandewall proposes a single \"frame inference rule\" which, in the notation of this paper, can be paraphrased as follows: ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "DEFAULTS AND THE FRAME PROBLEM", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "For", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "DEFAULTS AND THE FRAME PROBLEM", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "A good deal of what we know about the world is 1 [Kramosil 1975 ] claims to have proved that Sandewa11's approach is either meaningless or equivalent to a first order approach. See Section 4 for a discussion of this issue.", |
|
"cite_spans": [ |
|
{ |
|
"start": 49, |
|
"end": 63, |
|
"text": "[Kramosil 1975", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "DEFAULTS AND EXCEPTIONS", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "\"almost always\" true, with a few exceptions. For example, all birds fly except for penguins, ostriches, fledglings, etc. Given a particular bird, we will conclude that it flies unless we happen to know that is satisfies one of these exceptions. Nevertheless, we want it true of birds \"in general\" that they fly. How can we reconcilethese apparently conflicting points of view? The natural first order representation is inconsistent:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "DEFAULTS AND EXCEPTIONS", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "(x/BIRD)FLY(x) \"In general, birds fly\" ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "DEFAULTS AND EXCEPTIONS", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "But with this representation, we cannot conclude of a \"general\" bird, that it can fly. To see why,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "FLY(x)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "consider an attempt to prove FLY(tweety) where all we know of tweety is that she is a bird. Clearly there is no way in this hierarchy of establishing that penguins are animals. For h4erarchies the constraint imposed by exceptions is easily articulated: If P and Q are nodes with P below Q, and if (x)P(x) p Q(x) is true without exception, then there must be a sequence of solid links connecting P and Q. For more general kinds of knowledge the situation is more problematic. One must be careful to ensure that chains of implications do not unwittingly inherit unintended exceptions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "FLY(x)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "3. DEFAULTS AND \"NEGATION\" IN A.I.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "FLY(x)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "It has been observed by several authors [Hayes 1973 , Sandewall 1972 , Reiter 1978 ] that the basicdefault operator ~ has,as its\"procedural equivalent\"", |
|
"cite_spans": [ |
|
{ |
|
"start": 40, |
|
"end": 51, |
|
"text": "[Hayes 1973", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 52, |
|
"end": 68, |
|
"text": ", Sandewall 1972", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 69, |
|
"end": 82, |
|
"text": ", Reiter 1978", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PROGRAMMI NG LANGUAGES", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "the negation operator in a number of A.I. programming languages e.g. THNOT in MICROPLANNER [Hewitt 1972 , Sussman et al.1970 ,.NOT in PROLOG [Roussel 1975 ]. In a sense, the so-called procedural vs.", |
|
"cite_spans": [ |
|
{ |
|
"start": 91, |
|
"end": 103, |
|
"text": "[Hewitt 1972", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 104, |
|
"end": 124, |
|
"text": ", Sussman et al.1970", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 141, |
|
"end": 154, |
|
"text": "[Roussel 1975", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PROGRAMMI NG LANGUAGES", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "declarative issue in A.I, might better be phrased as the default vs. first order logic issue. Many of the advantages of the procedural approach can be interpreted as representational and computational advantages of the default operator. There is a fair amount of empirical evidence in support of this point of view, primarily based upon the successful use of PROLOG [Roussel 1975 ] -a pure theorem prover augmented with a \"THNOT\" operatorfor such diverse A.I. tasks as problem solving [Warren 1974 ], symbolic mathematics [Kanoui 1976] , and natural language question-answering [Colmeraurer 1973 ].", |
|
"cite_spans": [ |
|
{ |
|
"start": 366, |
|
"end": 379, |
|
"text": "[Roussel 1975", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 485, |
|
"end": 497, |
|
"text": "[Warren 1974", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 522, |
|
"end": 535, |
|
"text": "[Kanoui 1976]", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 578, |
|
"end": 595, |
|
"text": "[Colmeraurer 1973", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PROGRAMMI NG LANGUAGES", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "On the theoretical level, we are just beginning to understand the advantages of a first order logic augmented with the default operator:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PROGRAMMI NG LANGUAGES", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "i. Default logic provides a representation language which more faithfully reflects a good deal of common sense knowledge than do traditional logics.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PROGRAMMI NG LANGUAGES", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Similarly, for many situations, default reasoning corresponds to what is usually viewed as common sense reasoning.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PROGRAMMI NG LANGUAGES", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "2. For many settings, the appropriate default theories lead to a significant reduction in both representational and computational complexity with respect to the corresponding first order theory. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PROGRAMMI NG LANGUAGES", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Given that default reasoning has such widespread applications in A.I. it is natural to define a default theory as a first order theory augmented by one or more inference schemata like (Dl), (D2) etc. and to investigate the properties of such theories. Unfortunately, some such theories display peculiar and intuitively unacceptable behaviours.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "SOME PROBLEMS WITH DEFAULT THEORIES", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "One difficulty is the ease with which incon-~A sistent theories can be defined, for example B coupled with a knowledge base with the single fact IB. Another, pointed out by [Sandewall 1972 ] is that the theorems of certain default theories will depend upon the order in which they are derived. As an example, consider the theory", |
|
"cite_spans": [ |
|
{ |
|
"start": 173, |
|
"end": 188, |
|
"text": "[Sandewall 1972", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "SOME PROBLEMS WITH DEFAULT THEORIES", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "Since A is not provable, we can infer B. Since B is now proved, we cannot infer A, so this theory has the single theorem B. Finally, it is not hard to see that default theories fail to satisfy the extension property [Hayes 1973 ] which all \"respectable\" logics do satisfy. (A logical calculus has the extension property iff whenever a formula is provable from a set P of premises, it is also provable from any set P' such that P ~ P'.) [Kramosil 1975 ] attempts to establish some general results on default theories. Kramosil \"proves\" that for any such theory, the default rules are irrelevant in the sense that either the theory will be meaningless or the theorems of the theory will be precisely the same as those obtainable by ignoring the default rules of inference.", |
|
"cite_spans": [ |
|
{ |
|
"start": 216, |
|
"end": 227, |
|
"text": "[Hayes 1973", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 436, |
|
"end": 450, |
|
"text": "[Kramosil 1975", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "~A ~B B A", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Kramosil's result, if correct, would invalidate the main point of this paper, namely that default theories play a prominent role in reasoning about the world. Fortunately, his \"proof\" relies on an incorrect definition of theoremhood so that the problem of characterizing the theorems of a default theory remain open.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "~A ~B B A", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Default reasoning may well be the rule, rather than the exception, in reasoning about the world since normally we must act in the presence of incom- ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "CONCLUSIONS", |
|
"sec_num": "5." |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "This paper was written with the financial support of NRC grant A 7642. I am indebted to Brian Funt, Randy Goebel and Richard Rosenberg for their criticisms of an earlier draft of this paper.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "ACKNOWLEDGEMENTS", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "An Overview of KRL-O, a Knowledge Representation Language", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Bobrow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Winograd", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1977, |
|
"venue": "Cognitive Science", |
|
"volume": "l, No.l", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bobrow, D.G. and Winograd, T., (1977). \"An Overview of KRL-O, a Knowledge Representation Language,\" Cognitive Science, Vol.l, No.l, Jan. 1977.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Un System de Communication Home-Machine en Fran~ais, Rapport interne", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Colmeraurer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1973, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Colmeraurer, A., (1973). Un System de Communication Home-Machine en Fran~ais, Rapport interne, UER de Luminy, Universit~d'Aix-Marseille, 1973.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "The Frame Problem and Related Problems in Artificial Intelligence", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Hayes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1973, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "45--49", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hayes, P.J., (1973). \"The Frame Problem and Related Problems in Artificial Intelligence,\" in Artificial and Human Thinking, A. Elithorn and D. Jones (Eds.), Jossey-Bass Inc., San Francisco, 1973, pp.45-49.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "In Defence of Logic", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Hayes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1977, |
|
"venue": "Proc. IJCAI-5, M.I.T", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "559--565", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hayes, P.j., (1977). \"In Defence of Logic,\" Proc. IJCAI-5, M.I.T., Cambridge, Mass., August 22~ ~7, pp. 559-565.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Description and Theoretical Analysis (Using Schemata) of PLANNER: A Language for Proving Theorems and Manipulating Models in a Robot", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Hewitt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1972, |
|
"venue": "M.I.T. Project MAC", |
|
"volume": "", |
|
"issue": "251", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hewitt, C., (1972). Description and Theoretical Analysis (Using Schemata) of PLANNER: A Language for Proving Theorems and Manipulating Models in a Robot, A.l.Memo No. 251, M.I.T. Project MAC, Cambridge, Mass., April 1972.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Some Aspects of Symbolic Integration via Predicate Logic Programming", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Kanoui", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1976, |
|
"venue": "SIGSAM Bulletin", |
|
"volume": "0", |
|
"issue": "", |
|
"pages": "29--42", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kanoui, H., (1976). \"Some Aspects of Symbolic Integration via Predicate Logic Programming,\" SIGSAM Bulletin, I0, Nov. 1976, pp. 29-42.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "A Note on Deduction Rules with Negative Premises", |
|
"authors": [ |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Kramosil", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "Proc. IJCAI-4", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "53--56", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kramosil, I., (1975). \"A Note on Deduction Rules with Negative Premises,\" Proc. IJCAI-4, Tbilisi, USSR, Sept. 3-8, 1975, pp. 53-56.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Some Philosophic Problems from the Standpoint of Artificial Intelligence", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Mccarthy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Hayes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1969, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "463--502", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "McCarthy J. and Hayes, P.J., (1969). \"Some Philosophic Problems from the Standpoint of Artificial Intelligence,\" in Machine Intelligence 4, B. Meltzer and D. Michie (Eds.), Edinburgh University Press, Edinburgh, 1969, pp. 463-502.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "The Frame Problem in Problem-Solving Systems", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Raphael", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1971, |
|
"venue": "Artificial Intelligence and Heuristic Programming", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Raphael, B., (1971). \"The Frame Problem in Problem- Solving Systems,\" in Artificial Intelligence and Heuristic Programming, N.V. Findler and B. Meltzer (Eds.), Edinburgh University Press, Edinburgh.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "On Closed World Data Bases", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Reiter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1978, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Reiter, R., (1978). \"On Closed World Data Bases,\" in Logic and Data Bases, H. Gallaire and J. Minker (Eds.), Plenum Press, New York, to appear.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "The FRL Manual, A.I. Memo No. 409", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Roberts", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Goldstein", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1977, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roberts, R.B. and Goldstein, I., (1977). The FRL Manual, A.I. Memo No. 409, M.I.T., Sept. 1977.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "PROLOG, Manuel de Reference et d'Utilisation, Group d'Intelligence Artificielle", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Roussel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roussel, P., (1975). PROLOG, Manuel de Reference et d'Utilisation, Group d'Intelligence Artificielle, U.E.R. de Marseille, France, 1975.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "An Approach to the Frame Problem, and its Implementation", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Sandewall", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1972, |
|
"venue": "Machine Intelligence 7, B. Meltzer and D. Michie E~s.)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "195--204", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sandewall, E., (1972). \"An Approach to the Frame Problem, and its Implementation,\" in Machine Intelligence 7, B. Meltzer and D. Michie E~s.), Edinburgh University Press, Edinburgh, pp. 195-204.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Achieving Several Goals Simultaneously", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Waldinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "Artificial Intelligence Center Technical Note", |
|
"volume": "107", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Waldinger, R., (1975). Achieving Several Goals Simultaneously, Artificial Intelligence Center Technical Note 107, Stanford Research Institute, Menlo Park, Calif., July 1975.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "WARPLAN: A System for Generating Plans", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Warren", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1974, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Warren, D., (1974). WARPLAN: A System for Generating Plans, Memo No. 76, Dept. of Computational Logic, University of Edinburgh, June 1974.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Understanding Natural Language", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Winograd", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1972, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Winograd, T., (1972). Understanding Natural Language, Academic Press, New York, 1972.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Procedural Semantics for a Question-Answering Machine", |
|
"authors": [ |
|
{ |
|
"first": "W", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Woods", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1968, |
|
"venue": "AFIPS Conference Proceedings", |
|
"volume": "3", |
|
"issue": "", |
|
"pages": "457--471", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Woods, W.A., (1968). \"Procedural Semantics for a Question-Answering Machine,\" AFIPS Conference Proceedings, Vol. 3, Part I, 1968, pp. 457-471.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "fail to deduce REPTILE(fido) then conclude ~REPTILE(fido)\" the deduction of ~REPTILE(fido) will be isomorphic to that of the network interpreter. More generally, we require an inference schema, applicable to any of the monadic predicates MAMMAL, DOG, CAT, etc. of the hierarchy: \"If x is an individual and P(x) cannot be deduced, then infer ~P(x)\" or in the notation of the previous section (x) -~ (D2) What we have argued then is that the process structure of a network interpreter is formally equivalent to that of a first order theorem prover augmented by the ability to use the inference schema (D2). In a sense, a network interpreter is the compiled form of such an augmented theorem prover.", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF1": { |
|
"text": "Now a first order theorem prover must have access to all of the facts (1)-(ll). For example, in proving~SUPPORTS(C3,C2) it must use (4). Consider instead such a theorem prover endowed with the additional ability to interpret the closed world default schema (D3). Then, in attempting a proof of ~SUPPORTS(C3,C2) it tries to show that SUPPORTS(C3,C2) is not provable. Since SUPPORTS(C3,C2) cannot be proved, it concludes ~SUPPORTS(C3,C2), as required.", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF2": { |
|
"text": "itly the negative knowledge (I)-(7), (ll) but instead usethe closed world default for reasoning about negation. (See Section 3 below for a discussion of negation in A.I. programming languages.)Although the closed world default factors out negative knowledge for answering questions about a domain, this knowledge must nevertheless be availi The nOtion of a negative fact has a precise definition. A fact is negative iff all of the literals in its clausal form are negative.", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF3": { |
|
"text": "arises in the representation of dynamic worlds. Roughly speaking, the problem stems from the need to represent those\" aspects of the world which remain invariant under certain state changes. For example, moving a particular object or switching on a light will not change the colours of any objects in the world. Painting an object will not affect the locations of the objects. In a first order representation of such worlds, it is necessary to represent explici~y all of the invariants under all state changes. These are referred to as the frame axioms for the world being modeled. For example, to represent the fact that painting an object does not alter the locations of objects would require, in the situational calculus of [McCarthy and Hayes 1969] a frame axiom something like (x z/OBJECT)(y/POSITION)(s/STATE)(C/COLOUR) LOCATION(x,y,s) m LOCATION(x,y,paint(z,C,s))", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF4": { |
|
"text": "all predicates P which take a state variable as an argument (Xl/TI)...(Xn/Tn)(S/STATE)(f/ACTION-FUNCTION) ~P(Xl ..... Xn'f(xl ..... Xn'S)) (D4) P(x I ..... Xn,f(x I ..... Xn,S))Intuitively, (D4) formalizes the so-called \"STRIPS assumption\"[Waldinger 1975]: Every action (state change) is assumed to leave every relation unaffected unless it is possible to deduce otherwise.This schema can be used in the following way, say in order to establish that cube33 is at location after box7 has been painted blue:Toestablish LOCATlON(cube33,~,paint(box7,blue,s)) fail to prove~LOCATlON(cube33,~,paint(box7,blue,s)) There are several observations that can be made: I. The frame inference schema (D4) has a pattern similar to the default schemata (D2) and (D3) of earlier sections of this paper. It too is a default schema. 2. The frame schema (D4) is in some sense a dual of the closed world schema (D3). The former permits the deduction of a positive fact from failure to establish its negation. The latter provides for the deduction of a negative fact from failure to derive its positive counterpart. This duality is preserved with respect to the knowledge \"factored out\" of the representation. Whereas the frame default eliminates the need for certain kinds of positive knowledge (the frame axioms), the closed world default factors out the explicit representation of negative knowledge.", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF5": { |
|
"text": "(x)PENGUIN(x) ~ BIRD(x)\"Penguins are birds (x/PENGUIN)~FLY(x) which don't fly.\" An alternative first order representation explicitly lists the exceptions to flying (x/BIRD)~PENGUIN(x) ^~OSTRICN(x) ^ ...", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF6": { |
|
"text": "example, in MICROPLANNER, the command (THGOAL <pattern>) can be viewed as an attempt to prove <pattern> given a data base of facts and theorems. (THNOT(THGOAL <pattern>)) then succeeds iff (THGOAL <pattern>) fails i.e. iff <pattern> is not provable, and this of course is precisely the interpretation of the default operator ~ . Given that \"negation\" in A.I. procedural languages corresponds to the default operator and not to logical negation, it would seem that some of the criticism often directed at theorem proving from within the A.I. community is misdirected. For the so-called procedural approach, often proposed as an alternative to theorem proving as a representation and reasoning component in A.I. systems, is a realization of a default logic, whereas theorem provers are usually realizations of a first order logic, and as we have seen, these are different logics.", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF7": { |
|
"text": "Thus, under the closed world default, negative knowledge about a domain need not explicitly be represented nor reasoned with in querying a data base. Similarly under the frame default, the usual frame axioms are not required. There are, of course, other advantages of the procedural approach -specifically, explicit control over reasoning -which are not accounted for by the above logical analysis. We have distinguished the purely logical structure of such representational languages from their process structure, and have argued that at least some of their success derives from the nature of the logic which they realize.", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF8": { |
|
"text": "plete knowledge. Moreover, aside from mathematics and the physical sciences, most of what we know about the world has associated exceptions and caveats. Conventional logics, such as first order logic, lack the expressive power to adequately represent the knowledge required for reasoning by default. We gain this expressive power by introducing the default operator. In order to provide an adequate formal (as opposed to heuristic) foundation for default reasoning we need a well articulated theory of default logic. This requires, in part, a theory of the semantics of default logic, a suitable notion of theoremhood and deduction, and conditions under which the default inference rules are effective and the set of theorems unique. Since in any realistic domain, all of the default schemata of Section 2 will be in force (together, no doubt, with others we have not considered) we require a deeper understanding of how these different schemata interact. Finally, there is an intriguing relationship between certain defaults and the complexity of the underlying representation. Both the closed world and frame defaults implicitly represent whole classes of first order axioms. Is this an accidental phenomemon or is some general principal involved?", |
|
"num": null, |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"TABREF1": { |
|
"content": "<table><tr><td>[Person UNIT Basic</td></tr><tr><td><hometown{(a City) PaloAlto; DEFAULT}></td></tr><tr><td>]</td></tr></table>", |
|
"html": null, |
|
"num": null, |
|
"text": "). For example, in KRL the unit for a person in an airline travel system has the form:", |
|
"type_str": "table" |
|
}, |
|
"TABREF2": { |
|
"content": "<table><tr><td>(x)DOG(x) ~ MAMMAL(x)</td><td>l</td><td/><td colspan=\"2\">P(x I ..... Xn,<default value for y>)</td></tr><tr><td>(x)CAT(x) ~ MAMMAL(x)</td><td>I</td><td>(2.1)</td><td colspan=\"2\">or more succinctly,</td></tr><tr><td>(x)MAMMAL(x) ~ ANIMATE(x)</td><td/><td/><td colspan=\"2\">(Xl/TI)-.-(Xn/T n)</td></tr><tr><td>etc.</td><td/><td/><td colspan=\"2\">(EY/e)P(Xl ..... Xn'Y)</td><td>(DI)</td></tr><tr><td colspan=\"3\">Now if Fido is known to be a dog we can conclude that Fido is animate in either of two essentially isomorphic ways: I. If the hierarchy is implemented as some sort of network, then we infer ANIMATE(fido) if the class</td><td colspan=\"2\">P(x serious difficulties associated with just what ex-</td></tr><tr><td colspan=\"3\">ANIMATE lies \"above\" DOG i.e. there is some pointer</td><td colspan=\"2\">actly is meant by \" ~\" but we shall defer these</td></tr><tr><td colspan=\"3\">chain leading from node DOG to node ANIMATE in the</td><td colspan=\"2\">issues for the moment and rely instead on the</td></tr><tr><td>network.</td><td/><td/><td colspan=\"2\">reader's intuition.</td><td>The default rule for home</td></tr><tr><td colspan=\"3\">2. If the hierarchy is implemented as a set of first</td><td colspan=\"2\">towns can now be seen as an instance of the above</td></tr><tr><td colspan=\"3\">order formulae, then we conclude ANIMATE(fido) if</td><td>pattern:</td></tr><tr><td colspan=\"3\">we can forward chain (modus ponens) with DOG(fido)</td><td/></tr><tr><td colspan=\"3\">to derive ANIMATE(fido). This forward chaining from DOG(fido) to ANIMATE(fido) corresponds exactly</td><td colspan=\"2\">(x/PERSON) ~ (Ey/ClTY)hometown(x)=y hometown(x)=PaloAlto</td></tr><tr><td colspan=\"3\">to following pointers from node DOG to node ANIMATE</td><td colspan=\"2\">2.2 THE CLOSED WORLD ASSUMPTION</td></tr><tr><td>in the network.</td><td/><td/><td colspan=\"2\">It seems not generally recognized that the</td></tr><tr><td colspan=\"3\">Thus far, there is no essential difference be-</td><td colspan=\"2\">reasoning components of many natural language</td></tr><tr><td colspan=\"3\">tween a network representation of a hierarchy with</td><td colspan=\"2\">understanding systems have default assumptions</td></tr><tr><td colspan=\"3\">its pointer-chasing interpreter and a first order</td><td colspan=\"2\">built into them. The representation of knowledge</td></tr><tr><td colspan=\"3\">representation with its forward chaining theorem</td><td colspan=\"2\">upon which the reasoner computes does not explic-</td></tr><tr><td colspan=\"3\">proving interpreter. A fundamental distinction</td><td colspan=\"2\">itly indicate certain default assumptions. Rather,</td></tr><tr><td colspan=\"3\">arises with respect to negation. As an example,</td><td colspan=\"2\">these defaults are realized as part of the code of</td></tr><tr><td colspan=\"3\">consider how one deduces that Fido is not a reptile.</td><td colspan=\"2\">the reasoner, or, as we shall say, following</td></tr><tr><td colspan=\"3\">A network interpreter will determine that the node</td><td colspan=\"2\">[Hayes 1977], as part of the reasoner's process</td></tr><tr><td colspan=\"3\">REPTILE does not lie \"above\" DOG and will thereby</td><td>structure.</td><td>The most common such default corresponds</td></tr><tr><td colspan=\"2\">conclude that DOGs are not REPTILEs so that</td><td/><td colspan=\"2\">to what has elsewhere been referred to as the</td></tr><tr><td colspan=\"3\">~REPTILE(fido) is deduced. On the other hand, a</td><td colspan=\"2\">closed world assumption [Reiter 1978]. In this</td></tr><tr><td colspan=\"3\">theorem prover will try to prove ~REPTILE(fido).</td><td colspan=\"2\">section we describe two commonly used closed world</td></tr><tr><td colspan=\"3\">Given the above first order representation, no such</td><td>defaults.</td></tr><tr><td colspan=\"3\">proof exists. The reason is clear -nothing in</td><td colspan=\"2\">2.2.1 Hierarchies</td></tr><tr><td colspan=\"3\">the representation (2.1) states that the categories MAMMAL and REPTILE are disjoint. For the theorem prover to deal with negative information, the knowledge base (2.1) must be augmented by the following facts stating that the categories of</td><td colspan=\"2\">As an illustration of the class of closed world defaults, consider standard taxonomies (IS-A hierarchies) as they are usually represented in the A.I. literature, for example the following:</td></tr><tr><td>the hierarchy are disjoint:</td><td/><td/><td/><td>THING</td></tr><tr><td/><td/><td/><td/><td>ANIMATE</td><td>INANIMATE</td></tr><tr><td/><td/><td/><td colspan=\"2\">MAMMAL REPTILE</td></tr><tr><td/><td/><td/><td colspan=\"2\">DOG CAT</td></tr><tr><td/><td/><td/><td colspan=\"2\">This has, as its first order logical representation,</td></tr><tr><td/><td/><td/><td colspan=\"2\">the following:</td></tr></table>", |
|
"html": null, |
|
"num": null, |
|
"text": "I ..... Xn,<default value for y>)Here ~ is to be read \"fail to deduce\", e and the T's are types, and P(x I ..... Xn,Y) is any statement about the variables x I ..... Xn,Y. There are some", |
|
"type_str": "table" |
|
}, |
|
"TABREF3": { |
|
"content": "<table><tr><td colspan=\"2\">important to notice, however, that the closed</td></tr><tr><td colspan=\"2\">world assumption presumes perfect knowledge about</td></tr><tr><td colspan=\"2\">the domain being modeled. The flight schedule illustrates a very common</td></tr><tr><td colspan=\"2\">use of the closed world default rule for purely</td></tr><tr><td colspan=\"2\">extensional data bases. In particular, it illus-</td></tr><tr><td colspan=\"2\">trates how this default factors out the need for</td></tr><tr><td colspan=\"2\">any explicit representation of negative facts.</td></tr><tr><td colspan=\"2\">This result holds for more general data bases. As</td></tr><tr><td colspan=\"2\">an example, consider the ubiquitous blocks world,</td></tr><tr><td colspan=\"2\">under the following decomposition hierarchy of</td></tr><tr><td>objects in that world:</td><td/></tr><tr><td/><td>OBJECT</td></tr><tr><td>BLOCK</td><td>TABLE</td></tr><tr><td colspan=\"2\">CUBE PYRAMID</td></tr><tr><td colspan=\"2\">Let SUPPORTS(x,y) denote \"x directly supports y\"</td></tr><tr><td colspan=\"2\">and FREE(x) denote \"x is free\" i.e. objects may be</td></tr><tr><td colspan=\"2\">placed upon x. Then the following general facts</td></tr><tr><td>hold:</td><td/></tr><tr><td>Formally, we</td><td/></tr><tr><td>can view the schedule as a data base, and the query</td><td/></tr><tr><td>as an attempt to establish DIRECTLY-CONNECTS(AC,</td><td/></tr><tr><td>Van,NY). This fails, whence one concludes</td><td/></tr><tr><td>~DIRECTLY-CONNECTS(AC,Van,NY) by an application of</td><td/></tr><tr><td>schema (D3). Such schedules are designed to be</td><td/></tr><tr><td>used under the closed world assumption. They con-</td><td/></tr><tr><td>tain only positive information; negative inform-</td><td/></tr><tr><td>ation is inferred by default. There is one very</td><td/></tr><tr><td>good reason for making the closed world assumption</td><td/></tr><tr><td>in this setting. The number of negative facts</td><td/></tr><tr><td>vastly exceeds the number of positive ones. For</td><td/></tr><tr><td>example, Air Canada does not directly connect</td><td/></tr><tr><td>Vancouver and Moscow, or Toronto and Bombay, or</td><td/></tr><tr><td>Moscow and Bombay, etc. etc. It is totally un-</td><td/></tr><tr><td>feasible to explicitly represent all such negative</td><td/></tr><tr><td>information in the data base, as would be required</td><td/></tr><tr><td>under a first order theorem prover, It is</td><td/></tr></table>", |
|
"html": null, |
|
"num": null, |
|
"text": "]. In most A.l. representation schemes, hierarchies are treated as closed world domains. The use of the closed world assumption in A.l. and in ordinary human reasoning extends beyond such hierarchies, however. As a simple example, consider an airline schedule for a direct Air Canada flight from Vancouver to New York. If none is found, one assumes that no such flight exists. If it were not known, for example, whether Air Canada directly connects Vancouver and Chicago, we would no longer be justified in making the closed world assumption with respect to the flight schedule. For by the absence of this fact from the data base, we would conclude that Air Canada does not directly connect Vancouver and Chicago, violating our assumed state of ignorance about this fact.", |
|
"type_str": "table" |
|
}, |
|
"TABREF5": { |
|
"content": "<table><tr><td>positive knowledge is required for querying the</td></tr><tr><td>data base. Both positive and negative knowledge</td></tr><tr><td>are required for maintaining the integrity of the</td></tr><tr><td>data base.</td></tr></table>", |
|
"html": null, |
|
"num": null, |
|
"text": "able. To see why, consider an attempted update of the example blocks world scene with the new \"fact\" SUPPORTS(C3,C2). To detect the resulting inconsistency requires the negative fact (4). In general then, negative knowledge is necessary for maintaining the integrity of a data base. A consequence of the closed world assumption is a decomposition of knowledge into positive and negative facts. Only", |
|
"type_str": "table" |
|
}, |
|
"TABREF7": { |
|
"content": "<table><tr><td/><td>iff for all closed formulae W, wither W or ~W is</td></tr><tr><td>If instead, we had</td><td>provable. Most interesting mathematical theories</td></tr><tr><td>started by observing that B is not provable, then</td><td>turn out to be incomplete -a celebrated result</td></tr><tr><td>the theory would have the single theorem A. De-fault theories exhibiting such behaviour are clearly unacceptable. At the very least, we must demand of a default theory that it satisfy a kind of Church-Rosser property: No matter what the order in which the theorems of the theory are derived, the resulting set of theorems will be unique. Another difficulty arises in modeling dynam-ically changing worlds e.g. in causal worlds or in</td><td>due to However, it is well known that there are insurmount-</td></tr><tr><td>text understanding where the model of the text</td><td>able problems associated with completing an incom-</td></tr><tr><td>being built up changes as more of the text is assim-</td><td>plete theory like arithmetic. Although it is a</td></tr><tr><td>ilated. Under these circumstances, inferences</td><td>trivial matter conceptually to augment the axioms</td></tr><tr><td>which have been made as a result of a default</td><td>of arithmetic with a default rule --~ where W is</td></tr><tr><td>assumption may subsequently be falsified by new in-</td><td>any closed formula, we will be no further ahead</td></tr><tr><td>formation which now violates that default assump-</td><td>because the non theorems of arithmetic are not re-</td></tr><tr><td>tion. As a simple example, consider a travel con-</td><td>cursively enumerable. What this means is that</td></tr><tr><td>sultant which has made the default assumption that</td><td>there is no way in general that, given a W, we</td></tr><tr><td>the traveller's starting point is Palo Alto and has,</td><td>can establish that W is not a theorem even if W</td></tr><tr><td>on the basis of this, planned all of the details of</td><td>happens not to be a theorem. This in turn means</td></tr><tr><td>a trip. If the consultant subsequently learns that</td><td>that we are not even guaranteed that an arbitrary</td></tr><tr><td>the starting point is Los Angeles, it must undo at</td><td>default rule of inference is effective i.e. there</td></tr><tr><td>least part of the planned trip, specifically the</td><td>may be no algorithm which will inform us whether or</td></tr><tr><td>first (and possibly last) leg of the plan. But how</td><td>not a given default rule of inference is applica~e~</td></tr><tr><td>is the consultant to know to focus just on these</td><td/></tr><tr><td>changes? Somehow, whenever a new fact is deduced</td><td/></tr><tr><td>and stored in the data base, all of the facts which</td><td/></tr><tr><td>rely upon a default assumption and which supported</td><td/></tr><tr><td>this deduction must be associated with this new</td><td/></tr><tr><td>fact. These supporting facts must themselves have</td><td/></tr><tr><td>their default supports associated with them, and</td><td/></tr><tr><td>so on. Now, should the data base be updated with</td><td/></tr><tr><td>new information which renders an instance of some</td><td/></tr><tr><td>default rule inapplicable, delete all facts which</td><td/></tr><tr><td>had been previously deduced whose.support sets</td><td/></tr><tr><td>relied upon this instance of the default rule.</td><td/></tr><tr><td>There are obviously some technical and implementa-</td><td/></tr><tr><td>tion details that require articulation, but the</td><td/></tr><tr><td>basic idea should be clear. A related proposal for</td><td/></tr><tr><td>dealing with beliefs and real world observations is</td><td/></tr><tr><td>described in [Hayes 1973].</td><td/></tr><tr><td>One way of viewing the role of a default theo~</td><td/></tr><tr><td>is as a way of implicitly further completing an</td><td/></tr><tr><td>underlying incomplete first order theory. Recall</td><td/></tr><tr><td>that a first order theory is said to be complete</td><td/></tr></table>", |
|
"html": null, |
|
"num": null, |
|
"text": "Godel. Most of what we know about the world, when formalized, will yield an incomplete theory precisely because we cannot know everything -there are gaps in our knowledge. The effect of a default rule is to implicitly fill in some of those gaps by a form of plausible reasoning. In particular, the effect of the closed world default is to fully complete an underlying incomplete first order theory.From this we can conclude that the theories of a default theory may not be recursively enumerable.This situation is in marked contrast to what normally passes for a logic where, at the very least, the rules of inference must be effective and the theorems recursively enumerable.", |
|
"type_str": "table" |
|
} |
|
} |
|
} |
|
} |