Comparisons of Sequence Labeling Algorithms and Extensions
Abstract
In this paper, we survey the current state-ofart models for structured learning problems, including Hidden Markov Model (HMM), Conditional Random Fields (CRF), Averaged Perceptron (AP), Structured SVMs (S V M struct ), Max Margin Markov Networks (M3 N), and an integration of search and learning algorithm (SEARN). With all due tuning efforts of various parameters of each model, on the data sets we have applied the models to, we found that SVMstruct enjoys better performance compared with the others. In addition, we also propose a new method which we call the Structured Learning Ensemble (SLE) to combine these structured learning models. Empirical results show that our SLE algorithm provides more accurate solutions compared with the best results of the individual models.
Cite
Text
Nguyen and Guo. "Comparisons of Sequence Labeling Algorithms and Extensions." International Conference on Machine Learning, 2007. doi:10.1145/1273496.1273582Markdown
[Nguyen and Guo. "Comparisons of Sequence Labeling Algorithms and Extensions." International Conference on Machine Learning, 2007.](https://mlanthology.org/icml/2007/nguyen2007icml-comparisons/) doi:10.1145/1273496.1273582BibTeX
@inproceedings{nguyen2007icml-comparisons,
title = {{Comparisons of Sequence Labeling Algorithms and Extensions}},
author = {Nguyen, Nam and Guo, Yunsong},
booktitle = {International Conference on Machine Learning},
year = {2007},
pages = {681-688},
doi = {10.1145/1273496.1273582},
url = {https://mlanthology.org/icml/2007/nguyen2007icml-comparisons/}
}