 This archive has the following directory structure:

	data_MovieReviews \
                       |- README.txt
                       |- sample_script_OpinionFinder.sh
                       |- ./movieReviews
                       |- ./hiddenvars_OpinionFinder
                       |- ./hiddenvars_Annot
                       |- ./bin
                       |- features_movieReviews.txt
 
 -- README.txt -- current README.txt

 -- sample_script_OpinionFinder.sh  is a sample bash script that shows how to run a few interations of SVM^{sle} in on 0-th fold of movieReviews with OpinionFinder initialization. 
 
 -- ./movieReviews  folder contains the data in a format that SVM^{sle} software requires. It contains 9 folds of training and validation sets and a final test set.

 -- ./hiddenvars_OpinionFinder folder contains the initializations  of Latent Explanations with OpinionFinder for the each of the training files.

 -- ./hiddenvars_Annot  folder contains the initializations of Latent Explanations with Annotator Rationales for the each of the training files.

 -- ./bin folder  should  contain executables for SVM^{sle}.  Download source code of SVM^{sle} from                                      
    
                                          http://projects.yisongyue.com/svmsle/  
    
    and compile it, then place executables to the bin folder.

 -- features_movieReviews.txt  file contains the interpretation of each feature on the corresponding line, for example the meaning of feature 100 is on the line 100.
 
