This research project describes the application of SVM classifier and NN classifiers for sentiment classification of Russian Twitter messages in the banking and telecommunications domains of SentiRuEval competition.
All dependencies described in Makefile
and could be installed as follows:
make install
For research purposes. Use run/Makefile
to run workflow for
certain task (bank
or tcc
) and classifier (svm
, lr
), for example:
cd run && make svm_sre15_bank_w2v_bal
returns F-macro/micro result for SentiRuEval-2015 bank dataset using w2v-based embedding model for balanced test collection.
All embedding classifier settings presented in data/embedding
folder.
- SentiRuEval-2015 contest data;
- SentiRuEval-2016 contest data & results of this approach (participant #1) in comparation with the other participants.