Difference between revisions of "Class Meeting for 10-710 09-01-2011"

From Cohen Courses
Jump to navigationJump to search
Line 18: Line 18:
 
=== Background Readings ===
 
=== Background Readings ===
  
* [http://www.morganclaypool.com/doi/abs/10.2200/S00361ED1V01Y201105HLT013 <i>LSP</i>]:  chapter 1 (through 1.3) and section 3.3 (through 3.3.3)
+
* [http://www.morganclaypool.com/doi/abs/10.2200/S00361ED1V01Y201105HLT013 <i>LSP</i>]:  chapter 1 (through 1.3) and section 3.3 (through 3.3.3); for some background on dynamic programming (buildup to Viterbi algorithm), see 2.3 (through 2.3.1, beyond if you're interested)
 
* [http://acl.ldc.upenn.edu/W/W96/W96-0213.pdf A Maximum Entropy Part-Of-Speech Tagger, Ratnaparkhi, Workshop on Very Large Corpora 1996]
 
* [http://acl.ldc.upenn.edu/W/W96/W96-0213.pdf A Maximum Entropy Part-Of-Speech Tagger, Ratnaparkhi, Workshop on Very Large Corpora 1996]
 
* [http://www.ai.mit.edu/people/mcollins/papers/tutorial_colt.pdf Mike Collins on learning in NLP], including a section on maxent taggers.
 
* [http://www.ai.mit.edu/people/mcollins/papers/tutorial_colt.pdf Mike Collins on learning in NLP], including a section on maxent taggers.
 
* [http://www-diglib.stanford.edu/~klein/maxent-tutorial-slides-6.pdf Dan Klein on maxent].
 
* [http://www-diglib.stanford.edu/~klein/maxent-tutorial-slides-6.pdf Dan Klein on maxent].

Revision as of 15:54, 1 September 2011

This is one of the class meetings on the schedule for the course Structured Prediction 10-710 in Fall 2011.

Hidden Markov Models as Structured Prediction

Required Readings

Optional Readings

Background Readings