Assignment 1: Dependency Parsing
- Due date: 17:00 on Thursday, October 3, 2024.
- Handout: Assignment 1.
- Starter Code: Distributed via MarkUs.
- Submit your code to MarkUs.
- Errata and F.A.Q.
- If you prefer to work on your own machines locally, you can download the data here. Also, Make sure that your code works on
teach.cs
servers. - [Optional] A1 write-up LaTeX template.
Tutorials
T1: PyTorch Review
- Material: Google Colab.
T2: Transition-based Parser and Gap Degree
- Slides: A1 Tutorial 2.
T3: Graph-based Parser
- Slides: A1 Tutorial 3.