Chinese Sentiment Analysis Using Bidirectional Lstm With Word Embedding

Zheng Xiao,Pijun Liang
DOI: https://doi.org/10.1007/978-3-319-48674-1_53
2016-01-01
Abstract:Long Short-Term Memory network have been successfully applied to sequence modeling task and obtained great achievements. However, Chinese text contains richer syntactic and semantic information and has strong intrinsic dependency between words and phrases. In this paper, we propose Bidirectional Long Short-Term Memory (BLSTM) with word embedding for Chinese sentiment analysis. BLSTM can learn past and future information and capture stronger dependency relationship. Word embedding mainly extract words' feature from raw characters input and carry important syntactic and semantic information. Experimental results show that our model achieves 91.46% accuracy for sentiment analysis task.
What problem does this paper attempt to address?