CLAug 25, 2018

Improving the results of string kernels in sentiment analysis and Arabic dialect identification by adapting them to your test set

arXiv:1808.08409v21093 citations
Originality Incremental advance
AI Analysis

This work addresses performance enhancement in sentiment analysis and dialect identification, but it is incremental as it builds on existing string kernel methods with simple adaptations.

The paper tackled improving string kernels for text classification by adapting them to the test set using transductive learning and self-training, resulting in significantly better accuracy rates in English polarity classification and Arabic dialect identification.

Recently, string kernels have obtained state-of-the-art results in various text classification tasks such as Arabic dialect identification or native language identification. In this paper, we apply two simple yet effective transductive learning approaches to further improve the results of string kernels. The first approach is based on interpreting the pairwise string kernel similarities between samples in the training set and samples in the test set as features. Our second approach is a simple self-training method based on two learning iterations. In the first iteration, a classifier is trained on the training set and tested on the test set, as usual. In the second iteration, a number of test samples (to which the classifier associated higher confidence scores) are added to the training set for another round of training. However, the ground-truth labels of the added test samples are not necessary. Instead, we use the labels predicted by the classifier in the first training iteration. By adapting string kernels to the test set, we report significantly better accuracy rates in English polarity classification and Arabic dialect identification.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes