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

From Cohen Courses
Jump to navigationJump to search
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
=== Meta-Learning: Stacking and Sequential Models ===
 
=== Meta-Learning: Stacking and Sequential Models ===
  
* [http://www.cs.cmu.edu/~wcohen/10-707/09-27-crfs+stacking.ppt Slides on stacking]
+
* [http://www.cs.cmu.edu/~wcohen/10-710/09-27-stacking+searn.ppt Slides in PowerPoint]
* [http://www.cs.cmu.edu/~wcohen/10-707/09-29-searn.ppt Slides on Searn]
+
* [http://www.cs.cmu.edu/~wcohen/10-710/09-27-stacking+searn.pdf Slides in PDF]
 
 
  
 
=== Required Readings ===
 
=== Required Readings ===
Line 18: Line 17:
 
* [http://www-2.cs.cmu.edu/~wcohen/postscript/sdm-2007-stack.pdf Zhenzhen Kou and William W. Cohen (2007): Stacked Graphical Models for Efficient Inference in Markov Random Fields in SDM-2007].  Extended version of the stacked sequential learning method that applies to arbitrary graphs.
 
* [http://www-2.cs.cmu.edu/~wcohen/postscript/sdm-2007-stack.pdf Zhenzhen Kou and William W. Cohen (2007): Stacked Graphical Models for Efficient Inference in Markov Random Fields in SDM-2007].  Extended version of the stacked sequential learning method that applies to arbitrary graphs.
 
* [http://www.cs.jhu.edu/~brill/CompLing95.ps Transformation-Based Error-Driven Learning and Natural Language Processing, Brill, COLING 1995].  The learning algorithm in the Brill parser, which has also been used for NER (e.g., in Abgene).
 
* [http://www.cs.jhu.edu/~brill/CompLing95.ps Transformation-Based Error-Driven Learning and Natural Language Processing, Brill, COLING 1995].  The learning algorithm in the Brill parser, which has also been used for NER (e.g., in Abgene).
* [http://hal3.name/docs/daume09searn.pdf Search-based Structured Prediction, Daume, Langford, and Marcu, Machine Learning Journal (2009)].  Another clever meta-learning algorithm that works well for sequences.
 
 
* [http://learning.eng.cam.ac.uk/zoubin/papers/CGM.pdf Conditional graphical models, Perez-Cruz & Ghahramani, 2007, in Predicting Structured Data. MIT Press, Cambridge, MA, USA, pp. 265-282.].  A very simple and effective meta-learning method.
 
* [http://learning.eng.cam.ac.uk/zoubin/papers/CGM.pdf Conditional graphical models, Perez-Cruz & Ghahramani, 2007, in Predicting Structured Data. MIT Press, Cambridge, MA, USA, pp. 265-282.].  A very simple and effective meta-learning method.
 
* [http://hal3.name/docs/daume05laso.pdf Learning as Search Optimization: Approximate Large Margin Methods for Structured Prediction]  An alternative formal analysis of Searn.
 
* [http://hal3.name/docs/daume05laso.pdf Learning as Search Optimization: Approximate Large Margin Methods for Structured Prediction]  An alternative formal analysis of Searn.
 
* [http://hal3.name/docs/daume09unsearn.pdf Unsupervised Search-based Structured Prediction].  Applying Searn to unsupervised and/or semi-supervised problems.
 
* [http://hal3.name/docs/daume09unsearn.pdf Unsupervised Search-based Structured Prediction].  Applying Searn to unsupervised and/or semi-supervised problems.
 +
* [http://www.cs.cmu.edu/~nasmith/papers/martins+das+smith+xing.emnlp08.pdf Stacking Dependency Parsers].  What the title says.

Latest revision as of 11:33, 28 September 2011

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

Meta-Learning: Stacking and Sequential Models

Required Readings

Optional Readings