Course Description

CS 11-731
Language Technologies Institute, School of Computer Science
Carnegie Mellon University
Tuesday/Thursday 1:30-2:50PM, Hamerschlag Hall B103

Instructors/TAs:

Instructors, Office Hours:
Graham Neubig (gneubig@cs.cmu.edu, Friday 4:00-5:00PM GHC5409)
Antonis Anastasopoulos (aanastas@cs.cmu.edu, Tuesday 3:00-4:00PM GHC5721)
TAs: (cs11-731-fa2019-tas@cs.cmu.edu)
  Xinyi Wang (Thursday 3:00-4:00PM GHC5705)
  Paul Michel (Monday 2:00-3:00PM GHC6414)
  Mengzhou Xia (Thursday 12:00-1:00PM TBD)
  Shruti Rijhawani (Wednesday 2:00-3:00PM GHC5505)
Questions and Discussion: Ideally in class or through piazza so we can share information with the class, but email and office hours are also OK.

Course Description

Machine Translation and Sequence-to-Sequence Models is an introductory graduate-level course surveying the primary approaches and methods for developing systems to translate between human languages, or other sequential data. The main objective of the course is to obtain basic understanding and implementation skills for modern methods for MT and sequence transduction, including how to design models, how to learn the model parameters, how to search for the best output, and how to create training data. The course will focus on machine translation, but also briefly cover tasks such as dialog response generation, speech recognition, and others.

Pre-requisites: This course has no official pre-requisites, although 11-711 "Algorithms for NLP", 11-747 "Neural Networks for NLP", and 10-701 "Machine Learning" would all be helpful.

Class format: As the class aims to provide practical skills necessary to implement cutting-edge machine translation and sequence-to-sequence models, the classes and assignments will put a heavy focus on implementation and following cutting research. In general classes will take the following format:

  • Reading: Before the class, you will be given a reading assignment that you should read before coming to class that day.
  • Quiz: At the beginning of class, there will be a short quiz that tests your knowledge of the reading assignment. (These quizzes should be easy if the reading assignment has been completed and understood.)
  • Summary/Elaboration/Questions: The instructor will summarize the important points of the reading material, elaborate on details that were not included in the reading, and field any questions.

Grading: The assignments will be given a grade of A+ (100), A (96), A- (92), B+ (88), B (85), B- (82), or below. The final grades will be determined based on the weighted average of the quizzes, assignments, and project. Cutoffs for final grades will be approximately 97+ A+, 94+ A, 90+ A-, 87+ B+, 84+ B, 80+ B-, etc., although I reserve some flexibility to change these thresholds slightly.

  • Quizzes/Discussions: Worth 20% of the grade. Your lowest 2 quiz grades will be dropped. Quizzes may be excused if you are sick, have a family emergency, or are traveling on business (e.g. to a conference, for a job interview, or delayed in return due to visa issues). In this case, send a doctor's note or evidence of the reason for being away to the TA list within a week of the absence, and you will be excused. We expect excused quizzes to be relatively rare, and if you'll be away for more than, e.g. 2 classes over the semester, please consult in advance. Quizzes will not be excused for other reasons (e.g. being busy with other work).
  • Assignments: There will be 2 assignments, each worth 20% of the grade.
  • Project: The final course project will be worth 40%.
The details of the assignments are elaborated on the assignments page.