WO2015053607A1 - System and method for semantic-level sentiment analysis of text - Google Patents

System and method for semantic-level sentiment analysis of text Download PDF

Info

Publication number
WO2015053607A1
WO2015053607A1 PCT/MY2014/000182 MY2014000182W WO2015053607A1 WO 2015053607 A1 WO2015053607 A1 WO 2015053607A1 MY 2014000182 W MY2014000182 W MY 2014000182W WO 2015053607 A1 WO2015053607 A1 WO 2015053607A1
Authority
WO
WIPO (PCT)
Prior art keywords
sentiment
graph
semantic
classification
component
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.)
Ceased
Application number
PCT/MY2014/000182
Other languages
French (fr)
Inventor
Anand Sadanandan ARUN
Weng Onn Kow
Benjamin CHU MIN XIAN
Lukose Dickson
Daniel Bahls
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.)
Mimos Bhd
Original Assignee
Mimos Bhd
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 Mimos Bhd filed Critical Mimos Bhd
Publication of WO2015053607A1 publication Critical patent/WO2015053607A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis

Definitions

  • the present invention relates to a system and method for semantic level sentiment analysis.
  • Sentiment analysis uses natural language processing which aims to determine the attitude of a speaker or writer about some topic or the overall contextual polarity of a document. Natural language processing deals with the actual text element and transforms it into a machine usable format. By using sentiment analysis, it allows a system to track products, brands and also people to determine whether they are viewed positively or negatively. Sentiment analysis is important as it allows a system to track any new product or brand perception besides tracking business reputations. It also allows individuals to get an opinion or review on something on a global scale. Recently, a lot of researches have been carried out to improve the sentiment analysis of text. An example of a system and method for sentiment analysis is disclosed in
  • United States Patent No. 2011/0137906 It involves the steps of extracting a snippet related to a subject from a content database; calculating a sentiment score for the snippet; classifying the snippet into sentiment category and classifying the snippets as positive, negative or neutral.
  • the present invention relates to a system (100) and method for semantic level sentiment analysis.
  • the system (100) comprises of a graph generator component (10) for constructing conceptual representation of a text; a sentiment dictionary (40); a sentiment taxonomy (50); and a propagation rules repository (70), wherein the system (100) is further characterised in that a semantic sentiment analyser component (20) for semantically analysing the conceptual structures and generates sentiments; a sentiment processor component (30) for receiving results from the semantic sentiment analyser component (20) and processing the received results; and a semantic sentiment patterns repository (60) which is a library of sentiment patterns stored as graph.
  • the method for semantic sentiment analysis is characterised by the steps of constructing conceptual representation of a text by a graph generator component (10); loading a terminology-box which consists of concepts and relations, concept- hierarchy and relation-hierarchy by a semantic sentiment analyser component (20); performing classification of the entire fact graph by the semantic sentiment analyser component (20); performing classification of objects involved in the fact graph by the semantic sentiment analyser component (20); performing in-graph attribute propagation graph by the semantic sentiment analyser component (20); processing the classification results graph by the semantic sentiment analyser component (20); and performing sentiment processing by a sentiment processor component (30).
  • performing classification of the entire fact graph by the semantic sentiment analyser (20) includes the steps of selecting pattern from the sentiment patterns repository (60); projecting the fact graph onto a pattern graph; extracting sentiment weight of the pattern graph; identifying the number of pattern graphs projected that the project graph can project to if no more patterns are found; and determining the classification of the entire fact graph by calculating the weighted majority vote.
  • performing classification of objects involved in the fact graph by the semantic sentiment analyser (20) includes the steps of selecting all predefined classification targets; selecting sub-graphs involving the classification targets; determining sentiment classification of the sub-graphs by calculating the weighted majority vote; repeating the step of performing classification of the entire fact graph by the semantic sentiment analyser (20); and using the results of the sentiment classification to annotate the fact graph in creating a modified fact graph.
  • performing in-graph attribute propagation graph by the semantic sentiment analyser (20) includes the steps of selecting propagation rules from a propagation rules repository (70); selecting the matching rules based on the concepts in the modified fact graph; and applying rule to assign sentiment classification to the corresponding concepts.
  • FIG. 1 illustrates a system (100) for semantic level sentiment analysis according to an embodiment of the present invention.
  • FIG. 2 (a) illustrates a flow chart of a conceptual structure generation from text according to an embodiment of the present invention.
  • FIG. 2 (b) illustrates an example of a conceptual structure generation from text.
  • FIG. 3 illustrates a flow chart of a semantic sentiment analysis process according to an embodiment of the present invention.
  • FIG. 4 (a) illustrates a flow chart of the sentiment classification of the entire fact graph according to an embodiment of the present invention.
  • FIG. 4 (b) illustrates an example of the sentiment classification of the entire fact graph.
  • FIG. 5 (a) illustrates a flow chart of the sentiment classification of objects involved in the fact graph according to an embodiment of the present invention.
  • FIG. 5 (b) illustrates an example of the sentiment classification of objects involved in the fact graph.
  • FIG. 5 (c) illustrates the result of the example from FIG. 5 (b).
  • FIG. 6 (a) illustrates a flow chart of the in-graph attribute propagation according to an embodiment of the present invention.
  • FIG. 6 (b) illustrates an example of the in-graph attribute propagation.
  • FIG. 6 (c) illustrates the result of the example from FIG. 6 (b).
  • FIG. 7 illustrates a flow chart of the sentiment processing according to an embodiment of the present invention.
  • FIG. 1 illustrates a system (100) for semantic level sentiment analysis according to an embodiment of the present invention.
  • the system (100) accepts text data as input and analyses sentiment in the text. It generates semantically valid sentiment in terms of the entire text as well as the individual entities in the text.
  • the system (100) comprises of a graph generator component (10), a semantic sentiment analyser component (20), a sentiment processor component (30), a sentiment dictionary (40), a sentiment taxonomy (50), a semantic sentiment patterns repository (60) and a propagation rules repository (70).
  • the graph generator component (10) is used to construct conceptual representation of the text.
  • the semantic sentiment analyser component (20) semantically analyses the conceptual structures and generates sentiments.
  • the sentiment processor component (30) receives the results from the semantic sentiment analyser component (20) and processes the received results.
  • the sentiment dictionary (40) comprises of an enriched list if keywords that are associated to polarity values. Each keyword is mapped to one or more sentiment categories such as positive, negative, sad, angry, happy, confident, etc. The list may be enhances with synonyms which are extracted from a lexical database.
  • the sentiment taxonomy (50) comprises of taxonomical representation of common terms to describe sentiments.
  • the semantic sentiment pattern repository (60) is a library of sentiment patterns stored as graphs. These sentiment patterns tell how sentiment terms are related to a particular noun.
  • a generated annotated semantic sentiment graph is composed of a conceptual graph query, g; a sentiment class, c e C; and a weight, w e R+. A collection of these graphs are stored in the semantic sentiment patterns repository (60).
  • the propagation rules repository (70) comprises of a set of propagation rules representing how the sentiment classes may be assigned to related concepts.
  • FIG. 2 (a) it illustrates a flow chart of the conceptual structure generation from text according to an embodiment of the present invention.
  • the graph generator component (10) accepts text as input as in step 101 before it generates conceptual representation of the text as in step 102.
  • An example of a text and its corresponding conceptual representation is shown in FIG. 2 (b). Since the text "Mary gave John a boring book" contains a set of facts, a fact graph is generated to represent the conceptual structure.
  • FIG. 3 it illustrates a flow chart of a sentiment analysis process according to an embodiment of the present invention.
  • the system (100) loads a terminology-box from the semantic sentiment analyser component (20) which comprises of concepts and relations, concept-hierarchy and relation-hierarchy as in step 210. It then selects the conceptual representation i.e. the fact graph generated in step 102 to be analysed from multiple dimensions as in step 220.
  • the semantic sentiment analyser component (20) initially performs classification of the entire fact graphs as in step 230, wherein the entire fact graph is analysed to determine the sentiment classification before it performs classification of objects involved in the fact graph as in step 240.
  • the semantic sentiment analyser component (20) performs in- graph attribute propagation as in step 250 by propagating sentiments which are associated with a particular concept to other concept that are related. Lastly, the semantic sentiment analyser component (20) sends the three classification results i.e. the sentiment classification of the entire fact graph, the sentiment classification objects involved in the fact graph and the sentiment classification by the in-graph attribute propagation to the sentiment processor component (30) for further processing as in step 260.
  • FIG. 4 (a) illustrates a flow chart of the sentiment classification of the entire fact graph according to an embodiment of the present invention which further explains step 230 of FIG. 3.
  • the fact graph is projected on to the sets of graphs in the semantic sentiment pattern repository (60) as in step 231 , wherein the sets of graphs are the sentiment patterns which are stored as graphs.
  • This is achieved through graph projection technique which results in one or more pattern graphs, p that match the fact graph as in step 232.
  • the graph projection technique measures the similarity between two graphs, wherein if a graph can be projected fully on to another graph or vice versa, it is defined as very similar. When a graph can be partially projected, it is defined as a partial match.
  • the weight of the pattern graph, w is retrieved from each of the matched pattern graph as in step 233, wherein the matched pattern graphs are the results of the graph projection technique which can either be fully projected or partially projected. If more patterns are found as in step 234, the steps are repeated from step 231 until no more patterns are found. The numbers of projections, f found are then identified for each pattern graph as in step 235. Finally, the sentiment classification of the input graph is determined using the equation below,
  • c represents the classification of the fact graph
  • w represents the weight of the pattern graph
  • f represents the number of projections or matches found as in step 236.
  • FIG. 4 (b) An example of this process is shown in FIG. 4 (b) wherein the example graph represents the sentence "Ben travelled from London to Paris in an ugly bus.”
  • a matching pattern i.e. entity->attr->ugly is found.
  • entity->attr->ugly the attribute of the concept "entity” is ugly.
  • the entire graph can be classified as negative. Entities are the objects of interest and each entity instance is described by a set of attributes that define its qualities, characteristics or properties.
  • FIG. 5 (a) illustrates a flow chart of the sentiment classification of objects involved in the fact graph according to an embodiment of the present invention.
  • the sentiment classification is performed on the sub-graphs in the fact graph where a sub-graph is composed of at least one concept.
  • a set of predefined classification target is selected as in step 241.
  • the process is conducted to determine the sentiment classification of all the entities found in the fact graph, by determining the sub-graphs that represent the classification targets as in step 243.
  • Sub-graphs are smaller graphs which are derived from the fact graph. These sub-graphs are extracted by selecting the classification target and the concepts that are directly linked to it.
  • step 234 the sentiment classification process is repeated from step 231 to step 236 until all the pattern graphs in the semantic sentiment patterns repository (60) are processed to identify the classification of that particular sub-graph.
  • results of the sentiment classification are used to annotate the fact graph in creating a modified fact graph as in step 244, wherein a modified fact graph is a fact graph that is associated with a sentiment classification.
  • FIG. 5 (b) An example of this process is shown in FIG. 5 (b).
  • the conceptual graph for the sentence "The beautiful Anna travelled in an uncomfortable and ugly bus" is used as projection.
  • entity is a classification target
  • multiple pattern graphs can be identified and used for determining the sentiment classification.
  • the results of the classification are shown in FIG. 5 (c) where it can be seen that the sentiments related to the entity Bus are negative i.e. ugly and uncomfortable whereas the one related to the entity Anna is positive i.e. beautiful.
  • FIG. 6 (a) which illustrates a flow chart of the in-graph attribute propagation according to an embodiment of the present invention, it further describes step 250 of FIG. 3.
  • sentiment classifications are applied automatically by propagation based on propagation rules which are used to perform the in-graph attribute propagation as in step 251.
  • propagation rules There are no restrictions as to what properties are to be used in the propagation rule. It can use any of the properties in the relation hierarchy. For example in FIG. 6 (b), if concepts A and B are linked together with a "hasPart" relation, then the sentiment for B is assigned to A as well.
  • the modified fact graph generated from step 244 is analysed further by applying matching rules from the propagation rules repository (70) as in step 252.
  • the rules are matched based on the concepts present in the fact graph.
  • further concepts other than the previously tagged ones can be classified as in step 253.
  • Special markers which are labels to indicate whether a particular concept is a target concept, are used to determine "Target" placeholders, wherein a target concept is a concept to which propagation rules are to be applied.
  • the system uses these special markers to decide what should be carried forward or where to find the sentiment in the match i.e. the "Sentiment Class" and to which object it should be propagated to i.e. the "target.”
  • An example of the attribute propagation is shown in FIG.
  • FIG. 6 (c) While the results of applying the above mentioned propagation rule on an annotated facts are shown in FIG. 6 (c).
  • the concept storyline is annotated as positive according to step 240. Referring now to FIG. 6 (c), it can be deducted that "Movie A” can also be classified as positive by using the propagation rule due to the "hasPart” property.
  • FIG. 7 illustrates a flow chart of the sentiment processing according to an embodiment of the present invention.
  • the sentiment processor component (30) receives the results from the semantic sentiment analyser as in step 301. It then consolidates the results to show the sentiment classification in terms of the whole sentence as well as for objects of interest in the sentence to produce the multidimensional sentiment analysis results as in step 302.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Machine Translation (AREA)

Abstract

The present invention relates to a system and method for semantic level sentiment analysis. The system (100) comprises of a graph generator component (10), a semantic sentiment analyser component (20), a sentiment processor component (30), a sentiment dictionary (40), a sentiment taxonomy (50), a semantic sentiment patterns repository (60) and a propagation rules repository (70). The system (100) accepts text data as input and analyses sentiment in the text. The method enables semantically valid sentiment in terms of the entire text as well as the individual entities in the text.

Description

SYSTEM AND METHOD FOR SEMANTIC LEVEL SENTIMENT ANALYSIS
FIELD OF INVENTION
The present invention relates to a system and method for semantic level sentiment analysis.
BACKGROUND OF THE INVENTION
Sentiment analysis uses natural language processing which aims to determine the attitude of a speaker or writer about some topic or the overall contextual polarity of a document. Natural language processing deals with the actual text element and transforms it into a machine usable format. By using sentiment analysis, it allows a system to track products, brands and also people to determine whether they are viewed positively or negatively. Sentiment analysis is important as it allows a system to track any new product or brand perception besides tracking business reputations. It also allows individuals to get an opinion or review on something on a global scale. Recently, a lot of researches have been carried out to improve the sentiment analysis of text. An example of a system and method for sentiment analysis is disclosed in
United States Patent No. 2011/0137906. It involves the steps of extracting a snippet related to a subject from a content database; calculating a sentiment score for the snippet; classifying the snippet into sentiment category and classifying the snippets as positive, negative or neutral.
The common existing sentiment analysis techniques only classify whole chunks of text with respect to certain sentiment classes. There is no disclosure of finding out the sentiment towards the entities contained in the text. Therefore, there is a need to provide a system and method that addresses the above mentioned drawbacks of the existing sentiment analysis techniques.
SUMMARY OF INVENTION
The present invention relates to a system (100) and method for semantic level sentiment analysis. The system (100) comprises of a graph generator component (10) for constructing conceptual representation of a text; a sentiment dictionary (40); a sentiment taxonomy (50); and a propagation rules repository (70), wherein the system (100) is further characterised in that a semantic sentiment analyser component (20) for semantically analysing the conceptual structures and generates sentiments; a sentiment processor component (30) for receiving results from the semantic sentiment analyser component (20) and processing the received results; and a semantic sentiment patterns repository (60) which is a library of sentiment patterns stored as graph.
The method for semantic sentiment analysis is characterised by the steps of constructing conceptual representation of a text by a graph generator component (10); loading a terminology-box which consists of concepts and relations, concept- hierarchy and relation-hierarchy by a semantic sentiment analyser component (20); performing classification of the entire fact graph by the semantic sentiment analyser component (20); performing classification of objects involved in the fact graph by the semantic sentiment analyser component (20); performing in-graph attribute propagation graph by the semantic sentiment analyser component (20); processing the classification results graph by the semantic sentiment analyser component (20); and performing sentiment processing by a sentiment processor component (30). Preferably, performing classification of the entire fact graph by the semantic sentiment analyser (20) includes the steps of selecting pattern from the sentiment patterns repository (60); projecting the fact graph onto a pattern graph; extracting sentiment weight of the pattern graph; identifying the number of pattern graphs projected that the project graph can project to if no more patterns are found; and determining the classification of the entire fact graph by calculating the weighted majority vote.
Preferably, performing classification of objects involved in the fact graph by the semantic sentiment analyser (20) includes the steps of selecting all predefined classification targets; selecting sub-graphs involving the classification targets; determining sentiment classification of the sub-graphs by calculating the weighted majority vote; repeating the step of performing classification of the entire fact graph by the semantic sentiment analyser (20); and using the results of the sentiment classification to annotate the fact graph in creating a modified fact graph. Preferably, performing in-graph attribute propagation graph by the semantic sentiment analyser (20) includes the steps of selecting propagation rules from a propagation rules repository (70); selecting the matching rules based on the concepts in the modified fact graph; and applying rule to assign sentiment classification to the corresponding concepts.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate embodiments of the invention and, together with the description, serve to explain the principles of the invention.
FIG. 1 illustrates a system (100) for semantic level sentiment analysis according to an embodiment of the present invention. FIG. 2 (a) illustrates a flow chart of a conceptual structure generation from text according to an embodiment of the present invention.
FIG. 2 (b) illustrates an example of a conceptual structure generation from text. FIG. 3 illustrates a flow chart of a semantic sentiment analysis process according to an embodiment of the present invention.
FIG. 4 (a) illustrates a flow chart of the sentiment classification of the entire fact graph according to an embodiment of the present invention.
FIG. 4 (b) illustrates an example of the sentiment classification of the entire fact graph.
FIG. 5 (a) illustrates a flow chart of the sentiment classification of objects involved in the fact graph according to an embodiment of the present invention.
FIG. 5 (b) illustrates an example of the sentiment classification of objects involved in the fact graph. FIG. 5 (c) illustrates the result of the example from FIG. 5 (b). FIG. 6 (a) illustrates a flow chart of the in-graph attribute propagation according to an embodiment of the present invention. FIG. 6 (b) illustrates an example of the in-graph attribute propagation.
FIG. 6 (c) illustrates the result of the example from FIG. 6 (b).
FIG. 7 illustrates a flow chart of the sentiment processing according to an embodiment of the present invention.
DESCRIPTION OF THE PREFFERED EMBODIMENT
A preferred embodiment of the present invention will be described herein below with reference to the accompanying drawings. In the following description, well known functions or constructions are not described in detail since they would obscure the description with unnecessary detail.
Reference is made initially to FIG. 1 which illustrates a system (100) for semantic level sentiment analysis according to an embodiment of the present invention. The system (100) accepts text data as input and analyses sentiment in the text. It generates semantically valid sentiment in terms of the entire text as well as the individual entities in the text. The system (100) comprises of a graph generator component (10), a semantic sentiment analyser component (20), a sentiment processor component (30), a sentiment dictionary (40), a sentiment taxonomy (50), a semantic sentiment patterns repository (60) and a propagation rules repository (70).
The graph generator component (10) is used to construct conceptual representation of the text. The semantic sentiment analyser component (20) semantically analyses the conceptual structures and generates sentiments. The sentiment processor component (30) receives the results from the semantic sentiment analyser component (20) and processes the received results.
The sentiment dictionary (40) comprises of an enriched list if keywords that are associated to polarity values. Each keyword is mapped to one or more sentiment categories such as positive, negative, sad, angry, happy, confident, etc. The list may be enhances with synonyms which are extracted from a lexical database. The sentiment taxonomy (50) comprises of taxonomical representation of common terms to describe sentiments. The semantic sentiment pattern repository (60) is a library of sentiment patterns stored as graphs. These sentiment patterns tell how sentiment terms are related to a particular noun. A generated annotated semantic sentiment graph is composed of a conceptual graph query, g; a sentiment class, c e C; and a weight, w e R+. A collection of these graphs are stored in the semantic sentiment patterns repository (60). Finally, the propagation rules repository (70) comprises of a set of propagation rules representing how the sentiment classes may be assigned to related concepts.
Referring now to FIG. 2 (a), it illustrates a flow chart of the conceptual structure generation from text according to an embodiment of the present invention. Initially the graph generator component (10) accepts text as input as in step 101 before it generates conceptual representation of the text as in step 102. An example of a text and its corresponding conceptual representation is shown in FIG. 2 (b). Since the text "Mary gave John a boring book" contains a set of facts, a fact graph is generated to represent the conceptual structure.
Moving on to FIG. 3, it illustrates a flow chart of a sentiment analysis process according to an embodiment of the present invention. After the conceptual structure is constructed in step 102, the system (100) loads a terminology-box from the semantic sentiment analyser component (20) which comprises of concepts and relations, concept-hierarchy and relation-hierarchy as in step 210. It then selects the conceptual representation i.e. the fact graph generated in step 102 to be analysed from multiple dimensions as in step 220. The semantic sentiment analyser component (20) initially performs classification of the entire fact graphs as in step 230, wherein the entire fact graph is analysed to determine the sentiment classification before it performs classification of objects involved in the fact graph as in step 240. Next, the semantic sentiment analyser component (20) performs in- graph attribute propagation as in step 250 by propagating sentiments which are associated with a particular concept to other concept that are related. Lastly, the semantic sentiment analyser component (20) sends the three classification results i.e. the sentiment classification of the entire fact graph, the sentiment classification objects involved in the fact graph and the sentiment classification by the in-graph attribute propagation to the sentiment processor component (30) for further processing as in step 260.
FIG. 4 (a) illustrates a flow chart of the sentiment classification of the entire fact graph according to an embodiment of the present invention which further explains step 230 of FIG. 3. In analysing the entire fact graph to determine the sentiment classification, the fact graph is projected on to the sets of graphs in the semantic sentiment pattern repository (60) as in step 231 , wherein the sets of graphs are the sentiment patterns which are stored as graphs. This is achieved through graph projection technique which results in one or more pattern graphs, p that match the fact graph as in step 232. The graph projection technique measures the similarity between two graphs, wherein if a graph can be projected fully on to another graph or vice versa, it is defined as very similar. When a graph can be partially projected, it is defined as a partial match.
The weight of the pattern graph, w is retrieved from each of the matched pattern graph as in step 233, wherein the matched pattern graphs are the results of the graph projection technique which can either be fully projected or partially projected. If more patterns are found as in step 234, the steps are repeated from step 231 until no more patterns are found. The numbers of projections, f found are then identified for each pattern graph as in step 235. Finally, the sentiment classification of the input graph is determined using the equation below,
Cfacts = arg max ) Wifj
Vi=i
where c represents the classification of the fact graph, w represents the weight of the pattern graph and f represents the number of projections or matches found as in step 236.
An example of this process is shown in FIG. 4 (b) wherein the example graph represents the sentence "Ben travelled from London to Paris in an ugly bus." Upon projecting this graph on to the semantic sentiment pattern repository, a matching pattern i.e. entity->attr->ugly is found. In other words, the attribute of the concept "entity" is ugly. By using the sentiment class and weight, the entire graph can be classified as negative. Entities are the objects of interest and each entity instance is described by a set of attributes that define its qualities, characteristics or properties.
The step 240 of FIG. 3 is further described in FIG. 5 (a), which illustrates a flow chart of the sentiment classification of objects involved in the fact graph according to an embodiment of the present invention. In this step, the sentiment classification is performed on the sub-graphs in the fact graph where a sub-graph is composed of at least one concept. Initially, a set of predefined classification target is selected as in step 241. For instance, in the case of entity being a classification target, the process is conducted to determine the sentiment classification of all the entities found in the fact graph, by determining the sub-graphs that represent the classification targets as in step 243. Sub-graphs are smaller graphs which are derived from the fact graph. These sub-graphs are extracted by selecting the classification target and the concepts that are directly linked to it. Next, the sentiment classification process is repeated from step 231 to step 236 until all the pattern graphs in the semantic sentiment patterns repository (60) are processed to identify the classification of that particular sub-graph. Finally, the results of the sentiment classification are used to annotate the fact graph in creating a modified fact graph as in step 244, wherein a modified fact graph is a fact graph that is associated with a sentiment classification.
An example of this process is shown in FIG. 5 (b). The conceptual graph for the sentence "The beautiful Anna travelled in an uncomfortable and ugly bus" is used as projection. Assuming that entity is a classification target, multiple pattern graphs can be identified and used for determining the sentiment classification. The results of the classification are shown in FIG. 5 (c) where it can be seen that the sentiments related to the entity Bus are negative i.e. ugly and uncomfortable whereas the one related to the entity Anna is positive i.e. beautiful. Referring now to FIG. 6 (a) which illustrates a flow chart of the in-graph attribute propagation according to an embodiment of the present invention, it further describes step 250 of FIG. 3. For this step, sentiment classifications are applied automatically by propagation based on propagation rules which are used to perform the in-graph attribute propagation as in step 251. There are no restrictions as to what properties are to be used in the propagation rule. It can use any of the properties in the relation hierarchy. For example in FIG. 6 (b), if concepts A and B are linked together with a "hasPart" relation, then the sentiment for B is assigned to A as well.
The modified fact graph generated from step 244 is analysed further by applying matching rules from the propagation rules repository (70) as in step 252. The rules are matched based on the concepts present in the fact graph. Upon applying the rules, further concepts other than the previously tagged ones can be classified as in step 253. Special markers, which are labels to indicate whether a particular concept is a target concept, are used to determine "Target" placeholders, wherein a target concept is a concept to which propagation rules are to be applied. The system uses these special markers to decide what should be carried forward or where to find the sentiment in the match i.e. the "Sentiment Class" and to which object it should be propagated to i.e. the "target." An example of the attribute propagation is shown in FIG. 6 (b) while the results of applying the above mentioned propagation rule on an annotated facts are shown in FIG. 6 (c). The concept storyline is annotated as positive according to step 240. Referring now to FIG. 6 (c), it can be deducted that "Movie A" can also be classified as positive by using the propagation rule due to the "hasPart" property.
Finally, FIG. 7 illustrates a flow chart of the sentiment processing according to an embodiment of the present invention. Initially, the sentiment processor component (30) receives the results from the semantic sentiment analyser as in step 301. It then consolidates the results to show the sentiment classification in terms of the whole sentence as well as for objects of interest in the sentence to produce the multidimensional sentiment analysis results as in step 302.
While embodiments of the invention have been illustrated and described, it is not intended that these embodiments illustrate and describe all possible forms of the invention. Rather, the words used in the specifications are words of description rather than limitation and various changes may be made without departing from the scope of the invention.

Claims

1. A system (100) for semantic level sentiment analysis comprises of:
a) a graph generator component (10) for constructing conceptual representation of a text;
b) a sentiment dictionary (40);
c) a sentiment taxonomy (50); and
d) a propagation rules repository (70),
wherein the system (100) is further characterised in that:
i. a semantic sentiment analyser component (20) for semantically analysing the conceptual structures and generates sentiments;
ii. a sentiment processor component (30) for receiving results from the semantic sentiment analyser component (20) and processing the received results; and
iii. a semantic sentiment patterns repository (60) which is a library of sentiment patterns stored as graph.
2. A method for semantic sentiment analysis is characterised by the steps of:
a) constructing conceptual representation of a text by a graph generator component (10);
b) loading a terminology-box which consists of concepts and relations, concept-hierarchy and relation-hierarchy by a semantic sentiment analyser component (20);
c) performing classification of the entire fact graph by the semantic sentiment analyser component (20);
d) performing classification of objects involved in the fact graph by the semantic sentiment analyser component (20);
e) performing in-graph attribute propagation graph by the semantic sentiment analyser component (20);
f) processing the classification results graph by the semantic sentiment analyser component (20); and
g) performing sentiment processing by a sentiment processor component (30). The method as claimed as claim 2, wherein performing classification of the entire fact graph by the semantic sentiment analyser (20) includes the steps of:
a) selecting pattern from the sentiment patterns repository (60);
b) projecting the fact graph onto a pattern graph;
c) extracting sentiment weight of the pattern graph;
d) identifying the number of pattern graphs projected that the project graph can project to if no more patterns are found; and
e) determining the classification of the entire fact graph by calculating the weighted majority vote.
The method as claimed as claim 2, wherein performing classification of objects involved in the fact graph by the semantic sentiment analyser (20) includes the steps of:
a) selecting all predefined classification targets;
b) selecting sub-graphs involving the classification targets;
c) determining sentiment classification of the sub-graphs by calculating the weighted majority vote;
d) repeating the step of performing classification of the entire fact graph by the semantic sentiment analyser (20); and
e) using the results of the sentiment classification to annotate the fact graph in creating a modified fact graph.
The method as claimed as claim 2, wherein performing in-graph attribute propagation graph by the semantic sentiment analyser (20) includes the steps of:
a) selecting propagation rules from a propagation rules repository (70); b) selecting the matching rules based on the concepts in the modified fact graph; and
c) applying rule to assign sentiment classification to the corresponding concepts.
PCT/MY2014/000182 2013-10-10 2014-06-12 System and method for semantic-level sentiment analysis of text Ceased WO2015053607A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI2013701910 2013-10-10
MYPI2013701910A MY167959A (en) 2013-10-10 2013-10-10 System and method for semantic-level sentiment analysis of text

Publications (1)

Publication Number Publication Date
WO2015053607A1 true WO2015053607A1 (en) 2015-04-16

Family

ID=51690422

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2014/000182 Ceased WO2015053607A1 (en) 2013-10-10 2014-06-12 System and method for semantic-level sentiment analysis of text

Country Status (2)

Country Link
MY (1) MY167959A (en)
WO (1) WO2015053607A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160162582A1 (en) * 2014-12-09 2016-06-09 Moodwire, Inc. Method and system for conducting an opinion search engine and a display thereof
WO2017149443A1 (en) * 2016-02-29 2017-09-08 Koninklijke Philips N.V. Device, system, and method for classification of cognitive bias in microblogs relative to healthcare-centric evidence
US9875230B2 (en) 2016-04-08 2018-01-23 International Business Machines Corporation Text analysis on unstructured text to identify a high level of intensity of negative thoughts or beliefs
CN109376239A (en) * 2018-09-29 2019-02-22 山西大学 A method for generating a specific sentiment dictionary for Chinese microblog sentiment classification
CN115107444A (en) * 2021-03-17 2022-09-27 广州汽车集团股份有限公司 Air conditioner control and regulation method and system and computer equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110137906A1 (en) 2009-12-09 2011-06-09 International Business Machines, Inc. Systems and methods for detecting sentiment-based topics

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110137906A1 (en) 2009-12-09 2011-06-09 International Business Machines, Inc. Systems and methods for detecting sentiment-based topics

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
GUANG QIU ET AL: "Opinion word expansion and target extraction through double propagation", COMPUTATIONAL LINGUISTICS, vol. 37, no. 1, March 2011 (2011-03-01), pages 9 - 27, XP058000002, ISSN: 0891-2017, DOI: 10.1162/COLI_A_00034 *
LILI ZHAO ET AL: "Ontology Based Opinion Mining for Movie Reviews", 25 November 2009, KNOWLEDGE SCIENCE, ENGINEERING AND MANAGEMENT, SPRINGER BERLIN HEIDELBERG, BERLIN, HEIDELBERG, PAGE(S) 204 - 214, ISBN: 978-3-642-10487-9, XP019135000 *
THANH TUNG NGUYEN ET AL: "A Sentiment Analysis Model Using Ontology- enriched Conceptual Graph and Operational Rules", INTERNATIONAL CONFERENCE ON ADVANCES IN COMPUTING, ELECTRONICS AND ELECTRICAL TECNOLOGY - CEET 2014, 20 December 2014 (2014-12-20), XP055173074 *
VALENTINA PRESUTTI ET AL: "Sentilo: Semantic Web-based Sentiment Analysis", 21 October 2013 (2013-10-21), XP055173066, Retrieved from the Internet <URL:http://challenge.semanticweb.org/2013/submissions/swc2013_submission_9.pdf> [retrieved on 20150302] *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160162582A1 (en) * 2014-12-09 2016-06-09 Moodwire, Inc. Method and system for conducting an opinion search engine and a display thereof
WO2017149443A1 (en) * 2016-02-29 2017-09-08 Koninklijke Philips N.V. Device, system, and method for classification of cognitive bias in microblogs relative to healthcare-centric evidence
CN108780660A (en) * 2016-02-29 2018-11-09 皇家飞利浦有限公司 Apparatus, system and method for classifying cognitive biases in microblogging relative to health care-focused evidence
US20200168343A1 (en) * 2016-02-29 2020-05-28 Koninklijke Philips N.V. Device, system, and method for classification of cognitive bias in microblogs relative to healthcare-centric evidence
CN108780660B (en) * 2016-02-29 2023-10-20 皇家飞利浦有限公司 Devices, systems, and methods for classifying cognitive biases in microblogs relative to health care-focused evidence
US9875230B2 (en) 2016-04-08 2018-01-23 International Business Machines Corporation Text analysis on unstructured text to identify a high level of intensity of negative thoughts or beliefs
CN109376239A (en) * 2018-09-29 2019-02-22 山西大学 A method for generating a specific sentiment dictionary for Chinese microblog sentiment classification
CN109376239B (en) * 2018-09-29 2021-07-30 山西大学 A method for generating a specific sentiment dictionary for Chinese microblog sentiment classification
CN115107444A (en) * 2021-03-17 2022-09-27 广州汽车集团股份有限公司 Air conditioner control and regulation method and system and computer equipment
CN115107444B (en) * 2021-03-17 2025-10-21 广州汽车集团股份有限公司 Air conditioning control adjustment method, system and computer equipment

Also Published As

Publication number Publication date
MY167959A (en) 2018-10-08

Similar Documents

Publication Publication Date Title
Bharti et al. Sarcastic sentiment detection in tweets streamed in real time: a big data approach
Unger et al. An introduction to question answering over linked data
Barbieri et al. Modelling sarcasm in twitter, a novel approach
CN106649818B (en) Application search intent identification method, device, application search method and server
CN113378565A (en) Event analysis method, device and equipment for multi-source data fusion and storage medium
KR101723862B1 (en) Apparatus and method for classifying and analyzing documents including text
Arendarenko et al. Ontology-based information and event extraction for business intelligence
KR101136007B1 (en) System and method for anaylyzing document sentiment
US20190392035A1 (en) Information object extraction using combination of classifiers analyzing local and non-local features
CN114706972B (en) An automatic generation method of unsupervised scientific and technological information summaries based on multi-sentence compression
US20100205198A1 (en) Search query disambiguation
CN104657463A (en) Question classification method and question classification device for automatic question-answering system
Winters et al. Automatic joke generation: Learning humor from examples
WO2015053607A1 (en) System and method for semantic-level sentiment analysis of text
KR20240074062A (en) Apparatus and method for generating academic guidance language model, and apparatus for recommending academic guidance information
Paulheim Machine learning with and for semantic web knowledge graphs
Jiménez-Zafra et al. NEGES 2019 Task: Negation in Spanish.
Balaguer et al. CatSent: a Catalan sentiment analysis website
Sharma et al. An optimized approach for sarcasm detection using machine learning classifier
Dos Reis Mota LUP: A language understanding platform
Mirrezaei et al. The triplex approach for recognizing semantic relations from noun phrases, appositions, and adjectives
Singh et al. Context-based persuasion analysis of sentiment polarity disambiguation in social media text streams
JP5506482B2 (en) Named entity extraction apparatus, string-named expression class pair database creation apparatus, numbered entity extraction method, string-named expression class pair database creation method, program
Chiriatti et al. What makes a review helpful? predicting the helpfulness of Italian Tripadvisor reviews
CN103577397A (en) Computer translation data processing method and computer translation data processing device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14783678

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14783678

Country of ref document: EP

Kind code of ref document: A1