Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# CS310-Natural-Language-Processing

SUSTech 2024 Spring CS310 Natural Language Processing by Prof. Yang Xu.
Expand Down Expand Up @@ -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.

Expand All @@ -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
SLP3: [Speech and Language Processing (3rd edition)](https://web.stanford.edu/~jurafsky/slp3/) by Daniel Jurafsky and James H. Martin