| { |
| "paper_id": "P89-1004", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T08:14:46.443943Z" |
| }, |
| "title": "LOGICAL FORMS IN THE CORE LANGUAGE ENGINE", |
| "authors": [ |
| { |
| "first": "Hiyan", |
| "middle": [], |
| "last": "Alshawi", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International Cambridge Research Centre 23 Millers Yard", |
| "location": { |
| "addrLine": "Mill Lane", |
| "postCode": "CB2 11ZQ", |
| "settlement": "Cambridge", |
| "country": "U.K" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Van Eijck", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "SRI International Cambridge Research Centre 23 Millers Yard", |
| "location": { |
| "addrLine": "Mill Lane", |
| "postCode": "CB2 11ZQ", |
| "settlement": "Cambridge", |
| "country": "U.K" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper describes a 'Logical Form' target language for representing the literal meaning of English sentences, and an intermediate level of representation ('Quasi Logical Form') which engenders a natural separation between the compositional semantics and the processes of scoping and reference resolution. The approach has been implemented in the SRI Core Language Engine which handles the English constructions discussed in the paper.", |
| "pdf_parse": { |
| "paper_id": "P89-1004", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper describes a 'Logical Form' target language for representing the literal meaning of English sentences, and an intermediate level of representation ('Quasi Logical Form') which engenders a natural separation between the compositional semantics and the processes of scoping and reference resolution. The approach has been implemented in the SRI Core Language Engine which handles the English constructions discussed in the paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The SRI Core Language Engine (CLE) is a domain independent system for translating English sentences into formal representations of their literal meanings which are capable of supporting reasoning (Alshawi et al. 1988) .", |
| "cite_spans": [ |
| { |
| "start": 196, |
| "end": 217, |
| "text": "(Alshawi et al. 1988)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "The CLE has two main levels of semantic representation: quasi logical forms (QLFs), which may in turn be scoped or unscoped, and fully resolved logical forms (LFs). The level of quasi logical form is the target language of the syntax-driven semantic interpretation rules. Transforming QLF expressions into LF expressions requires (i) fixing the scopes of all scope-bearing operators (quantifiers, tense operators, logical operators) and distinguishing distributive readings of noun phrases from collective ones, and (ii) resolving referential expressions such as definite descriptions, pronouns, indexical expressions, and underspecified relations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "The QLF level can be regarded as the natural level of sentence representation resulting 25 from linguistic analysis that applies compositional semantic interpretation rules independently of the influence of context.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "~, syntax rules Parse trees semantic rules QLF ezpressions ~, context", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sentence", |
| "sec_num": null |
| }, |
| { |
| "text": "The QLF expressions are derived on the basis of syntactic structure, by means of semantic rules that correspond to the syntax rules that were used for analysing the sentence. Having QLFs as a well-defined level of representation allows the problems of compositional semantics to be tackled separately from the problems of scoping and reference resolution. Our experience so far with the CLE has shown that this separation can effectively reduce the complexity of the system as a whole. Also, the distinction enables us to avoid multiplying out interpretation possibilities at an early stage. The representation languages we propose are powerful enough to give weU-motiwted translations of a wide range of English sentences. In the current version of the CLE this is used to provide a systematic and coherent coverage of all the major phrase types of English. To demonstrate that the semantic representations are also simple enough for practical natural language processing applications, the CLE has been used as an interface to a purchase order processing simulator and a database query system, to be described elsewhere.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "LF expressions", |
| "sec_num": null |
| }, |
| { |
| "text": "In summary, the main contributions of the work reported in this paper are (i) the introduction of the QLF level to achieve a natural separation between compositional semantics and the processes of scoping and reference resolution, and (ii) the integration of a range of well-motivated semantic analyses for specific constructions in a single coherent framework.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "LF expressions", |
| "sec_num": null |
| }, |
| { |
| "text": "We will first motivate our extensions to first order logic and our distinction between LF and QLF, then describe the LF language, illustrating the logical form translations produced by the CLE for a number of English constructions, and finally present the additional constructs of the QLF language and illustrate their use.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "LF expressions", |
| "sec_num": null |
| }, |
| { |
| "text": "As the pioneer work by Montague (1973) suggests, first order logic is not the most natural representation for the meanings of English sentences. The development of Montague grammar indicates, however, that there is quite a bit of latitude as to the scope of the extensions that are needed. In developing the LF language for the CLE we have tried to be conservative in our choice of extensions to first order logic. Earlier proposals with similar motivation are presented by Moore (1981) and Schubert & Pelletier (1982) .", |
| "cite_spans": [ |
| { |
| "start": 23, |
| "end": 38, |
| "text": "Montague (1973)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 474, |
| "end": 486, |
| "text": "Moore (1981)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 491, |
| "end": 518, |
| "text": "Schubert & Pelletier (1982)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "The ways in which first order logic-predicate logic in which the quantifiers 3 and V range over the domain of individuals--is extended in our treatment can be grouped and motivated as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Extensions motivated by lack of expressive power of ordinary first order logic: for a general treatment of noun phrase constructions in English generalized quantifiers are needed ('Most A are B' is not expressible in a first order language with just the two one-place predicates A and B).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Extensions motivated by the desire 26 for an elegant compositional semantic framework:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "use of lambda abstraction for the translation of graded predicates in our treatment of comparatives and superlatives;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "use of tense operators and intensional operators for dealing with the English tense and au~liary system in a compositional way.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Extensions motivated by the desire to separate out the problems of scoping from those of semantic representation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Extensions motivated by the need to deal with context dependent constructions, such as anaphora, and the implicit relations involved in the interpretation of possessives and compound nominals.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "The first two extensions in the list are part of the LF language, to be described next, the other two have to do with QLF constructs. These QLF constructs are removed by the processes of quantifier scoping and reference resolution (see below).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "The treatment of tense by means of temporal operators that is adopted in the CLE will not be discussed in this paper. Some advantages of an operator treatment of the English tense system are discussed in (Moore, 1981) .", |
| "cite_spans": [ |
| { |
| "start": 204, |
| "end": 217, |
| "text": "(Moore, 1981)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "We are aware of the fact that some aspects of our LF representation give what are arguably overly neutral analyses of English constructions. For example, our uses of event variables and of sentential tense operators say little about the internal structure of events or about an underlying temporal logic. Nevertheless, our hope is that the proposed LF representations form a sound basis for the subsequent process of deriving the fuller meaning representations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EXTENDING FIRST ORDER LOGIC", |
| "sec_num": null |
| }, |
| { |
| "text": "Our notation is a straightforward extension of the standard notation for first order logic. The following logical form expression involving restricted quantification states that every dog is nice:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RESOLVED LOGICAL FORMS NOTATIONAL CONVENTIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "quant(forall, x, Dog(x), Nice(x)).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RESOLVED LOGICAL FORMS NOTATIONAL CONVENTIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "To get a straightforward treatment of the collective/distributive distinction (see below) we assume that variables always range over sets, with 'normal' individuals corresponding to singletons. Properties like being a dog can be true of singletons, e.g. the referent of Fido, as well as larger sets, e.g. the referent of the three dogs we saw yesterday.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RESOLVED LOGICAL FORMS NOTATIONAL CONVENTIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "The LF language allows formation of complex predicates by means of lambda abstraction: ,~x,\\d.Heavy.degree ( z, d) is the predicate that expresses degree of heaviness.", |
| "cite_spans": [ |
| { |
| "start": 107, |
| "end": 114, |
| "text": "( z, d)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RESOLVED LOGICAL FORMS NOTATIONAL CONVENTIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "Rather than treating modification of verb phrases by means of higher order predicate modifiers, as in (Montague, 1973) , we follow Davidson's (1967) quantification over events to keep closer to first order logic. The event corresponding to a verb phrase is introduced as an additional argument to the verb predicate. The full logical form for Every representative voted is as follows:", |
| "cite_spans": [ |
| { |
| "start": 102, |
| "end": 118, |
| "text": "(Montague, 1973)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 131, |
| "end": 148, |
| "text": "Davidson's (1967)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVENT AND STATE VARIABLES", |
| "sec_num": null |
| }, |
| { |
| "text": "quant(forall, x, Repr(x), past(quant(exists, e, Ev(e),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVENT AND STATE VARIABLES", |
| "sec_num": null |
| }, |
| { |
| "text": "Vote(e,x)))).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVENT AND STATE VARIABLES", |
| "sec_num": null |
| }, |
| { |
| "text": "Informally, this says that for every representative, at some past time, there existed an event of that representative voting.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVENT AND STATE VARIABLES", |
| "sec_num": null |
| }, |
| { |
| "text": "The presence of an event variable allows us to treat optional verb phrase modifiers as predications of events, as in the translation of John left suddenly: past(quant(exists, e, Ev(e),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "EVENT AND STATE VARIABLES", |
| "sec_num": null |
| }, |
| { |
| "text": "Leave(e, john) ^ Sudden(e))).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "27", |
| "sec_num": null |
| }, |
| { |
| "text": "The use of event variables in turn permits us to give a uniform interpretation of prepositional phrases, whether they modify verb phrases or nouns. For example, John designed a house in Cambridge has two readings, one in which in Cambridge is taken to modify the noun phrase a house, and one where the prepositional phrase modifies the verb phrase, with the following translations respectively: quant(exlsts, h, House(h) A In_location(h, Cambridge), past(quant (exists, e, Ev(e), Design( e, john, h ) ) ) ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "27", |
| "sec_num": null |
| }, |
| { |
| "text": "quant(exlsts, h, House(h) A past(quant(exists, e, Ev(e), Design(e, john, h) ^ In_location(e, Cambridge)))).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "27", |
| "sec_num": null |
| }, |
| { |
| "text": "In both cases the prepositional phrase is translated as a two-place relation stating that something is located in some place. Where the noun phrase is modified, the relation is between an ordinary object and a place; in the case where the prepositional phrase modifies the verb phrase the relation is between an event and a place. Adjectives in predicative position give rise to state variables in their translations. For example, in the translation of John was happy in Paris, the prepositional phrase modifies the state. States are like events, but unlike events they cannot be instantaneous.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "27", |
| "sec_num": null |
| }, |
| { |
| "text": "A generalized quantifier is a relation Q between two sets A and B, where Q is insensitive to anything but the cardinalities of the 'restriction set' A and the 'intersection set'", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GENERALIZED QUANTIFIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "A N B (Barwise & Cooper, 1981) . A generalized quantifier with restriction set A and intersection set ANB is fully characterized by a function AmAn.Q(m, n) of m and n, where m = IAI and n = IANB I. In theLFlanguage of the CLE, these quantifier relations are expressed by means of predicates on two numbers, where the first variable abstracted over denotes the cardinality of the restriction set and the second one the cardinality of the intersection set. This allows us to build up quantifiers for complex specifier phrases like at least three but less than five. In simple cases, the quantifier predicates are abbreviated by means of mnemonic names, such as exists, notexists, forall or most. Here are some quantifier translations:", |
| "cite_spans": [ |
| { |
| "start": 6, |
| "end": 30, |
| "text": "(Barwise & Cooper, 1981)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GENERALIZED QUANTIFIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 most \",.* Xm,Xn.(m < 2n) [abbreviation: most].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GENERALIZED QUANTIFIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 at least three but less than seven ,,~ )tm~n.(n > 3 ^ n < 7).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GENERALIZED QUANTIFIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 not every .,.* )~m)~n.(m ~ n).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GENERALIZED QUANTIFIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "A logical form for Not every representative voted is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GENERALIZED QUANTIFIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "quant()~mAn.(m # n), x, Rep(z), past(quant (exists, e, Ev(e),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GENERALIZED QUANTIFIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "Note that in one of the quantifier examples above the abstraction over the restriction set is vacuous. The quantifiers that do depend only on the cardinality of their intersection set turn out to be in a linguistically welldefined class: they are the quantifiers that can occur in the NP position in \"There are NP'. This quantifier class can also be characterized logically, as the class of symmetr/c quantifiers: \"At least three but less than seven men were running\" is true just in case \"At least three but less than seven runners were men\" is true; see (Barwise & Cooper, 1981) and (Van Eijck, 1988) for further discussion. Below the logical forms for symmetric quantifiers will be simplified by omitting the vacuous lambda binder for the restriction set. The quantifiers for collective and measure terms, described in the next section, seem to be symmetric, although linguistic intuitions vary on this.", |
| "cite_spans": [ |
| { |
| "start": 556, |
| "end": 580, |
| "text": "(Barwise & Cooper, 1981)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 585, |
| "end": 602, |
| "text": "(Van Eijck, 1988)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vote(e,x)))).", |
| "sec_num": null |
| }, |
| { |
| "text": "Collective readings are expressed by an extension of the quantifier notation using set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MEASURE", |
| "sec_num": null |
| }, |
| { |
| "text": "The reading of Two companies ordered five computers where the first noun phrase is interpreted collectively and the second one distributively is expressed by the following logical form:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "28", |
| "sec_num": null |
| }, |
| { |
| "text": "quant(set(~n.(n = 2)), x, Company(x), quant(~n.(n = 5), y, Computer(y), past(quant (exists, e, Ev(e),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "28", |
| "sec_num": null |
| }, |
| { |
| "text": "Order(e, x, y))))).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "28", |
| "sec_num": null |
| }, |
| { |
| "text": "The first quantification expresses that there is a collection of two companies satisfying the body of the quantification, so this reading involves five computers and five buying events. The operator set is introduced during scoping since collective/distributive distinctionsmlike scoping ambiguities--are not present in the initial QLF.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "28", |
| "sec_num": null |
| }, |
| { |
| "text": "We have extended the generalized quantifier notation to cover phrases with measure determiners, such as seven yards of fabric or a pound of flesh. Where ordinary generalized quantifiers involve counting, amount generalized quantifiers involve measuring (according to some measure along some appropriate dimension). Our approach, which is related to proposals that can be found in (Pelletier, ed.,1979) leads to the following translation for John bought at least five pounds of apples: quant(amount($n.(n >_ 5), pounds), z, Apple(z), past(quant(exists, e, Ev(e), Buy( e, john , x))))).", |
| "cite_spans": [ |
| { |
| "start": 380, |
| "end": 401, |
| "text": "(Pelletier, ed.,1979)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "28", |
| "sec_num": null |
| }, |
| { |
| "text": "Measure expressions and numerical quantitiers also play a part in the semantics of comparatives and superlatives respectively (see below).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "28", |
| "sec_num": null |
| }, |
| { |
| "text": "Terms in logical forms may either refer to individual entities or to natural kinds (Carlson, 1977) . Kinds are individuals of a specific nature; the term kind(x, P(x)) can loosely be interpreted as the typical individual satisfying P. In reasoning about kinds, the simplest approach possible would be to have a rule of inference stating that if a \"kind individual\" has a certain property, then all \"real world\" individuals of that kind have that property as well: if the \"typical bear\" is an animal, then all real world bears are animals. Of course, the converse rule does not hold: the \"typical bear\" cannot have all the properties that any real bear has, because then it would have to be both white all over and brown all over, and so on.", |
| "cite_spans": [ |
| { |
| "start": 83, |
| "end": 98, |
| "text": "(Carlson, 1977)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NATURAL KINDS", |
| "sec_num": null |
| }, |
| { |
| "text": "In the present version of the CLE, comparatives and superlatives are formed on the basis of degree predicates. Intuitively, the meaning of the comparative in Mary is nicer than John is that one of the two items being compared possesses a property to a higher degree than the other one, and the meaning of a superlative is that art item possesses a property to the highest degree among all the items in a certain set. This intuition is formalised in (Cresswell, 1976) , to which our treatment is related.", |
| "cite_spans": [ |
| { |
| "start": 449, |
| "end": 466, |
| "text": "(Cresswell, 1976)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "COMPARATIVES AND SUPERLA-TIVES", |
| "sec_num": null |
| }, |
| { |
| "text": "The comparison in Mary is two inches taller than John is translated as follows: quant(amount(An.(n = 2), inches), h, Degree(h), more()~x Ad. tall_degree (z, d) , mary, john, h ).", |
| "cite_spans": [ |
| { |
| "start": 153, |
| "end": 159, |
| "text": "(z, d)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "COMPARATIVES AND SUPERLA-TIVES", |
| "sec_num": null |
| }, |
| { |
| "text": "The operator more has a graded predicate as its first argument and three terms as its second, third and fourth arguments. The operator yields true if the degree to which the first term satisfies the graded predicate exceeds the degree to which the second term satisfies the predicate by the amount specified in the final term. In this example h is a 29 degree of height which is measured, in inches, by the amount quantification. Examples like", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "COMPARATIVES AND SUPERLA-TIVES", |
| "sec_num": null |
| }, |
| { |
| "text": "Mary is 3 inches less tall than John get similar translations. In Mary is taller than John the quantifier for the degree to which Mary is taller is simply an existential.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "COMPARATIVES AND SUPERLA-TIVES", |
| "sec_num": null |
| }, |
| { |
| "text": "Superlatives are reduced to comparatives by paraphrasing them in terms of the number of individuals that have a property to at least as high a degree as some specific individual. This technique of comparing pairs allows us to treat combinations of ordinals and superlatives, as in the third tallest man smiled: Smile(e, a)))))).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "COMPARATIVES AND SUPERLA-TIVES", |
| "sec_num": null |
| }, |
| { |
| "text": "The logical form expresses that there are exactly three men whose difference in height from a (the referent of the definite noun phrase, see below) is greater than or equal to 0 in some arbitrary units of measurement.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "COMPARATIVES AND SUPERLA-TIVES", |
| "sec_num": null |
| }, |
| { |
| "text": "The QLF language is a superset of the LF language; it contains additional constructs for unscoped quantifiers, unresolved references, and underspecified relations. The 'meaning' of a QLF expression can be thought of as being given in terms of the meanings of the set of LF expressions it is mapped to. Ultimately the meaning of the QLF expressions can be seen to depend on the contextual information that is employed in the processes of scoping and reference resolution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "QUASI LOGICAL FORMS", |
| "sec_num": null |
| }, |
| { |
| "text": "In the QLF language, unscoped quantifiers are translated as terms with the format qterm((quantifier),(number), ( variable),( restriction) ). (every, sing, v, Art(v) ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 141, |
| "end": 164, |
| "text": "(every, sing, v, Art(v)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "UNSCOPED QUANTIPIERS", |
| "sec_num": null |
| }, |
| { |
| "text": "Quantifier scoping determines the scopes of quantifiers and operators, generating scoped logical forms in a preference order. The ordering is determined by a set of declarative rules expressing linguistic preferences such as the preference of particular quantifiers to outscope others. The details of two versions of the CLE quantifier scoping mechanism are discussed by Moran (1988) and Pereira (A1shawl et al. 1988).", |
| "cite_spans": [ |
| { |
| "start": 371, |
| "end": 383, |
| "text": "Moran (1988)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "))).", |
| "sec_num": null |
| }, |
| { |
| "text": "Unresolved references arising from pronoun anaphora and definite descriptions are represented in the QLF as 'quasi terms' which contain internal structure relevant to reference resolution. These terms are eventually replaced by ordinary LF terms (constants or variables) in the final resolved form. A discussion of the CLE reference resolution process and treatment of constraints on pronoun reference will be given in (Alshawi, in prep.) .", |
| "cite_spans": [ |
| { |
| "start": 419, |
| "end": 438, |
| "text": "(Alshawi, in prep.)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED REFERENCES", |
| "sec_num": null |
| }, |
| { |
| "text": "Pronouns. The QLF representation of a pronoun is an anaphoric term (or a_term). w, Zmv rsonal(w)), y)))).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED REFERENCES", |
| "sec_num": null |
| }, |
| { |
| "text": "After scoping and reference resolution, the LF translation of the example is as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED REFERENCES", |
| "sec_num": null |
| }, |
| { |
| "text": "quant(forall, x, Dog(x), q uant(exists_one, y,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED REFERENCES", |
| "sec_num": null |
| }, |
| { |
| "text": "Bone(y) A past(quant(exists, e, Ev(e), Find(e, x, y))), quant(exists, e', Ev( e'), Bury( e', x, y)))). Love( e ~, x, a..index(y)))).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED REFERENCES", |
| "sec_num": null |
| }, |
| { |
| "text": "The 'unbound dependency' is indicated by an a_index operator. Dynamic interpretation of this LF, in the manner proposed in (Groenendijk & Stokhof, 1987) , allows us to arrive at the correct interpretation.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 152, |
| "text": "(Groenendijk & Stokhof, 1987)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED REFERENCES", |
| "sec_num": null |
| }, |
| { |
| "text": "The use of unresolved terms in QLFs is not sufficient for covering natural language constructs involving implicit relations. We have therefore included a QLF construct (a_form for 'anaphoric formula') containing a formula with an unresolved predicate. This is eventually replaced by a fully resolved LF formula, but again the process of resolution is beyond the scope of this paper. The 'kind' term in the translation reflects the fact that no individual telephone needs to be involved.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED PREDICATIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "One-Anaphora. The a_form construct is also used for the QLF representation of 'one-anaphora'. The variable bound by the a_form has the type of a one place predicate rather than a relation. Resolving these anaphora involves identifying relevant (parts of) preceding noun phrase restrictions (Webber, 1979) . For example the scoped QLF for Mary sold him an expensive one is: quant(exists, x, a_form(one, P, P( x ) A Expensive(x)), past(quant(exists, e, Ev(e), Sell(e, mary, z, a_term(...)))).", |
| "cite_spans": [ |
| { |
| "start": 290, |
| "end": 304, |
| "text": "(Webber, 1979)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED PREDICATIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "After resolution (if the sentence were preceded, say, by John wanted to buy a futon)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED PREDICATIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "the resolved LF would be: q uant (exists, z, Futon( x ) ^ Expensive(z), past(quant(exists, e, Ev(e), Sell(e, mary, x, john ) ) ).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UNRESOLVED PREDICATIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "We have attempted to evolve the QLF and LF languages gradually by a process of adding minimal extensions to first order logic, in order to facilitate future work on natural language systems with reasoning capabilities. The separation of the two semantic representation levels has been an important guiding principle in the implementation of a system covering a substantial fragment of English semantics in a well-motivated way. Further work is in progress on the treatment of collective readings and of tense and aspect.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CONCLUSION", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The research reported in this paper is part of a group effort to which the following people have also contributed: David Carter, Bob Moore, Doug Moran, Barney Pell, Fernando Pereira, Steve Pulman and Arnold Smith. Development of the CLE has been carried out as part of a research programme in naturallanguage processing supported by an Alvey grant and by members of the NATTIE consortium (British Aerospace, British Telecom, Hewlett Packard, ICL, Olivetti, Philips, Shell Research, and SRI). We would like to thank the Alvey Directorate and the consortium members for this funding. The paper has benefitted from comments by Steve Pulman and three anonymous ACL referees.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ACKNOWLEDGEMENTS", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "SRI International", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Alshawi", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "M" |
| ], |
| "last": "Carter", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Van Eijck", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "C" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "B" |
| ], |
| "last": "Moran", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "C N" |
| ], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "G" |
| ], |
| "last": "Pulman", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "G" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alshawi, H., D.M. Carter, J. van Eijck, R.C. Moore, D.B. Moran, F.C.N. Pereira, S.G. Pulman and A.G. Smith. 1988. In- terim Report on the SRI Core Language Engine. Technical Report CCSRC-5, SRI International, Cambridge Research Centre, Cambridge, England.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Reference Resolution In the Core Language Engine", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Alshawi", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alshawi, H., in preparation, \"Reference Res- olution In the Core Language Engine\".", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Generalized Quantifiers and Natural Language", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Barwise", |
| "suffix": "" |
| }, |
| { |
| "first": "&", |
| "middle": [ |
| "R" |
| ], |
| "last": "Cooper", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "Linguistics and Philosophy", |
| "volume": "4", |
| "issue": "", |
| "pages": "159--219", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Barwise, J. & R. Cooper. 1981. \"General- ized Quantifiers and Natural Language\", Linguistics and Philosophy, 4, 159-219.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "The Semantics of Degree", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "J" |
| ], |
| "last": "Cresswell", |
| "suffix": "" |
| } |
| ], |
| "year": 1976, |
| "venue": "Montague Grammar", |
| "volume": "", |
| "issue": "", |
| "pages": "261--292", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cresswell, M.J. 1976. \"The Semantics of De- gree\", in: B.H. Partee (ed.), Montague Grammar, Academic Press, New York, pp. 261-292.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Reference to Kinds in English", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "N" |
| ], |
| "last": "Carlson", |
| "suffix": "" |
| } |
| ], |
| "year": 1977, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carlson, G.N. 1977. \"Reference to Kinds in English\", PhD thesis, available from In- diana University Linguistics Club.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The Logical Form of Action Sentences", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Davidson", |
| "suffix": "" |
| } |
| ], |
| "year": 1967, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Davidson, D. 1967. \"The Logical Form of Action Sentences\", in N. Rescher, The Logic of Decision and Action, University of Pittsburgh Press, Pittsburgh, Penn- sylvania.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Handbook of Semantics", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Technical Report CCSRC-7, SRI Inter- national, Cambridge Research Centre. Cambridge, England. To appear in A. von Stechow & D. Wunderlich, Hand- book of Semantics, De Gruyter, Berlin.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Dynamic Predicate Logic", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "& M" |
| ], |
| "last": "Groenendijk", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Stokhof", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Groenendijk, J. & M. Stokhof 1987. \"Dy- namic Predicate Logic\". Preliminary re- port, ITLI, Amsterdam.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The Proper Treatment of Quantification in Ordinary English", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Montague", |
| "suffix": "" |
| } |
| ], |
| "year": 1973, |
| "venue": "Formal Philosophy", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Montague, R. 1973. \"The Proper Treatment of Quantification in Ordinary English\". In R. Thomason, ed., Formal Philoso- phy, Yale University Press, New Haven.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Problems in Logical Form", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "C" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "19th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "117--124", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moore, R.C. 1981. \"Problems in Logical Form\". 19th Annual Meeting of the As- sociation for Computational Linguistics, Stanford, California, pp. 117-124.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Quantifier Scoping in the SRI Core Language Engine", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "B" |
| ], |
| "last": "Moran", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moran, D.B. 1988. \"Quantifier Scoping in the SRI Core Language Engine\", 26th", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Annual Meeting of the Association for Computational Linguistics, State University of", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "33--40", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Annual Meeting of the Association for Computational Linguistics, State Uni- versity of New York at Buffalo, Buffalo, New York, pp. 33-40.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Mass Terms: Some Philosophical Problems", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [ |
| "J" |
| ], |
| "last": "Pelletier", |
| "suffix": "" |
| } |
| ], |
| "year": 1979, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pelletier, F.J. (ed.) 1979. Mass Terms: Some Philosophical Problems, Reidel, Dordrecht.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "From English to Logic: Context-Free Computation of 'Conventional' Logical Translations", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "K F J" |
| ], |
| "last": "Schubert", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Pelletier", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "Americal Journal of Computational Linguistics", |
| "volume": "8", |
| "issue": "", |
| "pages": "26--44", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schubert, L.K. & F.J. Pelletier 1982. \"From English to Logic: Context-Free Compu- tation of 'Conventional' Logical Trans- lations\". Americal Journal of Computa- tional Linguistics, 8, pp. 26-44.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A Formal Approach to Discourse Anaphora", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Webber", |
| "suffix": "" |
| } |
| ], |
| "year": 1979, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Webber, B. 1979. A Formal Approach to Dis- course Anaphora, Garland, New York.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "num": null, |
| "text": "quant(ref(the,...), a, Man(a) A quant(An.(n = 3), b, Man(b)), quant(amount(,kn.(n _> 0), units), h, more( Az ~d.tall_degree( x, d), b, a, h ), past(quant(exists, e, Ev(e),", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Coordinated NPs, like a man or a woman, are translated as terms with the format term..coord( ( operator),( variable), (ten)). The unscoped QLF generated by the semantic interpretation rules for Most doctors and some engineers read every article involves both qterms and a term_coord (quantifier scoping generates a number of scoped LFs from this): quant(exists, e, Ev(e), Read(e, term_coord(A, x, qterm(most, plur, y, Doctor(y)), qterm(some, plur, z, Engineer(z))), qterm", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Implicit Relations. Constructions like possessives, genitives and compound nouns are translated into QLF expressions containing uninstantiated relations introduced by the a_form relation binder. This binder is used in the translation of John's house which says that a relation, of type poss, holds between John and the house:31 qterm(exists, sing, x, a_form(poss, R, House(x) A R(john, x ) ) ).The implicit relation, R, can then be determined by the reference resolver and instanti-ated, to Owns or Lives_in say, in the resolved LF. The translation of indefinite compound nominals, such as a telephone socket, involves an a_form, of type cn (for an unrestricted compound nominal relation), with a 'kind' term: qterm(a, sing, s, a_form(cn, R, Socket(s) ^ R( s, kind(t, Telephone(t)))).", |
| "uris": null |
| }, |
| "TABREF1": { |
| "text": "For example, the translations of him and himself in Mary expected him to introduce himself", |
| "content": "<table><tr><td>a_term(ref(pro, him, sing, [mary]),</td></tr><tr><td>x, Male(x))</td></tr><tr><td>a_term(ref(refl, him, sing, [z, mary]),</td></tr><tr><td>y, Male(y)).</td></tr><tr><td>The first argument of an a_term is akin</td></tr><tr><td>to a category containing the values of syn-</td></tr><tr><td>tactic and semantic features relevant to ref-</td></tr><tr><td>erence resolution, such as those for the</td></tr><tr><td>reflexive/non-reflexive and singular/plural</td></tr><tr><td>distinctions, and a list of the possible intra-</td></tr><tr><td>sentential antecedents, including quantified</td></tr><tr><td>antecedents.</td></tr><tr><td>Definite Descriptions. Definite descrip-</td></tr><tr><td>tions are represented in the QLF as unscoped</td></tr><tr><td>quantified terms. The qterm is turned into</td></tr><tr><td>a quant by the scoper, and, in the simplest</td></tr><tr><td>case, definite descriptions are resolved by in-</td></tr><tr><td>stantiating the quant variable in the body</td></tr><tr><td>of the quantification. Since it is not possible</td></tr><tr><td>to do this for descriptions containing bound</td></tr><tr><td>variable anaphora, such descriptions remain</td></tr><tr><td>as quantifiers. For example, the QLF gener-</td></tr><tr><td>ated for the definite description in Every dog</td></tr><tr><td>buried the bone that it found is:</td></tr><tr><td>qterm(ref(def, the, sing, Ix]), sing, y,</td></tr><tr><td>Bone(y) A past(quant(exlsts, e, Ev(e),</td></tr><tr><td>Find(e, a_term(ref(pro, it, sing, [y,z]),</td></tr><tr><td>are as follows:</td></tr><tr><td>30</td></tr></table>", |
| "type_str": "table", |
| "html": null, |
| "num": null |
| } |
| } |
| } |
| } |