To lower the obstacles for participation, we provide a baseline system that may or may not be used as a starting point for the participating system.
The baseline system contains two classifiers. A SVM is used for relevance classification, sentiment analysis and aspect categorization. For opinion target identification, it uses a CRF classifier.
The SVM uses the following features:
The CRF classifier uses these features:
Both features are unigram features on the current token, no preceding/following tokens are taken into account.