计算机应用 ›› 2016, Vol. 36 ›› Issue (4): 1045-1049.DOI: 10.11772/j.issn.1001-9081.2016.04.1045

• 人工智能 • 上一篇    下一篇

基于对比散度受限玻尔兹曼机深度学习的产品评论情感分析

高琰1, 陈白帆1, 晁绪耀1, 毛芳2   

  1. 1. 中南大学 信息科学与工程学院, 长沙 410083;
    2. 中南大学 软件学院, 长沙 410083
  • 收稿日期:2015-09-25 修回日期:2015-12-09 出版日期:2016-04-10 发布日期:2016-04-08
  • 通讯作者: 陈白帆
  • 作者简介:高琰(1973-),女,江苏宜兴人,副教授,博士,主要研究方向:智能信息处理、Web智能、数据挖掘; 陈白帆(1979-),女,湖南常德人,讲师,博士,主要研究方向:人工智能、机器学习; 晁绪耀(1991-),女,河南南阳人,硕士,主要研究方向:智能信息处理; 毛芳(1991-),女,湖南衡阳人,硕士研究生,主要研究方向:智能信息处理、模式识别。
  • 基金资助:
    国家自然科学基金资助项目(61403423);湖南省科技计划项目(2014FJ3157);自主系统与网络控制教育部重点实验室开放基金资助项目(2013A11)。

Sentiment analysis of product reviews based on contrastive divergence- restricted Boltzmann machine deep learning

GAO Yan1, CHEN Baifan1, CHAO Xuyao1, MAO Fang2   

  1. 1. School of Information Science and Engineering, Central South University, Changsha Hunan 410083, China;
    2. School of Software, Central South University, Changsha Hunan 410083, China
  • Received:2015-09-25 Revised:2015-12-09 Online:2016-04-10 Published:2016-04-08
  • Supported by:
    This work is partially supported by the National Natural Science Foundation of China (61403423), the Science and Technology Planning Project of Hunan Province (2014FJ3157), the Foundation of Key Laboratory of Autonomous Systems and Networked Control, Ministry of Education (2013A11).

摘要: 针对目前大部分情感分析技术需要人工标注建立情感词典提取情感特征的问题,提出一种基于对比散度-受限玻尔兹曼机(CD-RBM)深度学习的产品评论情感分析方法。该方法在对产品评论时进行数据预处理并利用词袋模型产生产品评论的向量表示,然后通过CD-RBM提取产品评论的情感特征,最后结合支持向量机(SVM)将提取出来的情感特征进行文本情感分类。CD-RBM无需人工标注情感词典,即可获得情感特征,且可以提高特征的情感语义关联性;同时,SVM可以保证产品评论情感分类的准确度。通过实验确定了RBM最优训练周期为10,在此训练周期下对RBM、SVM、PCA+SVM,以及RBM+SVM方法进行了比较。实验结果表明,RBM特征提取和SVM分类结合方法能够获得最好的准确率和F值,并获得较好的召回率。

关键词: 深度学习, 受限玻尔兹曼机, 情感分析, 对比散度, 支持向量机

Abstract: Focusing on the issue that most of existing approaches need sentiment lexicon annotated manually to extract sentiment features, a sentiment analysis method of product reviews based on Contrastive Divergence-Restricted Boltzmann Machine (CD-RBM) deep learning was proposed. Firstly, product reviews were preprocessed and represented as vectors using the bag-of-words. Secondly, CD-RBM was used to extract the sentiment features from product review vectors. Finally, the sentiment features were classified with Support Vector Machine (SVM) as the sentiment analysis result. Without any manually pre-defined sentiment lexicon, CD-RBM can automatically obtain the sentiment features of higher semantic relevance; combining with SVM, the correctness of the sentiment analysis result is guaranteed. The optimum training period of RBM was experimentally determined as 10. In the comparison experiments with methods including RBM, SVM, PCA+SVM and RBM+SVM, the combination method of CD-RBM feature extraction and SVM classification shows the best precision and best F-measure, as well as better recall.

Key words: deep learning, Restricted Boltzmann Machine (RBM), sentiment analysis, contrastive divergence, Support Vector Machine (SVM)

中图分类号: