|
{ |
|
"paper_id": "W94-0105", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T04:46:52.706031Z" |
|
}, |
|
"title": "Parsing with Principles and Probabilities", |
|
"authors": [ |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Fordham", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "SCS Research Group", |
|
"institution": "University of Surrey Guildford Surrey", |
|
"location": { |
|
"postCode": "GU2 5XH", |
|
"country": "UK" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper is an attempt to bring together two approaches to language analysis. The possible use of probabilistic information in principle-based grammars and parsers is considered, including discussion on some theoretical and computational problems that arise. Finally a partial implementation of these ideas is presented, along with some preliminary results from testing on a small set of sentences.", |
|
"pdf_parse": { |
|
"paper_id": "W94-0105", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper is an attempt to bring together two approaches to language analysis. The possible use of probabilistic information in principle-based grammars and parsers is considered, including discussion on some theoretical and computational problems that arise. Finally a partial implementation of these ideas is presented, along with some preliminary results from testing on a small set of sentences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Both principle-based parsing and probabilistic methods for the analysis of natural language have become popular in the last decade. While the former borrows from advanced linguistic specifications of syntax, the latter has been more concerned with extracting distributional regularities from language to aid the implementation of NLP systems and the analysis of corpora.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "These symbolic and statistical approaches axe beginning to draw together as it becomes clear that one cannot exist entirely without the other: the knowledge of language posited over the years by theoretical linguists has been useful in constraining and guiding statistical approaches, and the corpora now available to linguists have resurrected the desire to account for real language data in a more principled way than had previously been attempted.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This paper falls directly between these approaches, using statistical information derived from corpora analysis to weight syntactic analyses produced by a 'principles and parameters' parser. The use of probabilistic information in principle-based grammars and parsers is considered, including discussion on some theoretical and computational problems that arise. Finally a paxtial implementation of these ideas is presented, along with some preliminary results from testing on a small set of sentences. Little work has been done on the complexity of algorithms used to parse with a principle-based grammar, since such grammars do not exist as accepted mathematically well-defined constructs. It has been estimated that in general, principle-based parsing can only be accomplished in exponential time, i.e. 0(2\") [Berwick and Weinberg1984, Weinberg19881.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A feature of principle-based grammars is their potential to assign some meaningful representation to a string which is strictly ungrammatical. It is an inherent feature of phrase structure grammars that they classify the strings of words from a language into two (infinite) sets, one containing the grammatical strings and the other the ungrammatical strings. Although attempts have been made to modify PS grammars/parsers to cope with extragrammatical input, e.g. [Carbonell and Hayes1983, Douglas and Dale1992, Jensen et al.1983 , this is a feature which has to be 'added on' and tends to affect the statement of the grammar.", |
|
"cite_spans": [ |
|
{ |
|
"start": 465, |
|
"end": 530, |
|
"text": "[Carbonell and Hayes1983, Douglas and Dale1992, Jensen et al.1983", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Due to the lack of an accepted formalism for the specification of prindple-based grammars, Crocker and Lewi, [Crocker and Lewin1992] define the declarative 'Proper Branch' formalism, which can be used with a number of different parsing methods. A proper branch is a set of three nodes --a mother and two daughters --which are constructed by the parser, using a simple mechanism such as a shift-reduce interpreter, and then 'licensed' by the principles of grammar. A complete phrase marker of the input string can then be constructed by following the manner in which the mother node from one proper branch is used as a daughter node in a dominating proper branch.", |
|
"cite_spans": [ |
|
{ |
|
"start": 109, |
|
"end": 132, |
|
"text": "[Crocker and Lewin1992]", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Eadl proper branch is a binary branching structure, and so all grammatical constraints will need to be encoded locally. Crocker [Crocker19921 develops \"a 'representational' reformulation of the transformational model which decomposes syntactic analysis into sew,.ral representation types --including phrase structure, chains, and coindexation --allowing one to maintain the strictly local characterisation of prindples with respect to their relevant representation types,\" [Crocker and Lewin1992, p. 511] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 473, |
|
"end": 504, |
|
"text": "[Crocker and Lewin1992, p. 511]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "By using the proper branch method of axiomatising the grammar, the structure building section of the parser is only constrained in that it must produce proper branches; it is therefore possible to experiment with different interpreters (i.e. structure proposing engines) while keeping the grammar constant.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A small principle-based parser was built, following the proper branch formalism developed in [Crocker and Lewin1992] . Although the grammar is very limited, the use of probabilities in ranking the [mrscr's output can be seen as a first step towards implementing a principle-based parser using a more fully specified collection of grammar modules. The grammar is loosely based on three modules taken from Government-Binding Theory --X-bar theory, Theta Theory and Case Theory. Although these embody the spirit of the constraints found in Choresky [Chomsky1981] they are not intended to be entirely faithful to this specification of syntactic theory. There is also only a single level of representation (which is explicitly constructed for output purposes but not consulted by the parser). This representation is interpreted as S-structure.", |
|
"cite_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 116, |
|
"text": "[Crocker and Lewin1992]", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Explanations of the knowledge contained within each grammar principle is given in the following sections. Theory X-bar Theory uses a set of schemata to license local subtmes. We use a parametrised version of the X-bar schemata, similar to that of Muysken [Muysken1983] , but employing features which relate to the state of the head word's theta grid to give five schemata (figure 2) . A .ode includes the following features (among others):", |
|
"cite_spans": [ |
|
{ |
|
"start": 255, |
|
"end": 268, |
|
"text": "[Muysken1983]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "1. X= 2. xS+ 3. X_ s 4. X s _ 5. X s _ Figure ~Y2 X + _ ~X~ Y+ ~XS+ y_- ---,X s Y= ~y_-X s - 2:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The X-bar Schemata 1. Category: the standard category names are employed. 2. Specifier (SPEC): this feature spedfies whether the word at the head of the phrase being built requires a spech%r. 3. Complement (COMP): the complement feature is redundant in that the information used to derive it's value is already present in a word's there grid, and will therefore be checked for well-formedness by the theta criterion. Since this information is not referenced until later, the COMP feature is used to limit the number of superfluous proper-branches generated by the parser. 4. The head (i.e. lexical item) of a node is carried on each projection of that node along with its theta grid. The probabilities for occurrences of the X-bar schema were obtained from sentences from the preliminary Penn Tmebank corpus of the Wall Street Journal, chosen because of their length and the head of their verb phrase (i.e. the main verbs were all from the set for which theta role data was obtained); the examples were manually parsed by the authors.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The probabilities were calculated using the following equation, where X~: --~ Y~## Z~s~ is a specific schema, X is the set of X-bar schemata and A and B and C are variables over category, SPEC and COMP feature bundles:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "c, z&) z P(X~ \u2022 zS'Ixcb, ) = C(A ~ B C) (I)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This is different to manner in which probabilities are collected for stochastic context-free grammars, where the identity of the mother node is taken into account, as in the equation below:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "c(x : r s' -c,Z&) P(xcS: ~ YcI' ZcS: Ix) = C(X~: --~ B (2) C)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This would result in misleading probabilities for the Xbar schemata since the use of schemata (3), (4), and (5) would immediately bring down the probability of a parse compared to a parse of the same string which happened to use only (1) and (2).* *The probabilities for (1) and (2) would be I as they have unique mothers.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The overall (X-bar) likelihood of a parse can then be computed by multiplying together all the probabilities obtaim:d from each application of the schemata, in a manner analogous to that used to obtain the probability of a phrase marker generated by an SCFG. Using the schemata in this way suggests that the building of structure is category independent, i.e. it is just as likely that a verb will have a (filled) specifier position as it is for a noun. The work on stochastic context-free grammars suggests a different set of results, in that the specific categories involved in expansions are all important. While SCFGs will tend to deny that all categories expand in certain ways with the same probabilities, they make this claim while using a homogeneous grammar formalism. When a more modular theory is employed, the source of the supposedly category specific information is not as obvious. The use of lexical probabilities on specifier and complement co-occurrence with specific heads (i.e. lexical items) could exihibit properties that appear to be category specific, but are in fact caused by common properties which are shared by lexical items of the same category. 2 Since it can be argued that the probabilistic information on lexical items will be needed independently, there is no need to use category specific information in assigning probabilities to syntactic configurations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Theta Theory Theta theory is concerned with the assignment of an argument structure to a sentence. A verb has a number of the thematic (or 'theta') roles which must be assigned to its arguments, e.g. a transitive verb has one theta role to 'discharge' which must be assigned to an NP.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "If a binary branching formalism is employed, or indeed any formalism where the arguments of an item and the item itself are not necessarily all sisters, the problem of when to access the probability of a theta application is presented. The easiest method of obtaining and applying theta probabilities will be with reference to whole theta grids. Each theta grid for a word will be assigned a probability which is not dependent on any particular items in the grid, but rather on the occurrence of the theta grid as a whole.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "A preliminary version of the Penn Treebenk bracketed corpus was analysed to extract information on the sisters of particular verbs. Although the Penn Treebank data is unreliable since it does not always distinguish complements from adjuncts, it was the only suitable parsed corpus to which the authors had access. Although the distinction between complements and adjuncts is a theoretically interesting one, the process of determining which constructions fill which functional roles in the analysis of real text often creates a number of problems (see [Hindle and Rooth1993] for discussion 2It is of course possible to store these cross-item similarities as lexical rules [Bresnan1978] , but this alone does not entail that the properties axe specific to a category, cff. the theta grids of verbs and their ~related' nouns.", |
|
"cite_spans": [ |
|
{ |
|
"start": 552, |
|
"end": 574, |
|
"text": "[Hindle and Rooth1993]", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 672, |
|
"end": 685, |
|
"text": "[Bresnan1978]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "on this issue regarding output of the Fidditch parser [Hindle1993] ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 54, |
|
"end": 66, |
|
"text": "[Hindle1993]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The probal)ilities for em'h of tim verbs' thcta t;l'hls were calculated using the equati~ m bch Jw, w her(, I '(s, It,) is the probability of the theta grid st occurring with thc verb v, (v, si) is an occurrence of the items in si being licensed by v, and S ranges over all theta gr!ds for v:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "C(v,s,) PCsdv) = CCv,S) (3)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Case Theory In its simplest form, Case theory invokes the Case filter to ensure that all noun phrases in a parse are assigned (abstract) case. Case theory differs from both X-bar and Theta theory in that it is category specific: only NPs require, or indeed can be assigned, abstract case. If we are to implement a probabilistic version of a modular grammar theory incorporating a Case component, a relevant question is: are there multiple ways of assigning Case to noun phrases in a sentence? i.e. can ambiguity arise due to the presence of two candidate Case assigners?", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Case theory suggests that the answer to this is negative, since Case assignment is linked to theta theory via visibility, and it is not possible for an NP to receive more than one theta role. As a result, the use of Case probabilities in a parser would be at best unimportant, since some form of ambiguity is needed in the module, i.e. it is possible to satisfy the Case filter in more than one way, for probabilities associated with the module to be of any use. While having a provision for using probabilities deduced from Case information, the implemented parser does not in fact use Case in its parse ranking operations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Grammar and Parser", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The use of a heterogeneous grammar formalism and multiple probabilities invokes the problem of their combination. There are at least two ways in which each mother's probabilities can be calculated; firstly, the probability information of the same type can be used: the daughters' X-bar probabilities alone could be used in calculating the mother's X-bar probability. Alternatively, a combination of some or all of the daughters' probability features could be employed, thus making, e.g., the X-bar probability of the mother dependent upon all the stochastic information from the daughters, including theta and Case probabilities, etc.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Local Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The need for a method of combining the daughter probabilities into a useful figure for the calculation of the mother probabilities is likely to involve trial and error, since theory thus far has had nothing to say on the subject. The former method, using only the relevant daughter probabilities, therefore seems to be the most fruitful path to follow at the outset, since it does not require a way of integrating probabilities from different modules while the parse is in progress, nor is it ~m computationally expensive.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Local Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The manner in which the global probability is calct!latcd will be partly dependent upon the information ~'ontained in the local probability calculations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Global Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "If the probabilities for partial analyses have been calculated using only probabilities of the same types from the subanalyses -e.g. X-bar, Theta --the probabilities at the top level will have been calculated using informationally distinct figures. This has the advantage of making 'pure' probabilities available, in that the X-bar probability will reflect the likelihood of the structure alone, and will be 'uncontaminated' by any other information. It should then be possible to experiment with different methods of combining these probabilities, other than the obvious 'multiplying them together' techniques, which could result in one type of pr~babililty emerging as the most important.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Global Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "On the other hand, if probabilities calculated during the parse take all the different types of probabilities into account at each calculation --i.e. the X-bar, theta, (~tc. probabilities on daughters are all taken into account when calculating the mother's X-bar probability --the probabilities at the top level will not be pure, and a lot of the information contained in them will be redundant since they will share a large subset of the probabilities used in their separate calculations. It will not therefore be c~asy to gain theoretical insight using these statistics, and their most profitable method of combination is likely tt~ be more haphazard affair than when more pure probabilities are used.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Global Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The parser used in testing employed the first method and therefore produced separate module probabilities for each node. For the lack of a.better, theoretically motivated method for combining these figures, the product of the probabilities was taken as the global probability for each parse.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Global Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Testing the Parser The parser was tested using sixteen sentences containing verbs for which data had been collected from the Penn Treebank corpus. The sentences were created by the authors to exhibit at least a degree of ambiguity when it came to attaching a post-verbal phrase as an adjunct or a complement. In order to force the choice of the 'l)est' parse on to the verb, the probabilities of theta grids for nouns, prepositions, etc. was kept constant.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Global Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Of these 16 highest ranked parses, 7 are the expected parse, with the other 9 exhibiting some form of misattachment. The fact that each string received multipie parses (the mean number of analyses being 9.135, ~md the median, 6) suggests that the probabilistic information did favourably guide the selection of a single amdysis.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Global Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "It is not really possible to say from these results how successful the whole approach of probabilistic principlebased parsing would be if it were fully implemented. The inconclusive nature of the results obtained was due to a number of limiting factors of the implementation including the simplicity of the grammar and the lack of available data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Global Calculation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The grammar employed is a partial characterisation of Chomsky's Government-Binding theory [Chomsky1981, Chomsky1986] and only takes account of very local constralnts (i.e. X-bar, Theta and Case); a way of encoding all constraints in the proper branch formalism (e.g. [Crocker1992] ) will be needed before a grammar of sufficient coverage to be useful in corpora analysis can be formulated. The problem with using results obtained from the implementation given here is that the grammar is sufficiently underspecified and so leaves too great a task for the probabilistic information.", |
|
"cite_spans": [ |
|
{ |
|
"start": 90, |
|
"end": 116, |
|
"text": "[Chomsky1981, Chomsky1986]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 267, |
|
"end": 280, |
|
"text": "[Crocker1992]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Limitations of the Grammar", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This approach could be viewed as putting the cart before the horse; the usefulness of stochastic information in parsers presumes that a certain level of accuracy can be achieved by the grammar alone. While GB is an elegant theory of cognitive syntax, it has yet to be shown that such a modular characteristion can be successfully employed in corpus analysis.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Limitations of the Grammar", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The use of the preliminary Penn Treebank corpus for the extraction of probabilities used in the implementation above was a choice forced by lack of suitable materials. There are still very few parsed corpora available, and none that contain information which is specified to the level required by, e.g., a GB grammar. While this is not an absolute limitation, in that it is theoretically possible to extract this information manually or semiautomatically from a corpus, time constraints entailed the rejection of this approach.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Statistical Data and their Source", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "It would be ultimately desirable if the use of probabilities in principle-based parsing could be used to mirror the way that a syntactic theory such as Government-Binding handles constructions --various modules of the grammar conspire to rule out illegal structures or derivations. It would be an elegant result if a construction such as the passive were to use probabilities for chains, Case assignment etc. to select a parse that reflected the lexical changes that had been undergone, e.g. the greater likelihood of an NP featuring in the verb!s theta grid. It is this property of a number of modules working hand in hand that needs to be carried over into the probabilistic domain.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Statistical Data and their Source", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The objections that linguists once held against statistical methods are disappearing slowly, partly due to results in corpora analysis that show the inadequacy of linguistic theory when applied to naturally occurring data. It is also the case that the rise of the connectionist phoenix has brought the idea of weighted (though not strictly probabilistic) functions of cognition back to the fore, freeing the hands of linguists who believe that while an explanatorily adequate theory of grammar is an elegant construct, its human implementation, and its usage in computational linguists may not be straight forward. This paper has hopefully shown that an integration of statistical methods and current linguistic theory is a goal worth pursuing.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Statistical Data and their Source", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "The Grammatical Basis of Linguistic Performance: Language Use and Acquistion", |
|
"authors": [ |
|
{ |
|
"first": "Weinberg1984] Robert Cregar", |
|
"middle": [], |
|
"last": "Berwick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Amy", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Weinberg", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1984, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "and Weinberg1984] Robert Cregar Berwick and Amy S. Weinberg. 1984. The Grammatical Basis of Linguistic Performance: Language Use and Ac- quistion. MIT Press.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Recovery strategies for parsing extragrammatical language", |
|
"authors": [ |
|
{ |
|
"first": "Joan", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Bresnan ; Jaime", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Carbonell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Philip", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Hayes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1978, |
|
"venue": "Linguistic Theory and Psychological Reality", |
|
"volume": "9", |
|
"issue": "", |
|
"pages": "123--146", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joan. W. Bresnan. 1978. A realistic transformational grammar. In M. Halle, J. Bresnan, and G. Miller, editors, Linguistic Theory and Psy- chological Reality. MIT Press, Cambridge, MA. [CarboneU and Hayes1983] Jaime G. Carbonell and Philip J. Hayes. 1983. Recovery strategies for pars- ing extragrammatical language. American Journal of Computational Linguistics, 9(3-4):123-146, July- December.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Lectures on Government and Binding", |
|
"authors": [ |
|
{ |
|
"first": "Noam", |
|
"middle": [], |
|
"last": "Chomsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1981, |
|
"venue": "Studies in Generative Grammar", |
|
"volume": "", |
|
"issue": "9", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Noam Chomsky. 1981. Lectures on Government and Binding. Studies in Generative Grammar No. 9. Foris, Dordrecht.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Knowledge of Language: Its Nature, Origin, and Use", |
|
"authors": [ |
|
{ |
|
"first": "Noam", |
|
"middle": [], |
|
"last": "Chomsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1986, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Noam Chomsky. 1986. Knowledge of Language: Its Nature, Origin, and Use. Convergence. Praeger, New York.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Parsing as deduction: Rules versus principles", |
|
"authors": [ |
|
{ |
|
"first": "[", |
|
"middle": [], |
|
"last": "Crocker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lewin1992] Matthew Walter", |
|
"middle": [], |
|
"last": "Crocker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ian", |
|
"middle": [], |
|
"last": "Lewin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "ECAI 92. lOth European Conference on Artificial Intelligence", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "508--512", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "[Crocker and Lewin1992] Matthew Walter Crocker and Ian Lewin. 1992. Parsing as deduction: Rules versus principles. In B. Neumann, editor, ECAI 92. lOth European Conference on Artificial Intelligence, pages 508-512. John Wiley and Sons, Ltd.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A Logical Model of Competence and Performance in the Human Sentence Processor", |
|
"authors": [ |
|
{ |
|
"first": "Matthew", |
|
"middle": [ |
|
"Walter" |
|
], |
|
"last": "Crocker", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matthew Walter Crocker. 1992. A Log- ical Model of Competence and Performance in the Human Sentence Processor. Ph.D. thesis, Dept. Ar- tificial Intelligence, University of Edinburgh.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Towards robust PATR", |
|
"authors": [ |
|
{ |
|
"first": "Dale1992] Shona", |
|
"middle": [], |
|
"last": "Douglas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [], |
|
"last": "Douglas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Dale", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proceedings of the fifteenth International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "468--474", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "[Douglas and Dale1992] Shona Douglas and Robert Dale. 1992. Towards robust PATR. In Ch. Boitet, ed- itor, COLING-9~, Proceedings of the fifteenth Inter- national Conference on Computational Linguistics, pages 468-474.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Structural ambuiguity and lexical relations", |
|
"authors": [ |
|
{ |
|
"first": "Rooth1993] Donald", |
|
"middle": [], |
|
"last": "Hindle", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mats", |
|
"middle": [], |
|
"last": "Rooth", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Computational Linguistics", |
|
"volume": "", |
|
"issue": "1", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "and Rooth1993] Donald Hindle and Mats Rooth. 1993. Structural ambuiguity and lexical relations. Computational Linguistics, 19(1).", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Parse fitting and prose fixing: Getting a hold on ill-formedness", |
|
"authors": [ |
|
{ |
|
"first": "Donald", |
|
"middle": [], |
|
"last": "Hindle", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": ";", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Jensen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "G", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Heidborn", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Miller", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "R~vin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "American Journal of Computational Linguistics", |
|
"volume": "9", |
|
"issue": "3-4", |
|
"pages": "147--160", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Donald Hindle. 1993. A parser for text corpora. In 13. T. S. Atkins and A. Zampolli, editors, Computational Approaches to the Lexicon. [Jensen et al.1983] K. Jensen, G. E. Heidborn, L. A. Miller, and Y. R~vin. 1983. Parse fitting and prose fixing: Getting a hold on ill-formedness. American Journal of Computational Linguistics, 9(3-4):147- 160, July-December.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Some chart-based techniques for parsing ill-formed input", |
|
"authors": [ |
|
{ |
|
"first": "Christopher", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Mellish", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christopher S. Mellish. 1989. Some chart-based techniques for parsing ill-formed input.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Proceedings of the $Tth Annual Meeting of the Association for Computational Linguistics", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "102--109", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "In Proceedings of the $Tth Annual Meeting of the As- sociation for Computational Linguistics, pages 102- 109.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Paramctcrizing the notion of head", |
|
"authors": [ |
|
{ |
|
"first": "Pieter", |
|
"middle": [], |
|
"last": "Muysken", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "Journal of Linguistic Research", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "57--76", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pieter Muysken. 1983. Paramctcrizing the notion of head. Journal of Linguistic Research, 2:57-76.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Mathematical properties of grammars", |
|
"authors": [ |
|
{ |
|
"first": "Amy", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Weinberg", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Linguistics: the Cambridge Survey, Voi. 1, Linguistics Theory: Foundations, chapter 15", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "415--429", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Amy S. Weinberg. 1988. Mathematical properties of grammars. In Frederick J. Newtncycr, editor, Linguistics: the Cambridge Survey, Voi. 1, Linguistics Theory: Foundations, chapter 15, pages 415-429. Cambridge University Press.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Government.-Binding Theory The principles and paxameters paradigm in linguistics is most fully realised in the Government-Binding Theory(GB) of Chomsky [Chomsky1981, Chomsky19861 and others. The grammar is divided into modules which Matthew Crocker Centre for Cognitive Science University of Edinburgh 2 Buccleuch Place Edinburgh, EH8 9LW Scotland mwc@cogsc\u00b1, ed. ac. uk filter out ungrammatical structures at the various levels of representation; these levels are related by general transformations. A sketch of the organisation of GB (the 'T-model') is shown in figure I. The T-model of grammar" |
|
} |
|
} |
|
} |
|
} |