CN110941759A - Microblog emotion analysis method - Google Patents

Microblog emotion analysis method Download PDF

Info

Publication number
CN110941759A
CN110941759A CN201911142590.0A CN201911142590A CN110941759A CN 110941759 A CN110941759 A CN 110941759A CN 201911142590 A CN201911142590 A CN 201911142590A CN 110941759 A CN110941759 A CN 110941759A
Authority
CN
China
Prior art keywords
emotion
microblog
negative
word
positive
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911142590.0A
Other languages
Chinese (zh)
Other versions
CN110941759B (en
Inventor
张国威
胡汤磊
杨杰
诸葛瑜亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guoyuan Securities Co Ltd
Original Assignee
Guoyuan Securities Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guoyuan Securities Co Ltd filed Critical Guoyuan Securities Co Ltd
Priority to CN201911142590.0A priority Critical patent/CN110941759B/en
Publication of CN110941759A publication Critical patent/CN110941759A/en
Application granted granted Critical
Publication of CN110941759B publication Critical patent/CN110941759B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/243Classification techniques relating to the number of classes
    • G06F18/24323Tree-organised classifiers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/06Asset management; Financial planning or analysis

Abstract

The invention discloses a microblog emotion analysis method which comprises the steps of crawling microblog data and calculating a microblog emotion value; performing label classification on microblogs related to stock market; performing category prediction on the obtained new microblog data by using a random forest model of Smote; and classifying the emotion of each microblog by using a Smote-based random forest algorithm. When the microblog emotion is analyzed, when the negative emotion is relatively high, the microblog emotion expression is more consistent with the trend of the large dish when the large dish (the upper syndrome index) shows a certain degree of decline, and the trend of the large dish can also be shown through emotion fluctuation. The microblog looks empty more, and can be used as a service project and provided for a client to make a decision reference. The stock market peripheral data analysis plays an important role in researching the interaction relationship between the media and the stock market, helping investors to remove the speculative psychology and establishing investment ideas.

Description

Microblog emotion analysis method
Technical Field
The invention relates to a method for analyzing the influence of social media on stock market, in particular to a microblog emotion analysis method.
Background
In the mainstream network social platform of the web2.0 era, microblog is one of the favorite social tools of the majority of internet users. In the information era with speed and efficiency as standards, microblogs not only provide an instant messaging interactive platform spanning time and distance for network users: meanwhile, the microblog also provides a dynamic display platform for expressing self, emotion and personality for the network user. The microblog messages are updated constantly at every moment, and the microblog texts with the emotional information are countless, so that the research on the emotional analysis of the microblog becomes possible.
Compared with a blog, the content of the microblog is only composed of simple single-language phrases, the arrangement organization of the language has no blog data specification, the word number is limited within 140, and accurate information is more difficult to extract; the microblog is characterized in that: the information is released quickly, the information transmission speed is high, attention and mutual attention behaviors exist, and the judgment of the influence needs to be explored; moreover, the microblog content has certain randomness, the emotional expression is direct, but every microblog published by a concerned big V is related to a stock market, and screening is needed according to keywords such as stock market, stock, securities, sun line and the like.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: how to conduct effective investment guidance according to microblog data provides a microblog emotion analysis method.
The invention solves the technical problems through the following technical scheme, and the invention comprises the following steps:
(1) crawling microblog data and calculating a microblog emotion value;
(2) performing label classification on microblogs related to stock market;
(3) performing category prediction on the obtained new microblog data by using a random forest model of Smote;
(4) the sentiment classification of each microblog by using a random forest algorithm based on Smote is as follows:
(41) for the jth microblog, the forwarding amount is assumed to be rjAnd the evaluation quantity is cjThe amount of praise is zjDefining the heat omega of the microbumpjThe calculation formula is as follows:
Figure BDA0002281362590000011
(42) if the ith large V publishes the micro blogs related to the stock market in a period of timeiAnd if so, the three emotions transmitted by the large V through the published microblog in the period are respectively as follows:
Figure BDA0002281362590000021
Figure BDA0002281362590000022
Figure BDA0002281362590000023
the probability of three categories of negative emotion, no emotion and positive emotion is p-1j、p0j、p1j
(43) Noting that the number of people concerned by the ith big V in the period is focusiThe number of vermicelli is fansiThe total number of microblog sending is weiboi, c1、c2For a given constant, the influence of large V is evaluated
Figure BDA0002281362590000024
When, the definition is as follows:
Figure BDA0002281362590000025
Figure BDA0002281362590000026
Fansi=fansi
then
Figure BDA00022813625900000210
(44) The overall emotion indexes of n large V on the microblog platform are as follows:
negative emotion index Qbad
Figure BDA0002281362590000027
Non-emotional index Qave
Figure BDA0002281362590000028
Positive emotion index Qgood
Figure BDA0002281362590000029
The step (1) comprises the following steps:
(11) establishing an emotion dictionary, including a positive and negative dictionary, a degree word dictionary, a negative word dictionary and an expression word dictionary;
(12) calculating a microblog emotion value: weight S corresponding to the active negative emotion word S is assumediThe weight corresponding to the emoticon SS is SSiEach microblog is subjected to word segmentation, cleaning and the like to obtain m1Positive and negative emotion words, m2Different expression words are arranged, and the number of the ith expression word is ni
If m (less than or equal to m) exists1) The positive negative emotion words are only preceded by the weight WiIf the degree word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure BDA0002281362590000031
if m (less than or equal to m) exists1) Before the positive and negative emotion wordsOnly the occurrence weight is Wi noIf the negative word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure BDA0002281362590000032
if m (less than or equal to m) exists1) The positive negative emotion words are preceded by the existing weight WiIs modified by the term of degree, and has a weight of Wi noIf the negative word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure BDA0002281362590000033
in the step (2), the microblogs related to the stock market are manually classified into three categories:
the first type is microblogs expressing positive emotions to the stock market, the emotion tag is set to be 1, the second type is microblogs expressing negative emotions to the stock market, the emotion tag is set to be-1, the third type is microblogs not expressing emotion viewpoints, and the emotion tag is set to be 0.
Selecting a random forest algorithm based on Smote to classify original samples, wherein independent variables of training samples in a classifier are acquired based on the method for calculating the emotion value according to the weight degree designed by an emotion analysis dictionary, namely: and calculating scores for different types and different weights of words respectively.
Extracting 12-dimensional attributes of each microblog according to the scores, wherein the positive emotion is divided into 3 dimensions, the negative emotion is divided into 3 dimensions, the degree words are divided into 4 dimensions, the negative words are 1 dimension, and the emotion value is 1 dimension.
Compared with the prior art, the invention has the following advantages: when the microblog emotion is analyzed, when the negative emotion is relatively high, the microblog emotion expression is more consistent with the trend of the large dish when the large dish (the upper syndrome index) shows a certain degree of decline, and the trend of the large dish can also be shown through emotion fluctuation. The microblog is empty, and can be used as a service project and provided for a client to make decision reference. The stock market peripheral data analysis plays an important role in researching the interaction relationship between the media and the stock market, helping investors to remove the investment psychology and establishing the investment concept.
Drawings
FIG. 1 is a partial weighted word from an emotion dictionary of the present invention;
FIG. 2 is an emotional tag diagram of a portion of microblog data;
FIG. 3 is a Smote-based random forest model training result;
FIG. 4 is a diagram of overall emotional trends of a microblog;
fig. 5 is a plot of the large-plate (upper syndrome index) market K.
Detailed Description
The following examples are given for the detailed implementation and specific operation of the present invention, but the scope of the present invention is not limited to the following examples.
In this embodiment, the microblog data is first crawled, and the main acquirable information includes: publishing time, nickname, microblog id number, forwarding number, comment number, praise number, microblog content, grade of microblog comment person, authentication condition, fan number, gender, address and the like. A large number of microblogs are obtained by setting whether attention is paid to the number of the famous large evaluation V and the interval time, and the attention large V is mainly screened according to the fan amount.
Microblog emotion analysis mainly researches positive or negative emotions of a large stock V in a period of time, and can objectively reflect investment confidence of investors in a stock market to some extent. The essential link for emotion analysis is to establish an emotion dictionary with weight, perform word segmentation, cleaning, emotion dictionary matching and the like on each microblog, and calculate an emotion value so as to measure the important indexes of microblog emotion.
The built emotion dictionary only comprises: the positive and negative dictionary txt, the degree word dictionary txt and the negative word dictionary txt, considering the wide use of the emoticons, the expressive words are also added into the dictionary emotion dictionary and are endowed with corresponding weights, and partial weighted words are shown in the figure 1.
The microblog sentiment value calculating method comprises the following steps: weight S corresponding to the active negative emotion word S is assumediThe weight corresponding to the emoticon SS is SSiEach microblog is subjected to word segmentation, cleaning and the like to obtain m1Positive and negative emotion words, m2Different expression words are arranged, and the number of the ith expression word is ni
If m (less than or equal to m) exists1) The positive negative emotion words are only preceded by the weight WiIf the degree word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure BDA0002281362590000041
if m (less than or equal to m) exists1) The positive negative emotion words are only preceded by the weight Wi noIf the negative word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure BDA0002281362590000051
if m (less than or equal to m) exists1) The positive negative emotion words are preceded by the existing weight WiIs modified by the term of degree, and has a weight of Wi noIf the negative word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure BDA0002281362590000052
in this embodiment, 837 microblogs are manually marked and preliminarily counted, and the microblogs related to the stock market account for 1/2 of the total number of microblogs, which are divided into three categories: the first type is microblogs expressing positive emotions to stock market, the emotion tag is set to be 1, the second type is microblogs expressing negative emotions to stock market, the emotion tag is set to be-1, the third type is microblogs not expressing emotion viewpoints, the emotion tag is set to be 0, and fig. 2 is an emotion tag diagram of partial microblog data.
By the microblog emotion value calculation method, the emotion value of each microblog related to the stock market is calculated, considering that certain deviation possibly exists in microblog classification according to a given emotion threshold value and the classification accuracy is directly influenced, a logistic regression, a random forest, a deep neural network and the like are tried to be used as classifiers for carrying out emotion analysis on the microblog, due to the fact that the original sample data are unbalanced, in order to guarantee the classification effect of the classifiers, the original samples are balanced by using a Smote algorithm, and the random forest algorithm based on Smote is finally selected for classification after the classification effect of each classifier is compared.
The independent variables of the training samples in the classifier are acquired based on the rule for calculating the emotion value according to the weight degree designed by the emotion analysis dictionary, namely: and calculating scores for different types and different weights of words respectively. Extracting 12-dimensional attributes of each microblog according to the scores, wherein the positive emotion is divided into 3 dimensions, the negative emotion is divided into 3 dimensions, the degree words are divided into 4 dimensions, the negative words are 1 dimension, and the emotion value is 1 dimension.
Training microblog data with labels by using a Smote-based random forest model, training 4/5 samples and testing 1/5 samples, wherein preliminary results are shown in FIG. 3.
From the viewpoint of the overall accuracy and various category indexes, the random forest model of Smote can be directly used for predicting new microblog data, and the training model is used for performing category prediction on the new microblog data acquired every day.
The random forest algorithm based on Smote is used for realizing emotion classification of each microblog, and when the jth microblog is classified, three types of probabilities of negative emotion, no emotion and positive emotion are respectively p-1j、p0j、p1jAnd judging the overall emotional condition on the microblog platform according to the judgment result, wherein the heat degree omega of each microblog is consideredjThe influence of different large V also needs to be considered
Figure BDA0002281362590000053
The overall emotion index Q is given in detail belowbad、Qave、QgoodThe calculating step of (2):
step 1: for the jth microblog, the forwarding amount is assumed to be rjAnd the evaluation quantity is cjThe amount of praise is zjDefining a calculation formula of the 'hot degree' of the microblog as follows:
Figure BDA0002281362590000061
considering that the praise amount is larger in value, and is about 5-10 times of the comment amount and the forwarding amount in general, the praise amount and the forwarding amount are given a penalty of 0.2 time, so that the praise amount, the praise amount and the forwarding amount are almost in the same order range.
Step 2: if the ith large V publishes the micro blogs related to the stock market in a period of timeiAnd if so, the three emotions transmitted by the large V through the published microblog in the period are respectively as follows:
Figure BDA0002281362590000062
step 3: noting that the number of people concerned by the ith big V in the period is focusiThe number of vermicelli is fansiThe total number of microblog sending is weiboi,c1、c2Is a given constant. Considering the phenomena of 'mutual attention' and 'tabao' in the microblog, the influence of large V is evaluated "
Figure BDA0002281362590000068
In time, a certain punishment is given to the number of people concerned and the total number of microblog sending, and the specific definition is as follows:
Figure BDA0002281362590000063
Figure BDA0002281362590000064
Fansi=fansi
then
Figure BDA0002281362590000069
Step 4: the overall emotion indexes of n large V on the microblog platform are as follows:
negative emotion index Qbad
Figure BDA0002281362590000065
Non-emotional index Qave
Figure BDA0002281362590000066
Positive emotion index Qgood
Figure BDA0002281362590000067
By using the index calculation method, the emotion trend exploration is carried out on 96 large V on the microblog platform between the date 1 and 15 in 2017 and the date 2 and 15 in 2017, a trend graph is drawn and is shown in fig. 4, and the trend graph is compared with a large-plate (upper-syndrome index) market K line graph in fig. 5.
It can be seen that:
generally, the proportion of non-emotional indexes is large, and most published microblogs have no emotional tendency to some extent.
In general, the positive emotion index is higher than the negative emotion index, the positive emotion index and the negative emotion index normally fluctuate within a certain range, and when fluctuation is large, large change in stock market can exist.
As can be seen by comparing fig. 4 and 5, although the emotion assumes a more positive state in most cases, when the negative emotion is relatively high, the microblog emotional performance is more consistent with the trend of the large dish, which can also be exhibited by the fluctuation of emotion, just when the large dish (the upper witness index) assumes a certain degree of decline.
The microblog looks empty more, and can be used as a service project and provided for a client to make a decision reference. The customer can look at the front or the back. And finishing the final investment operation by combining the judgment of the client.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principles of the present invention are intended to be included within the scope of the present invention.

Claims (5)

1. A microblog emotion analysis method is characterized by comprising the following steps:
(1) crawling microblog data and calculating a microblog emotion value;
(2) performing label classification on microblogs related to stock market;
(3) performing category prediction on the obtained new microblog data by using a random forest model of Smote;
(4) the sentiment classification of each microblog by using a random forest algorithm based on Smote is as follows:
(41) for the jth microblog, the forwarding amount is assumed to be rjAnd the evaluation quantity is cjThe amount of praise is zjDefining the popularity omega of the microblogjThe calculation formula is as follows:
Figure FDA0002281362580000011
(42) if the ith large V publishes the micro blogs related to the stock market in a period of timeiAnd if so, the three emotions transmitted by the large V through the published microblog in the period are respectively as follows:
Figure FDA0002281362580000012
Figure FDA0002281362580000013
Figure FDA0002281362580000014
the probability of three categories of negative emotion, no emotion and positive emotion is p-1j、p0j、p1j
(43) Noting that the number of people concerned by the ith big V in the period is focusiThe number of vermicelli is fansiThe total number of microblog sending is weiboi,c1、c2For a given constant, the influence of large V is evaluated
Figure FDA0002281362580000015
When, the definition is as follows:
Figure FDA0002281362580000016
Figure FDA0002281362580000017
Fansi=fansi
then
Figure FDA0002281362580000021
(44) The overall emotion indexes of n large V on the microblog platform are as follows:
negative emotion index Qbad
Figure FDA0002281362580000022
Non-emotional index Qave
Figure FDA0002281362580000023
Positive emotion index Qgood
Figure FDA0002281362580000024
2. The microblog emotion analyzing method according to claim 1, wherein the step (1) includes the steps of:
(11) establishing an emotion dictionary, including a positive and negative dictionary, a degree word dictionary, a negative word dictionary and an expression word dictionary;
(12) calculating a microblog emotion value: weight S corresponding to the active negative emotion word S is assumediThe weight corresponding to the emoticon SS is SSiEach microblog is subjected to word segmentation, cleaning and the like to obtain m1Positive and negative emotion words, m2Different expression words are arranged, and the number of the ith expression word is ni
If m (less than or equal to m) exists1) The positive negative emotion words are only preceded by the weight WiIf the degree word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure FDA0002281362580000025
if m (less than or equal to m) exists1) The positive negative emotion words are only preceded by the weight Wi noIf the negative word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure FDA0002281362580000026
if m (less than or equal to m) exists1) The positive negative emotion words are preceded by the existing weight WiIs modified by the term of degree, and has a weight of Wi noIf the negative word is modified, the emotional value O of the microblog iskComprises the following steps:
Figure FDA0002281362580000027
3. the microblog emotion analyzing method according to claim 2, wherein in the step (2), microblogs related to stock market are manually classified into three categories:
the first type is microblogs expressing positive emotions to the stock market, the emotion tag is set to be 1, the second type is microblogs expressing negative emotions to the stock market, the emotion tag is set to be-1, the third type is microblogs not expressing emotion viewpoints, and the emotion tag is set to be 0.
4. The microblog emotion analysis method according to claim 3, wherein a random forest algorithm based on Smote is selected to classify original samples, independent variables of training samples in a classifier are obtained based on the emotion value calculation method according to the weight degree of emotion analysis dictionary design, namely: and calculating scores for different types and different weights of words respectively.
5. The microblog emotion analysis method according to claim 4, wherein 12-dimensional attributes are extracted for each microblog according to the score, wherein the positive emotion is divided into 3 dimensions, the negative emotion is divided into 3 dimensions, the degree word is divided into 4 dimensions, the negative word is divided into 1 dimension, and the emotion value is 1 dimension.
CN201911142590.0A 2019-11-20 2019-11-20 Microblog emotion analysis method Active CN110941759B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911142590.0A CN110941759B (en) 2019-11-20 2019-11-20 Microblog emotion analysis method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911142590.0A CN110941759B (en) 2019-11-20 2019-11-20 Microblog emotion analysis method

Publications (2)

Publication Number Publication Date
CN110941759A true CN110941759A (en) 2020-03-31
CN110941759B CN110941759B (en) 2022-11-11

Family

ID=69907209

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911142590.0A Active CN110941759B (en) 2019-11-20 2019-11-20 Microblog emotion analysis method

Country Status (1)

Country Link
CN (1) CN110941759B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112073757A (en) * 2020-08-13 2020-12-11 北京奇艺世纪科技有限公司 Emotion fluctuation index acquisition method, emotion fluctuation index display method and multimedia content production method

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090125371A1 (en) * 2007-08-23 2009-05-14 Google Inc. Domain-Specific Sentiment Classification
CN102663046A (en) * 2012-03-29 2012-09-12 中国科学院自动化研究所 Sentiment analysis method oriented to micro-blog short text
WO2012134180A2 (en) * 2011-03-28 2012-10-04 가톨릭대학교 산학협력단 Emotion classification method for analyzing inherent emotions in a sentence, and emotion classification method for multiple sentences using context information
US20130103385A1 (en) * 2011-10-24 2013-04-25 Riddhiman Ghosh Performing sentiment analysis
CN103150367A (en) * 2013-03-07 2013-06-12 宁波成电泰克电子信息技术发展有限公司 Method for analyzing emotional tendency of Chinese microblogs
US20140108388A1 (en) * 2012-02-09 2014-04-17 Tencent Technology (Shenzhen) Company Limited Method and system for sorting, searching and presenting micro-blogs
KR20140049680A (en) * 2012-10-18 2014-04-28 한국항공대학교산학협력단 Sentiment classification system using rule-based multi agents
CN105183717A (en) * 2015-09-23 2015-12-23 东南大学 OSN user emotion analysis method based on random forest and user relationship
CA2944920A1 (en) * 2015-10-13 2017-04-13 The Governing Council Of The University Of Toronto Systems and methods for online analysis of stakeholders
CN108595515A (en) * 2018-03-25 2018-09-28 哈尔滨工程大学 A kind of microblog emotional analysis method of the weak relationship of combination microblogging
CN109543110A (en) * 2018-11-28 2019-03-29 南京航空航天大学 A kind of microblog emotional analysis method and system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090125371A1 (en) * 2007-08-23 2009-05-14 Google Inc. Domain-Specific Sentiment Classification
WO2012134180A2 (en) * 2011-03-28 2012-10-04 가톨릭대학교 산학협력단 Emotion classification method for analyzing inherent emotions in a sentence, and emotion classification method for multiple sentences using context information
US20130103385A1 (en) * 2011-10-24 2013-04-25 Riddhiman Ghosh Performing sentiment analysis
US20140108388A1 (en) * 2012-02-09 2014-04-17 Tencent Technology (Shenzhen) Company Limited Method and system for sorting, searching and presenting micro-blogs
CN102663046A (en) * 2012-03-29 2012-09-12 中国科学院自动化研究所 Sentiment analysis method oriented to micro-blog short text
KR20140049680A (en) * 2012-10-18 2014-04-28 한국항공대학교산학협력단 Sentiment classification system using rule-based multi agents
CN103150367A (en) * 2013-03-07 2013-06-12 宁波成电泰克电子信息技术发展有限公司 Method for analyzing emotional tendency of Chinese microblogs
CN105183717A (en) * 2015-09-23 2015-12-23 东南大学 OSN user emotion analysis method based on random forest and user relationship
CA2944920A1 (en) * 2015-10-13 2017-04-13 The Governing Council Of The University Of Toronto Systems and methods for online analysis of stakeholders
CN108595515A (en) * 2018-03-25 2018-09-28 哈尔滨工程大学 A kind of microblog emotional analysis method of the weak relationship of combination microblogging
CN109543110A (en) * 2018-11-28 2019-03-29 南京航空航天大学 A kind of microblog emotional analysis method and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
DUOLIN LIU: "Research on Sentiment Classification of Chinese Micro Blog Based on Machine Learning", 《INTERNATIONAL JOURNAL OF DIGITAL CONTENT TECHNOLOGY AND ITS APPLICATIONS》 *
庞磊等: "基于微博的股票投资者未来情感倾向识别研究", 《计算机科学》 *
高毅: "面向微博博文的影响力分析技术研究", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112073757A (en) * 2020-08-13 2020-12-11 北京奇艺世纪科技有限公司 Emotion fluctuation index acquisition method, emotion fluctuation index display method and multimedia content production method

Also Published As

Publication number Publication date
CN110941759B (en) 2022-11-11

Similar Documents

Publication Publication Date Title
Rao Contextual sentiment topic model for adaptive social emotion classification
US20190057310A1 (en) Expert knowledge platform
Teso et al. Application of text mining techniques to the analysis of discourse in eWOM communications from a gender perspective
Wahyuni et al. Fake review detection from a product review using modified method of iterative computation framework
EP2885756A2 (en) System and method for forming predictions using event-based sentiment analysis
Probierz et al. Rapid detection of fake news based on machine learning methods
Kareem et al. Pakistani media fake news classification using machine learning classifiers
Li et al. Twitter sentiment analysis of new ikea stores using machine learning
Ball et al. Fake or real? The computational detection of online deceptive text
Bitto et al. Sentiment analysis from Bangladeshi food delivery startup based on user reviews using machine learning and deep learning
Arava et al. Sentiment Analysis using deep learning for use in recommendation systems of various public media applications
CN110941759B (en) Microblog emotion analysis method
kumar Mall et al. Self-Attentive CNN+ BERT: An Approach for Analysis of Sentiment on Movie Reviews Using Word Embedding
Choi et al. Fake review identification and utility evaluation model using machine learning
Duman Social media analytical CRM: a case study in a bank
Li et al. Do reviewers’ words and behaviors help detect fake online reviews and spammers? Evidence from a hierarchical model
CN109254993B (en) Text-based character data analysis method and system
Singh et al. Sentiment Analysis of Twitter Data: A Review
Jiang et al. Leveraging aspect phrase embeddings for cross-domain review rating prediction
Yu-tao et al. Study on the method of identifying opinion leaders based on online customer reviews
Zhao et al. Public emotion analysis based on the influence of opinion leaders on Weibo
Ganie et al. Sentiment analysis on the effect of trending source less News: special reference to the recent death of an Indian actor
Kaur et al. A review on detecting fake news through text classification
Huu et al. Automated hate speech detection on Vietnamese social networks
Abdulhasan et al. Real-Time Sentiment Analysis and Spam Detection Using Machine Learning and Deep Learning

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant