Difference between revisions of "Class Meeting for 10-707 9/22/2010"

From Cohen Courses
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
* [http://www.cs.cmu.edu/~wcohen/10-707/09-22-crfs.ppt Slides]
 
* [http://www.cs.cmu.edu/~wcohen/10-707/09-22-crfs.ppt Slides]
 +
* [http://www.cs.cmu.edu/~wcohen/10-707/crf-notes/crf-update.pdf Supplement to Sha & Pereira's paper] - a more detailed derivation of the CRF gradient.
  
 
=== Required Readings ===
 
=== Required Readings ===
Line 17: Line 18:
 
* [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. n.d. Practical very large scale CRFs.
+
* Lavergne, T., O. Cappé, T. ParisTech, and F. Yvon. ractical very large scale CRFs. ACl-2010. Full of detailed implementation-oriented tricks.
ACl-2010. Full of detailed implementation-oriented tricks.
 
  
 
=== Background ===
 
=== Background ===

Latest revision as of 12:44, 24 September 2010

This is one of the class meetings on the schedule for the course Information Extraction 10-707 in Fall 2010.

Linear-chain CRFs

Required Readings

Optional Readings

Background