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

From Cohen Courses
Jump to navigationJump to search
(Created page with 'This is one of the class meetings on the schedule for the course [[Syllabus for Structured Prediction 10-710 in Fall 20…')
 
Line 1: Line 1:
 
This is one of the class meetings on the [[Syllabus for Structured Prediction 10-710 in Fall 2011|schedule]] for the course [[Syllabus for Structured Prediction 10-710 in Fall 2011|Syllabus for Structured Prediction 10-210 in Fall 2011]].
 
This is one of the class meetings on the [[Syllabus for Structured Prediction 10-710 in Fall 2011|schedule]] for the course [[Syllabus for Structured Prediction 10-710 in Fall 2011|Syllabus for Structured Prediction 10-210 in Fall 2011]].
 +
 +
This is one of the class meetings on the [[Syllabus for Information Extraction 10-707 in Fall 2010|schedule]] for the course [[Information Extraction 10-707 in Fall 2010]].
 +
 +
=== Ranking Perceptrons for NER ===
 +
 +
* [http://www.cs.cmu.edu/~wcohen/10-707/10-06-vp.ppt Slides]
 +
* [http://www.cs.cmu.edu/~wcohen/10-707/vp-notes/vp.pdf Notes] (these are the same as for [[Class Meeting for 10-707 10/5/2009|Monday's class]])
 +
 +
=== Required Readings ===
 +
 +
* [http://www.ai.mit.edu/people/mcollins/papers/tagperc.ps Discriminative Training Methods for Hidden Markov Models: Theory and Experiments with Perceptron Algorithms, Collins, EMNLP 2002].
 +
 +
=== Optional Readings ===
 +
 +
* [http://www.jmlr.org/papers/volume6/tsochantaridis05a/tsochantaridis05a.pdf Large Margin Methods for Structured and Interdependent Output Variables, Tsochantaridis et al, JMLR 2005].  A boosting approach to structured prediction.
 +
* [[globerson_2007_exponentiated_gradient_algorithms_for_log_linear_structured_prediction | {{MyCiteconference| booktitle = Proceedings of the 24th international conference on Machine learning| coauthors = T. Y Koo, X. Carreras, M. Collins| date = 2007| first = A.| last = Globerson| pages = 305–312| title = Exponentiated gradient algorithms for log-linear structured prediction}}]].  A more recent EG-based approach.
 +
* [[lin_2009_phrase_clustering_for_discriminative_learning | {{MyCiteconference| booktitle = Proceedings of the Annual Meeting of the Association for Computational Linguistics and the International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing| coauthors = X. Wu| date = 2009| first = D.| last = Lin| title = Phrase clustering for discriminative learning}}]].  Using large-scale unsupervised learning to classify search-query phrases into types (e.g., person, place, ...).  Somewhat like the Collins & Singer paper in aims, but using modern corpora.
 +
 +
=== Background Readings ===
 +
 +
* [http://www-2.cs.cmu.edu/~wcohen/postscript/kdd-04-csmm.pdf William W. Cohen & Sunita Sarawagi (2004): Exploiting Dictionaries in Named Entity Extraction: Combining Semi-Markov Extraction Processes and Data Integration Methods in KDD 2004: 89-98.]

Revision as of 14:39, 19 July 2011

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

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

Ranking Perceptrons for NER

Required Readings

Optional Readings

Background Readings