Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

binary_task

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#Introduction This fold contains code and data to replicate the experiments for the binary classification task on Stanford Sentiment Treebank.

#Usage ###Complie

cd binary_cnn
./cmake.sh

###Run
Assume you are in the binary_task folder.

cd exp

Train with SD-Lex

train_sd.sh

Train with SWN-Lex

train_swn.sh

###Accuracy You can use

grep Accuracy *.log

to find out the classification accuracy.