Thursday, 29 October 2009

November 11: Conditional Random Fields

In continuation of the ML-reading group we will discuss the theory behind and the usage of Conditional Random Fields.
If anyone knows of a NLP-article using CRF (and explaining it's usage) please put a link to the article here (or mail it to Martin).

2 comments:

  1. At the last group meeting I mentioned that I had stumpled upon a PhD thesis using conditional random fields for word alignment. The thesis can be found here:

    http://www.clg.ox.ac.uk/blunsom/pubs/thesis.pdf

    The author of the thesis (Phil Blunsom) also wrote a short article about the CRF word alignment:

    http://acl.ldc.upenn.edu/P/P06/P06-1009.pdf

    But I think that a better place to start is with an introduction to CRFs. For example:

    http://www.cs.umass.edu/~mccallum/papers/crf-tutorial.pdf

    which also demonstrates an application of CRFs in named entity recognition at the end. Although I haven't managed to get that far yet.

    There is also an open source java implementation of CRFs to be found here:

    http://crf.sourceforge.net/

    ReplyDelete
  2. Let's read the McCallum tutorial Andreas suggested for tomorrow, ie:

    http://www.cs.umass.edu/~mccallum/papers/crf-tutorial.pdf

    ReplyDelete