ACL-OCL / Base_JSON /prefixJ /json /J84 /J84-3001.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J84-3001",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:52:50.988897Z"
},
"title": "On the Mathematical Properties of Linguistic Theories I",
"authors": [
{
"first": "C",
"middle": [
"Raymond"
],
"last": "Perrault",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "SRI International",
"location": {
"postCode": "94025",
"settlement": "Menlo Park",
"region": "CA"
}
},
"email": ""
},
{
"first": "Bob",
"middle": [],
"last": "Berwick",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
},
{
"first": "Alex",
"middle": [],
"last": "Borgida",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
},
{
"first": "Jim",
"middle": [],
"last": "Hoover",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
},
{
"first": "Aravind",
"middle": [],
"last": "Joshi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
},
{
"first": "Lauri",
"middle": [],
"last": "Karttunen",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
},
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
},
{
"first": "Stanley",
"middle": [],
"last": "Peters",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Stanford University",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Metatheoretical findings regarding the decidability, generative capacity, and recognition complexity of several syntactic theories are surveyed. These include context-free, transformational, lexical-functional, generalized phrase structure, tree adjunct, and stratificational grammars. The paper concludes with a discussion of the implications of these results with respect to linguistic theory.",
"pdf_parse": {
"paper_id": "J84-3001",
"_pdf_hash": "",
"abstract": [
{
"text": "Metatheoretical findings regarding the decidability, generative capacity, and recognition complexity of several syntactic theories are surveyed. These include context-free, transformational, lexical-functional, generalized phrase structure, tree adjunct, and stratificational grammars. The paper concludes with a discussion of the implications of these results with respect to linguistic theory.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The development of new formalisms for expressing linguistic theories has been accompanied, at least since Chomsky and Miller's early work on context-free languages, by the study of their metatheory. In particular, numerous results on the decidability, generative capacity, and, more recently, the recognition complexity of these formalisms have been published (and rumored!). This paper surveys some of these results and discusses their significance for linguistic theory. However, we will avoid entirely the issue of whether one theory is more descriptively adequate than another. We will consider context-\u2022 free, transformational, lexical-functional, generalized phrase structure, tree adjunct, and stratificational grammars)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Although this paper focuses on metatheoretic results as arbiters among theories as models of human linguistic capacities, they may have other uses as well. Complexity results could be utilized for making decisions about the implementation of parsers as components of computerbased language-understanding systems. However, as Stanley Peters has pointed out, no one should underestimate\"the pleasure to be derived from ferreting out these results! 3",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "We assume that the reader is familiar with the basic definitions of regular, context-free (CF), context-sensitive (CS), recursive, and recursively enumerable (r.e.) languages, as well as with their acceptors (see Hopcroft and Ullman 1979) . We will be much concerned with the problem of recognizing whether a string is contained in a given language (the recognition problem) and with that of generating one (or all) derivations of the string (the parsing problem).",
"cite_spans": [
{
"start": 213,
"end": 238,
"text": "Hopcroft and Ullman 1979)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "Some elementary definitions from complexity theory may be useful. Further details may be found in Aho et al. (1974) .",
"cite_spans": [
{
"start": 98,
"end": 115,
"text": "Aho et al. (1974)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "Complexity theory is the study of the resources required by algorithms, usually space and time. Let f(x) be a function, say, the recognition function for a language L. The most interesting results we could obtain regarding f would be a lower bound on the resources needed to compute f on a machine of a given architecture, say, avon Neumann computer or a parallel array of neurons. These results over whole classes of machines are very difficult to obtain, and none of any significance exist for parsing problems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "Restricting ourselves to a specific machine model and an algorithm M for f, we can ask about the cost (e.g., in time or space) c(x) of executing M on a specific input x.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "Typically, c is too fine-grained to be useful: what one studies instead is a function c w whose argument is an integer n denoting the size of the input to M, and which gives some measure of the cost of processing inputs of length n. Complexity theorists have been most interested in the asymptotic behaviour of Cw, i.e., the behaviour of c w as n gets large.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "If one is interested in upper bounds on the behaviour of M, one usually defines Cw(n) as the maximum of c (x) over all inputs x of size n. This is called the worst-case complexity function for M. Other definitions are possible: for example, one can define the expected complexity function Ce(n) for M as the average of c(x) over all inputs of length n. c e might be more useful than c w if one had an idea as to the distribution of possible inputs to M. Not only are realistic distributions rarely available, but the introduction of probabilistic considerations makes the study of expected complexity technically more difficult than that of worst-case complexity. For a given problem, expected and worst-case measures may be quite different. 4",
"cite_spans": [
{
"start": 106,
"end": 109,
"text": "(x)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "It is quite difficult to get detailed descriptions of Cw; for many purposes, however, a cruder estimate is sufficient. The next abstraction involves \".lumping\". classes of c w functions into simpler ones that demonstrate their asymptotic behaviour more clearly and are easier to manipulate. This is the purpose of O-notation (read \"bigoh notation\"). Let f(n) and g(n) be two functions. Function f is said to be O(g) if a constant multiple of g is an upper bound for f, for all but a finite number of values of n. More precisely, f is O(g) if there is are constants K and n o such that for all n > no, fin) < K * g (n) .",
"cite_spans": [
{
"start": 614,
"end": 617,
"text": "(n)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "Given an algorithm M, we will say that M is TIME (g) or, equivalently, that its worst-case time complexity is O(g) if the worst-case time cost function Cw(n) for M is O(g). 5 This merely says that almost all inputs to M of size n can be processed in time at most a constant times g(n).",
"cite_spans": [
{
"start": 49,
"end": 52,
"text": "(g)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "It does not say that all inputs require g(n) time, or Ruzzo machine that implements f. Also, if two algorithms A i and A 2 are available for a function f, and if their worstcase complexity can be given respectively as O(g) and O(g), and gl <-g2, it may still be true that for a large number of cases (maybe even all those likely to be encountered in practice), A 2 will be the preferable algorithm simply because the constant K 1 for gl may be much larger than is K 2 for g2\" A parsing-related example is given in Section 3. In examining known results pertaining to the recognition complexity of various theories, it is useful to consider how robust they are in the face of changes in the machine model from which they were derived. These models can be divided into two classes: sequential and parallel. Sequential models (Aho et al. 1974) include the familiar single-and multitape Turing machines (TM) as well as random-access machines (RAM) and random-access stored-program machines (RASP). A RAM is like a TM except that its working memory is random-access rather than sequential. A RASP is like a RAM but stores its program in its memory. Of all these models, the RASP is most like a yon Neumann computer.",
"cite_spans": [
{
"start": 822,
"end": 839,
"text": "(Aho et al. 1974)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "All these sequential models can simulate one another in ways that do not require great changes in time complexity. For example, a k-tape Turing Machine that runs in time O(t) can be simulated by a RAM in time O(t log0, conversely, a RAM running in O(t) can be simulated by a k-tape TM in time O(t2).. In fact, all the familiar sequential models are polynomially related: they can simulate one another with at most a polynomial loss in efficiency. 6 Thus, if a syntactic model is known to have a difficult recognition problem when implemented on one sequential model, execution of an equivalent algorithm on another sequential machine will not be much easier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "Transforming a sequential algorithm to one on a parallel machine with a fixed number K of processors provides at most a factor K improvement in speed. More interesting results are obtained when the number of processors is allowed to grow with the size of the problem, e.g., with the length of the string to be parsed. These processors can be viewed as connected together in a circuit, with inputs entering at one end and outputs being produced at the other. The depth of the circuit, or the maximum number of processors that data must be passed through from input to output, corresponds to the parallel time required to complete the computation. A problem that has a solution on a sequential machine in polynomial time and in space s will have a solution on a parallel machine with a polynomial number of processors and circuit depth (and hence parallel time) O(s2). This means that algorithms with sequential solutions requiring small space (such as deterministic CSLs) have fast parallel solutions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "For a comprehensive survey of parallel computation, see Cook (1981) .",
"cite_spans": [
{
"start": 56,
"end": 67,
"text": "Cook (1981)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Preliminary Definitions",
"sec_num": "2."
},
{
"text": "Recognition techniques for context-free languages are well known (Aho and Ullman 1972) . The so-called CKY or \"dynamic programming\" method is attributed by Hays (1962) to J. Cocke; it was discovered independently by Kasami (1965) and Younger (1967) , who showed it to be O(n3). It requires the grammar to be in Chomsky Normal Form, and putting an arbitrary grammar in CNF may square its size. Berwick and Weinberg (1982) point out that, since the complexity of parsing algorithms is generally at least linearly dependent on the size of the grammar, this requirement may make CKY less than optimal for parsing short sentences.",
"cite_spans": [
{
"start": 65,
"end": 86,
"text": "(Aho and Ullman 1972)",
"ref_id": "BIBREF2"
},
{
"start": 156,
"end": 167,
"text": "Hays (1962)",
"ref_id": "BIBREF22"
},
{
"start": 216,
"end": 229,
"text": "Kasami (1965)",
"ref_id": "BIBREF33"
},
{
"start": 234,
"end": 248,
"text": "Younger (1967)",
"ref_id": "BIBREF75"
},
{
"start": 393,
"end": 420,
"text": "Berwick and Weinberg (1982)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Context-Free Languages",
"sec_num": "3."
},
{
"text": "Earley's algorithm recognizes strings in arbitrary CFGs in time O(n 3) and space O(n2), and in time O(n e) for unambiguous CFGs. Graham, Harrison, and Ruzzo (1980) offer an algorithm that unifies CKY and Earley's algorithm (1970) , and discuss implementation details.",
"cite_spans": [
{
"start": 129,
"end": 163,
"text": "Graham, Harrison, and Ruzzo (1980)",
"ref_id": "BIBREF20"
},
{
"start": 204,
"end": 229,
"text": "Earley's algorithm (1970)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Context-Free Languages",
"sec_num": "3."
},
{
"text": "Valiant (1975) showed how to interpret the CKY algorithm as the finding of the transitive closure of a matrix and thus reduced CF recognition to matrix multiplication, for which subcubic algorithms exist. Because of the enormous constants of proportionality associated with this method, it is not likely to be of much practical use, either an implementation method or as a \"psychologically realistic\" model. Ruzzo (1979) has shown how CFLs can be recognized by Boolean circuits of depth O(log(n)2), and therefore that parallel recognition can be accomplished in time O(log(n)2). The required circuit size is polynomial in n. So as not to be mystified by the upper bounds on CF recognition, it is useful to remember that no known CFL requires more than linear time, nor is there even a nonconstructive proof of the existence of such a language. This is also a good place to recall the difference between recognition and parsing: if parsing requires that distinct structures be produced for all parses, it will be TIME(2n), since in some grammars sentences of length n may have 2 n parses (Church and Patil 1982) . For an empirical comparison of various parsing methods, see Slocum (1981) .",
"cite_spans": [
{
"start": 8,
"end": 14,
"text": "(1975)",
"ref_id": "BIBREF39"
},
{
"start": 408,
"end": 420,
"text": "Ruzzo (1979)",
"ref_id": "BIBREF65"
},
{
"start": 1087,
"end": 1110,
"text": "(Church and Patil 1982)",
"ref_id": null
},
{
"start": 1173,
"end": 1186,
"text": "Slocum (1981)",
"ref_id": "BIBREF69"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Context-Free Languages",
"sec_num": "3."
},
{
"text": "From its earliest days, discussions of transformational grammar (TG) have included consideration of matters computational. Peters and Ritchie (1973a) provided some the first nontrivial results regarding the generative power of TGs.",
"cite_spans": [
{
"start": 123,
"end": 149,
"text": "Peters and Ritchie (1973a)",
"ref_id": "BIBREF49"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "Their model reflects the Aspects version quite faithfully, including transformations that move and add constituents, and delete them subject to recoverability. All transformations are obligatory, and applied cyclically from the bottom up. They show that every r.e. set can be generated by applying a set of transformations to a context-sensitive base. The proof is quite simple: the right-hand sides of the type-0 rules that generate the r.e. set are padded with a new \"blank\" symbol to make them at least as long as their left-hand sides. Rules are added to allow the blank symbols to commute with all others. These context-sensitive rules are then used as the base of a TG whose only transformation deletes the blank symbols.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "Thus, if the transformational formalism itself is supposed to characterize the grammatical strings of possible natural languages, then the only languages being excluded by the formalism are those that are not enumerable under any model of computation. The characterization assumption is further discussed in Section 9. At the expense of a considerably more intricate argument, the previous result can be strengthened (Peters and Ritchie 1971) to show that every r.e. set can be generated by a context-free based TG, as long as a filter -an intersection with a regular set -can be applied to the phrase-markers produced by the transformations. In fact, the base grammar can be independent of the language being generated. The proof involves the simulation of a TM by a TG. The transformations first generate an \"input tape\" for the TM being simulated, then apply the TM productions, one per cycle of the grammar. The filter ensures that the base grammar will generate just as many S nodes as necessary to generate the input string and do the simulation. In this case too, if the transformational formalism is supposed to characterize the possible natural languages, the universal base hypothesis (Peters and Ritchie 1969) , according to which all natural languages can be generated from the same base grammar, is empirically vacuous: any recursively enumerable language can. Following Peters and Ritchie's work, several attempts were made to find a restricted form of the transformational model that is descriptively adequate, yet whose generated languages are recursiVe (see, for example, LaPointe 1977). Since a key part of the proof in Peters and Ritchie (1971) involves the user of a filter on the final derivation trees, Peters and Ritchie (1973c) x m L whose length is at most K times the length of x.",
"cite_spans": [
{
"start": 417,
"end": 442,
"text": "(Peters and Ritchie 1971)",
"ref_id": "BIBREF48"
},
{
"start": 1195,
"end": 1220,
"text": "(Peters and Ritchie 1969)",
"ref_id": "BIBREF47"
},
{
"start": 1638,
"end": 1663,
"text": "Peters and Ritchie (1971)",
"ref_id": "BIBREF48"
},
{
"start": 1725,
"end": 1751,
"text": "Peters and Ritchie (1973c)",
"ref_id": "BIBREF51"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "The class of nonfiltering languages is quite unusual, including all the CFLs (obviously), but also properly intersecting the CSLs, the recursive languages, and the r.e. languages.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "The source of nonrecursivity in transformationally generated languages is that transformations can delete large parts of the tree, thus producing surface trees that are arbitrarily smaller than the deep structure trees they were derived from. This is what Chomsky's \"recoverability of deletions\" condition was meant to avoid. In his thesis, Petrick (1965) defines the following condition on transformational derivations: a derivation satisfies the terminal-length-increasing condition if the length of the yield of any subtree u, resulting from the application of the transformational cycle to a subtree t, is greater than the length of the yield of any subtree u r resulting from the application of the cycle to a subtree t r of t.",
"cite_spans": [
{
"start": 341,
"end": 355,
"text": "Petrick (1965)",
"ref_id": "BIBREF52"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "Petrick shows that, if all recursion in the base grammar \"passes through S\" and all derivations satisfy the terminal-length-increasing condition, then the generated language is recursive. Using a slightly more restricted model of transformations Rounds (1973) strengthens this result by showing that the resulting languages are in fact context-sensitive.",
"cite_spans": [
{
"start": 246,
"end": 259,
"text": "Rounds (1973)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "In an unpublished paper, Myhill shows that, if Petrick's condition is weakened to terminal-length-nondecreasing, the resulting languages can be recognized in space that is at most exponential in the length of the input. This implies that recognition can be done in at most double-exponential time, but Rounds (1975) proves that not only can recognition be done in exponential time, but that every language recognizable in exponential time can be generated by a TG satisfying the terminal-lengthnondecreasing condition and recoverability of deletions. This is a very strong result, because of the closure properties of the class of exponential-time languages> To see why this is so requires a few more definitions.",
"cite_spans": [
{
"start": 302,
"end": 315,
"text": "Rounds (1975)",
"ref_id": "BIBREF64"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "Let P be the class of all languages that can be recognized in polynomial time on a deterministic TM, and NP the class of all languages that can be recognized in polynomial time on a nondeterministic TM. P is obviously contained in NP, but the converse is not known, although there is much evidence that it is false.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "There is a class of problems, the so-called NP-eomplete problems, which are in NP and \"as difficult\" as any other problems in NP in the following sense: if any of them could be shown to be in P, all the problems in NP would also be in P. One way to show that a language L is NP-complete is to show that L is in NP and that every other language L o in NP can be polynomially transformed into L, -i.e., that there is a deterministic TM, operating in polynomial time, that will transform an input w to L into an input w o to L o such that w is in L if and only if w o is in L o. In practice, to show that a language is NP-complete, one shows that it is in NP and that some already known NP-complete language can be polynomially transformed into it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "All the known NP-complete languages can be recognized in exponential time on a deterministic machine, and none have been shown to be recognizable in less than exponential time. Thus, since the restricted transformational languages of Rounds characterize the exponential languages, if all of them were to be in P, P would be equal to NP. Putting it another way, if P is not equal to NP, some transformational languages (even those satisfying the terminal-length-nonincreasing condition) have no \"tractable\" (i.e., polynomial-time) recognition procedures on any deterministic TM. It should be noted that this result also holds for all the other known sequential models of computation, as they are all polynomially related, and even for parallel machines with as many as a polynomial number of processors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "All the results outlined so far in this section are inspired by the model of transformational grammar presented in Aspects. More recent versions of the theory are substantially different, primarily in that most of the constructions handled in terms of deletions from the base trees are now handled using traces (i.e., constituents with no lexical material) indexed to other constituents. In his contribution to this issue (p. 189), Berwick presents a formalization of the theory of Government and Binding (GB) and some of its consequences. The formalization is unusual in that it reduces grammaticality to well-formedness conditions on what he calls annotated surface structures. From these conditions, two results follow. One is that for every GB grammar G there is a constant K such that for every string w in L(G) and for every annotated surface structure s whose yield is w, the number of nodes in s is bounded by K*length(w). This, of course, ensures that the L(G) is recursive. The second result is that GB languages all have the linear growth or arithmetic growth property: for every sufficiently long string w in a GB language L there is another string w p in L which is at most K symbols shorter than w.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "A few comments about Berwick's formalization and results are in order. To begin with, the formalization is clearly a quite radical simplification of current practice among GB practitioners, as it does not reflect D-structure, LF, or PF, nor case theory, the theta-eriterion, and control theory. Thus, in its current form, the formalization does not include the machinery necessary to account for passives and raising. It also assumes that X-bar theory limits the base to trees generated by CFGs with no useless nonterminals and no cycles, except presumably through the S and NP nodes. This excludes accounts of stacked adjectives, as in the white speckled shaggy Pekingese, and of stacked relative clauses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "We suspect that most of these features could be added to the formalization without affecting either result, and that it is extremely useful to have even a first approximation of one to work with. Although Berwick is mute on the subject, we conjecture that recognition in the model he gives can be done in polynomial time. What is less clear is what will happen to recognition complexity under models that include the other constraints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "Berwick's result about the linear growth property has no immediate functional consequence for complexity or even for weak generative capacity. It is presented as a property that natural languages seem to have and thus that should be predicted by the linguistic model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Transformational Grammar",
"sec_num": "4."
},
{
"text": "In part, transformational grammar seeks to account for a range of constraints or dependencies within sentences. Of particular interest are subcategorization, predicate-argument dependencies, and long-distance dependencies, such as wh-movement. Several recent theories suggest different ways of accounting for these dependencies, but without making use of transformations. We examine three of these in the next several sections: lexical-functional grammar, generalized phrase structure grammar, and tree adjunct grammar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LexicaI-Functional Grammar",
"sec_num": "5."
},
{
"text": "In the lexical-functional grammar (LFG) of Kaplan and Bresnan (1982) , two levels of syntactic structure are postulated: constituent and functional.",
"cite_spans": [
{
"start": 43,
"end": 68,
"text": "Kaplan and Bresnan (1982)",
"ref_id": "BIBREF32"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "LexicaI-Functional Grammar",
"sec_num": "5."
},
{
"text": "All the work done previously by transformations is instead encoded both in the lexicon and in links established between nodes in the constituent and functional structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LexicaI-Functional Grammar",
"sec_num": "5."
},
{
"text": "The languages generated by LFGs, or LFLs, are CSLs and properly include the CFLs (Kaplan and Bresnan 1982) . Berwick (1982) shows that a set of strings whose recognition problem is known to be NP-complete, namely, the set of satisfiable Boolean formulas, is an LFL. Therefore, as was the case for Rounds's restricted class of TGs, if P is not equal to NP, then some languages generated by LFGs do not have polynomial-time recognition algorithms. Indeed only the \"basic\" parts of the LFG mechanism are necessary to the reduction. This includes mechanisms necessary for feature agreement, for forcing verbs to take certain cases, and for allowing lexical ambiguity. Thus, no simple change in the formalism is likely to avoid the combinatorial consequences of the full mechanism. It should be noted that the c-structures and f-structures necessary to make satisfiable Boolean formulas into an LFL are not much larger than the strings themselves; the complexity comes in finding the assignment of truth-values to the variables. In his paper in this issue (p. 189), Berwick argues that the complexity of LFLs stems from their ability to unify trees of arbitrary size, and that such a mechanism does not exist in GB. However, the recognition complexity of GB languages, as formalized in Berwick (1984) or in more \"faithful\" models, remains open, and may arise from other constraints.",
"cite_spans": [
{
"start": 81,
"end": 106,
"text": "(Kaplan and Bresnan 1982)",
"ref_id": "BIBREF32"
},
{
"start": 109,
"end": 123,
"text": "Berwick (1982)",
"ref_id": null
},
{
"start": 1281,
"end": 1295,
"text": "Berwick (1984)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "LexicaI-Functional Grammar",
"sec_num": "5."
},
{
"text": "Both Berwick and Roach have examined the relation between LFG and the class of languages generated by indexed grammars (Aho 1968 ), a class known to be a proper subset of the CSLs, but including some NP-complete languages (Rounds 1973) . They claim (personal communication) that the indexed languages are a proper subset of the LFLs.",
"cite_spans": [
{
"start": 119,
"end": 128,
"text": "(Aho 1968",
"ref_id": "BIBREF0"
},
{
"start": 222,
"end": 235,
"text": "(Rounds 1973)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "LexicaI-Functional Grammar",
"sec_num": "5."
},
{
"text": "In a series of papers, Gerald Gazdar and his colleagues (1982) have argued for a joint account of syntax and semantics that is like LFG in eschewing the use of transformations, but unlike it in positing only one level of syntactic description. The syntactic apparatus is based on a nonstandard interpretation of phrase-structure rules and on the use of metarules. The formal consequences of both these devices have been investigated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generalized Phrase Structure Grammar",
"sec_num": "6."
},
{
"text": "There are two ways of interpreting the function of CF rules. The first, and most common, is to treat them as rules for rewriting strings. Derivation trees can then be seen as canonical representatives of classes of derivations producing the same string, differing only in the order in which the same productions are applied.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Node admissibility",
"sec_num": "6.1."
},
{
"text": "The second interpretation of CF rules is as constraints on derivation trees: a legal derivation tree is one in which each node is \"admitted' by a rule, i.e., each node dominates a sequence of nodes in a manner sanctioned by a rule. For CF rules, the two interpretations obviously generate the same strings and the same set of trees.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Node admissibility",
"sec_num": "6.1."
},
{
"text": "Following a suggestion of McCawley's, Peters and Ritchie (1973b) showed that, if one considered contextsensitive rules from the node-admissibility point of view, the languages defined were still CF. Thus, for example, the use of CS rules in the base to impose subcategorization restrictions does not increase the weak generative capacity of the base component. (For some different restrictions of context-sensitive rules that guarantee that only CFLs will be generated, see Baker (1972) .) Rounds (1970b) gives a simpler proof of Peters and Ritchie's node admissibility result, using the techniques from tree-automata theory, a generalization to trees of finite state automata theory for strings. Just as a finitestate automaton (FSA) accepts a string by reading it one character at a time, changing its state at each transition, a finite-state tree automaton (FSTA) traverses trees, propagating states. The top-down FSTA \"attaches\" a starting state (from a finite set) to the root of the tree. Transitions are allowed by productions of the form (q, a, n) => (q, ..... q,,) such that if state q is being applied to a node labeled a and dominating n descendants, then state qi should be applied to its ith descendant. Acceptance occurs if all leaves of the tree end up labeled with states in the accepting subset. The bottom-up FSTA is similar: starting states are attached to the leaves of the tree and the productions are of the form (a, n, (q, ... ",
"cite_spans": [
{
"start": 38,
"end": 64,
"text": "Peters and Ritchie (1973b)",
"ref_id": "BIBREF50"
},
{
"start": 474,
"end": 486,
"text": "Baker (1972)",
"ref_id": null
},
{
"start": 490,
"end": 504,
"text": "Rounds (1970b)",
"ref_id": "BIBREF62"
},
{
"start": 1059,
"end": 1073,
"text": "(q, ..... q,,)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 1435,
"end": 1449,
"text": "(a, n, (q, ...",
"ref_id": null
}
],
"eq_spans": [],
"section": "Node admissibility",
"sec_num": "6.1."
},
{
"text": "indicating that, if a node labeied a dominates n descendants, each labeled with states ql to q,e then node a gets labeled with state q. Acceptance occurs when the root is labeled by a state from the subset of accepting states.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ".. q) => q)",
"sec_num": null
},
{
"text": "As is the case with FSAs, FSTAs of both varieties can be either deterministic or nondeterministic. A set of trees is said to be recognizable if it is accepted by a nondeterministic bottom-up FSTA. Once again, as with FSAs, any set of trees accepted by a nondeterministic bottom-up FSTA is accepted by a deterministic bottomup FSTA, but the result does not hold for top-down FSTA, even though the recognizable sets are exactly the languages recognized by nondeterministic top-down FSTAs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ".. q) => q)",
"sec_num": null
},
{
"text": "A set of trees is local if it is the set of derivation trees of a CF grammar. Clearly, every local set is recognizable by a one-state bottom-up FSTA that checks at each node to verify that it satisfies a CF production. Furthermore, the yield of a recognizable set of trees (the set of strings it generates) is CF. Not all recognizable sets are local: an example is the set of trees that satisfies the constraints of X-bar theory and the 0-criterion. However, they can all be mapped into local sets by a simple homomorphic mapping. 7 Rounds's proof (1970a) that CS rules under node admissibility generate only CFLs involves showing that the set of trees accepted by the rules is recognizable -i.e., that there is a nondeterministic bottom-up FSTA that can check at each node that some node admissibility condition holds there. This requires confirming that the \"strictly context-free\" part of the rule holds and that a proper analysis of the tree passing through the node satisfies the \"context-sensitive\" part of the rule. Joshi and Levy (1977) strengthened Peters and Ritchie's result by showing that the node admissibility conditions could also include arbitrary Boolean combinations of dominance conditions: a node could specify a bounded set of labels that must occur either immediately above it along a path to the root, or immediately below it on a path to the frontier.",
"cite_spans": [
{
"start": 533,
"end": 555,
"text": "Rounds's proof (1970a)",
"ref_id": null
},
{
"start": 1023,
"end": 1044,
"text": "Joshi and Levy (1977)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": ".. q) => q)",
"sec_num": null
},
{
"text": "In general, the CF grammars constructed in the proof of weak equivalence to the CS grammars under node admissibility are much larger than the original, and not useful for practical recognition. Joshi, Levy, and Yueh (1981) , however, show how Earley's algorithm can be extended to a parser that uses the local constraints directly.",
"cite_spans": [
{
"start": 194,
"end": 222,
"text": "Joshi, Levy, and Yueh (1981)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": ".. q) => q)",
"sec_num": null
},
{
"text": "The second important mechanism used by Gazdar (1982) is metarules, or rules that apply to rules to produce other rules. Using standard notation for CF rules, one example of a metarule that could replace the Apects transformation known as \"particle movement\" is",
"cite_spans": [
{
"start": 39,
"end": 52,
"text": "Gazdar (1982)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metarules",
"sec_num": "6.2."
},
{
"text": "V-~ VNPtX => V-~ VPtN[-PRO]X",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metarules",
"sec_num": "6.2."
},
{
"text": "The symbol X here behaves like variables in structural analyses of Aspects transformations. If such variables are restricted to being used as abbreviations, that is, if they are allowed to range only from a finite subset of strings over the vocabulary, then closing the grammar under the metarules produces only a finite set of derived rules; and thus the generative power of the formalism is not increased. If, on the other hand, X is allowed to range over strings of unbounded length, as are the essential variables of transformational theory, then the consequences are less clear. It is well known, for example, that, if the 7 This mapping is a bottom-up finite-state tree transducer that simply labels each node with the state the recognizing bottom-up FSTA would have been in at that node.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metarules",
"sec_num": "6.2."
},
{
"text": "right-hand sides of phrase structure rules are allowed to be arbitrary regular expressions, the generated languages are still context-free. Might something like this not be happening with essential variables in metarules? It turns out that such is not the case.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metarules",
"sec_num": "6.2."
},
{
"text": "The formal consequences of the presence of essential variables in metarules depend on the presence of another device, the so-called phantom categories. It may be convenient in formulating metarules to allow, in the lefthand sides of rules, occurrences of syntactic categories that are never introdu~ced by the grammar, i.e., that never appear in the right-hand sides of rules. In standard CFLs, these are called useless categories,\" rules containing them can simply be dropped, with no change in weak generative capacity. Not so with metarules: it is possible for metarules to be used to rewrite rules containing phantom categories into rules without them. Such a device was proposed at one time as a way to implement passives in the GPSG framework. Uszkoreit and Peters (1983) have shown that essential variables in metarules are powerful devices indeed: CF grammars with metarules that use at most one essential variable and allow phantom categories can generate all recursively enumerable sets. Even if phantom categories are banned, some nonrecursive sets can be generated as long as the use of at least one essential variable is allowed.",
"cite_spans": [
{
"start": 750,
"end": 777,
"text": "Uszkoreit and Peters (1983)",
"ref_id": "BIBREF71"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metarules",
"sec_num": "6.2."
},
{
"text": "Two constraints on metarules have been proposed to restrict the generative capacity of metarule systems. Gazdar (1982) has suggested replacing essential variables by abbreviative ones, i.e. variables that can only range over a finite set of (predetermined) alternatives. Shieber et al. (1983) argue that a generalization is lost in so doing, in the sense that the class of instantiations of the variable must be defined bye extension rather than by intension. Given the alternative, this seems a small price to pay.",
"cite_spans": [
{
"start": 105,
"end": 118,
"text": "Gazdar (1982)",
"ref_id": "BIBREF17"
},
{
"start": 271,
"end": 292,
"text": "Shieber et al. (1983)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metarules",
"sec_num": "6.2."
},
{
"text": "The other constraint, suggested by Gazdar and Pullum (1982) , is finite closure of the metarule derivation process: no metarule is allowed to apply more than once in the derivation of a rule. Shieber et al. (1983) present several examples, namely the treatment of discontinuous noun phrases in Walpiri, adverb distribution in German, and causatives in Japanese, that cannot be handled under the finite closure constraint. It should be noted that other ways of using one grammar to generate the rules of another have been proposed. VanWijngaarden (1969) , for example, presented a scheme in which one grammar's sentences are the rules of another. Greibach (1974) gives some of its properties.",
"cite_spans": [
{
"start": 35,
"end": 59,
"text": "Gazdar and Pullum (1982)",
"ref_id": "BIBREF18"
},
{
"start": 192,
"end": 213,
"text": "Shieber et al. (1983)",
"ref_id": null
},
{
"start": 531,
"end": 552,
"text": "VanWijngaarden (1969)",
"ref_id": null
},
{
"start": 646,
"end": 661,
"text": "Greibach (1974)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metarules",
"sec_num": "6.2."
},
{
"text": "The tree adjunct grammars (TAG) of Joshi and his colleagues (1982, 1984) provide a different way of accounting for syntactic dependencies. A TAG consists of two finite sets of finite trees, the centre trees and the adjunct trees.",
"cite_spans": [
{
"start": 60,
"end": 66,
"text": "(1982,",
"ref_id": null
},
{
"start": 67,
"end": 72,
"text": "1984)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Adjunct Grammar",
"sec_num": "7."
},
{
"text": "The centre trees correspond to the surface structures of the \"kernel\" sentences of the languages. The root of the adjunct trees is labelled with a nonterminal symbol that also appears exactly once on the frontier of the tree. All other frontier nodes are labelled with terminal symbols. Derivations in TAGs are defined by repeated application of the adjunction operation. If c is a centre tree containing an occurrence of a nonterminal A, and a \u2022 is an adjunct tree whose root (and one node n on the frontier) is labelled A, then the adjunction of a to c is performed by \"detaching\" from c the subtree t rooted at A, attaching a in its place, and reattaching t at node n. Adjunction may then be seen as a tree analogue of a context-free derivation for strings (Rounds 1970a) . The string languages obtained by taking the yields of the tree languages generated by TAGs are called tree adjunct languages (TAL).",
"cite_spans": [
{
"start": 760,
"end": 774,
"text": "(Rounds 1970a)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Adjunct Grammar",
"sec_num": "7."
},
{
"text": "In TAGs, all long-distance dependencies are the result of adjunctions separating nodes that at one point in the derivation were \"close\". Both crossing and noncrossing dependencies can be represented (Joshi 1983) ). The formal properties of TALs are fully discussed by Joshi, Levy, and Takahashi (1975) ; Joshi and Levy (1982) ; and Yokomori and Joshi (to appe~ar). Of particular interest are the following.",
"cite_spans": [
{
"start": 199,
"end": 211,
"text": "(Joshi 1983)",
"ref_id": "BIBREF26"
},
{
"start": 268,
"end": 301,
"text": "Joshi, Levy, and Takahashi (1975)",
"ref_id": "BIBREF30"
},
{
"start": 304,
"end": 325,
"text": "Joshi and Levy (1982)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Adjunct Grammar",
"sec_num": "7."
},
{
"text": "TALs properly contain the CFLs and are properly contained in the indexed languages, which in turn are properly contained in the CSLs. Although the indexed languages contain NP-complete languages, TALs are much better behaved: Joshi and Yokomori report (personal communication) an O(n 4) recognition algorithm and conjecture that an O(n 3) bound may be possible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Adjunct Grammar",
"sec_num": "7."
},
{
"text": "The constituent and functional structures of LFG, the metarules of GPSG, the constraints on deep and surface structures in TG, and the two-level grammars of van Wijngaarden are all different ways in which syntactic constraints can be distributed across more than one structure. The Stratificational Grammar (SG) of Lamb and Gleason (Lamb 1966, Gleason 1964 ) is yet another.",
"cite_spans": [
{
"start": 315,
"end": 323,
"text": "Lamb and",
"ref_id": "BIBREF38"
},
{
"start": 324,
"end": 356,
"text": "Gleason (Lamb 1966, Gleason 1964",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Stratificational Grammar",
"sec_num": "8."
},
{
"text": "SG postulates the existence of several coupled components, known as strata; phonology, morphology, syntax, and semology are examples of linguistic strata. Each stratum specifies a set of correct structures, and an utterance has a representative structure at each stratum. The strata are linearly ordered and constrained b.9 a realization relation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stratificational Grammar",
"sec_num": "8."
},
{
"text": "Following Gleason's model, Borgida (1983) defines the realization relation so that it couples the application of specific pairs of productions (or sequences of productions) in the different grammars. Note that this is a generalization of the pairing of syntactic and semantic rules suggested by Montague, for example.",
"cite_spans": [
{
"start": 10,
"end": 41,
"text": "Gleason's model, Borgida (1983)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Stratificational Grammar",
"sec_num": "8."
},
{
"text": "With any derivation in a rewrite grammar, one can associate a string of the productions used in the derivation. If a canonical order is imposed on the derivationsfor example, that the leftmost nonterminal must be the next one to be expanded -a unique string of productions can be associated with each derivation tree. A two-level stratifieational grammar consists of two rewrite grammars G 1 and G 2, called tactics, with sets of productions Pi and P2, respectively, and a realization relation R, which is a finite set of pairs, each consisting of a string of productions of P1 and a string of productions of P2. A derivation D~ in G~ is realized by a derivation D 2 in G 2 if the strings of productions sz and s 2 associated with D~ and D 2 can be decomposed into substrings s~=ur.u\" and s2=vr..ve respectively, such that R (u,,v,) , for all i from 1 to n. The language generated by a two-level SG is the set of string generated derivations in G 2 that realize derivations in Grextended to more than two strata.",
"cite_spans": [
{
"start": 825,
"end": 832,
"text": "(u,,v,)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Stratificational Grammar",
"sec_num": "8."
},
{
"text": "Because the realization relation binds derivations, it is the strong generative capacity of the tactics that determines the languages generated. Borgida (1983) studied the languages of two-level SGs as the strong generative capacity of the tactics is systematically varied. Some of his results are unexpected. All r.e. languages can be generated by two-level SGs with CF tactics. On the other hand, if the upper tactics are restricted to being right-recursive, only CFLs can be generated, even with type 0 lower tactics. If the grammars are restricted to have no length-decreasing rules, the languages describable by SGs lie in the class of quasi-real time languages, defined as recognizable by nondeterministic TMs in linear time.",
"cite_spans": [
{
"start": 145,
"end": 159,
"text": "Borgida (1983)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Stratificational Grammar",
"sec_num": "8."
},
{
"text": "The principal feature of SGs that accounts for high generative power is the presence of left recursion in the tactics: to escape from the regular languages, one needs left recursion on at least one stratum; to escape contextfree languages, two non-right-recursive strata are needed. These results apply to SGs with arbitrary number of strata.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stratificational Grammar",
"sec_num": "8."
},
{
"text": "How, then, can metatheoretical results be useful in selecting among syntactic theories? The obvious route, of course, is to claim that the computationally most restrictive theory is preferable. However, this comparison is useful only if the theories to be compared rest on a number of shared assumptions and observations concerning the scope of the syntax, the computational properties of the human processor and the relation between the processor and the syntactic theory.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Seeking Significance",
"sec_num": "9."
},
{
"text": "In this section, we first briefly consider the assumption of common syntactic coverage and the computational consequences of theory decomposition. We then ask how metatheoretical results can be used first as lower bounds and then as upper bounds on acceptable theories.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Seeking Significance",
"sec_num": "9."
},
{
"text": "Competing linguistic theories must obviously agree on the burden of their respective syntactic components. We consider here one example of a constraint for which two analyses have been presented, one purportedly completely syntactic, and the other partly semantic. The problem at hand is the distribution of the so-called polarity-sensitive items, such as any and the metaphorical sense of lift a finger. Simply put, these terms need to appear within the scope of a polarity reverser, such as not, or rarely. The question is: how are scope and polarity reverser defined? In Linebarger's syntactic analysis (1980) , the scope relation is defined on the logical forms of the government and binding theory (GB):",
"cite_spans": [
{
"start": 574,
"end": 612,
"text": "Linebarger's syntactic analysis (1980)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Coverage",
"sec_num": "9.1."
},
{
"text": "An item is in the immediate scope of NOT if (1) it occurs only in the proposition which is the entire scope of NOT and (2) within the proposition there are no logical elements intervening between it and NOT.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Coverage",
"sec_num": "9.1."
},
{
"text": "In this analysis, scope and intervening must be defined configurationally, and one assumes that logical element is defined in the lexicon. Note that not is the only lexical element that can be a license. Linebarger assumes that all other cases are, strictly speaking, ill formed and salvaged only by the availability of an implicature which can be formalized to contain the polarity items in the appropriate relation to NOT. (Ladusaw 1983) Ladusaw's analysis (1979), within the framework of Montague grammar, is in three parts: 1. A negative polarity item will be acceptable only if it is in the scope of a polarity-reversing expression. 2. For any two expressions a and /3, constituents of a sentence S, a is in the scope of/3 with respect to a composition structure of S, S t, iff the interpretation of a is used in the formulation of the argument of/3's interpretation in S t .",
"cite_spans": [
{
"start": 425,
"end": 439,
"text": "(Ladusaw 1983)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Coverage",
"sec_num": "9.1."
},
{
"text": "an interpretation function ,~ if and only if, for all expressions X and y,s",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An expression D is a polarity reverser with respect to",
"sec_num": "3."
},
{
"text": "q~(X) _c (~(y) = > ck(d(y)) c ck(d(S))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An expression D is a polarity reverser with respect to",
"sec_num": "3."
},
{
"text": "In (1), \"acceptable\" is predicated of negative polarity items; these are clearly parts of surface structures, and thus syntactic objects. The condition on acceptability is in terms of scope and polarity-reversing expression. In (3), polarity reverser is applied to syntactic objects and defined in terms of their denotations. In (2) a is in the scope of/3. is defined again of syntactic objects a and/3, but in terms of the function that interprets the structure they occur in, not of their denotations. So the condition applies to syntactic structures, but is defined in terms of the denotations of parts of that structure and in terms of the interpretation function itself. Although it would be satisfying to do so, there appears to be no natural way to recast Ladusaw's constraint as one that is fully semantic, namely, by making the interpretation function partial (i.e., in a way that allows John knows anything to be grammatical but uninterpretable) because the definition of scope is in terms of the interpretation function, not the denotations themselves. We seem condemned to straddle the fence on this one.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An expression D is a polarity reverser with respect to",
"sec_num": "3."
},
{
"text": "Thus we have here one theory that deals, completely within the syntactic domain, only with the license not, and another that accounts for a much broader range of licenses by imposing on syntactic structures conditions defined in terms of their interpretations and of the interpretation function itself.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An expression D is a polarity reverser with respect to",
"sec_num": "3."
},
{
"text": "They are computationally incomparable.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An expression D is a polarity reverser with respect to",
"sec_num": "3."
},
{
"text": "We close this section with an aside on the separation of constraints. Constraint separation can occur in two ways. In the case of polarity-sensitive items, it takes place across the syntax-semantics boundary. In several syntactic theories, such as GB and LFG, it can also occur within the syntactic theory itself: grammaticality in LFG, for example, is defined in terms of the existence of pairs of appropriately related constituent and functional structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An expression D is a polarity reverser with respect to",
"sec_num": "3."
},
{
"text": "In general, the class resulting from the intersection of the separated classes will be at least as large as either of them: e.g., the intersection of two CFLs is not always a CFL. More interesting is the fact that separation sometimes has beneficial computational effects. Consider, for example, the constraint in many programming languages that variables can only occur in the scope of a declaration for them. This constraint cannot be imposed by a CFG but can be by an indexed grammar, at the cost of a dramatic increase in recognition complexity. In practice, however, the requirement is simply not checked by the parser, which only recognizes CFLs. The declaration conditions are checked separately by a process that traverses the parse tree. In this case, the overall recognition complexity remains some low-order polynomial. It is not clear to me whether one wants to consider the declaration requirement syntactic or not. The point is that, in this case, the \"unified account\" is more general, and computationally more onerous, than the modular one. Some arguments of this kind can be found in Berwick and Weinberg (1982) .",
"cite_spans": [
{
"start": 1101,
"end": 1128,
"text": "Berwick and Weinberg (1982)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "An expression D is a polarity reverser with respect to",
"sec_num": "3."
},
{
"text": "The first use of formal results is to argue that a theory should be rejected if it is insufficiently powerful to account for observed constraints. Chomsky used this strategy initially against finite-state grammars 9 and then against CFGs. It obviously first requires extracting from empirical observation (and decisions about idealization) what the minimal generative capacity and recognition complexity of actual languages are. Several arguments have been made against the weak generative adequacy of CFGs. The best known of these are Bar-Hillel's claim (1961) based on the occurrence of respectively and Postal's (1964a) on nominalization in Mohawk. Higginbotham (1984) claims non-context-freeness for English 8 Following Faueonnier, Ladusaw's denotation functions take as their values sets, ordered as usual. Sentences, for example, get as denotations the set of all worlds in which they are true. 9 There has always been interest in finite-state grammars to account for some perceptual constraints on sentence recognition, such as the difficulty of center-embedded sentences -e.g., \"The rat that the cat that the dog chase ate died\" (Langendoen 1975 , Church 1981 , Langendoen and Langsam 1984 .",
"cite_spans": [
{
"start": 536,
"end": 561,
"text": "Bar-Hillel's claim (1961)",
"ref_id": null
},
{
"start": 606,
"end": 622,
"text": "Postal's (1964a)",
"ref_id": "BIBREF53"
},
{
"start": 652,
"end": 671,
"text": "Higginbotham (1984)",
"ref_id": "BIBREF23"
},
{
"start": 1137,
"end": 1153,
"text": "(Langendoen 1975",
"ref_id": null
},
{
"start": 1154,
"end": 1167,
"text": ", Church 1981",
"ref_id": null
},
{
"start": 1168,
"end": 1197,
"text": ", Langendoen and Langsam 1984",
"ref_id": "BIBREF40"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as lower bounds",
"sec_num": "9.2."
},
{
"text": "They have also provided useful models in morphology (Kay 1983 , Koskenniemi 1983 ) and phonology (Church 1983 ), on the basis of sentences containing such that. Postal and Langendoen (this issue, p. 177 ) do so with cases of sluicing (convincingly, I believe) refute the first two cases by claiming that the constraints on which they are based do not in fact hold. Similarly, Pullum (this issue, p. 182) argues against Postal and Langendoen, and against Higginbotham, again on the basis of the linguistic facts\u2022 Pullum and Gazdar also consider the case of verb and noun-phrase ordering in Dutch; although they show that no evidence has been given suggesting that the weak generative capacity of Dutch is greater than context-free, the phrase structure trees generated by their fragment are not obviously adequate for a compositional semantic analysis. This point is also made by Bresnan et al. (1982) .",
"cite_spans": [
{
"start": 52,
"end": 61,
"text": "(Kay 1983",
"ref_id": "BIBREF34"
},
{
"start": 62,
"end": 80,
"text": ", Koskenniemi 1983",
"ref_id": "BIBREF35"
},
{
"start": 97,
"end": 109,
"text": "(Church 1983",
"ref_id": "BIBREF12"
},
{
"start": 161,
"end": 195,
"text": "Postal and Langendoen (this issue,",
"ref_id": null
},
{
"start": 196,
"end": 202,
"text": "p. 177",
"ref_id": null
},
{
"start": 376,
"end": 395,
"text": "Pullum (this issue,",
"ref_id": null
},
{
"start": 396,
"end": 403,
"text": "p. 182)",
"ref_id": null
},
{
"start": 879,
"end": 900,
"text": "Bresnan et al. (1982)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as lower bounds",
"sec_num": "9.2."
},
{
"text": "The most convincing evidence so far against the weak context-freeness of natural languages comes from Swiss-German \u2022 Shieber (1984) shows that, like Dutch, Swiss-German allows cross-serial order in subordinate clauses but also requires that objects be marked for case, as in German. Given that the verb hdlfed 'hell ~' takes a dative object while aastriiche 'paint' and lo'nd 'let' take accusative objects, we get the following subordinate clauses, which can be made into complete sentences by prefixing them with Jan sdit das 'Jan says that'\u2022 which is not context-free. Since context-free languages are closed under intersection with regular languages, Swiss-German is not context-free either. Hintikka (1977) claims that English is not recursive, let alone context-free, based on the distribution of the words any and every. His account of why John knows everything is grammatical while John knows anything is not, is that any can appear only in contexts where replacing it with every changes the meaning\u2022 If equivalence of meaning is taken to be logical equivalence, this means that gramm~/ticality is dependent on the determination of equivalence of logical formulas, an undecidable problem\u2022 Several responses could be made to Hintikka's claim\u2022 One is to argue, as did Ladusaw (1979) , that the constraint is semantic, not syntactic\u2022 Another route, followed by Chomsky (1980) , is to claim that a simpler solution is available, namely, one that replaces logical equivalence with syntactic identity of some kind of logical form. This is the basis for Linebarger's analysis.",
"cite_spans": [
{
"start": 115,
"end": 131,
"text": "\u2022 Shieber (1984)",
"ref_id": "BIBREF66"
},
{
"start": 695,
"end": 710,
"text": "Hintikka (1977)",
"ref_id": "BIBREF24"
},
{
"start": 1273,
"end": 1287,
"text": "Ladusaw (1979)",
"ref_id": "BIBREF36"
},
{
"start": 1365,
"end": 1379,
"text": "Chomsky (1980)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as lower bounds",
"sec_num": "9.2."
},
{
"text": "In the preceding section, we discussed ways in which formal results about syntactic theories can be used against them on the grounds that they show them to be insufficiently powerful to account for the observed data. Now, given a theory that is powerful enough, can its formal properties be used against it on the basis that it fails to exclude impossible languages?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "The classic case of an argument of this form is Peters and Ritchie's argument against the TG model, discussed in Section 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "More generally, the premises are the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "1. The possible languages are decidable. 2. The correct syntactic theory must generate exactly the possible languages\u2022 3. The correct syntactic theory is T. 4. The class Of languages C generated by T is a priori too large to be the class of possible languages\u2022 One conclusion from this argument is that theory T is incorrect, i.e., that assumption (3) fails\u2022 Chomsky rejects assumption (1) instead, insisting that the possible languages are those that can be learned, t\u00b0",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Although Chomsky also claims that the class of possible languages is finite, tt the crucial concern here is that, finite or not, the class of possible languages could contain languages that are not recursive, or even not recursively enumerabie.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "For example, let L be a non-recursive language and L r its complement (also non-recursive). Let s be some string of L and s p some string of L r. The procedure by which the subject chobses L if s is encountered before s r and L r otherwise will learn one of L or L ~.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "10 Learning algorithms can be compared along several dimensions. For a mathematical framework for learnability theory, see Osherson et al. (1983) .",
"cite_spans": [
{
"start": 123,
"end": 145,
"text": "Osherson et al. (1983)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "11 Actually, finiteness is claimed for the class of core grammars, from which the possible languages are assumed to be derived. Core languages and possible languages would be the same only \"under idealized conditions that are never realized in fact in the real world of heterogeneous speech communities .... Each actual 'language' will incorporate a periphery of borrowings, historical residues, inventions, and so on, which we can hardly expect to -and indeed would not want to -incorporate within a principled theory of UG.\" (Chomsky 1981 : 8) Chomsky (1980) argues convincingly that there is no case for natural languages being necessarily recursive. Nevertheless, languages might just happen to be recursive. Putnam (1961) gives three reasons he claims \"point in this direction\": 1. \"Speakers can presumably classify sentences as acceptable or unacceptable, deviant or nondeviant, et cetera, without reliance on extra-linguistic contexts. There are of course exceptions to this rule...\", 2. Grammaticality judgments can be made for nonsense sentences, 3. Grammars can be learned.",
"cite_spans": [
{
"start": 527,
"end": 540,
"text": "(Chomsky 1981",
"ref_id": "BIBREF11"
},
{
"start": 546,
"end": 560,
"text": "Chomsky (1980)",
"ref_id": "BIBREF10"
},
{
"start": 713,
"end": 726,
"text": "Putnam (1961)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "The first reason is most puzzlir~g. The reference to \"extra-linguistic context\" is irrelevant; without it, reason (1) seems to be asserting th~/t acceptability can be decided except where it cannot be. With respect to the second reason, the fact that grammaticality judgments could be made for some nonsense sentences in no way affects the question of whether they can be made for all grammatical sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Finally, languages could be learnable without being recursive, as it is possible that all the rules that need to be acquired could be on the basis of sentences for which the recognition procedure succeeds.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Peters and Ritchie (1973a) contains a suggestive but hardly conclusive case for contingent recursivity:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "1. Every TG has an exponentially bounded cycling function, and thus generates only recursive languages, 2. Every natural language has a descriptively adequate TG, and 3. The complexity of languages investigated so far is typical of the class.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "If learnability rather than recognizability is the defining characteristic of possible languages, no claim refuting a theory on the grounds that it allows difficult languages will bear any weight, unless it can also be shown that possible languages are in fact easier to recognize than the recognizability theory predicts them to be. However, our everyday experience with language understanding leads us to think that syntactic recognition is a computationally efficient process -an observation, of course, that is the basis for Marcus's claim (1980) that a large part of it can be done in linear time, if not in real time. How are we to reconcile this with the O(g)-results we have for most theories, where g is at least quadratic? t2",
"cite_spans": [
{
"start": 529,
"end": 550,
"text": "Marcus's claim (1980)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "These intuitive conclusions are based on observations (1) of \"everyday\" sentences, (2) where some nonsyntactic processing is done in parallel, (3) by the human processor. Each of these points is important.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "12 It has already been pointed out that O(g) results are upper bounds, and showing that a recognition problem, for example, is O(g) does not mean that, for any Language, it is necessary to reach the upper-bound. Better upper-bounds can be achieved by tighter proofs, not just by better algorithms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Although recognition may appear to be done in real time for most sentences encountered day to day, the O-results are asymptotic worst-case measures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "It is therefore essential to obtain measures of recognition times for a variety of strings of words, whether sentences or not, and especially see if there are short, difficult ones. There are at least two cases of interest here. The first is that of garden-path sentences such as The horse raced past the barn fell and Have the students who failed the exam take the supplementary, which are globally unambiguous but locally ambiguous. These appear to be psychologically difficult. Another case is that of sentences that, in most grammars, are ambiguous because of attachment choices, such as those discussed by Church and Patil (1982) . Finding one parse of these sentences is easy, but finding them all may be exponentially difficult. Psychological measures show these sentences not to be difficult, suggesting that not all parses are constructed or that they can all be examined in parallel.",
"cite_spans": [
{
"start": 611,
"end": 634,
"text": "Church and Patil (1982)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "O-results depend on some underlying machine model, and most of the results known for language recognition have been obtained on RAMs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Can implementation changes improve things on relevant range? As mentioned above, the sequential models are all polynomially related, and no problem not having a polynomial time solution on a sequential machine is likely to have one on a parallel machine limited to at most a polynomial number of processors, at least if P is not equal to NP.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Both these results restrict the improvement one can obtain by changing implementation, but are of little use in comparing algorithms of low complexity. Berwick and Weinberg (1982) give examples of how algorithms of low complexity may have different implementations differing by large constant factors. In particular, changes in the form of the grammar and in its representation may have this effect.",
"cite_spans": [
{
"start": 152,
"end": 179,
"text": "Berwick and Weinberg (1982)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "It is well-known that implementation of machines with infinite storage on finite devices leads to a change in specification. A context-free parser implemented on a machine with finite memory will have a bounded stack and therefore recognize only finite-state languages. The language recognized by the implemented machine could therefore be recognized by another machine in linear time. Although one would rarely use this strategy as a design principle, a variant of it is more plausible: use a restriction of the general method for a subset of the inputs and revert to the general method when the special case fails. Marcus's parser (1980) with its bounded lookahead is a good example. Sentences parsable within the allowed look-ahead have \"quick\" parses, but some grammatical sentences, such as \"garden path\" sentences cannot be recognized without an extension to the mechanism that would distort the complexity measures. A consequence of the possibility of implementation of this character is that observations of their operation ought to show \"discontinuities\" in the processing time, depending on whether an input is in or out of the restricted subset.",
"cite_spans": [
{
"start": 617,
"end": 639,
"text": "Marcus's parser (1980)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "There is obviously much more of this story to be told. Allow me to speculate as to how it might go. We may end up with a space of linguistic theories, differing in the idealization of the data they assume, in the way they decompose constraints, and in the procedural specifications they postulate. I take it that two theories may differ in that the second simply provides more detail than the first as to how constraints specified by the first are to be used. Our observations, in particular our measurements of necessary resources, are drawn from the \"ultimate implementation\", but this does not mean that the \"ultimately low-level theory\" is necessarily the most informative, or that less procedural theories are not useful stepping stones to more pr6cedural ones.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "It is also not clear that theories of different computational power may not be useful as descriptions of different parts of the syntactic apparatus. For example, it may be easier to learn statements of constraints within the framework of a general machine. The constraints once learned might then be subjected to transformation to produce more efficient special-purpose processors also imposing resource limitations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Whatever we decide to make of existing formal results, it is clear that continuing contact with the complexity community is important. The driving problems there are the P = NP question, the determination of lower bounds, the study of time-space tradeoffs, and the complexity of parallel computations. We still have some methodological house-cleaning to do, but I don't see how we can avoid being affected by the outcome of their investigations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metatheoretical results as upper bounds",
"sec_num": "9.3."
},
{
"text": "Hoare's Quicksort algorithm, for example, has expected time complexity of O(n logn) and worst-case complexity of O(n2), using notation defined in the next paragraph.Similarly, let M be SPACE(g) if the worst-case space complexity of M is O(g).6 RAMs and RASPs are allowed to store arbitrarily large numbers in their registers. These results assume that the cost of performing elementary operations on those numbers is proportional to their length, i.e. to their logarithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Computational Linguistics, Volume 10, Numbers 3-4, July-December 1984.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Computational Linguistics, Volume 10, Numbers 3-4, July-December 1984",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Indexed Grammars: An Extension of the Context-Free Grammars",
"authors": [
{
"first": "A",
"middle": [
"V"
],
"last": "Aho",
"suffix": ""
}
],
"year": 1968,
"venue": "JACM",
"volume": "15",
"issue": "",
"pages": "647--671",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aho, A.V. 1968 Indexed Grammars: An Extension of the Context- Free Grammars. JACM 15:647-671.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Design and Analysis of Computer Algorithms",
"authors": [
{
"first": "A",
"middle": [
"V"
],
"last": "Aho",
"suffix": ""
},
{
"first": "J",
"middle": [
"E"
],
"last": "Hopcroft",
"suffix": ""
},
{
"first": "J",
"middle": [
"D"
],
"last": "Ullman",
"suffix": ""
}
],
"year": 1974,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aho, A.V.; Hopcroft, J.E.; and Ullman, J.D. 1974 The Design and Analysis of Computer Algorithms. Addison-Wesley, Reading, Massa- chusetts.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "The Theory of Parsing, Translation, and Compiling",
"authors": [
{
"first": "A",
"middle": [
"V"
],
"last": "Aho",
"suffix": ""
},
{
"first": "J",
"middle": [
"D"
],
"last": "Ullman",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aho, A.V. and Ullman, J.D. 1972 The Theory of Parsing, Translation, and Compiling. Prentice Hall, Englewood Cliffs, New Jersey. Baker, B.S. 1972",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Arbitrary Grammars Generating Context-Free Languages",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Arbitrary Grammars Generating Context-Free Languages. Center for Research in Computing Technology, Harvard University.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "On Formal Properties of Simple Phrase Structure Grammars",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Bar-Hillel",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Perlis",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Shamir",
"suffix": ""
}
],
"year": 1961,
"venue": "Z. Phonetik, Sprach. Komm",
"volume": "14",
"issue": "",
"pages": "143--172",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bar-Hillel, Y.; Perlis, M.; and Shamir, E. 1961 On Formal Properties of Simple Phrase Structure Grammars. Z. Phonetik, Sprach. Komm. 14: 143-172.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Parsing Efficiency, Computational Complexity, and the Evaluation of Grammatical Theories",
"authors": [
{
"first": "R",
"middle": [
"C"
],
"last": "Berwick",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Weinberg",
"suffix": ""
}
],
"year": 1982,
"venue": "Linguistic Inquiry",
"volume": "13",
"issue": "",
"pages": "165--191",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berwick, R.C. and Weinberg, A. 1982 Parsing Efficiency, Computa- tional Complexity, and the Evaluation of Grammatical Theories. Linguistic Inquiry 13: 165-191.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Strong Generative Capacity, Weak Generative Capacity and Modern Linguistic Theories",
"authors": [
{
"first": "R",
"middle": [
"C"
],
"last": "Berwick",
"suffix": ""
}
],
"year": 1984,
"venue": "CL",
"volume": "10",
"issue": "",
"pages": "189--203",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berwick, R.C. 1984 Strong Generative Capacity, Weak Generative Capacity and Modern Linguistic Theories. CL 10(3-4):, 189-203.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Some Formal Results about Stratificational Grammars and their Relevance to Linguistics",
"authors": [
{
"first": "A",
"middle": [
"T"
],
"last": "Borgida",
"suffix": ""
}
],
"year": 1983,
"venue": "Math. Sys. Th",
"volume": "16",
"issue": "",
"pages": "29--56",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Borgida, A.T. 1983 Some Formal Results about Stratificational Gram- mars and their Relevance to Linguistics. Math. Sys. Th. 16: 29-56.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Crossserial Dependencies in Dutch",
"authors": [
{
"first": "J",
"middle": [],
"last": "Bresnan",
"suffix": ""
},
{
"first": "R",
"middle": [
"M"
],
"last": "Kaplan",
"suffix": ""
},
{
"first": "P",
"middle": [
"S"
],
"last": "Peters",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Zaenen",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bresnan, J.; Kaplan, R.M.; Peters, P.S.; and Zaenen, A. 1982 Cross- serial Dependencies in Dutch. Ling. lnq. 13.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Rules and Representations",
"authors": [
{
"first": "N",
"middle": [],
"last": "Chomsky",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chomsky, N. 1980 Rules and Representations. Columbia University Press, New York, New York.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Lectures on Government and Binding: the Pisa Lectures",
"authors": [
{
"first": "N",
"middle": [],
"last": "Chomsky",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chomsky, N. 1981 Lectures on Government and Binding: the Pisa Lectures. Forts Publications Holland, Dordrecht. Church, K. 1981 On Memory Limitations in Natural Language Proc- essing. Master Th., M.I.T.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "A Finite-State Parser for Use in Speech Recognition",
"authors": [
{
"first": "K",
"middle": [],
"last": "Church",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings of 21st Annual Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "91--97",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Church, K. 1983 A Finite-State Parser for Use in Speech Recognition. Proceedings of 21st Annual Meeting of the ACL. Cambridge, Massa- chusetts: 91-97.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Coping with Syntactic Ambiguity or How to Put the Block on the Table",
"authors": [
{
"first": "K",
"middle": [],
"last": "Church",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Patti",
"suffix": ""
}
],
"year": 1982,
"venue": "American Journal of Computational Linguistics",
"volume": "8",
"issue": "3-4",
"pages": "139--149",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Church, K. and Patti, R. 1982 Coping with Syntactic Ambiguity or How to Put the Block on the Table. American Journal of Computa- tional Linguistics 8(3-4): 139-149.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Towards a Complexity Theory of Synchronous Parallel Computation",
"authors": [
{
"first": "S",
"middle": [
"A"
],
"last": "Cook",
"suffix": ""
}
],
"year": 1981,
"venue": "L'Enseignement Mathdmatique",
"volume": "27",
"issue": "",
"pages": "99--124",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cook, S.A. 1981 Towards a Complexity Theory of Synchronous Parallel Computation. L'Enseignement Mathdmatique 27: 99-124.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "An Efficient Context-Free Parsing Algorithm",
"authors": [],
"year": null,
"venue": "Communications of A CM",
"volume": "13",
"issue": "",
"pages": "94--102",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "An Efficient Context-Free Parsing Algorithm. Communications of A CM 13: 94-102.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The Nature of Syntactic Representation",
"authors": [
{
"first": "G",
"middle": [],
"last": "Gazdar",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gazdar, G. 1982 Phrase Structure Grammar. In Jacobson, P. and Pullum, G., Eds., The Nature of Syntactic Representation. Reidel, Dordrecht.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Generalized Phrase Structure Grammar: A Theoretical Synopsis",
"authors": [
{
"first": "G",
"middle": [],
"last": "Gazdar",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Pullum",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gazdar, G. and Pullum, G. 1982 Generalized Phrase Structure Gram- mar: A Theoretical Synopsis. Indiana Univ. Linguistic Club.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "The Organization of Language: a Stratificational View",
"authors": [
{
"first": "H",
"middle": [
"A"
],
"last": "Gleason",
"suffix": ""
}
],
"year": 1964,
"venue": "In Monograph Series on Language and Linguistics",
"volume": "",
"issue": "21",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gleason, H.A. Jr, 1964 The Organization of Language: a Stratifica- tional View. In Monograph Series on Language and Linguistics, no. 21. Georgetown University Press, Washington.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "An Improved Context-Free Recognizer",
"authors": [
{
"first": "S",
"middle": [
"L"
],
"last": "Graham",
"suffix": ""
},
{
"first": "M",
"middle": [
"A"
],
"last": "Harrison",
"suffix": ""
},
{
"first": "W",
"middle": [
"L"
],
"last": "Ruzzo",
"suffix": ""
}
],
"year": 1980,
"venue": "ACM Trans. on Prog. Lang. and Systems",
"volume": "2",
"issue": "",
"pages": "415--462",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Graham, S.L.; Harrison, M.A.; and Ruzzo, W.L. 1980 An Improved Context-Free Recognizer. ACM Trans. on Prog. Lang. and Systems 2: 415-462.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Some Restrictions on W-Grammars",
"authors": [
{
"first": "S",
"middle": [
"A"
],
"last": "Greibach",
"suffix": ""
}
],
"year": 1974,
"venue": "Int. J. of Comp. and Info. Sc",
"volume": "3",
"issue": "",
"pages": "415--462",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Greibach, S.A. 1974 Some Restrictions on W-Grammars. Int. J. of Comp. and Info. Sc. 3: 415-462.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Automatic Language Data Processing",
"authors": [
{
"first": "D",
"middle": [
"G"
],
"last": "Hays",
"suffix": ""
}
],
"year": 1962,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hays, D.G. 1962 Automatic Language Data Processing. Prentice Hall, Englewood Cliffs, New Jersey.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "English Is Not a Context-Free Language",
"authors": [
{
"first": "J",
"middle": [],
"last": "Higginbotham",
"suffix": ""
}
],
"year": 1984,
"venue": "Ling. Inq",
"volume": "15",
"issue": "",
"pages": "225--234",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Higginbotham, J. 1984 English Is Not a Context-Free Language. Ling. Inq. 15: 225-234.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Quantifiers in Natural Language: Some Logical Problems. II",
"authors": [
{
"first": "J",
"middle": [
"K K"
],
"last": "Hintikka",
"suffix": ""
}
],
"year": 1977,
"venue": "Linguistics and Philosophy",
"volume": "2",
"issue": "",
"pages": "153--172",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hintikka, J.K.K. 1977 Quantifiers in Natural Language: Some Logical Problems. II. Linguistics and Philosophy 2:153-172.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Introduction to Automata Theory. Languages and Computation",
"authors": [
{
"first": "J",
"middle": [
"E"
],
"last": "Hopcroft",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Ullman",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hopcroft, J.E. and Ullman, J. 1979 Introduction to Automata Theory. Languages and Computation. Addison Wesley, Reading, Massachu- setts.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Factoring Recursion and Dependencies: an Aspect of Tree Adjoining Grammars and a Comparison of Some Formal Properties of TAGs",
"authors": [
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings of 21st Annual Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "7--15",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joshi, A.K. 1983 Factoring Recursion and Dependencies: an Aspect of Tree Adjoining Grammars and a Comparison of Some Formal Properties of TAGs. Proceedings of 21st Annual Meeting of the ACL. Cambridge, Massachusetts: 7-15.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "How Much Context-Sensitivity Is Required to Provide Reasonable Structual Descriptions: Tree Adjoining Grammars",
"authors": [
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": 1984,
"venue": "Natural Language Processing: Psycholinguistic. Computational and Theoretical Properties",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joshi, A.K. 1984 How Much Context-Sensitivity Is Required to Provide Reasonable Structual Descriptions: Tree Adjoining Gram- mars. In Natural Language Processing: Psycholinguistic. Computa- tional and Theoretical Properties. Cambridge University Press, New York, New York.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Phrase Structure Trees Bear More Fruit than You Would Have Thought",
"authors": [
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
},
{
"first": "L",
"middle": [
"S"
],
"last": "Levy",
"suffix": ""
}
],
"year": 1982,
"venue": "American Journal of Computational Linguistics",
"volume": "8",
"issue": "1",
"pages": "1--11",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joshi, A.K. and Levy, L.S. 1982 Phrase Structure Trees Bear More Fruit than You Would Have Thought. American Journal of Compu- tational Linguistics 8(1): 1-11.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Tree Adjunct Grammars",
"authors": [
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
},
{
"first": "L",
"middle": [
"S"
],
"last": "Levy",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Takahashi",
"suffix": ""
}
],
"year": 1975,
"venue": "J. Comp. and Sys. Sc",
"volume": "10",
"issue": "",
"pages": "136--163",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joshi, A.K.; Levy, L.S.; and Takahashi, M. 1975 Tree Adjunct Gram- mars. J. Comp. and Sys. Sc. 10: 136-163.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "LexicakFunctional Grammar: a Formal System for Grammatical Representation",
"authors": [
{
"first": "R",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Bresnan",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "173--281",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaplan R. and Bresnan, J. 1982 LexicakFunctional Grammar: a Formal System for Grammatical Representation. In Bresnan, J., Ed., The Mental Representation of Grammatical Relations. MIT Press, Cambridge, Massachusetts: 173-281.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "An Efficient Recognition and Syntax Algorithm for Context-Free Languages",
"authors": [
{
"first": "T",
"middle": [],
"last": "Kasami",
"suffix": ""
}
],
"year": 1965,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kasami, T. 1965 An Efficient Recognition and Syntax Algorithm for Context-Free Languages. AF-CRL-65-758, Air Force Cambridge Research Laboratory, Bedford, Massachusetts.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "When Meta-Rules Are Not Meta-Rules",
"authors": [
{
"first": "M",
"middle": [],
"last": "Kay",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kay, M. 1983 When Meta-Rules Are Not Meta-Rules. in Sparck- Jones, K. and Wilks, Y., Eds., Automatic Natural Language Parsing. John Wiley, New York.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Two-Level Model for Morphological Analysis",
"authors": [
{
"first": "K",
"middle": [],
"last": "Koskenniemi",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Koskenniemi, K. 1983 Two-Level Model for Morphological Analysis. Ph.D. Th., Univ. of Helsinki.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Polarity Sensitivity as Inherent Scope Relations",
"authors": [
{
"first": "W",
"middle": [],
"last": "Ladusaw",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ladusaw, W. 1979 Polarity Sensitivity as Inherent Scope Relations. Ph.D. Th., University of Texas at Austin.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "Logical Forms and Conditions on Grammaticality",
"authors": [
{
"first": "W",
"middle": [],
"last": "Ladusaw",
"suffix": ""
}
],
"year": 1983,
"venue": "Ling. and PhiL",
"volume": "6",
"issue": "",
"pages": "373--392",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ladusaw, W. 1983 Logical Forms and Conditions on Grammaticality. Ling. and PhiL 6: 373-392.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Outline of Stratificational Grammar",
"authors": [
{
"first": "S",
"middle": [],
"last": "Lamb",
"suffix": ""
}
],
"year": 1966,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lamb, S. 1966 Outline of Stratificational Grammar. Georgetown University Press, Washington, DC. Langendoen, D.T.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Finite-State Parsing of Phrase-Structure Languages and the Status of Readjustment Rules in Grammar",
"authors": [],
"year": null,
"venue": "Ling. lnq",
"volume": "6",
"issue": "4",
"pages": "533--554",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Finite-State Parsing of Phrase-Structure Languages and the Status of Readjustment Rules in Grammar. Ling. lnq. 6(4): 533-554.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "The Representation of Constituent Structures for Finite-State Parsing",
"authors": [
{
"first": "D",
"middle": [
"T"
],
"last": "Langendoen",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Langsam",
"suffix": ""
}
],
"year": 1984,
"venue": "Proceedings of COLING-84",
"volume": "",
"issue": "",
"pages": "24--27",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Langendoen, D.T. and Langsam, Y. 1984 The Representation of Constituent Structures for Finite-State Parsing. Proceedings of COLING-84. Stanford, California: 24-27.",
"links": null
},
"BIBREF42": {
"ref_id": "b42",
"title": "The Grammar of Negative Polarity",
"authors": [
{
"first": "M",
"middle": [],
"last": "Linebarger",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Linebarger, M. 1980 The Grammar of Negative Polarity. Ph.D. Th., MIT.",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "A Theory of Syntactic Recognition for Natural Language",
"authors": [
{
"first": "M",
"middle": [
"P"
],
"last": "Marcus",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcus, M.P. 1980 A Theory of Syntactic Recognition for Natural Language. MIT Press, Cambridge, Massachusetts.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "The Proper Treatment of Quantification in Ordinary English",
"authors": [
{
"first": "R",
"middle": [],
"last": "Montague",
"suffix": ""
}
],
"year": 1973,
"venue": "Approaches to Natural Language: Proceedings of the 1970 Stanford Workshop on Grammar and Semantics. Reidel",
"volume": "",
"issue": "",
"pages": "221--242",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Montague, R. 1973 The Proper Treatment of Quantification in Ordi- nary English. In Hintikka, J.K.K.; Moravcsik, J.; and Suppes, P., Eds., Approaches to Natural Language: Proceedings of the 1970 Stan- ford Workshop on Grammar and Semantics. Reidel, Dordrecht: 221- 242.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "Formal Theories of Language Acquisition: Practical and Theoretical Perspectives",
"authors": [
{
"first": "D",
"middle": [
"N"
],
"last": "Osher~on",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Stob",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Weinstein",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings of 1JCAI",
"volume": "83",
"issue": "",
"pages": "566--572",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Osher~on, D.N.; Stob, M.; and Weinstein, S. 1983 Formal Theories of Language Acquisition: Practical and Theoretical Perspectives. Proceedings of 1JCAI-83: 566-572.",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "The Semantics of Grammar Formalisms Seen as Computer Languages",
"authors": [
{
"first": "F",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Shieber",
"suffix": ""
}
],
"year": 1984,
"venue": "Proceedings of COLING",
"volume": "84",
"issue": "",
"pages": "123--129",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pereira, F.C.N. and Shieber, S. 1984 The Semantics of Grammar Formalisms Seen as Computer Languages. Proceedings of COLING-84:123-129.",
"links": null
},
"BIBREF47": {
"ref_id": "b47",
"title": "A Note on the Universal Base Hypothesis",
"authors": [
{
"first": "P",
"middle": [
"S"
],
"last": "Peters",
"suffix": ""
},
{
"first": "R",
"middle": [
"W"
],
"last": "Ritchie",
"suffix": ""
}
],
"year": 1969,
"venue": "Ling. and Phil",
"volume": "5",
"issue": "",
"pages": "150--152",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peters, P.S. and Ritchie, R.W. 1969 A Note on the Universal Base Hypothesis. Ling. and Phil 5: 150-152.",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "On Restricting the Base Component of Transformational Grammars",
"authors": [
{
"first": "P",
"middle": [
"S"
],
"last": "Peters",
"suffix": ""
},
{
"first": "R",
"middle": [
"W"
],
"last": "Ritchie",
"suffix": ""
}
],
"year": 1971,
"venue": "Inf. and Control",
"volume": "18",
"issue": "",
"pages": "483--501",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peters, P.S. and Ritchie, R.W. 1971 On Restricting the Base Compo- nent of Transformational Grammars. Inf. and Control 18: 483-501.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "On the Generative Power of Transformational Grammars",
"authors": [
{
"first": "P",
"middle": [
"S"
],
"last": "Peters",
"suffix": ""
},
{
"first": "R",
"middle": [
"W"
],
"last": "Ritchie",
"suffix": ""
}
],
"year": 1973,
"venue": "Inf. Sc",
"volume": "6",
"issue": "",
"pages": "49--83",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peters, P.S. and Ritchie, R.W. 1973a On the Generative Power of Transformational Grammars. Inf. Sc. 6: 49-83.",
"links": null
},
"BIBREF50": {
"ref_id": "b50",
"title": "Context-Sensitive Immediate Constituent Analysis -Context-Free Languages",
"authors": [
{
"first": "P",
"middle": [
"S"
],
"last": "Peters",
"suffix": ""
},
{
"first": "R",
"middle": [
"W"
],
"last": "Ritchie",
"suffix": ""
}
],
"year": 1973,
"venue": "Math. Sys. Theory",
"volume": "6",
"issue": "",
"pages": "324--333",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peters, P.S. and Ritchie, R.W. 1973b Context-Sensitive Immediate Constituent Analysis -Context-Free Languages. Math. Sys. Theory 6: 324-333.",
"links": null
},
"BIBREF51": {
"ref_id": "b51",
"title": "Non-Filtering and Local Filtering Grammars",
"authors": [
{
"first": "P",
"middle": [
"S"
],
"last": "Peters",
"suffix": ""
},
{
"first": "R",
"middle": [
"W"
],
"last": "Ritchie",
"suffix": ""
}
],
"year": 1973,
"venue": "Approaches to Natural Language. Reidel",
"volume": "",
"issue": "",
"pages": "180--194",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peters, P.S. and Ritchie, R.W. 1973c Non-Filtering and Local Filter- ing Grammars. In Hintikka, J.K.K.; Moravcsik, J.; and Suppes, P., Eds., Approaches to Natural Language. Reidel, Dordrecht: 180-194.",
"links": null
},
"BIBREF52": {
"ref_id": "b52",
"title": "Recognition Procedure for Transformational Grammars",
"authors": [
{
"first": "S",
"middle": [
"R"
],
"last": "Petrick",
"suffix": ""
}
],
"year": 1965,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Petrick, S.R. 1965 Recognition Procedure for Transformational Gram- mars. Ph.D. Th., MIT.",
"links": null
},
"BIBREF53": {
"ref_id": "b53",
"title": "Limitations of phrase-structure grammars",
"authors": [
{
"first": "P",
"middle": [
"M"
],
"last": "Postal",
"suffix": ""
}
],
"year": 1964,
"venue": "The Structure of IL~nguage: Readings in the Philosophy of Language",
"volume": "",
"issue": "",
"pages": "137--151",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Postal, P.M. 1964a Limitations of phrase-structure grammars. In The Structure of IL~nguage: Readings in the Philosophy of Language. Pren- tice Hall, Englewood Cliffs, New Jersey: 137-151.",
"links": null
},
"BIBREF54": {
"ref_id": "b54",
"title": "Constituent Structure: A Study of Contemporary Models of Syntactic Structure",
"authors": [
{
"first": "P",
"middle": [
"M"
],
"last": "Postal",
"suffix": ""
}
],
"year": 1964,
"venue": "Int. J. of Amer. Ling",
"volume": "3",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Postal, P.M. 1964b Constituent Structure: A Study of Contemporary Models of Syntactic Structure. Int. J. of Amer. Ling. 3.",
"links": null
},
"BIBREF55": {
"ref_id": "b55",
"title": "English and the Class of Context-Free Languages",
"authors": [
{
"first": "P",
"middle": [
"M"
],
"last": "Postal",
"suffix": ""
},
{
"first": "D",
"middle": [
"T"
],
"last": "Langendoen",
"suffix": ""
}
],
"year": 1984,
"venue": "CL",
"volume": "10",
"issue": "3-4",
"pages": "177--181",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Postal, P.M. and Langendoen, D.T. 1984 English and the Class of Context-Free Languages. CL 10(3-4): 177-181.",
"links": null
},
"BIBREF56": {
"ref_id": "b56",
"title": "On Two Recent Attempts to Show that English Is Not a CFL",
"authors": [
{
"first": "G",
"middle": [
"K"
],
"last": "Pullum",
"suffix": ""
}
],
"year": 1984,
"venue": "CL",
"volume": "10",
"issue": "3-4",
"pages": "182--186",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pullum, G.K. 1984 On Two Recent Attempts to Show that English Is Not a CFL. CL 10(3-4): 182-186.",
"links": null
},
"BIBREF57": {
"ref_id": "b57",
"title": "Natural and Context-Free Languages",
"authors": [
{
"first": "G",
"middle": [
"K"
],
"last": "Pullum",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Gazdar",
"suffix": ""
}
],
"year": 1982,
"venue": "Ling. and Phil",
"volume": "4",
"issue": "",
"pages": "471--504",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pullum, G.K. and Gazdar, G. 1982 Natural and Context-Free Languages. Ling. and Phil 4: 471-504.",
"links": null
},
"BIBREF59": {
"ref_id": "b59",
"title": "Some Issues in the Theory of Grammar",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Some Issues in the Theory of Grammar.",
"links": null
},
"BIBREF62": {
"ref_id": "b62",
"title": "Tree-Oriented Proofs of Some Theorems on Context-Free and Indexed Languages",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Rounds",
"suffix": ""
}
],
"year": 1970,
"venue": "Second Symp. on Th. Comp. Sc",
"volume": "",
"issue": "",
"pages": "109--116",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rounds, W.C. 1970b Tree-Oriented Proofs of Some Theorems on Context-Free and Indexed Languages. Second Symp. on Th. Comp. Sc., ACM: 109-116.",
"links": null
},
"BIBREF64": {
"ref_id": "b64",
"title": "A Grammatical Characterization of Exponential-Time Language",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Rounds",
"suffix": ""
}
],
"year": 1975,
"venue": "Syrup. on Found. of Comp. Sc",
"volume": "IEEE",
"issue": "",
"pages": "135--143",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rounds, W.C. 1975 A Grammatical Characterization of Exponential- Time Language. Syrup. on Found. of Comp. Sc., IEEE: 135-143.",
"links": null
},
"BIBREF65": {
"ref_id": "b65",
"title": "Uniform Circuit Complexity",
"authors": [
{
"first": "W",
"middle": [
"L"
],
"last": "Ruzzo",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings of 20th Annual ACM Syrup. on Found. of Comp",
"volume": "",
"issue": "",
"pages": "312--318",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ruzzo, W.L. 1979 Uniform Circuit Complexity. Proceedings of 20th Annual ACM Syrup. on Found. of Comp. Sc.: 312-318.",
"links": null
},
"BIBREF66": {
"ref_id": "b66",
"title": "Evidence Against the Context-Freeness of Natural Language. TN-330, SRI International",
"authors": [
{
"first": "S",
"middle": [
"M"
],
"last": "Shieber",
"suffix": ""
}
],
"year": 1984,
"venue": "Linguistics and Philosophy",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shieber, S.M. 1984 Evidence Against the Context-Freeness of Natural Language. TN-330, SRI International, Menlo Park, California. To appear in Linguistics and Philosophy.",
"links": null
},
"BIBREF68": {
"ref_id": "b68",
"title": "Formal Constraints on Metarules",
"authors": [],
"year": null,
"venue": "Proceedings of 21st Annual Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "22--27",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Formal Constraints on Metarules. Proceedings of 21st Annual Meet- ing of the ACL. Cambridge, Massachusetts: 22-27.",
"links": null
},
"BIBREF69": {
"ref_id": "b69",
"title": "A Practical Comparison of Parsing Strategies",
"authors": [
{
"first": "J",
"middle": [],
"last": "Slocum",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Slocum, J. 1981 A Practical Comparison of Parsing Strategies.",
"links": null
},
"BIBREF70": {
"ref_id": "b70",
"title": "Proceedings of the 19th Annual Meeting of the ACL. Stanford, California",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "1--6",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Proceedings of the 19th Annual Meeting of the ACL. Stanford, Cali- fornia: 1-6.",
"links": null
},
"BIBREF71": {
"ref_id": "b71",
"title": "General Context-Free Recognition in Less Than Cubic Time",
"authors": [
{
"first": "H",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
},
{
"first": "P",
"middle": [
"S"
],
"last": "Peters",
"suffix": ""
}
],
"year": 1975,
"venue": "SRI International",
"volume": "305",
"issue": "",
"pages": "308--315",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Uszkoreit, H. and Peters, P.S. 1983 Essential Variables in Metarules. Technical Note 305, SRI International, Menlo Park, California. Valiant, L. 1975 General Context-Free Recognition in Less Than Cubic Time. J. Comp. and Sys. Sc. 10: 308-315.",
"links": null
},
"BIBREF72": {
"ref_id": "b72",
"title": "Report on the Algorithmic Language ALGOL 68",
"authors": [
{
"first": "A",
"middle": [],
"last": "Van Wijngaarden",
"suffix": ""
}
],
"year": 1969,
"venue": "Numerische Mathematik",
"volume": "14",
"issue": "",
"pages": "79--218",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Van Wijngaarden, A. 1969 Report on the Algorithmic Language ALGOL 68. Numerische Mathematik 14: 79-218.",
"links": null
},
"BIBREF73": {
"ref_id": "b73",
"title": "Syntax and Semantics of Parsing: An Application to Montague Grammar",
"authors": [
{
"first": "D",
"middle": [
"S"
],
"last": "Warren",
"suffix": ""
}
],
"year": 1979,
"venue": "Ph.D. Th",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Warren, D.S. 1979 Syntax and Semantics of Parsing: An Application to Montague Grammar. Ph.D. Th., University of Michigan.",
"links": null
},
"BIBREF74": {
"ref_id": "b74",
"title": "Parikh-boundedness and Tree Adjunct Languages",
"authors": [
{
"first": "T",
"middle": [],
"last": "Yokomori",
"suffix": ""
},
{
"first": "A",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yokomori, T. and Joshi, A.K. to appear Semi-linearity, Parikh-bound- edness and Tree Adjunct Languages. Inf. Pr. Letters.",
"links": null
},
"BIBREF75": {
"ref_id": "b75",
"title": "Recognition and Parsing of Context-Free Languages in Time n ~",
"authors": [
{
"first": "D",
"middle": [
"H"
],
"last": "Younger",
"suffix": ""
}
],
"year": 1967,
"venue": "Inf. and Control",
"volume": "14",
"issue": "",
"pages": "189--208",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Younger, D.H. 1967 Recognition and Parsing of Context-Free Languages in Time n ~. Inf. and Control 14: 189-208.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "\u2022.. mer em Hans es huus h~ilfed aastriiche \u2022.. we Hans-DAT the house-ACC helped paint \u2022.. we helped Hans paint the house \u2022 .. *me em Hans es huus 16nd aastriiche \u2022.. we Hans-DAT the house-ACC let paint \u2022.. we let Hans paint the house \u2022.. mer d'chind em Hans es huus ltind h~ilfed aastriiche \u2022.. we the children-ACC Hans-DAT the house-ACC let help paint \u2022.. we let the children help Hans paint the house \u2022.. *mer d'chind de Hans es huus ltmd h~ilfed aastriiche \u2022.. we the children-ACC Hans-ACC the house-ACC let help paint \u2022.. we let the children help Hans paint the house The proof that Swiss-German (SG) is not context-free is classic:intersect SG with the following regular language: Jan s~iit das mer (d'chind)*(em Hans)* es huus htind wele (laa)*(hfilfe)* aastriche.With some care, Shieber argues from the data that SG 13 L is the language Jan s~iit das mer (d'chind) m (em Hans) m es huus h~ind wele (laa) m (h~ilfe) m aastriche.",
"uris": null,
"num": null,
"type_str": "figure"
}
}
}
}