Statistical Parsing with a Context-Free Grammar and Word Statistics
Abstract
We describe a parsing system based upon a language model for English that is, in turn, based upon assigning probabilities to possible parses for a sentence. This model is used in a parsing system by finding the parse for the sentence with the highest probability. This system outperforms previous schemes. As this is the third in a series of parsers by different authors that are similar enough to invite detailed comparisons but different enough to give rise to different levels of performance, we also report on some experiments designed to identify what aspects of these systems best explain their relative performance. Introduction We present a statistical parser that induces its grammar and probabilities from a hand-parsed corpus (a tree-bank). Parsers induced from corpora are of interest both as simply exercises in machine learning and also because they are often the best parsers obtainable by any method. That is, if one desires a parser that produces trees in the tree-bank ...
Cite
Text
Charniak. "Statistical Parsing with a Context-Free Grammar and Word Statistics." AAAI Conference on Artificial Intelligence, 1997.Markdown
[Charniak. "Statistical Parsing with a Context-Free Grammar and Word Statistics." AAAI Conference on Artificial Intelligence, 1997.](https://mlanthology.org/aaai/1997/charniak1997aaai-statistical/)BibTeX
@inproceedings{charniak1997aaai-statistical,
title = {{Statistical Parsing with a Context-Free Grammar and Word Statistics}},
author = {Charniak, Eugene},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {1997},
pages = {598-603},
url = {https://mlanthology.org/aaai/1997/charniak1997aaai-statistical/}
}