==== CS 366 Spring 2020 Schedule ==== //Weekly readings are specified below. A “+” indicates additional readings will be made available via a link from this page. Lecture slides in PDF are obtained by clicking on the link to the topic.// //Homeworks (prefixed with "HW") are exercises that you should complete for the class **following** the one labeling the row in which they appear. In some cases we will begin the homework in class; therefore, it is imperative that you do the reading before the class where the homework is assigned. Homeworks will not be graded, but they must be handed in to GitHub classroom. The due date for each of the four large (graded) assignments (prefixed with "A") will be specified in the assignment description.// **Please note that this schedule is tentative and may change as the semester progresses. Please visit this page often!** ^ Date ^ Topic ^ Reading ^ Assignments ^ Supplemental materials ^ | 1/22 | [[http://www.cs.vassar.edu/~cs366/private/lectures/intro.pdf| Introduction]] [[http://www.cs.vassar.edu/~cs366/private/lectures/intro.pptx|(PPT)]] | J&M Ch. 1 | | | | 1/27 | [[http://www.cs.vassar.edu/~cs366/private/lectures/morphology.pdf| Morphology and general text processing]][[http://www.cs.vassar.edu/~cs366/private/lectures/morphology.pptx| (PPT)]] | NLTK Ch. 1, J&M Ch. 3 pp. 45-68 | HW: Ex. 2.2, J&M | [[https://www.cs.upc.edu/~padro/Unixforpoets.pdf|UNIX for Poets]] | | 1/29 | [[http://www.cs.vassar.edu/~cs366/private/lectures/edit-distance.pdf| Minimum Edit Distance]][[http://www.cs.vassar.edu/~cs366/private/lectures/edit-distance.pptx| (PPT)]] | J&M Ch. 3.11 | HW: J&M Ex. 3.10 and 3.11 | | | 2/3 | [[http://www.cs.vassar.edu/~cs366/private/lectures/ngrams.pdf|Language models, probabilistic approaches, n-grams]] | J&M Ch. 4 (through 4.5.2), NLTK Ch. 2 | | | | 2/5 | Ngram models, smoothing, discounting | J&M Ch. 4.5-4.9, 4.12 | | | | 2/10 | Naive Bayes and Text Classification | [[http://web.stanford.edu/~jurafsky/slp3/4.pdf|J&M (3ed) Chapter 4]] | | | | 2/12 | [[http://www.cs.vassar.edu/~cs366/private/lectures/ngrams.pdf|Language models, probabilistic approaches, n-grams]] | J&M Ch. 4 (through 4.5.2), NLTK Ch. 2 | | [[https://www.cs.upc.edu/~padro/Unixforpoets.pdf|UNIX for Poets]] | | 2/17 | [[http://www.cs.vassar.edu/~cs366/private/lectures/intro-nltk.pdf| Introduction to NLTK and Python ]] [[http://www.cs.vassar.edu/~cs366/private/lectures/intro-nltk.pptx|(PPT) ]] | NLTK Ch. 3, 4, 5 | | [[https://docs.python.org/3/tutorial/| Python3 tutorial]] | | 2/19 | TBA | | | | s366/private/lectures/sentiment-analysis.pdf|Sentiment Analysis]] | [[https://web.stanford.edu/~jurafsky/slp3/6.pdf|J&M ch. 6 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/18.pdf|J&M ch. 18 (3rd ed.)]] [[http://www.cs.vassar.edu/~cs366/docs/NLP-handbook-sentiment-analysis.pdf| R1]] | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn02.pdf|A2]] */ | /*[[http://www.cs.vassar.edu/~cs366/private/lectures/sentiment-analysis-assignment.pdf|A2 supplement]]*/ | | 3/5 | [[http://www.cs.vassar.edu/~cs366/private/lectures/information-extraction.pdf|Information extraction, named entity recognition]] | [[https://web.stanford.edu/~jurafsky/slp3/21.pdf|J&M Ch. 21, 3rd edition]] | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn03.pdf|A3]] [[https://www.cs.vassar.edu/~cs366/private/solutions/assn03| S3]] */ | || | 3/26 | [[http://www.cs.vassar.edu/~cs366/private/lectures/pos-tagging.pdf|Part of Speech Tagging, HMMs ]] | [[https://web.stanford.edu/~jurafsky/slp3/9.pdf|J&M Ch. 9 (3rd ed.)]],[[https://web.stanford.edu/~jurafsky/slp3/10.pdf|J&M Ch. 10 (3rd ed.)]], NLTK Ch. 5 | /* [[https://www.cs.vassar.edu/~cs366/private/assignments/hw03-viterbi.pdf| HW3]] */ | [[http://www.cs.vassar.edu/~cs366/private/lectures/forward-viterbi-handout.pdf|Viterbi handout]] [[http://www.cs.vassar.edu/~cs366/private/assignments/project-proposal.pdf| Project proposal guidelines]] | | 4/2 | [[http://www.cs.vassar.edu/~cs366/private/lectures/lexical-semantics.pdf|Lexical Semantics, word sense disambiguation]] | [[https://web.stanford.edu/~jurafsky/slp3/15.pdf|J&M ch. 15 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/16.pdf|J&M ch. 16 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/17.pdf|J&M ch. 17 (3rd ed.)]] | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn03.pdf| A3]] */ | /* [[http://www.cs.vassar.edu/~cs366/private/lectures/assn03-notes.pdf| A3 supplement]] */ | | 4/9 | [[http://www.cs.vassar.edu/~cs366/private/lectures/vector-semantics.pdf|Vector semantics]] [[http://www.cs.vassar.edu/~cs366/private/lectures/neural-nets.pdf|Neural nets ]] | [[https://web.stanford.edu/~jurafsky/slp3/8.pdf|J&M Ch. 8 (3rd ed.)]] | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/assn04.pdf| A4]] */ | | | 4/16 | [[http://www.cs.vassar.edu/~cs366/private/lectures/parsing.pdf|Parsing ]] | [[https://web.stanford.edu/~jurafsky/slp3/12.pdf|J&M Ch. 12 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/13.pdf|J&M Ch. 13 (3rd ed.)]], [[https://web.stanford.edu/~jurafsky/slp3/14.pdf|J&M Ch. 14 (3rd ed.)]]; NLTK Ch. 8 | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/exercise.pdf| In-class exercise]][[http://www.cs.vassar.edu/~cs366/code/exercise.py|Python code]] [[http://www.cs.vassar.edu/~cs366/data/word2vec_models/wordsim353.tsv| Similarity data]] */ | | | 4/23 | [[http://www.cs.vassar.edu/~cs366/private/lectures/discourse.pdf|Discourse ]] | J&M Ch. 21 | /* [[http://www.cs.vassar.edu/~cs366/private/assignments/mt-exercise.pdf| In-class exercise]] */ | | | 4/30 | Project presentations | [[http://www.cs.vassar.edu/~cs366/private/assignments/presentation-template.pdf| Presentation outline]] | | | | 5/2 | Project presentations | | | | | 5/15 | Poster session, 3-5PM Olmsted Atrium | [[http://www.cs.vassar.edu/~cs366/private/assignments/poster-template.pptx| Poster template (PPT)]][[http://www.cs.vassar.edu/~cs366/private/assignments/poster-contents.pdf| Poster contents]] | | |