Difference between revisions of "Class Meeting for 10-710 10-11-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 Structured Prediction 10-710 in Fall 2011. === Na…')
 
Line 11: Line 11:
 
=== Optional Readings ===
 
=== Optional Readings ===
  
[http://www.ark.cs.cmu.edu/LS2/images/a/a4/Charniak1997.pdf Statistical Parsing with a Context-free Grammar and Word Statistics], E. Charniak, AAAI 1997
+
* [http://www.ark.cs.cmu.edu/LS2/images/a/a4/Charniak1997.pdf Statistical Parsing with a Context-free Grammar and Word Statistics], E. Charniak, AAAI 1997
[http://www.ark.cs.cmu.edu/LS2/images/1/18/Johnson1998.pdf PCFG Models of  Linguistic  Tree  Representations], M. Johnson, Computational Linguistics 1998
+
* [http://www.ark.cs.cmu.edu/LS2/images/1/18/Johnson1998.pdf PCFG Models of  Linguistic  Tree  Representations], M. Johnson, Computational Linguistics 1998
[http://www.ark.cs.cmu.edu/LS2/images/4/46/Charniak2000.pdf A Maximum-Entropy-Inspired Parser], E. Charniak, NAACL 2000
+
* [http://www.ark.cs.cmu.edu/LS2/images/4/46/Charniak2000.pdf A Maximum-Entropy-Inspired Parser], E. Charniak, NAACL 2000
[http://books.nips.cc/papers/files/nips15/CS01.pdf Fast Exact Inference with a Factored Model for Natural Language Parsing], D. Klein and C. D. Manning, NIPS 2002
+
* [http://books.nips.cc/papers/files/nips15/CS01.pdf Fast Exact Inference with a Factored Model for Natural Language Parsing], D. Klein and C. D. Manning, NIPS 2002
[http://www.ark.cs.cmu.edu/LS2/images/9/9f/Collins2003.pdf Head-Driven Statistical Models for Natural Language Parsing], M. Collins, Computational Linguistics 2003 (a journal version of the parsers in his 1999 Ph.D. thesis, found in papers in 1996 and 1997)
+
* [http://www.ark.cs.cmu.edu/LS2/images/9/9f/Collins2003.pdf Head-Driven Statistical Models for Natural Language Parsing], M. Collins, Computational Linguistics 2003 (a journal version of the parsers in his 1999 Ph.D. thesis, found in papers in 1996 and 1997)
[http://www.ark.cs.cmu.edu/LS2/images/d/da/KleinManning2003.pdf Accurate Unlexicalized Parsing], D. Klein and C. D. Manning, ACL 2003
+
* [http://www.ark.cs.cmu.edu/LS2/images/d/da/KleinManning2003.pdf Accurate Unlexicalized Parsing], D. Klein and C. D. Manning, ACL 2003
[http://acl.ldc.upenn.edu/acl2004/emnlp/pdf/Taskar.pdf Max Margin Parsing], B. Taskar, D. Klein, M. Collins, D. Koller, and C. D. Manning, EMNLP 2004
+
* [http://acl.ldc.upenn.edu/acl2004/emnlp/pdf/Taskar.pdf Max Margin Parsing], B. Taskar, D. Klein, M. Collins, D. Koller, and C. D. Manning, EMNLP 2004
[http://aclweb.org/anthology-new/P/P08/P08-1109.pdf Efficient, Feature-based, Conditional Random Field Parsing], J. R. Finkel, A. Kleeman, and C. D. Manning, ACL 2008
+
* [http://aclweb.org/anthology-new/P/P08/P08-1109.pdf Efficient, Feature-based, Conditional Random Field Parsing], J. R. Finkel, A. Kleeman, and C. D. Manning, ACL 2008
 +
 
 
=== Background Readings ===
 
=== Background Readings ===

Revision as of 11:50, 9 October 2011

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

Natural Language Parsing with Context-Free Grammars

Required Readings

Optional Readings

Background Readings