HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

The Document Vectors Using Cosine Similarity Revisited

Zhang Bingyu Nikolay Arefyev

The Document Vectors Using Cosine Similarity Revisited

Abstract

The current state-of-the-art test accuracy (97.42\%) on the IMDB movie reviews dataset was reported by \citet{thongtan-phienthrakul-2019-sentiment} and achieved by the logistic regression classifier trained on the Document Vectors using Cosine Similarity (DV-ngrams-cosine) proposed in their paper and the Bag-of-N-grams (BON) vectors scaled by Naive Bayesian weights. While large pre-trained Transformer-based models have shown SOTA results across many datasets and tasks, the aforementioned model has not been surpassed by them, despite being much simpler and pre-trained on the IMDB dataset only. In this paper, we describe an error in the evaluation procedure of this model, which was found when we were trying to analyze its excellent performance on the IMDB dataset. We further show that the previously reported test accuracy of 97.42\% is invalid and should be corrected to 93.68\%. We also analyze the model performance with different amounts of training data (subsets of the IMDB dataset) and compare it to the Transformer-based RoBERTa model. The results show that while RoBERTa has a clear advantage for larger training sets, the DV-ngrams-cosine performs better than RoBERTa when the labelled training set is very small (10 or 20 documents). Finally, we introduce a sub-sampling scheme based on Naive Bayesian weights for the training process of the DV-ngrams-cosine, which leads to faster training and better quality.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
sentiment-analysis-on-imdbRoBERTa.base
Accuracy: 95.79
sentiment-analysis-on-imdbDV-ngrams-cosine + NB-weighted BON (re-evaluated)
Accuracy: 93.68
sentiment-analysis-on-imdbDV-ngrams-cosine + RoBERTa.base
Accuracy: 95.92
sentiment-analysis-on-imdbDV-ngrams-cosine with NB sub-sampling + RoBERTa.base
Accuracy: 95.94

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
The Document Vectors Using Cosine Similarity Revisited | Papers | HyperAI