Transcription of 1 An Introduction to Conditional Random Fields for …
{{id}} {{{paragraph}}}
1 An Introduction to Conditional RandomFields for Relational LearningCharles SuttonDepartment of Computer ScienceUniversity of Massachusetts, casuttonAndrew McCallumDepartment of Computer ScienceUniversity of Massachusetts, IntroductionRelational data has two characteristics: first, statistical dependencies exist betweenthe entities we wish to model, and second, each entity often has a rich set of featuresthat can aid classification. For example, when classifying Web documents, thepage s text provides much information about the class label, but hyperlinks definea relationship between pages that can improve classification [Taskar et al., 2002].Graphical models are a natural formalism for exploiting the dependence structureamong entities. Traditionally, graphical models have been used to represent thejoint probability distributionp(y,x), where the variablesyrepresent the attributesof the entities that we wish to predict, and the input variablesxrepresent ourobserved knowledge about the entities.
4 An Introduction to Conditional Random Fields for Relational Learning x y x y Figure 1.1 The naive Bayes classifier, as a directed model (left), and as a factor graph (right). 1.2.2 Applications of graphical models In this section we discuss a few applications of …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}