diff --git a/README.md b/README.md index 1bbb969..1099041 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # CS310-Natural-Language-Processing SUSTech 2024 Spring CS310 Natural Language Processing by Prof. Yang Xu. @@ -26,7 +28,7 @@ All labs and assignments are based on **Pytorch**. **GPU** is recommended, which - Neural text classification - Word2vec with skip-gram + negative sampling - RNN language model + Bi-LSTM NER(named entity recognition) -- Nerual dependency parsing +- Neural dependency parsing - BERT pretraining (masked language modeling & next sentence prediction) - There should be an assignment 6, but was canceled. @@ -38,4 +40,4 @@ Check out our repository [here](https://github.com/Cooper-Zhong/CS310-project-mi ## Reference Textbook -SLP3: [Speech and Language Processing (3rd edition)](https://web.stanford.edu/~jurafsky/slp3/) by Daniel Jurafsky and James H. Martin \ No newline at end of file +SLP3: [Speech and Language Processing (3rd edition)](https://web.stanford.edu/~jurafsky/slp3/) by Daniel Jurafsky and James H. Martin