News

Starter code provided does this using python, can be used: Randomly divide the dataset into 80% training set and the rest as test set. Choose the important features from the dataset by modifying ...
The baseline model is used for calssification. It is a standard model constructed by several layers of Bi-LSTM by using allennlp. The input is 300-dimensional word embeddings from GloVe-300.To use the ...