Chinese Sentiment Classification Using A Neural Network Tool-Word2vec

Abstract

Sentiment classification is the main and popular task in the field of sentiment analysis. Most of the existing researches focus on how to extract the effective features, such as lexical features and syntactic features, while limited work has been done on the extraction of semantic features, which can make more contributions to sentiment classification. This paper presents a method for sentiment classification based on word2vec. Word2vec is a tool, which establishes the neural network models to learn the vector representations of words in the high dimensional vector space. So it can extract the deep semantic relationships between words. In this paper, firstly, we cluster the similar features together using word2vec. And then we use word2vec again to learn the word representations as candidate feature vectors. After feature selection, the SVMperf package is adopted to train and classify the comment texts. To conduct the experiments, we collect a large number of Chinese comments on clothing products as data set. The experimental results show that the accuracy of sentiment classification is over 90 percent, which proves the effectiveness of proposed method for Chinese sentiment classification.

Publication
2014 International Conference on Multisensor Fusion and Information Integration for Intelligent Systems

Related