Conditional Random Field with High-Order Dependencies for Sequence Labeling and Segmentation
Abstract
Dependencies among neighboring labels in a sequence are important sources of information for sequence labeling and segmentation. However, only first-order dependencies, which are dependencies between adjacent labels or segments, are commonly exploited in practice because of the high computational complexity of typical inference algorithms when longer distance dependencies are taken into account. In this paper, we give efficient inference algorithms to handle high-order dependencies between labels or segments in conditional random fields, under the assumption that the number of distinct label patterns used in the features is small. This leads to efficient learning algorithms for these conditional random fields. We show experimentally that exploiting high-order dependencies can lead to substantial performance improvements for some problems, and we discuss conditions under which high-order features can be effective.
Cite
Text
Cuong et al. "Conditional Random Field with High-Order Dependencies for Sequence Labeling and Segmentation." Machine Learning Open Source Software, 2014.Markdown
[Cuong et al. "Conditional Random Field with High-Order Dependencies for Sequence Labeling and Segmentation." Machine Learning Open Source Software, 2014.](https://mlanthology.org/mloss/2014/cuong2014jmlr-conditional/)BibTeX
@article{cuong2014jmlr-conditional,
title = {{Conditional Random Field with High-Order Dependencies for Sequence Labeling and Segmentation}},
author = {Cuong, Nguyen Viet and Ye, Nan and Lee, Wee Sun and Chieu, Hai Leong},
journal = {Machine Learning Open Source Software},
year = {2014},
pages = {981-1009},
volume = {15},
url = {https://mlanthology.org/mloss/2014/cuong2014jmlr-conditional/}
}