Skip to content

Latest commit

 

History

History
92 lines (70 loc) · 7 KB

README.md

File metadata and controls

92 lines (70 loc) · 7 KB

CS224N-Spring-2024

[course]

Note that this repo is still a work in progress...

In this repository, I share my solutions and additional resources for CS224N in the spring of 2024. While there are already some excellent repos offering solutions for various semesters, I found that none fully cover the latest version of the course. Moreover, many of these solutions seem to be copied from past versions, which may not reflect the latest updates. Hence, I decide to document my own learning process and provide all the solutions. If you spot any mistakes, feel free to file an issue!

Offline Schedule

Just follow your own path.

Wed Sep 4

Thu Sep 5

Fri Sep 6

Wed Sep 11

Thu Sep 12

Fri Sep 13

Sun Sep 15

Mon Sep 16

  • Do assignment 3 coding part.
    • Temporarily skip code snippets related to beam search.
    • Train a NMT model, which achieves BLEU 22.33 on the test set.

Tue Sep 17

Wed Sep 18

Thu Sep 19

Fri Sep 20

I switch back to the course schedule in the spring of 2023, because there's no lectures updated for 2024. However, all solutions still follow the 2024 version.

Sat Sep 21

Wed Sep 25

Fri Sep 28

Sat Sep 29

  • Add assignment 4 written and coding parts.
    • Pre-train and fine-tune a simple GPT which achieves accuracy of 29.00 of the dev set in Q3 (g).
    • I will finish Q1 (c) to (e) after reviewing probability theory.

Tue Oct 8

Wed Oct 9