CLNov 5, 2015

An Empirical Study on Sentiment Classification of Chinese Review using Word Embedding

arXiv:1511.01665v137 citations
Originality Synthesis-oriented
AI Analysis

This work addresses sentiment analysis for Chinese text, but it is incremental as it applies existing methods to a new dataset.

The study tackled sentiment classification of Chinese reviews by using word embeddings as features in various machine learning methods, achieving a final F1 score of 0.920 with a combination model.

In this article, how word embeddings can be used as features in Chinese sentiment classification is presented. Firstly, a Chinese opinion corpus is built with a million comments from hotel review websites. Then the word embeddings which represent each comment are used as input in different machine learning methods for sentiment classification, including SVM, Logistic Regression, Convolutional Neural Network (CNN) and ensemble methods. These methods get better performance compared with N-gram models using Naive Bayes (NB) and Maximum Entropy (ME). Finally, a combination of machine learning methods is proposed which presents an outstanding performance in precision, recall and F1 score. After selecting the most useful methods to construct the combinational model and testing over the corpus, the final F1 score is 0.920.

Foundations

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

Your Notes