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

From Cohen Courses
Jump to navigationJump to search
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
=== Linear-chain CRFs ===
 
=== Linear-chain CRFs ===
  
* [http://www.cs.cmu.edu/~wcohen/10-707/09-22-crfs.ppt Slides in PowerPoint]
+
* [http://www.cs.cmu.edu/~wcohen/10-710/09-08-crfs.ppt Slides in PowerPoint]
* [http://www.cs.cmu.edu/~wcohen/10-707/09-22-crfs.pdf Slides in PDF]
+
* [http://www.cs.cmu.edu/~wcohen/10-710/09-08-crfs.pdf Slides in PDF]
 
* [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.
 
* [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.
  
Line 21: Line 21:
 
* [http://acl.ldc.upenn.edu/P/P06/P06-1027.pdf Semi-Supervised Conditional Random Fields for Improved Sequence Segmentation and Labeling, Jiao et al, ACL 2006].  A very nice paper from the UofA group on semi-supervised CRF learning.
 
* [http://acl.ldc.upenn.edu/P/P06/P06-1027.pdf Semi-Supervised Conditional Random Fields for Improved Sequence Segmentation and Labeling, Jiao et al, ACL 2006].  A very nice paper from the UofA group on semi-supervised CRF learning.
 
* [http://www.cs.ubc.ca/~murphyk/Papers/icml06_camera.pdf 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://www.cs.ubc.ca/~murphyk/Papers/icml06_camera.pdf 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)
+
* [http://www.aclweb.org/anthology-new/P/P10/P10-2050.pdf 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. Practical 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.
 +
* [http://www.morganclaypool.com/doi/abs/10.2200/S00361ED1V01Y201105HLT013 <i>LSP</i>]:  section 3.5.
  
 
=== Background ===
 
=== Background ===

Latest revision as of 02:10, 30 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