ACL-OCL / Base_JSON /prefixP /json /P84 /P84-1027.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P84-1027",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:20:53.526734Z"
},
"title": "The Semantics of Grammar Formalisms Seen as Computer Languages",
"authors": [
{
"first": "Fernando",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
},
{
"first": "Stuart",
"middle": [
"M"
],
"last": "Shieber",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The design, implementation, and use of grammar forma]isms for natural language have constituted a major branch of coml)utational linguistics throughout its development. By viewing grammar formalisms as just a special ease of computer languages, we can take advantage of the machinery of denotational semantics to provide a precise specification of their meaning. Using Dana Scott's domain theory, we elucidate the nature of the feature systems used in augmented phrase-structure grammar formalisms, in particular those of recent versions of generalized phrase structure grammar, lexical functional grammar and PATR-I1, and provide a (lcnotational semantics for a simple grammar formalism. We find that the mathematical structures developed for this purpose contain an operation of feature generalization, not available in those grammar formalisms, that can be used to give a partial account of the effect of coordination on syntactic features.",
"pdf_parse": {
"paper_id": "P84-1027",
"_pdf_hash": "",
"abstract": [
{
"text": "The design, implementation, and use of grammar forma]isms for natural language have constituted a major branch of coml)utational linguistics throughout its development. By viewing grammar formalisms as just a special ease of computer languages, we can take advantage of the machinery of denotational semantics to provide a precise specification of their meaning. Using Dana Scott's domain theory, we elucidate the nature of the feature systems used in augmented phrase-structure grammar formalisms, in particular those of recent versions of generalized phrase structure grammar, lexical functional grammar and PATR-I1, and provide a (lcnotational semantics for a simple grammar formalism. We find that the mathematical structures developed for this purpose contain an operation of feature generalization, not available in those grammar formalisms, that can be used to give a partial account of the effect of coordination on syntactic features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The design, implementation, and use of grammar formalisms for natural lang,age have constituted a major branch of computational linguistics throughout its development. Itowever, notwithstanding the obvious superficial similarily between designing a grammar formalism and designing a programming language, the design techniques used for grammar formalisms have almost always fallen short with respect to those now available for programming language design.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "Formal and computational linguists most often explain the effect of a grammar formalism construct either by example or through its actual operation in a particular implementation. Such practices are frowned upon by most programming-language designers; they become even more dubious if one considers that most grammar formalisms in use are based either on a context-free skeleton with augmentations or on some closely related device (such as ATNs), consequently making them obvious candidates for IThe research reported in this paper has been made possible by a gift from the System Development Foundation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "a declarative semantics z extended in the natural way from the declarative semantics of context-free grammars.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "The last point deserves amplification. Context-free grammars possess an obvious declarative semantics in which nonterminals represent sets of strings and rules represent n-ary relations over strings. This is brought out by the reinterpretation familiar from formal language theory of context-free grammars as polynomials over concatenation and set union. The grammar formalisms developed from the definite-clause subset of first order logic are the only others used in natural-language analysis that have been accorded a rigorous declarative semantics--in this case derived from the declarative semantics of logic programs [3,12,1 I] .",
"cite_spans": [
{
"start": 623,
"end": 633,
"text": "[3,12,1 I]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "Much confusion, wasted effort, and dissension have resulted from this state of affairs. In the absence of a rigorous semantics for a given grammar formalism, the user, critic, or implementer of the formalism risks misunderstanding the intended interpretation of a construct, and is in a poor position to compare it to alternatives. Likewise, the inventor of a new formalism can never be sure of how it compares with existing ones. As an example of these dillqculties, two simple changes in the implementation of the ATN formalism, the addition of a well-formed substring table and the use of a bottom-up parsing strategy, required a rather subtle and unanticipated reinterpretation of the register-testing and -setting actions, thereby imparting a different meaning to grammars that had been developed for initial top-down backtrack implementation [22] .",
"cite_spans": [
{
"start": 848,
"end": 852,
"text": "[22]",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "Rigorous definitions of grammar formalisms can and should be made available. Looking at grammar formalisms as just a special case of computer languages, we can take advantage of the machinery of denotational semantics [20 i to provide a precise specification of their meaning. This approach can elucidate the structure of the data objects manipulated by a formalism and the mathematical relationships among various formalisms, suggest new possibilities for linguistic analysis (the subject matter of the formalisms), and establish connections between grammar formalisms and such other fields of research as programming-2This use of the term \"semantics\" should not be confused with the more common usage denoting that portion of a grammar concerned with the meaning of object sentences. Here we are concerned with the meaning of the metalanguage.",
"cite_spans": [
{
"start": 218,
"end": 223,
"text": "[20 i",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "language design and theories of abstract data types. This last point is particularly interesting because it opens up several possibilities--among them that of imposing a type discipline on the use of a formalism, with all the attendant advantages of compile-time error checking, modularity, and optimized compilation techniques for grammar rules, and that of relating grammar formalisms to other knowledge representation languages [l] .",
"cite_spans": [
{
"start": 431,
"end": 434,
"text": "[l]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "As a specific contribution of this study, we elucidate the nature of the feature systems used in augmented phrasestructure grammar formalisms, in particular those of recent versions of generalized phrase structure grammar (GPSG) [5, 15] , lexical functional grammar (LFG) [2] and PATR-II [ 18, 17] ; we find that the mathematical structures developed for this purpose contain an operation of feature generalization, not available in those grammar formalisms, that can be used to give a partial account of the effect of coordination on syntactic features.",
"cite_spans": [
{
"start": 229,
"end": 232,
"text": "[5,",
"ref_id": "BIBREF5"
},
{
"start": 233,
"end": 236,
"text": "15]",
"ref_id": "BIBREF15"
},
{
"start": 272,
"end": 275,
"text": "[2]",
"ref_id": "BIBREF1"
},
{
"start": 288,
"end": 293,
"text": "[ 18,",
"ref_id": "BIBREF18"
},
{
"start": 294,
"end": 297,
"text": "17]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "Just as studies in the semantics of programming languages start by giving semantics for simple languages, so we will start with simple grammar formalisms that capture the essence of the method without an excess of obscuring detail. The present enterprise should be contrasted with studies of the generative capacity of formalisms using the techniques of formal language theory. First, a precise defini-!;ion of the semantics of a formalism is a prerequisite for such generative-capacity studies, and this is precisely what we are trying to provide. Second, generative capacity is a very coarse gauge: in particular, it does not distinguish among different formalisms with the same generative capacity that may, however, have very different semantic accounts. Finally, the tools of formal language theory are inadequate to describe at a sufficiently abstract level formalisms that are based on the simultaneous solution of sets of constraints [9, 10] . An abstract analysis of those formalisms requires a notion of partial information that is precisely captured by the constructs of denotationai semantics.",
"cite_spans": [
{
"start": 942,
"end": 945,
"text": "[9,",
"ref_id": "BIBREF9"
},
{
"start": 946,
"end": 949,
"text": "10]",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction I",
"sec_num": "1."
},
{
"text": "In broad terms, denotational semantics is the study of the connection between programs and mathematical entities that represent their input-output relations. For such an account to be useful, it must be compositional, in the sense that the meaning of a program is developed from the meanings of its parts by a fixed set of mathematical operations that correspond directly to the ways in which the parts participate in the whole.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Denotational Semantics",
"sec_num": "2."
},
{
"text": "For the purposes of the present work, denotational semantics will mean the semantic domain theory initiated by Scott and Strachey [20] . In accordance with this approach, the meanings of programming language constructs are certain partial mappings between objects that represent partially specified data objects or partially defined states of computation. The essential idea is that the meaning of a construct describes what information it adds to a partial description of a data object or of a state of computation. Partial descriptions are used because computations in gen-eral may not terminate and may therefore never produce a fully defined output, although each individual step may be adding more and more information to a partial description of the undeliverable output.",
"cite_spans": [
{
"start": 130,
"end": 134,
"text": "[20]",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Denotational Semantics",
"sec_num": "2."
},
{
"text": "Domain theory is a mathematical theory of considerable complexity. Potential nontermination and the use of functions as \"first-class citizens\" in computer languages account for a substantial fraction of that complexity. If, as is the case in the present work, neither of those two aspects comes into play, one may be justified in asking why such a complex apparatus is used. Indeed, both the semantics of context-free grammars mentioned earlier and the semantics of logic grammars in general can be formulated using elementary set theory [7, 21] .",
"cite_spans": [
{
"start": 538,
"end": 541,
"text": "[7,",
"ref_id": "BIBREF7"
},
{
"start": 542,
"end": 545,
"text": "21]",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Denotational Semantics",
"sec_num": "2."
},
{
"text": "However, using the more complex machinery may be beneficial for the following reasons:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Denotational Semantics",
"sec_num": "2."
},
{
"text": "\u2022 Inherent partiality:, many grammar formalisms operate in terms of constraints between elements that do not fully specify all the possible features of an element.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Denotational Semantics",
"sec_num": "2."
},
{
"text": "\u2022 Technical economy, results that require laborious constructions without utilizing domain theory can be reached trivially by using standard results of the theory. \u2022 Suggestiveness: domain theory brings with it a rich mathematical structure that suggests useful operations one might add to a grammar formalism.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Denotational Semantics",
"sec_num": "2."
},
{
"text": "\u2022 Eztensibilit~. unlike a domain-theoretic account, a specialized semantic account, say in terms of sets, may not be easily extended as new constructs are added to the formalism.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Denotational Semantics",
"sec_num": "2."
},
{
"text": "We will start with an abstract denotational description of a simple feature system which bears a close resemblance to the feature systems of GPSG, LFG and PATR-II, although this similarity, because of its abstractness, may not be apparent at first glance. Such feature systems tend to use data structures or mathematical objects that are more or less isomorphic to directed graphs of one sort or another, or, as they are sometimes described, partial functions. Just what the relation is between these two ways of viewing things will be explained later. In general, these graph structures are used to encode linguistic information in the form of attribute-vahm pairs. Most importantly, partial information is critical to the use of such systems--for instance, in the variables of definite clause grammars [12] and in the GPSG analysis of coordination [15] . That is, the elements of the feature systems, called fealure struclures (alternatively, feature bundles, f-structures [2] , or terms} can be partial in some sense. The partial descriptions, being in a domain of attributes and complex values, tend to be equational in nature: some feature's value is equated with some other value. Partial descriptions can be understood in one of two w:ays: either the descriptions represent sets of fully specilied elements of an underlying domain or they are regarded as participating in a relationship of partiality with respect to each other. We will hold to the latter view here.",
"cite_spans": [
{
"start": 804,
"end": 808,
"text": "[12]",
"ref_id": "BIBREF12"
},
{
"start": 850,
"end": 854,
"text": "[15]",
"ref_id": "BIBREF15"
},
{
"start": 975,
"end": 978,
"text": "[2]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Feature Structures",
"sec_num": "3."
},
{
"text": "What are feature structures from this perspective? They are repositories of information about linguistic entities. In domain-theoretic terms, the underlying domain of feature structures F is a recursive domain of partial functions from a set of labels L (features, attribute names, attributes) to complex values or primitive atomic values taken from a set C of constants. Expressed formally, we have the domain equation",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Feature Structures",
"sec_num": "3."
},
{
"text": "The solution of this domain equation can be understood as a set of trees (finite or infinite} with branches labeled by elements of L, and with other trees or constants as nodes. The branches la .... , Im from a node n point to the values n{lt),..., n(Im) for which the node, as a partial function, is defined.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "F=IL~F]+G",
"sec_num": null
},
{
"text": "What the grammar formalism does is to talk about F, not in F. That is, the grammar formalism uses a domain of descriptions of elements of F. From an intuitive standpoint, this is because, for any given phrase, we may know facts about it that cannot be encoded in the partial function associated with it..",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "A partial description of an element n of F will be a set of equations that constrain the values of n on certain labels. In general, to describe an element z E F we have equations of the following forms: , we can now build directly a characterization of feature structures in terms of information-bearing elements, equations, that engender a system complete with notions of compatibility and partiality of information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "The information system D describing the elements of F is defined, following Scott, as the tuple D = (/9, A, Con, ~-) , where 19 is a set of propositions, Con is a set of finite subsets of P, the consistent subsets, I-is an entailment relation between elements of Con and elements of D and A is a special least informative element that gives no information at all. We say that a subset S of D is deductively closed if every proposition entailed by a consistent subset of S is in S. The deductive closure -S of S ___ /9 is the smallest deductively closed subset of/9 that contains S.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "The descriptor equations discussed earlier are the propositions of the information system for feature structure descriptions. Equations express constraints among feature values in a feature structure and the entailment relation encodes the reflexivity, symmetry, transitivity and substitutivity of equality. More precisely, we say that a finite set of equations E entails an equation e if Deductive closure is used to define the elements of D so that elements defined by equivalent sets of equations are the same. In the rest of this paper, we will specify elements of D by convenient sets of equations, leaving the equations in the closure implicit.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "The inclusion order K in D provides the notion of a description being more or less specific than another. The least-upper-bound operation 12 combines two descriptions into the least instantiated description that satisfies the equations in both descriptions, their unification. The greatest-lower-bound operation n gives the most instantiated description containing all the equations common to two descriptions, their generalization.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "The foregoing definition of consistency may seem very natural, but it has the technical disadvantage that, in general, the union of two consistent sets is not itself a consistent set; therefore, the corresponding operation of unification may not be defined on certain pairs of inputs. Although this does not cause problems at this stage, it fails to deal with the fact that failure to unify is not the same as lack of definition and causes technical difficulties when providing rule denotations. We therefore need a slightly less natural definition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "First we add another statement to the specification of the entailment relation:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "\u2022 Falsitv. if e is inconsistent, {e} entails every element of P. -That is, falsity entails anything. Next we define Con to be simply the set of all finite subsets of P. The set Con no longer corresponds to sets of equations that are consistent in the usual equational sense.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "With the new definitions of Con and I-, the deductive closure of a set containing an inconsistent equation is the whole of P. The partial order D is now a lattice with top element T = P, and the unification operation t_l is always defined and returns T on unification failure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "We can now define the description mapping 6 : D --* F that relates descriptions to the described feature structures. The idea is that, in proceeding from a description d 6 D to a feature structure f 6 F, we keep only definite information about values and discard information that only states value constraints, but does not specify the values themselves. with each of the f~ undefined for all other labels. Then, we can define 6(d) as",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "6(d) = L] f(e) ~eL~l",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "This description mapping can be shown to be continuous in the sense of domain theory, that is, it has the properties that increasing information in a description leads to nendecreasing information in the described structures {monotonieity) and that if a sequence of descriptions approximates another description, the same condition holds for the described structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "Note that 6 may map several elements of D on to one element of F. For example, the elements given by the two sets of equations (fh) = c (gi) = e describe the same structure, because the description mapping ignores the link between (f h) and (g i) in the first description. Such links are useful only when unifying with further descriptive elements, not in the completed feature structure, which merely provides feature-value assignments. Informally, we can think of elements of D as directed rooted graphs and of elements of F as their unfoldings as trees, the unfolding being given by the mapping 6. It is worth noting that if a description is cyclic---that is, if it has cycles when viewed as a directed graph--then the resulting feature tree will be infinite2 Stated more precisely, an element f of a domain is finite, if for any ascending sequence {d~} such that f E_ U~ d~, there is an i such that f C_ d~. Then the cyclic elements of D are those finite elements that are mapped by 6 into nonfinite elements of F.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Domain of Descriptions",
"sec_num": "4."
},
{
"text": "We now move on to the question of how the domain D is used to provide a denotational semantics for a grammar formalism.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Providing a Denotation for a Grammar",
"sec_num": "5."
},
{
"text": "We take a simple grammar formalism with rules consisting of a context-free part over a ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Providing a Denotation for a Grammar",
"sec_num": "5."
},
{
"text": "This is a simplification of the rule format used in the PATR-II formalism [18, 17] . The rule can be read as \"an S is an NP followed by a VP, where the subject of the S is the NP, its predicate the VP, and the agreement of the NP where E. is a set of equations between elements of ([0..m] -L') 0 C. As with context-free grammars, local ambiguity of a grammar means that in general there are several ways of assembling the same subphrases into phra.ses. Thus, the semantics of context-free grammars is given in terms of sets of strings. The situation is somewhat more complicated in our sample formalism. The objects specified by the grammar are pairs of a string and a partial description. Because of partiality, the appropriate construction cannot be given in terms of sets of string-description pairs, but rather in terms of the related domain construction of powerdomains [14, 19, 16] . We will use the Hoare powerdomain P = PM(S x D) of the domain S x D of string-description pairs. Each element of P is an approximation of a transduetion relation, which is an association between strings and their possible descriptions.",
"cite_spans": [
{
"start": 74,
"end": 78,
"text": "[18,",
"ref_id": "BIBREF18"
},
{
"start": 79,
"end": 82,
"text": "17]",
"ref_id": null
},
{
"start": 875,
"end": 879,
"text": "[14,",
"ref_id": "BIBREF14"
},
{
"start": 880,
"end": 883,
"text": "19,",
"ref_id": "BIBREF19"
},
{
"start": 884,
"end": 887,
"text": "16]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "(1 agr) = (2 agr)",
"sec_num": null
},
{
"text": "We can get a feeling for what the domain P is doing by examinin~ our notion of lexicon. A lexicon will be an SMote precisely a rational tree, that is, a tree with a finite number of distinct subtrees.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(1 agr) = (2 agr)",
"sec_num": null
},
{
"text": "element of the domain pk, associating with each of the k nonterminals N;, I < i < k a transduction relation from the corresponding coordinate of pk. Thus, for each nonterminal, the lexicon tells us what phrases are under that nonterminal and what possible descriptions each such phrase has. llere is a sample lexicon:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(1 agr) = (2 agr)",
"sec_num": null
},
{
"text": "{\"Uther\", } {(agr n,tm) = sg, (agr per) = 3}) (\"many knights\", { <agr num} = pl, (agr per) = 3}) VP: ~,\" n,,. ,) = sg})",
"cite_spans": [],
"ref_spans": [
{
"start": 101,
"end": 109,
"text": "~,\" n,,.",
"ref_id": null
}
],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "(\"slorms Cornwall\", } {(,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "(\"sit at the Round Table\" , {(agr hum} = pl}) s: {}",
"cite_spans": [],
"ref_spans": [
{
"start": 19,
"end": 25,
"text": "Table\"",
"ref_id": null
}
],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "By decomposing the effect of a rule into appropriate steps, we can associate with each rule r a denotation Ir~ :P~ --. pk that combines string-description pairs by concatenation and unification to build new string-description pairs for the nonterminal on the left-hand side of the rule, leaving all other nonterminals untouched\u2022 By taking the union of the denotations of the rules in a grammar, (which is a welldefined and continuous powerdomain operation,) we get a mapping TG(e) d~j U H(e) reR from pk to pk that represents a one-step application of all the rules of G \"in parallel.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "We can now provide a denotation for the entire grammar as a mapping that completes a lexicon with all the derived phrases and their descriptions. The denotation of a grammar is the fimetion that maps each lexicon ~ into the smallest fixed point of To containing e. The fixed point is defined by i=O as Tc is contimmus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "It remains to describe the decomposition of a rule's effect into elementary steps. The main technicality to keep in mind is that rules stale constraints among several descriptions (associated with the parent and each child), whereas a set of equations in D constrains but a single description. This nfismateh is solved by embedding the tuple (do,..., d,,) of descriptions in a single larger description, as expressed by ( s,, . . . s,,, d,o) .",
"cite_spans": [],
"ref_spans": [
{
"start": 420,
"end": 441,
"text": "( s,, . . . s,,, d,o)",
"ref_id": null
}
],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "It is not difficult to show that the above operations can be lifted into operations over elements of pk that leave. untouched the coordinates not mentioned in the rule and that the lifted operations are continuous mappings\u2022 With a slight abuse of notation, we can summarize the foregoing discussion with the equation In addition to formal insights, linguistic insights have also been gleaned from this work. First of all, we note 'that while the systems make crucial use of unification, generalization is also a well-defined notion therein and might indeed be quite useful. In fact, it was this availability of the generalization operation that suggested a simplified account of coordination facts in English now being used in GPSG [15] and in an extension of PATR-II [8] . Though the issues of coordination and agreement are discussed in greater detail in these two works, we present here a simplified view of the use of generalization in a GPSG coordination analysis.",
"cite_spans": [
{
"start": 732,
"end": 736,
"text": "[15]",
"ref_id": "BIBREF15"
},
{
"start": 768,
"end": 771,
"text": "[8]",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "Circa 1982 GPSG [6] analyzed coordination by using a special principle, the conjunct realization principle (CRP), to achieve partial instantiation of head features {including agreement} on the parent category. This principle, together with the head feature convention (HFC) and control agreement principle {CAP), guaranteed agreement between the head noun of a subject and the head verb of a predicate in English sentences. The HFC, in particular, can be stated in our notation as (0 head) = (n head) for n the head of 0.",
"cite_spans": [
{
"start": 16,
"end": 19,
"text": "[6]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "A more recent analysis [4, 15] replaced the conjunct realization principle with a modified head feature convention that required a head to be more instantiated than the parent, that is: (0 head) E (n head) for all constituents n which are heads of 0. Making coordinates heads of their parent achieved the effect of the CRP. Unfortunately, since the HFC no longer forced identity of agreement, a new principle--the nominal completeness principle (NCP), which required that NP's be fully instantiated--was required to guarantee that the appropriate agreements were maintained.",
"cite_spans": [
{
"start": 23,
"end": 26,
"text": "[4,",
"ref_id": "BIBREF4"
},
{
"start": 27,
"end": 30,
"text": "15]",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "Making use of the order structure of the domains we have just built, we can achieve straightforwardly the effect of the CRP and the old HFC without any notion of the NCP. Our final version of the HFC merely requires that the parent's head features be the generalization of the head features of the head children. Formally, we have: (0 head) ---- [7 (i head) i~heads of 0",
"cite_spans": [
{
"start": 346,
"end": 357,
"text": "[7 (i head)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "In the case of parents with one head child, this final HFC reduces to the old HFC requiring identity; it reduces to the newer one, however, in cases {like coordinate structures} where there are several head constituents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "Furthermore, by utilizing an order structure on the domain of constants C, it may be possible to model that troublesome coordination phenomenon, number agreement in coordinated noun phrases [8, 15] .",
"cite_spans": [
{
"start": 190,
"end": 193,
"text": "[8,",
"ref_id": "BIBREF8"
},
{
"start": 194,
"end": 197,
"text": "15]",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "NP:",
"sec_num": null
},
{
"text": "We have approached the problem of analyzing the meaning of grammar formalisms by applying the techniques of denotational semantics taken from work on the semantics of computer languages. This has enabled us to",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7."
},
{
"text": "\u2022 account rigorously for intrinsically partial descriptions,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7."
},
{
"text": "\u2022 derive directly notions of unification, instantiation and generalization,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7."
},
{
"text": "\u2022 relate feature systems in linguistics with type systems in computer science,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7."
},
{
"text": "\u2022 show that feature systems in GPSG, I, FG and PATR-II are special cases of a single construction,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7."
},
{
"text": "\u2022 give semantics to a variety of mechanisms in grammar formalisms, and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7."
},
{
"text": "\u2022 introduce operations for modeling linguistic phenomena that have not previously been considered.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7."
}
],
"back_matter": [
{
"text": "We plan to develop the approach further to give accounts of negative and disjunctive constraints [8] , besides the simple equational constraints discussed here.On the basis of these insights alone, it should be clear that the view of grammar formalisms as programming languages offers considerable potential for investigation. But, even more importantly, the linguistic discipline enforced by a rigorous approach to the design and analysis of grammar formalisms may make possible a hitherto unachievable standard of research in this area.",
"cite_spans": [
{
"start": 97,
"end": 100,
"text": "[8]",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "acknowledgement",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A New Model of Computation Based on a Calculus of Type Subsumption",
"authors": [
{
"first": "H",
"middle": [],
"last": "Ait-Kaci",
"suffix": ""
}
],
"year": 1983,
"venue": "Dept. of Computer and Information Science",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ait-Kaci, H. \"A New Model of Computation Based on a Calculus of Type Subsumption.\" Dept. of Com- puter and Information Science, Univer:ity of Penn- sylvania (November 1983).",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Lexical-Functional Grammar: A Formal System for Granmlatical Representation",
"authors": [
{
"first": "J",
"middle": [],
"last": "Bresnan",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Kaplan",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "173--281",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bresnan, J. and R. Kaplan. \"Lexical-Functional Grammar: A Formal System for Granmlatical Repre- sentation.\" In J. Bresnan, Ed., The ,%Icntal Represen- tation of Grammatical Relations, MIT Press, Cam- bridge, Massachusetts (1982), pp. 173-281.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Natural Language Communication with Computers",
"authors": [
{
"first": "Er",
"middle": [],
"last": "Colmera",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Colmera,er, A. \"Metamorphosis Grammars.\" In L. Bolc, Ed., Natural Language Communication with Computers, Springer-Verlag, Berlin (1978). First appeared as \"Les Grammaires de M~tamorphose,\"",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Groupe d'lnt611igence Artificielle",
"authors": [],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Groupe d'lnt611igence Artificielle, Universit~ de Mar- seille II (November 1975).",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Some Revisions to the Theory of Features and Feature lnstantiation",
"authors": [
{
"first": "D",
"middle": [],
"last": "Farkaz",
"suffix": ""
},
{
"first": "D",
"middle": [
"P"
],
"last": "Flickinger",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Gazdar",
"suffix": ""
},
{
"first": "W",
"middle": [
"A"
],
"last": "Ladusaw",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Ojeda",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Pinkham",
"suffix": ""
},
{
"first": "G",
"middle": [
"K"
],
"last": "Pullum",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Sells",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Farkaz, D., D.P. Flickinger, G. Gazdar, W.A. Ladu- saw, A. Ojeda, J. Pinkham, G.K. Pullum, and P. Sells. \"Some Revisions to the Theory of Features and Feature lnstantiation.\" Unpublished manuscript {August 1983).",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Generalized Phrase Structure Grammar: A Theoretical Synopsis",
"authors": [
{
"first": "Gerald",
"middle": [],
"last": "Gazdar",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Pullum",
"suffix": ""
}
],
"year": 1982,
"venue": "Indiana University Linguistics Club",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gazdar, Gerald and G. Pullum. \"Generalized Phrase Structure Grammar: A Theoretical Synopsis.\" Indi- ana University Linguistics Club, Bloomington, Indi- ana (1982).",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Developments in Generalized Phrase Structure Grammar",
"authors": [
{
"first": "G",
"middle": [],
"last": "Gazdar",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "G",
"middle": [
"K"
],
"last": "Pullum",
"suffix": ""
},
{
"first": "I",
"middle": [
"A"
],
"last": "Sag",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gazdar, G., E. Klein, G.K. Pullum, and I.A. Sag. \"Coordinate Structure and Unbounded Dependen- cies.\" In 1M. Barlow, D. P. Flickinger and I. A. Sag, eds., Developments in Generalized Phrase Struc- ture Grammar. Indiana University Linguistics Club, Bloomington, Indiana (1982).",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Introduction to Formal Language Theory",
"authors": [
{
"first": "M",
"middle": [],
"last": "Itarrison",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Itarrison, M. Introduction to Formal Language The- ory. Addison-Wesley, Reading, Massachussets (1978).",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Features and Values",
"authors": [
{
"first": "Lauri",
"middle": [],
"last": "Kaitunnen",
"suffix": ""
}
],
"year": 1984,
"venue": "Proceedings of the Tenth International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaitunnen, Lauri. \"Features and Values.\" Proceed- ings of the Tenth International Conference on Com- putational Linguistics, Stanford University, Stanford, California (4-7 July, 1984).",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Functional Grammar",
"authors": [
{
"first": "M",
"middle": [],
"last": "Kay",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings of the Fifth Annual Meeting of the Berkeley Linguistic Society",
"volume": "",
"issue": "",
"pages": "142--158",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kay, M. \"Functional Grammar.\" Proceedings of the Fifth Annual Meeting of the Berkeley Linguistic Soci- ety, Berkeley Linguistic Society, Berkeley, California (February 17-19, 1979), pp. 142-158.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "D-Theory: Talking about Talking about Trees",
"authors": [
{
"first": "M",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Hindle",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Fleck",
"suffix": ""
}
],
"year": null,
"venue": "Proceedings of the 21st Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "15--17",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcus, M., D. Hindle and M. Fleck. \"D-Theory: Talking about Talking about Trees.\" Proceedings of the 21st Annual Meeting of the Association for Com- putational Linguistics, Boston, Massachusetts (15-17",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Extraposition Grammars",
"authors": [
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": null,
"venue": "American Journal of Computational Linguistics",
"volume": "7",
"issue": "",
"pages": "243--256",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pereira, F. \"Extraposition Grammars.\" American Journal of Computational Linguistics 7, 4 (October- December 198 I}, 243-256.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Definite Clause Grammars for Language Analysis--a Survey of the Formalism and a Comparison with Augmented Transition Networks",
"authors": [
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
},
{
"first": "D",
"middle": [
"H D"
],
"last": "Warren",
"suffix": ""
}
],
"year": null,
"venue": "Artificial Intelligence",
"volume": "18",
"issue": "1980",
"pages": "231--278",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pereira, F. and D. H. D. Warren. \"Definite Clause Grammars for Language Analysis--a Survey of the Formalism and a Comparison with Augmented Tran- sition Networks.\" Artificial Intelligence 18 {1980), 231-278.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Parsing as Deduction",
"authors": [
{
"first": "F",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": ""
},
{
"first": "David",
"middle": [
"H D"
],
"last": "Warren",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings of the ~Ist Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "137--144",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pereira, F. C. N., and David H. D. Warren \"Parsing as Deduction.\" Proceedings of the ~Ist Annual Meet- ing of the Association for Computational Linguistics, Boston, Massachusetts, (15-17 June, 1983), pp. 137- 144.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "A Powerdomain Construction",
"authors": [
{
"first": "G",
"middle": [],
"last": "Plotkin",
"suffix": ""
}
],
"year": 1976,
"venue": "SIAM Journal of Computing",
"volume": "5",
"issue": "",
"pages": "452--487",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Plotkin, G. \"A Powerdomain Construction.\" SIAM Journal of Computing 5 (1976), 452-487.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Report No. CSLI-84-3, Center for the Study of Language and Information",
"authors": [
{
"first": "I",
"middle": [],
"last": "Sag",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Gazdar",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Wasow",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Weisler",
"suffix": ""
}
],
"year": 1982,
"venue": "California",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sag, I., G. Gazdar, T. Wasow and S. Weisler. \"Coor- dination and How to Distinguish Categories.\" Report No. CSLI-84-3, Center for the Study of Language and Information, Stanford University, Stanford, Cal- ifornia (June, 1982).",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Domains for Denotational Semantics",
"authors": [
{
"first": "D",
"middle": [],
"last": "Scott",
"suffix": ""
}
],
"year": 1982,
"venue": "In ICALP",
"volume": "82",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Scott, D. \"Domains for Denotational Semantics.\" In ICALP 82, Springer-Verlag, Heidelberg (1982).",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The Design of a Computer Language for Linguistic Information",
"authors": [
{
"first": "Stuart",
"middle": [],
"last": "Shieber",
"suffix": ""
}
],
"year": 1984,
"venue": "Proceedings of the Tenth International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shieber, Stuart. \"The Design of a Computer Lan- guage for Linguistic Information.\" Proceedings of the Tenth International Conference on Computational Linguistics [4-7 July, 1984)",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "The Formalism and Implementation of PATR-II",
"authors": [
{
"first": "S",
"middle": [],
"last": "Shieber",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Robinson",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Tyson",
"suffix": ""
}
],
"year": 1983,
"venue": "Research on Interactive Acquisition and Use of Knowledge, SRI Final Report 1894. SRI International",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shieber, S., H. Uszkoreit, F. Pereira, J. Robinson and M. Tyson. \"The Formalism and Implementation of PATR-II.\" In Research on Interactive Acquisition and Use of Knowledge, SRI Final Report 1894. SRI In- ternational, Menlo Park, Califi)rnia (1983).",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Power Domains",
"authors": [
{
"first": "M",
"middle": [],
"last": "Smyth",
"suffix": ""
}
],
"year": 1978,
"venue": "Journal of Computer and System Sciences",
"volume": "16",
"issue": "",
"pages": "23--36",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Smyth, M. \"Power Domains.\" Journal of Computer and System Sciences 16 (1978), 23-36.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Denotational Semantics: The Seott-Strachey Approach to Programming Language Theory",
"authors": [
{
"first": "J",
"middle": [],
"last": "Stoy",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stoy, J. Denotational Semantics: The Seott-Strachey Approach to Programming Language Theory. MIT Press, Cambridge, Ma.ssachusetts (1977).",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "The Semantics of Predicate Logic as a Programming Language",
"authors": [
{
"first": "M",
"middle": [],
"last": "Van Erodes",
"suffix": ""
},
{
"first": "R",
"middle": [
"A"
],
"last": "Kowalski",
"suffix": ""
}
],
"year": null,
"venue": "Journal of the ACM",
"volume": "23",
"issue": "",
"pages": "733--742",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "van Erodes, M. and R. A. Kowalski. \"The Seman- tics of Predicate Logic as a Programming Language.\" Journal of the ACM 23, 4 {October 1976), 733-742.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Speech Understanding Systems: Final Report",
"authors": [
{
"first": "W",
"middle": [],
"last": "Woods",
"suffix": ""
}
],
"year": 1976,
"venue": "BBN Report",
"volume": "3438",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Woods, W. et al. \"Speech Understanding Systems: Final Report.\" BBN Report 3438, Bolt Beranek and Newman, Cambridge, Massachusetts (1976).",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "(... (xII. })-..)ll;.) = (..-(z(li,))...)(l;.) (\".(x{li,))\".)(li,~) = ck , which we prefer to write as (t~,...I;.) = (Ij,..-i;.) (li,\"'li=) = ck with x implicit. The terms of such equations are constants c E C' or paths {ll, \". It=), which we identify in what follows with strings in L*. Taken together, constants and paths comprise the descriptors. Using Scott's information systems approach to domain construction [16]",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF1": {
"text": "Membership: e E E \u2022 Reflezivit~. e is A or d = d for some descriptor d \u2022 Symmetry. e is dl = d2 and dz = dl is in E \u2022 Transitivity. e is da = dz and there is a descriptor d such that dl = d and d = dz are in E \u2022 Substitutivit~r. e is dl = Pl \u2022 d2 and both pl = Pz and dl = P2 \u2022 d.~ are in E \u2022 Iteration: there is E' C E such that E' b e and for all e'E~ EF-e' With this notion of entailment, the most natural definition of the set Con is that a finite subset E of 19 is consistent if and only if it does not entail an inconsistent equation, which has the form e~ = cz, with et and Cz as distinct constants. An arbitrary subset of/9 is consistent if and only if all its finite subsets are consistent in the way defined above. The consistent and deductively closed subsets of D ordered by inclusion form a complete partial order or domain D, our domain of descriptions of feature structures.",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF2": {
"text": "More precisely, seeing d as a set of equations, we consider only the subset LdJ of d with elements of the form (l~-..lm)=c~ . . Each e 6 [d] defines an element f(e) of F by the equations f(e)(l,)",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF3": {
"text": "nonterminal vocabulary .t/= {Nt,..., Ark} and a set of equations over paths in ([0..c~]-L*)0C. A sample rule might be S ~ NP VP (o s,,bj) = (I) (o predicate) = (2)",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF4": {
"text": "the same as the agreement of tile VP'. More formally, a grammar is a quintuple G = (//, S, L, C, R), where \u2022 ,t/is a finite, nonempty set of nonterminals Nt,..., Nk \u2022 S is the set of strings over some alphabet (a fiat domain with an ancillary continuous function concatenation, notated with the symbol .). \u2022 R is a set of pairs r = (/~0 ~ N,, .. . N,., E~),",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF5": {
"text": "applying the rule constraints--now viewed as constraining parts of a single description. This is done by the indexing and combination steps described below. The rest of the work of applying a rule, extracting the result, is done by the projection and deindcxing steps\u2022 The four steps for applying a rule r = (N,, --* U,, . .. N,.., E,) to string-description pairs (s,,d,} ..... (sk,dk} are as follows. First, we index each d,, into d~ by replacing every any of tts equatmns with the path I \" P. We then combine these indexed descriptions with the rule by unifying the deductive closure of E, with all the indexed descriptions: d= u Ud{, j=l We can now project d by removing from it all equations with paths that do not start with O. It is clearly evident that the result d o is still deductively closed. Finally, d o is deindexed into deo by removing 0 from the front of all paths O. p in its equations. The pair associated with N,o is then",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF6": {
"text": "[r] = deindex o projecl o combine, o index, In the case of tile sample lexicon and one rule grammar presented earlier, [G~(e) would be . as before.-.} {--. as before-..} (\"Uther storms Cornwall\", {(subj agr nnm} = sg .... }) (\"many knights sit at the Round Table\", {(sub 1 agr hum) = pl .... }) (\"many knights storms Cornwall\", T) 6. Applications We have used the techniques discussed here to analyze the feature systems of GPSG [15], LFG [2] and PATR-II [17]. All of them turn out to be specializations of our domain D of descriptions. Figure 1 provides a summary of two of the most critical formal properties of context-free-based grammar formalisms, the domains of their feature systems (full F~ finite elements of F, or elements of F based on nonrecursive domain equations) and whether the contextfree skeletons of grammars are constrained to be off-line paraeable [13] thereby guaranteeing decidability.",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF7": {
"text": "Summary of Grammar System PropertiesThough notational differences and some grammatical devices are glossed over here, the comparison is useful as a first step in unifying the various formalisms under one semantic umbrella. Furthermore, this analysis elicits the need to distinguish carefully between the domain of feature structures F and that of descriptions. This distinction is not clear in the published accounts of GPSG and LFG, which imprecision is responsible for a number of uncertainties in the interpretation of operators and conventions in those formalisms.",
"uris": null,
"type_str": "figure",
"num": null
},
"TABREF0": {
"content": "<table><tr><td/><td colspan=\"2\">DCG-II a PATR-II</td><td colspan=\"2\">LFG GPSG b</td></tr><tr><td>FEATURE SYSTEM</td><td>full</td><td>finite</td><td colspan=\"2\">finite nonrec.</td></tr><tr><td>CF SKELETON</td><td>full</td><td colspan=\"2\">full off-line</td><td>full</td></tr><tr><td>aDCGs based on</td><td/><td/><td/></tr></table>",
"html": null,
"type_str": "table",
"text": "Prolog-lI which allows cyclic terms. bHPSG, the current Hewlett-Packard implementation derived from GPSG, would come more accurately under the PATR-II classification.",
"num": null
}
}
}
}