SOTAVerified

Sentiment Classification Using Document Embeddings Trained with Cosine Similarity

2019-07-01ACL 2019Code Available0· sign in to hype

Tan Thongtan, Tanasanee Phienthrakul

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In document-level sentiment classification, each document must be mapped to a fixed length vector. Document embedding models map each document to a dense, low-dimensional vector in continuous vector space. This paper proposes training document embeddings using cosine similarity instead of dot product. Experiments on the IMDB dataset show that accuracy is improved when using cosine similarity compared to using dot product, while using feature combination with Naive Bayes weighted bag of n-grams achieves a new state of the art accuracy of 97.42\%. Code to reproduce all experiments is available at https://github.com/tanthongtan/dv-cosine

Tasks

Reproductions