| { |
| "paper_id": "J99-3006", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:46:58.672291Z" |
| }, |
| "title": "Beyond Grammar: An Experience-based Theory of Language", |
| "authors": [ |
| { |
| "first": "Rens", |
| "middle": [], |
| "last": "Bod", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "(University of Amsterdam", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "AT&T Labs-Research", |
| "institution": "", |
| "location": {} |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "", |
| "pdf_parse": { |
| "paper_id": "J99-3006", |
| "_pdf_hash": "", |
| "abstract": [], |
| "body_text": [ |
| { |
| "text": "Over the past few years, Rens Bod and other researchers have investigated Data Oriented Parsing (DOP) approaches to statistical parsing. This book gives theoretical background, algorithms, and evaluation of DOP models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "So what is DOP? The book's initial definition (page 6) is as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In accordance with the general DOP architecture outlined by (Bod 1995b) , a particular DOP model is described by specifying settings for the following four parameters: (1) a formal definition of a well-formed representation for utterance-analyses; (2) a definition of the fragments of the utterance-analyses that may be used as units in constructing an analysis of a new utterance; (3) a set of composition operations by which such fragments may be combined; and (4) a probability model that indicates how the probability of a new utterance analysis is computed on the basis of the fragments that combine to make it up.", |
| "cite_spans": [ |
| { |
| "start": 60, |
| "end": 71, |
| "text": "(Bod 1995b)", |
| "ref_id": null |
| }, |
| { |
| "start": 248, |
| "end": 251, |
| "text": "(2)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Bod goes on to say:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We hypothesize that human language processing can be modeled as a probabilistic process that operates on a corpus of representations of past language experiences, but we leave open how the utteranceanalyses in the corpus are represented, how fragments of these utteranceanalyses may be combined, and what the details of the probabilistic calculations are.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "These definitions are perhaps too general to be useful; in fact, they are probably general enough to include all statistical parsing models in the literature. Fortunately, an earlier passage (page 5) gives a better idea of the flavor of the approaches in the book and in previous work by Bod:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We should not constrain or predefine the productive units beforehand, but take all, arbitrarily large fragments of (previously experienced) utteranceanalyses as possible units and let the statistics decide.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "This philosophy is what really distinguishes DOP from other approaches. Given a corpus, all subtrees seen in that corpus, regardless of size, are taken to form a grammar-thus the models are sensitive to counts of fragments that vary in size from single context-free rules to entire sentence-tree pairs. The DOP methods share a common method for estimating probabilities attached to these fragments, and Monte-Carlo style parsing algorithms to search for the most likely tree. For the rest of this review, I'll take the term \"DOP\" to refer to this narrower definition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Chapter 2 describes a first model, DOP1. The underlying grammar is a Tree Substitution grammar (TSG) (a restricted form of Tree Adjoining Grammar [Joshi 1987]) ; the grammar is a set of elementary trees, with substitution used to combine trees to give a derivation for a complete parse tree. The grammar is made up of all subtrees seen in a treebank of sentence-tree pairs. The key innovation of DOP is to remain relatively agnostic about the derivation underlying a tree in the corpus: the approach assumes that all TSG derivations could have produced the tree, and that the probability of a tree is calculated by summing over all derivations underlying the tree. The result is that counts of tree fragments of a wide range of sizes are considered: everything from counts of single-level rules (as in a Stochastic Context-Free Grammar) to counts of entire trees (where a tree-sentence pair is derived in a single step). Thus the model has the potential to be sensitive to the frequency of large tree fragments, while remaining relatively robust, thanks to the smoothing effects of counts of small fragments. Chapter 3 describes some formal results regarding the relationship between DOP1 and SCFGs, and a more qualitative comparison to other models in the literature.", |
| "cite_spans": [ |
| { |
| "start": 146, |
| "end": 159, |
| "text": "[Joshi 1987])", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Content", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Chapter 4 describes parsing algorithms for the DOP1 model. Efficient parsing is difficult, for a couple of reasons. First, the inclusion of all tree fragments leads to a very large grammar. Second, calculation of a tree's probability requires summation over an exponential number of derivations for a tree, rather than a (simpler) dynamic programming search for a single most likely derivation. Bod describes a relatively efficient Monte-Carlo-style method that samples derivations--given sufficient samples, the highest probability tree will, with high probability, be sampled most often.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Content", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Chapter 5 goes on to evaluate the model on the ATIS sentences in the Penn Treebank (Marcus, Santorini, and Marcinkiewicz 1993) . Most importantly, the impact of a number of restrictions on the model is tested: the effect of searching for the single most likely derivation, rather than summing over derivations to calculate the probability of a tree; the effect of imposing a varying limit on the number of lexical items in any elementary tree; the effect of limiting the depth of trees; the effect of excluding low-frequency trees; and finally, the effect of excluding trees that do not include head words. All of the results suggest that any restriction on the elementary trees included in the grammar results in a decrease in parsing performance.", |
| "cite_spans": [ |
| { |
| "start": 83, |
| "end": 126, |
| "text": "(Marcus, Santorini, and Marcinkiewicz 1993)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Content", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The next few chapters extend DOP1 in various ways. Chapters 6 and 7 describe two new models--DOP2 and DOP3--that extend DOP1 to parse sentences with unknown words. Unfortunately the approaches have some problems: there is a further increase in grammar size, which causes the size of tree fragments to be limited for the sake of parsing efficiency; and the methods do not take into account the affixes or other spelling features of unknown words--these features are well known to be useful when dealing with unknown words (Weischedel et al. 1993) . Chapter 8 extends the approach to corpora that include lambda-calculus-style semantics. Chapter 9 describes an application to the OVIS dialogue domain: the method uses an approach similar to DOP1, but extended to treat trees with semantic annotation; the approach is also extended to parse word lattices that summarize multiple possible outputs from a speech recognizer.", |
| "cite_spans": [ |
| { |
| "start": 521, |
| "end": 545, |
| "text": "(Weischedel et al. 1993)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Content", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Finally, chapter 10--joint work with Ronald Kaplan--describes a model for Lexical Functional Grammar (LFG-DOP). The approach assumes a corpus of LFG analyses (each analysis consists of a c-structure, an f-structure, and a mapping ~6 between them). The chapter concentrates on the problem of how to break LFG representations down into smaller units to form a grammar, how to compose these units within a derivation, and how to define probabilities associated with LFG structures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Content", |
| "sec_num": "2." |
| }, |
| { |
| "text": "A concern with the approach is the efficiency of parsing algorithms for DOP models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Criticism", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The algorithm runs in time N x O(Gn3), where N is the number of derivations sampled per sentence (N = 100 in the ATIS experiments1), G is the size of the grammar, and n is the length of the sentence. The main problem is that G can be very large, as it comprises all distinct subtrees seen in the corpus; Bod reports that the method takes more than 18 hours to parse 75 ATIS sentences. In the later experiments involving unknown words (DOP2 and DOP3) efficiency considerations mean that trees have to be restricted to at most depth 3, a restriction which is shown to be suboptimal in Chapter 5. In the OVIS domain, where the method parses word lattices, the Monte-Carlo approach is abandoned altogether; instead a Viterbi search for the most likely derivation is carried out even though OVIS sentences are an average of only 4.6 words in length. These problems raise a general question of whether the approach can be scaled to larger domains--in work on the Penn Wall Street Journal Treebank, for example, sentences are significantly longer, and the grammar will be vastly larger. The grammar size will be strongly related to the number of training sentences, and approaches on WSJ have typically used around 40,000 training data sentences; Bod uses 675 sentences of training in the ATIS domain.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Criticism", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Perhaps due to efficiency problems, in the major sections on evaluation of the models---Chapters 5, 6, and 7--different variations of the model are evaluated and compared using a single test set of 75 sentences. This raises questions about the statistical significance of the results: in many cases different configurations give results that differ by a few percentage points in accuracy, corresponding to a difference of only two or three parse trees.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Criticism", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Given the problems with efficiency, what advantages does DOP offer? Bod argues throughout the book that counts of large substructures are important, culminating in the conclusion that we emphasize the most important outcome, namely that any systematic restriction of the fragments seems to jeopardize the statistical dependencies that are needed for predicting the appropriate structure of a sentence .... If this outcome is generally true, it has important consequences for linguistic theory.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Criticism", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Unfortunately there may be a simpler explanation for the effects that Bod describes. Results in Chapter 5 do show that parsing accuracy increases with increasing fragment depth. But this gain may be due to the model becoming sensitive to the influence of lexical heads higher in the tree (for example, most dependencies between headwords require fragments of depth 3 before they are counted; many would require depths of 4 or more). In this case, approaches that instead extend the influence of lexical heads by annotating nonterminals with headwords capture these effects while retaining efficient parsing algorithms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Criticism", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The book claims that other methods fail to capture the influence of nonheadwords, but the experiments fail to isolate the cases where the DOP approach differs from other approaches. 2 Unlike other approaches, DOP does capture dependencies between nonheadwords such as nearby and to in nearby airports to Atlanta, but the book does not give experiments isolating the contribution of these kinds of dependencies. (The important experiment, it seems, is to try the model with the elimination of all fragments containing two or more nonheadwords.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Criticism", |
| "sec_num": "3." |
| }, |
| { |
| "text": "As a final point, I would be negligent if I didn't warn the reader that there is a fair amount of bombast to wade through: from the preface of the book (\"It has been argued that this outcome has important consequences for linguistic theory, leading to an entirely new view of the nature of linguistic competence\"); through the introductory sections (\"The resulting model also offers a new view of the nature of linguistic competence and the relationship between linguistic theory and models of performance\"); to the perhaps overstated title of the conclusion (\"Linguistics revisited\"). The problems with parsing efficiency, and the limited evaluation of the approach, raise questions about the importance of the work within the statistical parsing literature: I found that the over-hyping of the work's relevance to linguistics in general quickly became irritating.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Criticism", |
| "sec_num": "3." |
| }, |
| { |
| "text": "I would recommend this book to readers who are interested in statistical parsing--the DOP approach is interesting and original. The book's main value is in the thorough discussion of the models, experiments, and examples where DOP differs from other approaches. The reader should, however, be wary of the limitations of the approach and its evaluation. For somebody familiar with the statistical parsing literature, the book should be informative, if sometimes clearly off the mark. For a newcomer to statistical parsing, parts may be badly misleading. I would recommend strongly that Chapter 4 of Goodman (1998) be read in tandem with the book: it offers further experimentation, useful algorithms, and a rather more critical look at DOP models.", |
| "cite_spans": [ |
| { |
| "start": 598, |
| "end": 612, |
| "text": "Goodman (1998)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Goodman (1998, Chapter 4) gives convincing arguments that N is likely to increase exponentially with the length of the sentence n, further exacerbating efficiency problems. Similar arguments would suggest that N is also exponential in the grammar size G. Goodman also describes an algorithm equivalent to Bod's that runs in N x O(Gn 2) time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "I would like to thank Steve Abney and Adwait Ratnaparkhi for helpful comments on an earlier draft of this review.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Statistical parsing with a context-free grammar and word statistics", |
| "authors": [ |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the Fourteenth National Conference on Artificial Intelligence (AAAI-97)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charniak, Eugene. 1997. Statistical parsing with a context-free grammar and word statistics. Proceedings of the Fourteenth National Conference on Artificial Intelligence (AAAI-97), AAAI Press/MIT Press, Menlo Park.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Three generative, lexicalised models for statistical parsing", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 35th Annual Meeting of the Association for Computational Linguistics and 8th Conference of the European Chapter of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "16--23", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Collins, Michael. 1997. Three generative, lexicalised models for statistical parsing. In Proceedings of the 35th Annual Meeting of the Association for Computational Linguistics and 8th Conference of the European Chapter of the Association for Computational Linguistics, Madrid, pages 16-23.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Probabilistic feature grammars", |
| "authors": [ |
| { |
| "first": "Joshua", |
| "middle": [], |
| "last": "Goodman", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the Fifth International Workshop on Parsing Technologies (IWPT-97)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Goodman, Joshua. 1997. Probabilistic feature grammars. In Proceedings of the Fifth International Workshop on Parsing Technologies (IWPT-97) , Boston. Goodman, Joshua. 1998. Parsing Inside-Out. Doctoral dissertation, Department of Computer Science, Harvard University.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Introduction to tree adjoining grammars", |
| "authors": [ |
| { |
| "first": "Aravind", |
| "middle": [], |
| "last": "Joshi", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Mathematics of Language", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joshi, Aravind. 1987. Introduction to tree adjoining grammars. In Mathematics of Language (ed. Alexis Manaster-Ramer),", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Collins (1997), and Goodman (1997) do include counts of \"intuitively silly subtrees with just one non-head word\": they appear in the backed-off statistics", |
| "authors": [], |
| "year": 1997, |
| "venue": "Contrary to Bod's arguments, methods such as those of Charniak", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Contrary to Bod's arguments, methods such as those of Charniak (1997), Collins (1997), and Goodman (1997) do include counts of \"intuitively silly subtrees with just one non-head word\": they appear in the backed-off statistics. These counts are likely to be important, allowing the models to make the generalization, for example, that a particular preposition typically modifies noun or verb phrases regardless of the identity of the head noun or head verb.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Building a large annotated corpus of English: The Penn Treebank", |
| "authors": [ |
| { |
| "first": "Mitchell", |
| "middle": [ |
| "P" |
| ], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "Beatrice", |
| "middle": [], |
| "last": "Santorini", |
| "suffix": "" |
| }, |
| { |
| "first": "Mary", |
| "middle": [ |
| "Ann" |
| ], |
| "last": "Marcinkiewicz", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "313--330", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marcus, Mitchell P., Beatrice Santorini, and Mary Ann Marcinkiewicz. 1993. Building a large annotated corpus of English: The Penn Treebank. Computational Linguistics, 19(2): 313-330.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Coping with ambiguity and unknown words through probabilistic models", |
| "authors": [ |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Weischedel", |
| "suffix": "" |
| }, |
| { |
| "first": "Marie", |
| "middle": [], |
| "last": "Meteer", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| }, |
| { |
| "first": "Lance", |
| "middle": [], |
| "last": "Ramshaw", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Palmucci", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "359--382", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Weischedel, Ralph, Marie Meteer, Richard Schwartz, Lance Ramshaw, and Jeff Palmucci. 1993. Coping with ambiguity and unknown words through probabilistic models. Computational Linguistics 19(2): 359-382.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "He recently completed his Ph.D. thesis at the University of Pennsylvania on Head-Driven Statistical Models for Natural Language Parsing. Collins's address is: AT&T Labs-Research, Rm A-253", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Collins is a member of the Machine Learning and Information Retrieval research group at AT&T Labs-Research. He recently completed his Ph.D. thesis at the University of Pennsylvania on Head-Driven Statistical Models for Natural Language Parsing. Collins's address is: AT&T Labs- Research, Rm A-253, Shannon Laboratory, 180 Park Avenue, Florham Park, NJ 07932; e-mail: mcollins@research.att.com", |
| "links": null |
| } |
| }, |
| "ref_entries": {} |
| } |
| } |