wget http://nlp.stanford.edu/data/glove.6B.zip; mkdir glove.6B; mv glove.6B.zip glove.6B; cd glove.6B; unzip glove.6B.zip; cd ..;
All Aspect Category Detection files are located in the acd folder. To load generate all results dataframes, do the following (Note, only step 4 is required as dataframes are pre-generated):
- Run init_data_dfs.py
- Run init_data_f1s.py
- Run acd_svm.py
- Run read_results.py to see all results.
The top 10 models generated by the RandomSearch are not stored in this repo as they are too large. To generate them:
- (Will take long) - Run acd_lstm_tuner.py to run tuner and save top 10 tuner models