A Corpus-based Probabilistic Grammar with Only Two Non-terminals

Satoshi Sekine, Ralph Grishman


Abstract
The availability of large, syntactically-bracketed corpora such as the Penn Tree Bank affords us the opportunity to automatically build or train broad-coverage grammars, and in particular to train probabilistic grammars. A number of recent parsing experiments have also indicated that grammars whose production probabilities are dependent on the context can be more effective than context-free grammars in selecting a correct parse. To make maximal use of context, we have automatically constructed, from the Penn Tree Bank version 2, a grammar in which the symbols S and NP are the only real nonterminals, and the other non-terminals or grammatical nodes are in effect embedded into the right-hand-sides of the S and NP rules. For example, one of the rules extracted from the tree bank would be S -> NP VBX JJ CC VBX NP [1] ( where NP is a non-terminal and the other symbols are terminals – part-of-speech tags of the Tree Bank). The most common structure in the Tree Bank associated with this expansion is (S NP (VP (VP VBX (ADJ JJ) CC (VP VBX NP)))) [2]. So if our parser uses rule [1] in parsing a sentence, it will generate structure [2] for the corresponding part of the sentence. Using 94% of the Penn Tree Bank for training, we extracted 32,296 distinct rules ( 23,386 for S, and 8,910 for NP). We also built a smaller version of the grammar based on higher frequency patterns for use as a back-up when the larger grammar is unable to produce a parse due to memory limitation. We applied this parser to 1,989 Wall Street Journal sentences (separate from the training set and with no limit on sentence length). Of the parsed sentences (1,899), the percentage of no-crossing sentences is 33.9%, and Parseval recall and precision are 73.43% and 72 .61%.
Anthology ID:
1995.iwpt-1.26
Volume:
Proceedings of the Fourth International Workshop on Parsing Technologies
Month:
September 20-24
Year:
1995
Address:
Prague and Karlovy Vary, Czech Republic
Venues:
IWPT | WS
SIG:
SIGPARSE
Publisher:
Association for Computational Linguistics
Note:
Pages:
216–223
Language:
URL:
https://aclanthology.org/1995.iwpt-1.26
DOI:
Bibkey:
Cite (ACL):
Satoshi Sekine and Ralph Grishman. 1995. A Corpus-based Probabilistic Grammar with Only Two Non-terminals. In Proceedings of the Fourth International Workshop on Parsing Technologies, pages 216–223, Prague and Karlovy Vary, Czech Republic. Association for Computational Linguistics.
Cite (Informal):
A Corpus-based Probabilistic Grammar with Only Two Non-terminals (Sekine & Grishman, IWPT-WS 1995)
Copy Citation:
PDF:
https://preview.aclanthology.org/auto-file-uploads/1995.iwpt-1.26.pdf