Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 963 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 963 Bytes

Binary classification

Binary classification on torchtext.datasets.SST

Test set accuracies on default splits, evaluated on default train-test split without cross validation:

Naive Bayes:

~83% acc - Wang and Manning (https://www.aclweb.org/anthology/P12-2018.pdf) have 83.45% acc on RT-2k with MNB-uni

Logistic regression with bag of words features:

~78% acc

Logisitc regression with features from pretrained glove.6B.100d:

~77% acc

Logisitc regression with features from CNNs as in Kim 2014 (without phrase filters):