Homework of Applied Deep Learning 2021 at NTU (Lectured by Yun-Nung / Vivian, Chen)
This course is about Natural Language Processing, including Sentiment or Intent Classification, Slot Tagging, Question Answering, Text Generation, and so on.
Task description (Slides)
A binary classification problem for sentiment analysis in Chinese
- Public Leaderboard: Rank 1/90
- Private Leaderboead: Rank 1/90
Task description (Slides)
There are two problems in this homework. One is multi-class intent classification, and the other is BIO slot tagging.
- For RNN-based method: https://github.com/joe0123/ADL2021/tree/master/HW1
- For BERT-based method: https://github.com/joe0123/ADL2021/tree/master/HW1_BERT
Kaggle for Intent Classification
- Public Leaderboard: Rank 6/91
- Private Leaderboead: Rank 4/91
- Public Leaderboard: Rank 10/89
- Private Leaderboead: Rank 25/89
Task description (Slides)
A Question Answering problem in Chinese, which can be decomposed into two subtasks (context selection + span selection).
- Public Leaderboard: Rank 9/76
- Private Leaderboead: Rank 9/76
Task description (Slides)
A Natural Language Generation (NLG) problem, entitling news in Chinese.