This document summarizes a research paper that used Word2Vec models for sentiment analysis of product reviews in Indonesian language. The paper explored using Word2Vec features with a Support Vector Machine (SVM) classifier and compared the results to using Bag-of-Words features with TF, TF-IDF, and binary weighting. The experiment found that SVM performed well across methods but Word2Vec had the lowest accuracy at 0.70, compared to over 0.80 for the other methods. This was attributed to the small training dataset size not providing enough examples for Word2Vec to learn high quality word embeddings.
Related topics: