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

From Cohen Courses
Jump to navigationJump to search
Line 21: Line 21:
 
* [http://delivery.acm.org/10.1145/1150000/1143966/p969-vishwanathan.pdf?key1=1143966&key2=9755563521&coll=GUIDE&dl=GUIDE&CFID=54241528&CFTOKEN=10662550 Accelerated Training of Conditional Random Fields with Stochastic Gradient Methods, Vishwanathan et al, ICML 2006].  CRF learning methods seem complicated - this paper shows that stochastic gradient methods, a class of very simple on-line methods, can be competitive.
 
* [http://delivery.acm.org/10.1145/1150000/1143966/p969-vishwanathan.pdf?key1=1143966&key2=9755563521&coll=GUIDE&dl=GUIDE&CFID=54241528&CFTOKEN=10662550 Accelerated Training of Conditional Random Fields with Stochastic Gradient Methods, Vishwanathan et al, ICML 2006].  CRF learning methods seem complicated - this paper shows that stochastic gradient methods, a class of very simple on-line methods, can be competitive.
 
* Choi, Y., and C. Cardie. Hierarchical Sequential Learning for Extracting Opinions and their Attributes. ACL-2010 (short paper)
 
* Choi, Y., and C. Cardie. Hierarchical Sequential Learning for Extracting Opinions and their Attributes. ACL-2010 (short paper)
* Lavergne, T., O. Cappé, T. ParisTech, and F. Yvon. ractical very large scale CRFs. ACl-2010. Full of detailed implementation-oriented tricks.
+
* Lavergne, T., O. Cappé, T. ParisTech, and F. Yvon. Practical very large scale CRFs. ACL-2010. Full of detailed implementation-oriented tricks.
  
 
=== Background ===
 
=== Background ===

Revision as of 11:11, 8 September 2011

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

Linear-chain CRFs

Required Readings

I will also cover most of the material in the paper below in lecture. This paper defines CRFs somewhat more generally than Sha & Pereira do.

Optional Readings

Background