CS 295: Statistical NLP Winter 2017
Resources
Books
- Recommended: Jurafsky and Martin: Speech and Language Processing (2nd edition), Prentice Hall (2008) Amazon, 3rd edition (w/ draft chapters)
- Manning and Schuetze, Foundations of Statistical Natural Language Processing, MIT Press (1999) Website, Amazon, Online version (free if on campus)
- Noah Smith, Linguistic Structure Prediction, Morgan and Claypool (2011) Website, Online version (free if on campus)
- Emily Bender, Linguistic Fundamentals for Natural Language Processing: 100 Essentials from Morphology and Syntax, Morgan and Claypool (2013) Online version (free if on campus)
- Bird, Klein, and Loper, Natural Language Processing with Python, O’Reilly (2009) Amazon
Papers
The following are neither the most representative, influential, or "best" papers in NLP, but instead a somewhat diverse selection of recent papers.
- J. Pennington, R. Socher and C. D. Manning. GloVe: Global Vectors for Word Representation. Empirical Methods in Natural Language Processing (EMNLP). 2014
- R. McDonald, F. Pereira, K. Ribarov and J. Hajic. Non-projective Dependency Parsing Using Spanning Tree Algorithms. Empirical Methods in Natural Language Processing (EMNLP). 2005
- X. Ling, S. Singh and D. Weld. Design Challenges for Entity Linking. Transactions of the Association for Computational Linguistics (TACL). 2015
- S. Singh, A. Subramanya, F. Pereira and A. McCallum. Large-Scale Cross-Document Coreference Using Distributed Inference and Hierarchical Models. Association for Computational Linguistics (ACL). 2011
- K. Raghunathan, H. Lee, S. Rangarajan, N. Chambers, M. Surdeanu, D. Jurafsky and C. Manning. A Multi-Pass Sieve for Coreference Resolution. Empirical Methods in Natural Language Processing (EMNLP). 2010
- G. Durrett and D. Klein. Easy Victories and Uphill Battles in Coreference Resolution. Empirical Methods in Natural Language Processing (EMNLP). 2013
- V. Punyakanok, D. Roth, W. Yih, D. Zimak and S. W. Yih. Semantic Role Labeling via Integer Linear Programming Inference. International Conference on Computational Linguistics (COLING). 2014
- J. Berant, A. Chou, R. Frostig and P. Liang. Semantic Parsing on Freebase from Question-Answer Pairs. Empirical Methods in Natural Language Processing (EMNLP). 2013
- I. Sutskever, O. Vinyals and Q. V. Le. Sequence to Sequence Learning with Neural Networks. Neural Information Processing Systems (NIPS). 2014
- J. Weston, A. Bordes, S. Chopra, A. M. Rush, B. van Merrienboer, A. Joulin and T. Mikolov. Towards AI-Complete Question Answering: A Set of Prerequisite Toy Tasks. International Conference on Learning Representations (ICLR). 2016
Software Resources