{ "paper_id": "C90-2004", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T12:36:51.916745Z" }, "title": "Bottom-Up Filtering : a Parsing Strategy for GPSG", "authors": [ { "first": "Philippe", "middle": [], "last": "Blactie", "suffix": "", "affiliation": {}, "email": "" }, { "first": "Jean-Yves", "middle": [], "last": "Morin", "suffix": "", "affiliation": {}, "email": "morinjy@iro@umontreal.ca" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "In this paper, we propose an optimized strategy, called Bottom-Up Filtering, for parsing GPSGs. This strategy is based on a particular, high level, interpretation of GPSGs. It permiks a significant reduction of fl~e non-determinism inherent to the rule selection process.", "pdf_parse": { "paper_id": "C90-2004", "_pdf_hash": "", "abstract": [ { "text": "In this paper, we propose an optimized strategy, called Bottom-Up Filtering, for parsing GPSGs. This strategy is based on a particular, high level, interpretation of GPSGs. It permiks a significant reduction of fl~e non-determinism inherent to the rule selection process.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Linguistic theories are becoming increasingly important for natural language parsing. In earlier work in this domain, few approaches were based on full-fledged linguistic descriptions, Nowadays, this is becoming the rule rather than the exception !.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "Among all[ the current linguistic thcories, we think that GPSG allows the simplest interface between linguistic and computational theory. But its naive computational interpretation, although fairly straightforward, might result in a computationally e\u00d7pensive implementation. Barton showed that universal ID/LP parsing could be reduced to the vertex-cover problem, and so was NPcomplete. In theory, we can only search for heuristics. in actual practice we might still look for efficient implementations. Several authors (Evans, Ristad, Kilbury...) developed an interpretation of the theory that can support an efficient implementation. Some, like [Shieber86] , are more interested in the algorithmic viewpoint.", "cite_spans": [ { "start": 519, "end": 546, "text": "(Evans, Ristad, Kilbury...)", "ref_id": null }, { "start": 646, "end": 657, "text": "[Shieber86]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "In this paper, we shall review some of the most important factors of intractability before giving a presentation of Bottom-Up Filtering. This presentation is twofold: interpretation of GPSG and implementation of this interpretation using Bottom-Up Filtering.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": null }, { "text": "Several studies like [Barton84] or [Ristad86] discussed the theoretical complexity of universal GPSG parsing. Here we shall focus on the effective complexity of GPSG parsing and especially on the problem of nondeterminism in rule selection.", "cite_spans": [ { "start": 21, "end": 31, "text": "[Barton84]", "ref_id": null }, { "start": 35, "end": 45, "text": "[Ristad86]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "ComplexiO' of GPSG parsing", "sec_num": "1." }, { "text": "Rule selection generates several problems more particularly due to local ambiguity: the parser can select a wrong rule and cause backtracking. This nondeterminism problem is one of the most important in natural language processing. Several mechanisms such as lookahead or knowledge of leftmost constituents have been proposed to constrain the operation of rule selection and reduce this non determinism.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ComplexiO' of GPSG parsing", "sec_num": "1." }, { "text": "The ID/LP formalization separates two aspects of phrase structure which are merged in a standard (context-free) phrase structure rule: hierarchical constituency and constituent order. Constituency rules (ID-rules) are represented with unordered right-hand sides. Hence, for an ID-rule like X --~ At ..... Ak, an unconstrained expansion can generate k~ phrasestructure rules. Moreover, metarules increase this overgeneration problem. To summarize this problem, we can say that there are two main sources of nondeterminism (and henceforth of actual computational complexity) in GPSG:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ComplexiO' of GPSG parsing", "sec_num": "1." }, { "text": "(1) ID-rules: There are several other factors of complexity. Most of the parsing problems come from non-determinism, which can be reduced in two ways: constraints on the underlying linguistic theory and development of new parsing strategies.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "ComplexiO' of GPSG parsing", "sec_num": "1." }, { "text": "The interpretation of a linguistic theory consists in the adaptation of the abstract model to make it compulationally tractable. This adaptation has to be justified both lingafistically and computationally.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Constraining GPSG", "sec_num": "2." }, { "text": "This notion is quite recent in the domain of natural language parsing systems: most of them use only a small part of the theory, often not in a coherent way, and so introduce many adhocities. Moreover, we can give many differents interpretations to the same theory. In the case of GPSG, we can for example interpret it as an independently justified theory or just as a particular formalism tbr context-free grammars. There is a choice between indirect interpretation (compilation into a context-free grammar, which is then interpreted) and direct interpretation of a GPSG. A compilaticn of a GSPG consists in several expansion steps which transform it into a context-free equivalent grammar. Compiling a GPSG amounts to considering it as a notational variant of ordinary context-free phrasestructure grannnar. As noted by [Evans 87 ], a direct interpretation is more in keeping with the high level mechanisms of GPSG and might even be actually more efficient than the indirect interpretation approach.", "cite_spans": [ { "start": 822, "end": 831, "text": "[Evans 87", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Constraining GPSG", "sec_num": "2." }, { "text": "Our interpretation of GPSG does not use a precompilation level. It is more particularly oriented towards an adaptation of the ID-rules formalization: problems caused by non-determinism are known to be directly related to grammar representation. In the case of GPSG, these problems arise from the use of unordered rules.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Constraining GPSG", "sec_num": "2." }, { "text": "We think that we must respect the high level and generality of GPSG. So, we propose the use of very large ID-rules, called extensive ID-rules, able to describe many different constructions for the same phrase. Hence, we partially eliminate subcategorization (whose informational and predictive value has been largely overestimated) and replace it with a Bottom-Up Filtering mechanism.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Constraining GPSG", "sec_num": "2." }, { "text": "We propose to apply to GPSG the notion of automata minimization exposed in [Aho72] . This notion, based on the concept of distinguishability between two states, is used to generate reduced automata (i.e. automata in which no state is unaccessible) 2. We apply this concept to ID/LP formalization to achieve what we can call grammar minimization: no two rules describing the same phrase have more than one common category (the head of the current phrase). In other words, we will use different rules only for very different constructions. Consequently, we never have sets of ID-rules like [ G azdar85] : ~\u00a2T ~ 11131, NP, PP[to] (give) VP -~ II [41, NP, PPlj+br] ", "cite_spans": [ { "start": 75, "end": 82, "text": "[Aho72]", "ref_id": "BIBREF1" }, { "start": 603, "end": 626, "text": "~\u00a2T ~ 11131, NP, PP[to]", "ref_id": null }, { "start": 643, "end": 647, "text": "[41,", "ref_id": null }, { "start": 648, "end": 651, "text": "NP,", "ref_id": null }, { "start": 652, "end": 660, "text": "PPlj+br]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Constraining GPSG", "sec_num": "2." }, { "text": "As for automata, we first have to define equivalence classes for ID-rules. From these classes (also called families of rules), we extract a representative element which will be the extensive ID-rule. These concepts are formally defined as follows:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "(buy)", "sec_num": null }, { "text": "-head of a phrase : a head h of a phrase P is a constituent with particular properties : its presence is necessary for some constructions of P and moreover, the values of both the N and V features must be the s,'une in the descriptions of the head and of the phrase. Hence, we can define a function head from P(KuX) to K (where K is the set of categories,2J the set of terminals and P(X) denotes the set of all subsets of X) as follow : let an ID-rule of the form A --->ai C1 ..... C,~, then :", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "(buy)", "sec_num": null }, { "text": "head(A) = { Ci / (Ci([N1) = A(IN]) ) and (Ci([W) = A([W) ) ]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "(buy)", "sec_num": null }, { "text": "let G be a GPSG, R be the set of ID-rules of G, andr~ R, r is of the form s --9 t, cl ..... cj (with 0 _. < VP, V >. . .N We must keep in mind that the construction of the prediction tables is a pre-processing. The actual step of initialization just consists in applying to the set of lexical categories the relation as defined before. Hence, this step of our strategy is cornpulationally trivial.", "cite_spans": [ { "start": 31, "end": 77, "text": "< NP, N >. < VP, V >. . .N", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Phrase level initialization", "sec_num": "3.2." }, { "text": "S.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Phrase level initialization", "sec_num": "3.2." }, { "text": "In this last stage the phrase construction is completed by selecting a pattern ID-rule and then generating the right phrase structure rule.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Phrase-structure rules generation", "sec_num": "3.3." }, { "text": "The pattern ID-rule selection is largely constrained by our formalization using extensive D-rules, but also by the knowledge of left-hand side and the leftmost element of right-hand side of the rule. It is ahnost a deterministic process.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Phrase-structure rules generation", "sec_num": "3.3." }, { "text": "The general.ion stage can only be roughly sketched here. It consists in a top-down search in the list of initialized phrases for the constituents of the current phrase. For each category we scan this list of initialized phrases, adding to lhe phrase structure rule under generation all the categories belonging to the pattern ID-rule. If a category does not belong to the pattern rule, it can be ,an indirect constituent (i.e. a category belonging to a constituent itself belonging itself to the phrase which is being parsed). So, we have a process which allows us to generate the phrase structure rules required for the parse.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Phrase-structure rules generation", "sec_num": "3.3." }, { "text": "The Boltom-Up Filtering strategy formalizes theoretical constraints which allow us to reduce the nondeterminism problem due to local ambiguities 3. We have implemented an algorithm based on the Bottom-Up Filtering strategy in Prolog II on a Macintosh SE/30 and obtained interesting results: for a non trivial GPSG of French, most of the analyses for \"usual\" sentences take less than 1 second. More complicated constructions like passive, coordination or discontinuous constituents take between 1 and 2.5 seconds.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": null }, { "text": "This is central for our approach: no two distinct states are indistinguishable.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "Projection Principle proposed for independent reasons in [Morin89].", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Logic Grammars", "authors": [ { "first": "1i", "middle": [ "& V" ], "last": "Abramson", "suffix": "" }, { "first": "", "middle": [], "last": "Dahl", "suffix": "" } ], "year": 1989, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Abramson, 1I. & V. Dahl (1989) Logic Grammars, Springer-Verlag.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "The Theory of Parsing", "authors": [ { "first": "A", "middle": [ "& J" ], "last": "Aho", "suffix": "" }, { "first": "", "middle": [], "last": "Ullmau", "suffix": "" } ], "year": 1972, "venue": "Translation and Compiling", "volume": "1", "issue": "", "pages": "lhentice--Ihdl", "other_ids": {}, "num": null, "urls": [], "raw_text": "Aho A. & J. Ullmau (1972) The Theory of Parsing, Translation and Compiling, Volume 1: Parsing, lhentice-Ihdl.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "L'analyse par Filtrage Ascendant : une stratdgie efficace pour les Grammaires Syntagrnatiques Gdn&alisdes", "authors": [ { "first": "P", "middle": [], "last": "Blache", "suffix": "" } ], "year": 1990, "venue": "10 th International Workshop Expert Systems and their Applications", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Blache P. (1990) \"L'analyse par Filtrage Ascendant : une stratdgie efficace pour les Grammaires Syntagrnatiques Gdn&alisdes\", 10 th International Workshop Expert Systems and their Applications, Avignon", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Natural Language at the Computer", "authors": [ { "first": "A", "middle": [], "last": "Blaser", "suffix": "" } ], "year": 1988, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Blaser, A. (1988 ed.) Natural Language at the Computer, Springer-Verlag.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "On the complexity of ID/LP parsing", "authors": [ { "first": "G", "middle": [], "last": "Barton", "suffix": "" } ], "year": 1984, "venue": "AI Memo #", "volume": "812", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Barton G. (1984) \"On the complexity of ID/LP parsing\", AI Memo # 812, MIT.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Computational Complexity and Natural Language", "authors": [ { "first": "G", "middle": [], "last": "Barton", "suffix": "" }, { "first": "R", "middle": [], "last": "Berwick", "suffix": "" }, { "first": "E", "middle": [], "last": "Ristad", "suffix": "" } ], "year": 1987, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Barton G., R. Berwick, E. Ristad (1987) Computational Complexity and Natural Language, MIT Press.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Parsing Efficiency, Computational Complexity and the Evaluation of Grammatical Theories", "authors": [ { "first": "R", "middle": [], "last": "Berwick", "suffix": "" }, { "first": "A", "middle": [], "last": "Weinberg", "suffix": "" } ], "year": 1982, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Berwick R., A. Weinberg (1982) \"Parsing Efficiency, Computational Complexity and the Evaluation of Grammatical Theories\", Linguistic bzquiry, t3, 2.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "l)cterministic Parsing and IJnguistic Explanation", "authors": [ { "first": "R", "middle": [], "last": "Bcrwick", "suffix": "" }, { "first": "A", "middle": [], "last": "Weinberg", "suffix": "" } ], "year": 1985, "venue": "Language and Cognitive Processes", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Bcrwick R., A. Weinberg (1985) \"l)cterministic Parsing and IJnguistic Explanation\", Language and Cognitive Processes, I, 2.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "An Efficient Context-Free Parsing Algorithm", "authors": [ { "first": "J", "middle": [], "last": "Earley", "suffix": "" } ], "year": 1970, "venue": "Commnications of the ACM", "volume": "13", "issue": "", "pages": "94--102", "other_ids": {}, "num": null, "urls": [], "raw_text": "Earley J. (1970) \"An Efficient Context-Free Parsing Algorithm\", Commnications of the ACM, 13, 94-102.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "ProGram -a development tool for GPSG grammars", "authors": [ { "first": "R", "middle": [], "last": "Evans", "suffix": "" } ], "year": 1985, "venue": "Linguistics", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Evans R. (1985) \"ProGram -a development tool for GPSG grammars\", Linguistics, 23.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Theoretical and Computational Interpretations of GPSG", "authors": [ { "first": "R", "middle": [], "last": "Evans", "suffix": "" } ], "year": 1987, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Evans R. (1987) Theoretical and Computational Interpretations of GPSG, Ph. D. Dissertation, University of Sussex.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Computationally Relevant Properties of Natural l,anguages and their Gnmmmrs", "authors": [ { "first": "G", "middle": [], "last": "Gazdar", "suffix": "" }, { "first": "G", "middle": [], "last": "Pullum", "suffix": "" } ], "year": 1985, "venue": "New Generation Computing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gazdar G., G. Pullum (1985) \"Computationally Relevant Properties of Natural l,anguages and their Gnmmmrs\", New Generation Computing, :3.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "(1989) Natural l.,anguage Processing in Prolog", "authors": [ { "first": "G", "middle": [], "last": "Gazdar", "suffix": "" } ], "year": 1985, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gazdar, G., et al. (1985) Generalized Phrase Structure Gramtmtr, Blackwell. Gazdar, G. & C. Mellish (1989) Natural l.,anguage Processing in Prolog, Addisou- Wesley.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Issues in Parsing", "authors": [ { "first": "K", "middle": [], "last": "Jenscn", "suffix": "" } ], "year": 1988, "venue": "", "volume": "", "issue": "", "pages": "65--83", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jenscn, K. (1988) \"Issues in Parsing\", in [Biaser 88]: 65-83.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Parsing with Category C,mxzcurrence Restrucfions", "authors": [ { "first": "J", "middle": [], "last": "Kilbury", "suffix": "" } ], "year": 1988, "venue": "COLING", "volume": "88", "issue": "", "pages": "324--327", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kilbury J. (1988) \"Parsing with Category C,mxzcurrence Restrucfions\", COLING 88: 324- 327,", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "Th~orie syntaxique et th~orie du parsage, Ddp. linguistique & phflologie, Univ de Montr6\"al et GIA, Faeult6 des Sciences de", "authors": [ { "first": "J", "middle": [], "last": "Morin", "suffix": "" } ], "year": 1986, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Morin, J.Y (1986) Th~orie syntaxique et th~orie du parsage, Ddp. linguistique & phflologie, Univ de Montr6\"al et GIA, Faeult6 des Sciences de. Lumlny.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "Particules et parsage universel, in 1t. Weydt", "authors": [ { "first": "J", "middle": [], "last": "Morin", "suffix": "" } ], "year": 1989, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Morin, J.Y (1989) Particules et parsage universel, in 1t. Weydt (1989 ed.) Sprechen mit P&rtikeln, W',dter de Gruyter (Berhn).", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "Prolog and Natural Language Analysis, CSLI Ix~cture Notes # 10", "authors": [ { "first": "F", "middle": [], "last": "Pereira", "suffix": "" }, { "first": "S", "middle": [], "last": "Shieber", "suffix": "" } ], "year": 1987, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pereira F., S. Shieber (1987) Prolog and Natural Language Analysis, CSLI Ix~cture Notes # 10.", "links": null }, "BIBREF19": { "ref_id": "b19", "title": "On the Mathematical Properties of IJnguistie Theories", "authors": [ { "first": "C", "middle": [], "last": "", "suffix": "" } ], "year": 1983, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "errault C. (1983) \"On the Mathematical Properties of IJnguistie Theories\", ACL-2 l.", "links": null }, "BIBREF20": { "ref_id": "b20", "title": "A Parser for GPSG, D.A.I Research Paper n \u00b0 289", "authors": [ { "first": "J", "middle": [], "last": "Phillips", "suffix": "" }, { "first": "", "middle": [], "last": "Ii", "suffix": "" }, { "first": "", "middle": [], "last": "Thompson", "suffix": "" } ], "year": 1986, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Phillips J., II. Thompson (1986) A Parser for GPSG, D.A.I Research Paper n \u00b0 289, University of Edinburgh.", "links": null }, "BIBREF21": { "ref_id": "b21", "title": "Computational Complexity of Current GPSG Theory", "authors": [ { "first": "E", "middle": [], "last": "Ristad", "suffix": "" } ], "year": 1986, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ristad E. (1986) \"Computational Complexity of Current GPSG Theory\", proceedings of ACL.", "links": null }, "BIBREF22": { "ref_id": "b22", "title": "Revised GPSG", "authors": [ { "first": "E", "middle": [], "last": "Ristad", "suffix": "" } ], "year": 1987, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ristad E. (1987) \"Revised GPSG\", ACL-25.", "links": null }, "BIBREF23": { "ref_id": "b23", "title": "Deterministic Left-Come/\" Parser", "authors": [ { "first": "D", "middle": [], "last": "Rosenkrantz", "suffix": "" }, { "first": "P", "middle": [], "last": "Lewis", "suffix": "" } ], "year": 1970, "venue": "1EEE Conference record of the 111h Annual Symposium on Switching and Automata Theory", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rosenkrantz D., P. Lewis (1970) \"Deterministic Left-Come/\" Parser\", 1EEE Conference record of the 111h Annual Symposium on Switching and Automata Theory.", "links": null }, "BIBREF24": { "ref_id": "b24", "title": "Direct parsing of ID/LP grammars", "authors": [ { "first": "S", "middle": [], "last": "Shieber", "suffix": "" } ], "year": 1984, "venue": "Linguistics and Philosophy", "volume": "7", "issue": "", "pages": "135--154", "other_ids": {}, "num": null, "urls": [], "raw_text": "Shieber S. (1984) \"Direct parsing of ID/LP grammars\", Linguistics and Philosophy, 7, 135-154.", "links": null }, "BIBREF25": { "ref_id": "b25", "title": "A Simple Reconstruction of GPSG", "authors": [ { "first": "S", "middle": [], "last": "Shieber", "suffix": "" } ], "year": 1986, "venue": "COLING", "volume": "86", "issue": "", "pages": "211--216", "other_ids": {}, "num": null, "urls": [], "raw_text": "Shieber S. (1986) \"A Simple Reconstruction of GPSG\", COLING 86: 211-5.", "links": null }, "BIBREF26": { "ref_id": "b26", "title": "From Feature Bundles to Abstract Data Types: New Directions in the Representation and Processing of Linguistic Knowledge", "authors": [ { "first": "I", "middle": [ "I" ], "last": "Uszkoreit", "suffix": "" } ], "year": 1988, "venue": "", "volume": "", "issue": "", "pages": "31--64", "other_ids": {}, "num": null, "urls": [], "raw_text": "Uszkoreit, II. (1988) \"From Feature Bundles to Abstract Data Types: New Directions in the Representation and Processing of Linguistic Knowledge\", in [Bl~er 88]: 31-64.", "links": null } }, "ref_entries": { "FIGREF0": { "type_str": "figure", "num": null, "uris": null, "text": "derivation is a non-detenninistic process possibility of null transition (rules with empty righthand sides), permitting large structures with few \"supporting\" terminals -" }, "FIGREF1": { "type_str": "figure", "num": null, "uris": null, "text": "right-hand side of a rule: RHS(r) = {t, ci ..... cj } (3) reduced right-hand side of a rule: RHS'(r) = {ci ..... cj } (4) rule inclusion (noted ~) let rl, r2 e R, rl ~_ r2 iff LHS(rl ) = LtlS(r2), head(r1) = head(r2) and RIlS-(rl ) ~_ RHS-(r2 ) We define a rule clustering function F from R to R as follows:F(r)={r i E R / r i ~r vr ~ri} Hence, ,an extensive D-rule is define as follows : let r e R, r is an extensive ID-rule iff V r' ~ F(r) , r' ~ r" }, "FIGREF2": { "type_str": "figure", "num": null, "uris": null, "text": "Peter walks down the street." }, "FIGREF3": { "type_str": "figure", "num": null, "uris": null, "text": "Categorization : N . V . Prep. Det . N" } } } }