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

From Cohen Courses
Jump to navigationJump to search
Line 16: Line 16:
 
* [http://aclweb.org/anthology-new/N/N06/N06-1015.pdf Word Alignment via Quadratic Assignment], S. Lacoste-Julien, B. Taskar, D. Klein, and M. I. Jordan, NAACL 2006
 
* [http://aclweb.org/anthology-new/N/N06/N06-1015.pdf Word Alignment via Quadratic Assignment], S. Lacoste-Julien, B. Taskar, D. Klein, and M. I. Jordan, NAACL 2006
 
* Also see this [http://ilpnlp.wikidot.com/bibliography bibliography] of uses of ILP for natural language processing through 2008
 
* Also see this [http://ilpnlp.wikidot.com/bibliography bibliography] of uses of ILP for natural language processing through 2008
 +
* When decoding/inference can be cast as an LP, there are some interesting approaches to learning in the max-margin framework:  [http://www.jmlr.org/papers/volume7/taskar06a/taskar06a.pdf Structured Prediction, Dual Extragradient and Bregman Projections], B. Taskar, S. Lacoste-Julien, and M. I. Jordan, JMLR 7:1627-1653
 +
* Embedding LP relaxed inference inside learning, and encouraging your model to avoid fractional vertices:  [http://www.cs.cmu.edu/~nasmith/papers/martins+smith+xing.icml09.pdf Polyhedral Outer Approximations with Application to Natural Language Parsing], A. F. T. Martins, N. A. Smith, E. P. Xing, ICML 2009
  
 
=== Background Readings ===
 
=== Background Readings ===
 
* When decoding/inference can be cast as an LP, there are some interesting approaches to learning in the max-margin framework:  [http://www.jmlr.org/papers/volume7/taskar06a/taskar06a.pdf Structured Prediction, Dual Extragradient and Bregman Projections], B. Taskar, S. Lacoste-Julien, and M. I. Jordan, JMLR 7:1627-1653
 
* Embedding LP relaxed inference inside learning, and encouraging your model to avoid fractional vertices:  [http://www.cs.cmu.edu/~nasmith/papers/martins+smith+xing.icml09.pdf Polyhedral Outer Approximations with Application to Natural Language Parsing], A. F. T. Martins, N. A. Smith, E. P. Xing, ICML 2009
 

Revision as of 21:44, 5 October 2011

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

Making Structured Predictions with Integer Linear Programming

Required Readings

Optional Readings

Background Readings