The project for Text Classification Competition from the team "The West Coasters":
Tirthankar Bhakta [email protected]
Marina Polupanova [email protected]
Savita Manghnani [email protected]
We planed to classify tweets to predict the ones which can be qualified as sarcasm using following methods:
• Random Forest
• Logistic Regression
• Support Vector Machine
• Recurrent Neural Network
Instead, after feedback on the Project Proposal submission, we used following methods:
• LSTM
• DNN Classifier with DAN sentence encoder (hit the LiveDataLab threshold).
Please note, that in the demo video we have told that we use Transformer sentence encoder,
but in fact the one which hit the performance baseline was DAN sentence encoder,
and it is posted in the dnn.py file.
• Multi-channel CNN model
• BERT
Project Tutorial: https://mediaspace.illinois.edu/media/1_uscvryhp
The account on the LiveDataLab for submitting the "answers.txt" was "marina_polupanova".