English

An Introduction to Conditional Random Fields

Machine Learning 2010-11-19 v1

Abstract

Often we wish to predict a large number of variables that depend on each other as well as on other observed variables. Structured prediction methods are essentially a combination of classification and graphical modeling, combining the ability of graphical models to compactly model multivariate data with the ability of classification methods to perform prediction using large sets of input features. This tutorial describes conditional random fields, a popular probabilistic method for structured prediction. CRFs have seen wide application in natural language processing, computer vision, and bioinformatics. We describe methods for inference and parameter estimation for CRFs, including practical issues for implementing large scale CRFs. We do not assume previous knowledge of graphical modeling, so this tutorial is intended to be useful to practitioners in a wide variety of fields.

Keywords

Cite

@article{arxiv.1011.4088,
  title  = {An Introduction to Conditional Random Fields},
  author = {Charles Sutton and Andrew McCallum},
  journal= {arXiv preprint arXiv:1011.4088},
  year   = {2010}
}

Comments

90 pages

R2 v1 2026-06-21T16:45:26.078Z