|
{ |
|
"paper_id": "P86-1036", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T09:13:09.104691Z" |
|
}, |
|
"title": "A Terminological Simplification Transformation for Natural Language Question-Answering Systems", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Stallard", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "BBN Laboratories Inc. I0 Moulton St", |
|
"location": { |
|
"settlement": "Cambridge", |
|
"region": "MA" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "A new method is presented for simplifying the logical expressions used to represent utterance meaning in a natural language system. 1 This simplification method utilizes the encoded knowledge and the limited inference-making capability of a taxonomic knowledge representation system to reduce the constituent structure of logical expressions. The specific application is to the problem of mapping expressions of the meaning representation language to a database language capable of retrieving actual responses. Particular account is taken of the model-theoretic aspects of this problem.", |
|
"pdf_parse": { |
|
"paper_id": "P86-1036", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "A new method is presented for simplifying the logical expressions used to represent utterance meaning in a natural language system. 1 This simplification method utilizes the encoded knowledge and the limited inference-making capability of a taxonomic knowledge representation system to reduce the constituent structure of logical expressions. The specific application is to the problem of mapping expressions of the meaning representation language to a database language capable of retrieving actual responses. Particular account is taken of the model-theoretic aspects of this problem.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "A common and useful strategy for constructing natural language interface systems is to divide the processing of an utterance into two major stages: the first mapping the utterance to a logical expression representing its \"meaning\" and the second producing from this logical expression the appropriate response. The second stage is not neccesarily trivial: the difficulty of its design is signifigantly affected by the complexity and generalness of the logical expressions it has to deal with. If this issue is not faced squarely, it may affect choices made elsewhere in the system. Indeed, a need to restrict the form of the meaning representation can be at odds with particular approaches towards producing it -as for example the \"compositional\" approach, which does not seek to control expression complexity by giving interpretations for whole phrasal patterns, but simply combines together the meaning of individual words in a manner appropriate to the syntax of the utterance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "Such a conflict is certainly not desirable: we want to have freedom of linguistic action as well as to be able to obtain correct responses to utterances. This paper treats in detail the particular manifestation of these issues for natural-language systems which serve as interfaces to a database: the problems that arise in a module which maps the meaning representation to a second logical language for expressing actual database queries.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "A module performing such a mapping is a component of such question-answering systems as TEAM [4] , PHLIQA1 [7] and IRUS [1] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 96, |
|
"text": "[4]", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 107, |
|
"end": 110, |
|
"text": "[7]", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 120, |
|
"end": 123, |
|
"text": "[1]", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "As an example of difficulties which may be encountered, consider the question \"Was the patient's mother a diabetic?\" whose logical representation must be mapped onto a particular boolean field which encodes for each patient whether or not this complex property is true. Any variation on this question which a compositional semantics might also handle, such as \"Was diabetes a disease the patient's mother suffered from?\", would result in a semantically equivalent but very different-looking logical expression; this different expression would also have to be mapped to this field.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "How to deal with these and many other possible variants, without making the mapping process excessively complex, is clearly a problem.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The solution which this paper presents is a new level of processing, intermediate between the other two: a novel simplification transformation which is performed on the result of semantic interpretation before the attempt is made to map it to the database. This simplification method relies on knowledge which is stored in a taxonomic knowledge representation system such as NIKL [5] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 380, |
|
"end": 383, |
|
"text": "[5]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The principle behind the method is that an expression may be simplified by translating its subexpressions, where possible, into the language of NIKL, and classifying the result into the taxonomy to obtain a simpler equivalent for them.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The result is to produce an equivalent but syntactically simpler expression in which fewer, but more specific, properties and relations appear.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The benefit is that deductions from the expression may be more easily \"read off\"; in particular, the mapping becomes easier because the properties and relations appearing are more likely to be either those of the database or composable from them.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The body of the paper is divided into four sections. In the first, I will summarize some past treatments of the mapping between the meaning representation and the query language, and show the problems they fail to solve. The second section prepares the way by showing how to connect the taxonomic knowledge representation system to a logical language used for meaning representation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The third section presents the \"recursive terminological simplification\" algorithm itself. The last section describes the implementation status and suggests directions for interesting future work. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "This section discusses some previous work on the problem of mapping between the logical language used for meaning representation and the logical language in which actual database queries are expressed. The difficulties which remain for these approaches will be pointed out.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A common organization for a database is in terms of tables with rows and columns. The standard formulation of these ideas is found in the relational model of Codd [3] , in which the tables are characterized as relations over sets of atomic data values.", |
|
"cite_spans": [ |
|
{ |
|
"start": 163, |
|
"end": 166, |
|
"text": "[3]", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The elements (rows) of a relation are called \"tuples\", while its individual argument places (columns) are termed its \"attributes\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Logical languages for the construction of queries, such as Codd's relational algebra, must make reference to the relations and attributes of the database.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The first issue to be faced in consideration of the mapping problem is what elements of the database to identify with the objects of discourse in the utterance -that is, with the non-logical constants 2 in the meaning representat!on.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In previous work [9] I have argued that these should not be the rows of the tables, as one might first think, but rather certain sets of the atomic attribute-values themselves. I presented an algorithm which converted expressions of a predicate calculus-based meaning representation language to the query language ERL, a relational algebra [3] extended with second-order operations.", |
|
"cite_spans": [ |
|
{ |
|
"start": 17, |
|
"end": 20, |
|
"text": "[9]", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 340, |
|
"end": 343, |
|
"text": "[3]", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The translations of non-logical constants in the meaning representation were provided by fixed and local translation rules that were simply ERL expressions for computing the total extension of the constant in the database. where \"PHYS\" is the ID of the treating physician, and \"DIAMOTHER\" is a boolean field indicating whether or not the patient's mother is diabetic.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Here are the rules for the one-place predicate PATIENTS, the oneplace predicate SPECIALTIES, and the two-place predicate TREATING-PHYSICIAN: 2This term, while a standard one in formal logic, may be confused with other uses of the word \"constant\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "PATIENTS => (PROJECT", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "It simply refers to the function, predicate and ordinary constant symbols, such as \"MOTHER\" or \"JOHN\". whose denotations depend on the interpretation of the language, as opposed to fixed symbols like \"FORALL',\"AND\", \"TRUE\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "One advantage of such local translation rules is their simplicity. Another advantage is that they enable us to treat database question-answering model-theoretically. The set-theoretic structure of the model is that which would be obtained by generating from the relations of the database the much larger set of \"virtual\" relations that are expressible as formulas of ERL. The interpretation function of the model is just the translation function itself.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Note that it is a partial function because of the fact that some non-logical constants may not have translations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We speak therefore of the database constituting a \"partially specified model\" for the meaning representation language.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Computation of a response to a user's request, instead of being characterizable only as a procedural operation, becomes interpretation in such a model.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A similar model-theoretic approach is advocated in the work on PHLIQA1 [8] , in which a number of difficulties in writing local rules are identified and overcome.", |
|
"cite_spans": [ |
|
{ |
|
"start": 71, |
|
"end": 74, |
|
"text": "[8]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "One class of techniques presented there allows for quite complex and general expressions to result from local rule application, to which a posttranslation simplification process is applied. Other special-purpose techniques are also presented, such as the creation of \"proxies\" to stand in for elements of a set for which only the cardinality is known.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A more difficult problem, for which these techniques do not provide a general treatment, arises when we want to get at information corresponding to a complex property whose component properties and relations are not themselves stored. For example, suppose the query \"List patients whose mother was a diabetic\", is represented by the meaning representation:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(display t(sstof X:PATIENT (foral l Y:PERSON (->(MOTHER X Y) (DIABETIC Y)))))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The information to compute the answer may be found in the field DIAMOTHER above. It is very hard to\" see how we will use local rules to get to it, however, since nothing constructable from the database corresponds to the non-logical constants MOTHER and DIABETIC. The problem is that the database chooses to highlight the complex property DIAMOTHER while avoiding the cost of storing its constituent predicates MOTHER and DIABETIC -the conceptual units corresponding to the words of the utterance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "One way to get around these difficulties is of course to allow for a more general kind of, transformation: a \"global rule\" which would match against a whole syntactic pattern like the univerally quantified subexpression above.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The disadvantage of this, as is pointed out in [8] , is that the richness of both natural language and logic allows the same meaning to be expressed in many different ways, which a complete \"global rule\" would have to match.", |
|
"cite_spans": [ |
|
{ |
|
"start": 47, |
|
"end": 50, |
|
"text": "[8]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Strictly syntactic variation is possible: pieces of the pattern may be spread out over the expression, from which the pattern match would have to grab them. Equivalent formulations of the query may also use completely different terms.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "For example, the user might have employed the equivalent phrase \"female parent\" in place of the word \"mother\", presumably causing the semantic interpretation to yield a logical form with the different predicates \"PARENT\" and \"FEMALE\". This would not match the pattern.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "It becomes clear that the \"pattern-matching\" to be performed here is not the literal kind, and that it involves unspecified and arbitrary amounts of inference.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The alternative approach presented by this paper takes explicit account of the fact that certain properties and relations, like \"DIAMOTHER\", can be regarded as built up from others. In the next section we will show how the properties and relations whose extensions the database stores can be axiomatized in terms of the ones that are more basic in the application domain.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This prepares the way for the simplification transformation itself, which will rely on a limited and sound form of inference to reverse the axiomatization and transform the meaning representation, where possible, to an expression that uses only these database properties and relations. In this way, the local rule paradigm can be substantially restored.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Mapping Problem", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The purpose of this section of the paper is to present a way of connecting the meaning representation language to a taxonomic knowledge representation system in such a way that the inference-making capability of the latter is available and useful for the problems this paper addresses.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "Our approach may be constrasted with that of others, e.g. TEAM in which such a taxonomy is used mainly for simple inheritance and attachment duties.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "The knowledge representation system used in this work is NIKL [5] . Since NIKL has been described rather fully in the references, I will give only a brief summary here.", |
|
"cite_spans": [ |
|
{ |
|
"start": 62, |
|
"end": 65, |
|
"text": "[5]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "NIKL is a taxonomic frame-like system with two basic data structures: concepts and roles. Concepts are just classes of entities, for which roles function somewhat as attributes.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "At any given concept we can restrict a role to be filled by some other concept, or place a restriction on the number of individual \"fillers\" of the role there. A role has one concept as its \"domain\" and another as its \"range\": the role is a relation between the sets these two concepts denote.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "Concepts are arranged in a hierarchy of sub-concepts and superconcepts; roles are similarly arranged. Both concepts and roles may associated with names.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "In logical terms, a concept may be identified as the oneplace predicate with its name, and a role as the twoplace predicates with its name.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "I will now give the meaning postulates for a termforming algebra, similar to the one described in [2] in which one can write down the sort of NIKL expressions I will need.", |
|
"cite_spans": [ |
|
{ |
|
"start": 98, |
|
"end": 101, |
|
"text": "[2]", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "Expressions in this language are combinable to yield a complex concept or role as their value.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "(CONJ CI --CN) = (lambda (X) (and (CI X) --(Cn X)))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "(VALUERESTRICT R C) _= (lambdo (X) (forall Y (-> (R X Y) (c Y))) (NUMBERRESTRICT R 1 NIL) =_. (Iombdo (X) (exists Y (R X Y))) (VRDIFF R C) = (lombdo (X Y) (and (R X Y) (C Y))) (DOMAINDIFF R C) 5 (Iombdo (X Y) (ond (R X Y) (C X)))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "The key feature of NIKL which we will make use of is its classifier, which computes subsumption and equivalence relations between concepts, and a limited form of this among roles. Subsumption is sound, and thus indicates entailment between terms:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "(SUBSUMES C1 C2) -> (forall X (-> (C2 X) (C1 X)))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "If the classifier algorithm is complete, the reverse is also true, and entailment indicates subsumption. Intuitively, this means \" that classified concepts are pushed down as far in the hierarchy as they can go.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "Also associated with the NIKL system, though not a part of the core language definition, is a symbol table which associates atomic names with the roles or concepts they denote, and concepts and roles with the names denoting them.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "If a concept or role does not have a name, the symbol table is able to create and install one for it when demanded.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Representation and Question-Answering", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "In order to be able to use NIKL in the analysis of expressions in the meaning representation language, we make the following stipulations for any use of the language in a given domain.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "First, any one-place predicate must name a concept, and any two-place predicate name a role. Second, any constant, unless a number or a string, must name an \"individual\" concept -a particular kind of NIKL concept that is defined to have at most one member. N-ary functions are treated as a N+I -ary predicates.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A predicate of N arguments, where N is greater than 2, is reified as a concept with N roles. This set of concepts and roles, together with the logical relationships between them, we call the \"domain model\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Note that all we have done is to stipulate an one-toone correspondence between two sets of things -the concepts and roles in the domain model and the nonlogical constants of the meaning representation language.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "If we wish to include a new non-logical constant in the language we must enter the corresponding concept or role in the domain model. Similarly, the NIKL system's creating a new concept or role, and creation of a name in the symbol table to stand for it, furnishes us with a new non-logical constant.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The translation rules presented earlier effectively seek to axiomatize the properties and relations of the domain model in terms of those of the database. This is not the only way to bridge the gap. One might also try the reverse: to axiomatize the properties and relations of the database in terms of those of the domain model.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Axiomatization of the database in terms of the domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Consider the DIAMOTHER field of our sample database.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Axiomatization of the database in terms of the domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We can write this in NIKL as the concept PATIENT-WITH-DIABETIC-MOTHER using terms already present in the domain model:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Axiomatization of the database in terms of the domain model", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "If we wanted to axiomatize the relation implied by the SEX attribute of the PATIENTS table in our database, we could readily do so by defining the role PATIENT-SEX in terms of the domain model relation SEX:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(CONJ PATIENT (VALUERESTR ICT MOTHER DIABETIC))", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(DOMAIND I FF SEX PAT I ENT )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(CONJ PATIENT (VALUERESTR ICT MOTHER DIABETIC))", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "These two defined terms can actually be entered into the model, and be treated just like any others there. For example, they can now appear as predicate letters in meaning representations. Moreover, to the associated data structure we can attach a translation rule, just as we have been doing with the original domain model elements.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(CONJ PATIENT (VALUERESTR ICT MOTHER DIABETIC))", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Thus, will attach to the concept PATIENT-WITH-DIABETIC-MOTHER the rule:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(CONJ PATIENT (VALUERESTR ICT MOTHER DIABETIC))", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(PROJECT (SELECT FROM PATIENTS WHERE (EQ DIAMOTHER \"YES\")) OVER PATID)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(CONJ PATIENT (VALUERESTR ICT MOTHER DIABETIC))", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The next section will illustrate how we map from expressions using \"original\" domain model elements to the ones we create for axiomatizing the database, using the NIKL system and its classifier.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(CONJ PATIENT (VALUERESTR ICT MOTHER DIABETIC))", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We now present the actual simplification method. It is composed of two separate transformations which are applied one after the other. The first, the \"contraction phase\", seeks to contract complicated subexpressions (particularly nested quantifications) to simpler oneplace predications, and to further restrict the \"sorts\" of remaining bound variables on the basis of the oneplace predicates so found.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recursive Terminological Simplification", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "The second part of the transformation, the \"role-tightening\" phase, replaces general relations in the expression with more specific relations which are lower in the NIKL hierarchy. These more specific relations are obtained from the more general by considering the sorts of the variables upon which a given relational predication is made.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recursive Terminological Simplification", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "The contraction phase is an algorithm with three steps, which occur sequentially upon application to any expression of the meaning representation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "First, the contraction phase applies itself recursively to each non-constant subexpression of the expression. Second, depending upon the syntactic category of the expression, one of the \"pre-simplification\" transformations is applied to place it in a normalized form. Third and finally, one of the actual simplification transformations is used to convert the expression to one of a simpler syntactic category.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Before working through the example, I will lay out the transformations in detail. In what follows, X and X1,X2 --Xn are variables in the meaning representation language.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The symbol \"<rest>\" denotes a (possibly empty) sequence of formulae. The expression \"(FORMULA X)\" denotes a formula of the meaning representation language in which the variable X (and perhaps others) appears freely. The symbol \"<quant>\" is to be understood as being replaced by either the operator SETOF or the quantifier EXISTS.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "First, the normalization transformations, which simply re-arrange the constituents of the expressions to a more convienent form without changing its syntactic category: In (2) and (4) above, the conjunction or implication, respectively, are collapsed out if the sequence <rest> is empty.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(I) (ond (el XI) (P2 Xl) --(PN XI) (Q1 X2) (Q2 X2) --(QN X2)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Now the actual simplification transformations, which seek to reduce a complex sub-expression to a oneplace predication. Now, let us suppose that the exercise at the end of the last section has been carried out, and that the concept PATIENT-WITH-DIABETIC-MOTHER has been created and given the appropriate translation rule. To return to the query \"List patients whose mother was a diabetic\", we recall that it has the meaning representation:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(DISPLAY ~(SETOF X:PATIENTS (FORALL Y : PERSON (-> (MOTHER X Y) (DIABETIC Y)))))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Upon application to the SETOF expression, the algorithm first applies itself to the inner FORALL. The syntactic patterns of none of the pre-simplification transformations", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(2) -(4) are satisfied, so transformation (5) is applied right way to produce the NIKL concept:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(VALUERESTRICT (VRDIFF MOTHER PERSON) DIABETIC)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This is given to the NIKL classifier, which compares it to other concepts already i n the hierarchy. Since MOTHER has PERSON as its range already, (VRDIFF MOTHER PERSON) is just MOTHER again.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The classifier thus computes that the concept specified above is a subconcept of PERSON -a PERSON such that his MOTHER was a DIABETIC.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "If this is not found to be equivalent to any pre-existing concept, the system assigns the concept a new name which no other concept has, say PERSON-I.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The outcome of the simplification of the whole FORALL is then just the much simpler expression:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(PERSON-I X)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The recursive simplification of the arguments to the SETOF is now completed, and the resulting expression is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(DISPLAY 't(SETOF X:PATIENT (PERSON-I X)))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Transformations can now be applied to the SETOF expression itself. The pre-simplification transformation (3) is found to apply, and a concept expressed by:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(CONJ PATIENT PERSON--I)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "is given to the classifier, which recognizes it as equivalent to the already existing concept PATIENT-WITH-DIABETIC-MOTHER.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Since any concept can serve as a sort, the final simplification is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(DISPLAY t(SETOF X:PATIENT-W]TH-DIABETIC~THER)) This is the very concept for which we have a rule, so the ERL translation is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(PRINT FROM (SELECT FROM PATIENT WHERE (EQ DIAMOTHER \"YES\")) PATID)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Suppose now that the semantic interpretation system assigned a different logical expression to represent the query \"List patients whose mother was a diabetic\", in which the embedded quantification is existential instead of universal.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This might actually be more in line with the number of the embedded noun.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The meaning representation would now be: The recursive application of the algorithm proceeds as before.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Now, however, the pre-simplification transformation (2) may be applied to yield:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(exists Y:DIABETIC (MOTHER X Y))", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "since a DIABETIC is already a PERSON. Transformation (6) can be applied if MOTHER is a \"functional\" role mapping each and every person to exactly one mother.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This can be checked by asking the NIKL system if a number restriction has been attached at the domain of the role, PERSON, specifying that it have both a minimum and a maximum of one.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "If the author of the domain model has provided this reasonable and perfectly true fact about motherhood, (6) can proceed to yield:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(PAT I ENT-WI TH-D I ABET IC-MOTHER X)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "as in the preceding example.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The contraction phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This phase is quite simple.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The role tightening phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "After the contraction phase has been run on the whole expression, a number of variables have had their sorts changed to tighter ones. This transformation sweeps through an expression and changes the roles in the expression on that basis. Thus:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The role tightening phase", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "where $1 is the sort of X ond $2 is the sort of Y ond R' := (DOMAINDIFF (VRDIFF R $2) Sl)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(IS) (R X Y) => (R' X Y)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "One can see that a use of the relation SEX, where the sort of the first argument is known to be DOCTOR, can readily be converted to a use the relation DOCTOR-SEX.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(IS) (R X Y) => (R' X Y)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Back conversion: going in the reverse direction There will be times when the simplification transformation will \"overshoot\", creating and using new predicate letters which have not been seen before by classifying new data structures into the model to correspond to them.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(IS) (R X Y) => (R' X Y)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The use of such a new predicate letter can then be treated exactly as would its equivalent lambda-definition, which we can readily obtain by consulting the NIKL model. For example, a query about the sexes of leukemia victims may after simplification result in a rather strange role being created and entered into the hierarchy:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "(IS) (R X Y) => (R' X Y)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This role is a direct descendant of PATIENT-SEX; its name is system generated.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "By the meaning-postulate of DOMAINDIFF given in section 3 above, it can be rewritten as the following lambda-abstract:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(Iombdo (X Y) (and (PATIENT-SEX X Y)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "( LEUKEM I A-PAT I ENT X) ) )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "For PATIENT-SEX we of course have a translation rule as discussed in section 2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A rule for LEUKEMIA-PATIENT can be imagined as involving the DISEASE field of the PATIENTS table. At this point we can simply call the translation algorithm recursively, and it will come up with a translation:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(PROJECT (SELECT FROM PATIENTS WHERE (EQ DISEASE \"LEUK\")) OVER PATID SEX)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This supplies us with the needed rule. As a bonus, we can avoid having to recompute it later by simply attaching it to the role in the normal way. The similar computation of rules for complex concepts and roles which are already in the domain comes for free.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "PATIENT-SEX-I := (DOMAINDIFF PATIENT-SEX LEUKEMIA-PATIENT)", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Status and Further Work", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "As of this writing, we have incorporated NIKL into the implementation of our natural language questionanswering system, IRUS. NIKL is used to represent the knowledge in a Navy battle-management domain. The simplification transformation described in this paper has been implemented in this combined system, and the axiomatization of the database as described above is being added to the domain model.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "At that point, the methodology will be tested as a solution to the difficulties now being experienced by those trying to write the translation rules for the complex database and domain of the Fleet Command Center Battle Management Program of DARPA's Strategic Computing Program.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "I have presented a limited inference method on predicate calculus expressions, whose intent is to place them in a canonical form that makes other inferences easier to make. Metaphorically, it can be regarded as \"sinking\" the expression lower in a certain logical space.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "The goal is to push it down to the \"level\" of the database predicates, or below.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "We cannot guarantee that we will always place the expression as low as it could possibly go -that problem is undecidable.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "But we can go a good distance, and this by itself is very useful for restoring the tractability of the mapping transformation and other sorts of deductive operations [10] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 166, |
|
"end": 170, |
|
"text": "[10]", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "Somewhat similar simplifications are performed in the work on ARGON [6] , but for a different purpose. There the database is assumed to be a full, rather than a partially specified, model and simplifications are performed only to gain an increase in efficiency.", |
|
"cite_spans": [ |
|
{ |
|
"start": 68, |
|
"end": 71, |
|
"text": "[6]", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "The distinguishing feature of the present work is its operation on an expression in a logical language for English meaning representation, rather than for restricted queries. A database, given the purposes for which it is designed, cannot constitute a full model for such a language. Thus, the terminological simplification is needed to reduce the logical expression, when possible, to an expression in a \"sub-language\" of the first for which the database is a full model. An important outcome of this work is the perspective it gives on knowledge representation systems like NIKL. It shows how workers in other fields, while maintaining other logical systems as their primary mode of representation, can use these systems in practical ways.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "Certainly NIKL and NIKL-Iike systems could never be used as full meaning representations -they don't have enough expressive power, and were never meant to, This does not mean we have to disregard them, however.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "The right perspective is to view them as attached inference engines to perform limited tasks having to do with their specialty -the relationships between the various properties and relations that make up a subject domain in the real world.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions, Implementation", |
|
"sec_num": "5." |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "First and foremost, I must thank Remko Scha, both for valuable and stimulating technical discussions as well as for patient editorial criticism.This paper has also benefited from the comments of Ralph Weischedel and Sos De Bruin.Beth Groundwater of SAIC was patient enough to use the software this work produced. I would like to thank them, and thank as well the other members of the IRUS project -Damaris Ayuso, Lance Ramshaw and Varda Shaked -for the many pleasant and productive interactions I have had with them.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "A Transportable Natural Language Interface for Information Retrieval", |
|
"authors": [ |
|
{ |
|
"first": "Madeleine", |
|
"middle": [], |
|
"last": "Bates", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Bobrow", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bates, Madeleine and Bobrow, Robert J. A Transportable Natural Language Interface for Information Retrieval.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Proceedings of the 6th Annual International ACM SIGIR Conference", |
|
"authors": [], |
|
"year": 1983, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "In Proceedings of the 6th Annual International ACM SIGIR Conference. ~CM Special Interest Group on Information Retrieval and American Society for Information Science, Washington, D.C., June, 1983.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "A Functional Approach to Knowledge Representation", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Brachman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Fikes", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Levesque", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Krypton", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Brachman, R.J., Fikes, R.E., and Levesque, H.J. Krypton: A Functional Approach to Knowledge Representation.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "A Relational Model of Data for Large Shared Data Banks", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Codd", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1970, |
|
"venue": "CACM", |
|
"volume": "13", |
|
"issue": "6", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Codd,E.F. A Relational Model of Data for Large Shared Data Banks. CACM 13(6), June, 1970.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "TEAM: An Experiment in the Design of Transportable Natural-Language Interfaces", |
|
"authors": [ |
|
{ |
|
"first": "Barbara", |
|
"middle": [], |
|
"last": "Grosz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Douglas", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Appelt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Martin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fernando", |
|
"middle": [], |
|
"last": "Pereira", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Barbara Grosz, Douglas E. Appelt, Paul Martin, and Fernando Pereira. TEAM: An Experiment in the Design of Transportable Natural-Language Interfaces.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "SRI International", |
|
"authors": [], |
|
"year": 1985, |
|
"venue": "", |
|
"volume": "356", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Technical Report 356, SRI International, Menlo Park, CA, August, 1985.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "An Overview of NIKL", |
|
"authors": [ |
|
{ |
|
"first": "Margaret", |
|
"middle": [], |
|
"last": "Moser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Moser, Margaret. An Overview of NIKL. Technical Report Section of BBN Report No. 5421, Bolt Beranek and Newman Inc., 1983.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "ARGON: Knowledge Representation meets Information Retrieveal", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Patel-Schneider", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Levesque", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Brachman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Patel-Schneider, P.F., H.J. Levesque, and R.J. Brachman. ARGON: Knowledge Representation meets Information Retrieveal.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Proceedings of The First Conference on Artificial Intelligence Applications", |
|
"authors": [], |
|
"year": 1984, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "In Proceedings of The First Conference on Artificial Intelligence Applications. IEEE Computer Society, Denver, Colorado, December, 1984.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "The Question Answering System PHLIQA1", |
|
"authors": [ |
|
{ |
|
"first": "W", |
|
"middle": [ |
|
"J H J" |
|
], |
|
"last": "Bronnenberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Bunt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"P J" |
|
], |
|
"last": "Landsbergen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rj", |
|
"middle": [ |
|
"H" |
|
], |
|
"last": "Scha", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Schoenmakers", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [ |
|
"P C" |
|
], |
|
"last": "Van Utteren", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1980, |
|
"venue": "Natural Language Question Answering Systems", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "W.J.H.J. Bronnenberg, H.C. Bunt, S.P.J. Landsbergen, RJ.H. Scha, W.J, Schoenmakers and E.P.C. van Utteren. The Question Answering System PHLIQA1. In L. Bolc (editor), Natural Language Question Answering Systems. Macmillan, 1980.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "English Words and Data Bases: How to Bridge the Gap", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "English Words and Data Bases: How to Bridge the Gap.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "20th Annual Meeting of the Association for Computational Linguistics", |
|
"authors": [], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "In 20th Annual Meeting of the Association for Computational Linguistics, Toronto. Association for Computational Linguistics, June, 1982.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Data Modeling for Natural Language Access", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Stallard", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Stallard, David G. Data Modeling for Natural Language Access.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Proceedings of the First IEEE Conference on Applied Artificial Intelligence", |
|
"authors": [], |
|
"year": 1984, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "In Proceedings of the First IEEE Conference on Applied Artificial Intelligence, Denver, Colorado. IEEE, December, 1984.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Taxonomic Inference on Predicate Calculus Expressions", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Stallard", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "Submitted to AAAI", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Stallard, David G. Taxonomic Inference on Predicate Calculus Expressions. Submitted to AAAI April 1, 1986.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "85-C-0016. The views ond conclusions contoined in this document ore those of the outhor ond should not be interpreted os necessorily representing the officiol policies, either expressed or implied, of the Defense Advonced Reseorch Projects Agency or of the United $totes Government.", |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": ":= (CONJ P1 P2 --PN) and Q' := (CONJ Q1 Q2 --QN) (2) (<quant> X:S (and (P X) <rest>) => (<quant> X:S' (and <rest>)) where S' := (CONJ S P) (3) (<quant> X:S (P X)) => (<quont> X:S') where S' := (CONJ S P) (4) (forol l X:S (-> (and (P X) <rest>) (FORMULA X)) => (forall X:S' (-> (end <rest>) (FORMULA X)))", |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "= (VALUERESTRICT R C) and R is functional, C an individual concept", |
|
"uris": null |
|
}, |
|
"TABREF1": { |
|
"num": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td/><td/><td/><td/><td colspan=\"3\">PATIENTS OVER PATID)</td><td/></tr><tr><td colspan=\"8\">SPECIALTIES => (PROJECT DOCTORS OVER SPECIALTY)</td></tr><tr><td colspan=\"7\">TREATING-PHYSICIAN => (PROJECT (JOIN PATIENTS</td><td/></tr><tr><td/><td/><td/><td/><td/><td colspan=\"3\">TO DOCTORS</td></tr><tr><td/><td/><td/><td/><td/><td colspan=\"3\">OVER PHYS DOCID)</td></tr><tr><td/><td/><td/><td/><td/><td colspan=\"3\">OVER PATID DOCID)</td></tr><tr><td>Note</td><td>that</td><td>while</td><td>no</td><td>table</td><td>exists</td><td>for</td><td>physician</td></tr><tr><td colspan=\"3\">SPECIALTIES, we</td><td/><td/><td/><td/><td/></tr></table>", |
|
"html": null, |
|
"text": "can nonetheless give a rule for this predicate in way that is uniform with the rule given for the predicate PATIENTS." |
|
} |
|
} |
|
} |
|
} |