Refer to individual folders for my implementations of the following papers. Credit to the XCS224N team for the starter codes and a great class!
Perform SVD on Co-Occurence Embedding matrix
Word2Vec Skip-Gram Prediction Model
Chen and Manning, 2014, https://nlp.stanford.edu/pubs/emnlp2014-depparser.pdf
Seq2Seq Model with Multiplicative Attention
Character-Aware Neural Language Models, Kim et al., 2016. https://arxiv.org/abs/1508.06615
Achieving Open Vocabulary Neural Machine Translation with Hybrid Word-Character Models, Luong and Manning, 2016. https://arxiv.org/abs/1604.00788