Filtering-Ranking Perceptron Learning for Partial Parsing

Abstract

This work introduces a general phrase recognition system based on perceptrons, and a global online learning algorithm to train them together. The method applies to complex domains in which some structure has to be recognized. This global problem is broken down into two layers of local subproblems: a filtering layer, which reduces the search space by identifying plausible phrase candidates; and a ranking layer, which builds the optimal phrase structure by discriminating among competing phrases. A recognition-based feedback rule is presented which reflects to each local function its committed errors from a global point of view, and allows to train them together online as perceptrons. As a result, the learned functions automatically behave as filters and rankers, rather than binary classifiers, which we argue to be better for this type of problems. Extensive experimentation on partial parsing tasks gives state-of-the-art results and evinces the advantages of the global training method over optimizing each function locally and independently.

Cite

Text

Carreras et al. "Filtering-Ranking Perceptron Learning for Partial Parsing." Machine Learning, 2005. doi:10.1007/S10994-005-0917-X

Markdown

[Carreras et al. "Filtering-Ranking Perceptron Learning for Partial Parsing." Machine Learning, 2005.](https://mlanthology.org/mlj/2005/carreras2005mlj-filteringranking/) doi:10.1007/S10994-005-0917-X

BibTeX

@article{carreras2005mlj-filteringranking,
  title     = {{Filtering-Ranking Perceptron Learning for Partial Parsing}},
  author    = {Carreras, Xavier and Màrquez, Lluís and Castro, C. Jorge},
  journal   = {Machine Learning},
  year      = {2005},
  pages     = {41-71},
  doi       = {10.1007/S10994-005-0917-X},
  volume    = {60},
  url       = {https://mlanthology.org/mlj/2005/carreras2005mlj-filteringranking/}
}