Stacked Sequential Learning

Abstract

We describe a new sequential learning scheme called “stacked sequential learning”. Stacked sequential learning is a meta-learning algorithm, in which an arbitrary base learner is augmented so as make it aware of the labels of nearby examples. We evaluate the method on several “sequential partitioning problems”, which are characterized by long runs of identical labels. We demonstrate that on these problems, sequential stacking consistently improves the performance of non-sequential base learners; that sequential stacking often improves performance of learners (such as CRFs) that are designed specifically for sequential tasks; and that a sequentially stacked maximum-entropy learner generally outperforms CRFs. 1

Cite

Text

Cohen and de Carvalho. "Stacked Sequential Learning." International Joint Conference on Artificial Intelligence, 2005.

Markdown

[Cohen and de Carvalho. "Stacked Sequential Learning." International Joint Conference on Artificial Intelligence, 2005.](https://mlanthology.org/ijcai/2005/cohen2005ijcai-stacked/)

BibTeX

@inproceedings{cohen2005ijcai-stacked,
  title     = {{Stacked Sequential Learning}},
  author    = {Cohen, William W. and de Carvalho, Vitor Rocha},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2005},
  pages     = {671-676},
  url       = {https://mlanthology.org/ijcai/2005/cohen2005ijcai-stacked/}
}