Methods in Computational Linguistics II
CUNY Graduate Center – Spring 2025

Synopsis

This course is the second of a two-semester series introducing computational linguistics and modern software development. The intended audience are students interested in speech and language processing technologies, though the materials will be beneficial to all language researchers.

Objectives

Using the Python programming language, students will learn formalisms and technologies used to build speech and language technologies.

Materials

Readings will be assigned throughout the term and posted to the course schedule, although there will be no official "textbook." Students are strongly encouraged to bring a laptop computer to the lecture and practicum. Students are also welcome to use the Computational Linguistics Laboratory (7400.13) for practice and assignments.

Assignments

Assignments will take the form of small software development projects accompanied by a write-up describing the general approach taken and any challenges encountered. Students will usually be able to verify the technical correctness of their code by running a provided unit test. Students will also be graded on the readability of their code, and the quality of the write-up. We will use GitHub for assignment turn-in. You will receive a link either in-class or via email which will generate your GitHub repo for each assignment.

Since there are often common questions that arise about assignments throughout the term, I have set up a Slack channel for discussion. Please contact Spencer if you don't have access to it.

The final assignment will be an open-ended project which will either extend earlier projects, or build and evaluate a speech and language technology system. Students are encouraged to conceive of projects relevant to their research interests. Students should discuss project plans with the instructor during office hours to confirm that it is both feasible and of appropriate scope. Because of the open-ended nature of the final assignment, unit tests will not be provided.

Grading

80% of students' grades will be derived from the assignments; the remaining 20% will be reserved for participation and attendance. Assignments must be submitted on time or will receive a 0 grade (barring a documented emergency). No separate grade will be assigned for the practicum.

Accommodations

The instructor will attempt to provide all reasonable accommodations to students upon request. If you believe you are covered under the Americans With Disabilities Act, please direct accommodations requests to Vice President for Student Affairs Matthew G. Schoengood.

Attendance

Students are extended to attend all lectures and practica (in person). There will in general be no accomodation to attend class online. However, students who have reason to believe they may be contagious with an infectious diseases should stay at home and contact the instructor. Other absences will not be excused, and the instructor reserves the right to tie grades to attendance records. The instructor and practicum leader are not responsible for reviewing materials missed to absence.

Integrity

In line with the Student Handbook policies on plagiarism, students are expected to complete their own work. However, a student is permitted to collaborate with another student during the coding phase of an assignment so long as they: do not share lines of code with each other, mutually disclose their collaboration in their write-ups, and do not collaborate at all on their write-ups.

The general ethos of the integrity policy is that actions which shortcut the learning process are forbidden while actions which promote learning are encouraged. Studying lecture notes together, for example, provides an additional avenue for learning and is encouraged. Using a classmate’s solution to a homework, however, is prohibited because it avoids the learning process entirely. If you have any questions about what is or is not permissible, please contact your instructor.

The instructor reserves the right to refer violations to the Academic Integrity Officer.

Respect

For the sake of the privacy, students are asked not to record lectures. Students are expected to be considerate of their peers and to treat them with respect during class discussions.

Schedule

(Please note that this is subject will be updated dynamically throughout the semester and is subject to change.)


W0 Date Due Class Topics Slides Reading
M 1/27 Lect. Syllabus;
tooling;
Review BSTs
Slides-L0 None
W 1/29 No class (Lunar New Year)
W1
M 2/3 Lect. Git; GitHub;
Command-line things;
AVL-trees
Handout-L1
Slides-L1
Chacon & Straub
ch. 1.1-3.2, 6.1-6.3
;

Canonical Tutorial
Command-Line
;

AVL Wikipedia
W 2/5 Prac. First practice Handout-P1
W2
M 2/10 HW1
due
Lect. Formal languages I Posted
after class
Partee et al. ch. 1;

(Hopcroft et al. ch. 1.5)
W 2/12 No class (GC Closed for Lincoln's Birthday)
W3
T 2/18 HW2
due
Lect. (GC on Mon. schedule)
Formal languages II
Posted
after class
W 2/19 Prac.
W4
M 2/24 Lect. Automata Posted
after class
W 2/26 Prac.


Links and references