Class Meeting for 10-710 09-22-2011
From Cohen Courses
Jump to navigationJump to searchThis is one of the class meetings on the schedule for the course Syllabus for Structured Prediction 10-210 in Fall 2011.
Contents
Ranking Perceptrons for NER
Required Readings
Optional Readings
- Large Margin Methods for Structured and Interdependent Output Variables, Tsochantaridis et al, JMLR 2005. A boosting approach to structured prediction.
- Exponentiated gradient algorithms for log-linear structured prediction, by A. Globerson, T. Y Koo, X. Carreras, M. Collins. In Proceedings of the 24th international conference on Machine learning, 2007.. A more recent EG-based approach.
- Phrase clustering for discriminative learning, by D. Lin, X. Wu. In 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, 2009.. 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.