Using MALLET For Conditional Random Fields: Matthew Michelson & Craig A. Knoblock CSCI 548 - Lecture 3
This document discusses conditional random fields (CRFs) and how to use the MALLET toolkit to build CRF models for labeling sequence data. It begins with an overview of hidden Markov models and their limitations, then introduces CRFs as undirected graphical models that allow arbitrary overlapping features without independence assumptions. The document explains how MALLET's SimpleTagger implements CRFs and demonstrates training a model to label parts of speech using example sentence features.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
106 views41 pages
Using MALLET For Conditional Random Fields: Matthew Michelson & Craig A. Knoblock CSCI 548 - Lecture 3
This document discusses conditional random fields (CRFs) and how to use the MALLET toolkit to build CRF models for labeling sequence data. It begins with an overview of hidden Markov models and their limitations, then introduces CRFs as undirected graphical models that allow arbitrary overlapping features without independence assumptions. The document explains how MALLET's SimpleTagger implements CRFs and demonstrates training a model to label parts of speech using example sentence features.