Refining the Structure of a Stochastic Context-Free Grammar
Abstract
We present a machine learning algorithm for refining the structure of a stochastic context--free grammar (SCFG). This algorithm consists of a heuristic for identifying structural errors and an operator for fixing them. The heuristic identifies nonterminals in the model SCFG that appear to be performing the function of two or more nonterminals in the target SCFG, and the operator attempts to rectify this problem by introducing a new nonterminal. Structural refinement is important because most common SCFG learning methods set the probability parameters while leaving the structure of the grammar fixed. Thus, any structural errors introduced prior to training will persist. We present experiments that show our approach is able to significantly improve the accuracy of an SCFG designed to model an important class of RNA sequences called terminators. 1
Cite
Text
Bockhorst and Craven. "Refining the Structure of a Stochastic Context-Free Grammar." International Joint Conference on Artificial Intelligence, 2001.Markdown
[Bockhorst and Craven. "Refining the Structure of a Stochastic Context-Free Grammar." International Joint Conference on Artificial Intelligence, 2001.](https://mlanthology.org/ijcai/2001/bockhorst2001ijcai-refining/)BibTeX
@inproceedings{bockhorst2001ijcai-refining,
title = {{Refining the Structure of a Stochastic Context-Free Grammar}},
author = {Bockhorst, Joseph and Craven, Mark},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2001},
pages = {1315-1322},
url = {https://mlanthology.org/ijcai/2001/bockhorst2001ijcai-refining/}
}