Next Article in Journal
Importance and Applications of Robotic and Autonomous Systems (RAS) in Railway Maintenance Sector: A Review
Previous Article in Journal
A Complexity Metrics Suite for Cascading Style Sheets
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Semantic Features for Optimizing Supervised Approach of Sentiment Analysis on Product Reviews

by
Bagus Setya Rintyarna
1,2,*,
Riyanarto Sarno
1 and
Chastine Fatichah
1
1
Department of Informatics, Institut Teknologi Sepuluh Nopember, Surabaya 60111, Indonesia
2
Department of Electrical Engineering, Universitas Muhammadiyah Jember, Jember 68124, Indonesia
*
Author to whom correspondence should be addressed.
Computers 2019, 8(3), 55; https://doi.org/10.3390/computers8030055
Submission received: 26 June 2019 / Revised: 15 July 2019 / Accepted: 16 July 2019 / Published: 19 July 2019

Abstract

:
The growth of ecommerce has triggered online reviews as a rich source of product information. Revealing consumer sentiment from the reviews through Sentiment Analysis (SA) is an important task of online product review analysis. Two popular approaches of SA are the supervised approach and the lexicon-based approach. In supervised approach, the employed machine learning (ML) algorithm is not the only one to influence the results of SA. The utilized text features also handle an important role in determining the performance of SA tasks. In this regard, we proposed a method to extract text features that takes into account semantic of words. We argue that this semantic feature is capable of augmenting the results of supervised SA tasks compared to commonly utilized features, i.e., bag-of-words (BoW). To extract the features, we assigned the correct sense of the word in reviewing the sentence by adopting a Word Sense Disambiguation (WSD) technique. Several WordNet similarity algorithms were involved, and correct sentiment values were assigned to words. Accordingly, we generated text features for product review documents. To evaluate the performance of our text features in the supervised approach, we conducted experiments using several ML algorithms and feature selection methods. The results of the experiments using 10-fold cross-validation indicated that our proposed semantic features favorably increased the performance of SA by 10.9%, 9.2%, and 10.6% of precision, recall, and F-Measure, respectively, compared with baseline methods.

1. Introduction

With the rapid growth of ecommerce platforms for online shopping, more and more customers share their opinions about products on the internet. This fact has generated a huge amount of opinion data within the platform [1]. The opinion data has then emerged as a valuable and objective source of product information for both customers and companies. For customers, it helps them by recommending that they buy a certain product [2]. For companies, it can help them in evaluating the design of a product [3] based on the analysis of user generated content (UGC), i.e., product reviews describing the user’s experience [4]. With the quantity of the data, manual processing is not an efficient task. Alternatively, a big data analytics technique is necessary [5]. Sentiment Analysis (SA) has arisen in response to the necessity of processing the huge data in speed [6]. SA is a computational technique to automate the extraction of subjective information, i.e., opinion of customers with respect to a product [7]. For that reason, this study is important.
One of the most popular methods employed for SA tasks is the machine learning (ML)-based method [8], i.e., a supervised approach employing an ML algorithm. Although the role of the ML algorithm is important, it is not yet the only factor that determines the performance of SA. As a text classification task, another important factor influencing the SA result is the employed text features [9]. Semantic features are considered important for augmenting the result of SA tasks [10] by providing correct sense of a word according to its local context, i.e., sentence. Providing the correct sense of words means providing correct sentiment value that is important in extracting a robust feature set for supervised SA. The best we know, recent lexicon based approaches of SA studies that concern semantics of words, like the work of [11] and [10], have not been evaluated in a supervised environment.
Saif [11] has considered semantics of words by proposing a method called Contextual Semantics. The study introduced SentiCircle, which adheres to the distributional hypothesis that words that appear in similar contexts share identical meanings. This method has outperformed baseline methods when experimented and evaluated in several different sentiment lexicons, i.e., SentiWordNet [12], Multi-Perspective Question Answering (MPQA) subjectivity lexicon [13], and Thelwall-Lexicon [14] using several Twitter datasets, i.e., Obama McCain Debate (OMD), Health Care Reform (HCR), and Stanford Sentiment Gold Standard (STS-Gold).
Another work, [10], has also concerned semantic of words. The study provided extension for [11] by assigning prior sentiment value based on the context of the word using a graph-based Word Sense Disambiguation (WSD) technique. The work has also introduced a similarity-based technique to determine pivot words used in [11]. Tested in several product review domains, i.e., automotive, beauty, books, electronics, and movies, the result of this study has outperformed baselines in several performance metrics, i.e., precision, recall, and F-Measure. The result of [11] and [10] have highlighted the importance of semantics in SA tasks.
Meanwhile, other studies using the supervised approach commonly utilize the bag-of-words (BoW) feature or its extension as the base of the classification task. In this paper, we extend the previous lexicon-based approach presented in [10] to generate a set of sentiment features that is capable of capturing the semantics of words. The feature set was evaluated in a supervised environment.
Referring to the previously described research gap, the purposes for this study comprised:
  • Augmenting the results of supervised SA tasks for online product reviews by proposing a method for extracting sentiment features that takes into account semantics of words. The proposed method is the extension of [10].
  • Evaluating the semantic features in various ML algorithms and feature selection methods.
  • Finding the best set of the features using several feature selection methods.
In assigning the correct sense of the words in a review sentence, an adapted WSD method was used. In this method, the sense is picked from the WordNet lexical database. To calculate the numeric value of the feature, one of three sentiment values of the sense, i.e., positivity, negativity, and objectivity, is then picked from the SentiWordNet database [12]. Employing several WordNet similarity algorithms, we present a method to generate a semantic feature set of words. To evaluate the performance of our proposed semantic features, several ML algorithms and feature selection methods were employed. The employed ML algorithms and feature selection methods are implemented in WEKA, an open source tool containing algorithms for data mining applications [15]. The results of these experiments using 10-fold cross-validation indicated that our proposed semantic features favorably enhanced the performance of SA in terms of precision, recall, and F-Measure. The rest of this manuscript is organized in the following sections. Section 2 explores the most recent related study that has previously been done. Section 3 describes the method for extracting semantic features of words, including the formulas that are introduced. We explain the scenario of the experiments and the results in Section 4. The results of the experiments are discussed in Section 4. Finally, we highlight the effectiveness of our proposed method in Section 5.

2. Related Work

The expansion of online shopping has triggered consumer to express their opinion about a product they have purchased on ecommerce platform. SA is an efficient text mining technique to extract the opinion from online product reviews [16]. Two types of approaches that is commonly employed to perform SA task, i.e., supervised approach and lexicon based approach [17]. Supervised approaches make use of labeled training data to learn the model. Using an ML algorithm, the model is then performed to test the dataset. Using Hybrid ML approach, Al Amrani [18] performed SA on an Amazon review dataset. A number of decision trees at randomly selected features were firstly picked to forecast the class of test dataset. Support Vector Machine (SVM) was then used to maximize the margin that separates two classes. Since RF was not sensitive to input, the default parameters were used for each classifier. The method was applied to the Amazon review dataset.
To optimize the SA task, Singh [19] employed four ML classifiers, i.e., Naïve Bayes, J48, BFTree, and OneR. NLTK and bs4 libraries were used for preprocessing of raw text. Using three manually annotated datasets, i.e., Woodlan’s wallet, digital camera reviews, and movie reviews from IMDB, the robustness of the classifiers was compared. WEKA 3.8 was used for implementing the classifiers. The results of the experiment confirmed that OneR was the most prominent in accuracy.
Conditional Random Field (CRF) and SVM was employed for sentiment classification of online reviews [16]. CRF was used to extract emotional fragment of the review from a Unigram features of the text. SVM transformed data that is not linearly separable into linearly separable dataset in the feature space through nonlinear mapping. The proposed method was evaluated using Chinese online reviews from Autohome and English online reviews from Amazon. To segment the review, the jieba library of Python was employed. The results of the experiment indicated that average accuracy achieved was 90%.
A study formed a classifier ensemble consisting of Multinomial Naïve Bayes, SVM, Random Forest, and Logistic Regression to improve the accuracy of SA. The utilized feature was BoW represented by a table in which the column represents the term of the document, and the values represent their frequencies. The sentiment orientation was determined using majority voting and the average class probability of each classifier. Using four benchmarks of the Twitter dataset, i.e., Sanders, Stanford, Obama–McCain Debate, and HCR, the experiment revealed that the method can improve the accuracy of SA tasks on Twitter.
Mukherjee [20] optimized the SA approach for product reviews by developing a system to extract both potential product features and the associated opinion words. In terms of SA tasks, product features extracted in this work are actually aspect. The pair of product features and their associated opinion words was extracted by making use of grammatical relation provided by the Stanford Dependency Parser. The evaluation was conducted using two datasets from [21,22]. The system outperformed several baseline systems. Using two scenarios of the experiment, i.e., rule-based classification and supervised classification using SVM, the results of the study confirmed that the supervised classification significantly outperformed the Naïve rule-based classification.
Meanwhile, a lexicon-based SA approach relies on a pre-built Sentiment Lexicon, i.e., a pre-built list of sentiment terms with their associated sentiment value that is publicly available, e.g., Opinion Lexicon, General Inquirer, and SentiWordNet [12]. The sentiment of the term’s overall document is then aggregated to determine its sentiment orientation. The main challenge of the lexicon-based approach is to improve a term’s sentiment value with respect to a specific context [23] since the same term can have different sentiment values when it appears in different contexts [24].
In that regard, Saif [11] has proposed a method to learn sentiment orientation of words from their contextual semantics. Based on a hypothesis that words appearing in similar contexts tend to share similar meanings, the work proposed a method called SentiCircle. The method was tested on several benchmarks of the Twitter dataset. The results of the experiment indicated that SentiCircle outperformed several baseline methods.
A study has improved the implementation of SentiCircle in the online review dataset by considering semantics of words [10]. The study argued that the result of SentiCircle is valid only if the prior sentiment value of words is also valid so that θ of SentiCircle will adjust sentiment value of words in the right direction. Semantics of words is extracted using a WSD technique. The sentiment value of words was picked from SentiWordNet. The method has been proven more robust against several baseline methods.
From the previously described recent related works, several insights can be highlighted as follows:
  • BoW is a common text features utilized for supervised SA tasks. To show the robustness of our proposed features against BoW, we will compare the performance of our proposed features with two baselines of BoW, i.e., Unigram (Baseline 1) and Bigram (Baseline 2).
  • Since semantics has the potential to enhance the performance of SA, we extent a lexicon-based method [10] to extract text features that capture semantics of words based on its local context, i.e., sentence to provide correct sentiment value of words. We evaluate the performance in a supervised environment. We train the model for several ML algorithms, i.e., Naïve Bayes, Naïve Bayes Multinomial, Logistic, Simple Logistic, Decision Tree, and Random Forest.
  • We also apply the feature selection method to find the best set of our features.

3. Proposed Method

All steps carried out in this study are described in Figure 1. Step 1 was adopted from [13], which is an extension of [14]. This technique is called WSD. The aim of Step 1 was to assign a correct sentiment value to the words according to their contextual sense related to different neighboring words since the same words can appear in different parts of a text and may reveal different meanings, depending on the neighboring words. This problem is called polysemy. As shown in Figure 2, polysemy is a word with the same word form (WF) but a different meaning (WS). Some examples of polysemy can be seen in Table 1.
As shown in Table 1, the same sentiment word that appears in different review sentences potentially has a different sentiment orientation or value. This issue may interfere with the result of the SA. To address this problem, we employed a general purpose sentiment lexicon, namely SentiWordNet [4]. SentiWordNet specifies three sentiment values, namely positivity, negativity, and objectivity, to each synset of WordNet. More about SentiWordNet can be found at https://github.com/aesuli/sentiwordnet.
In the pre-processing step, stopword removal, stemming, part of speech (POS) tagging, and filtering were conducted. In the implementation, the Stanford POS tagger library was used. POS tagging is necessary to pick the correct sense of the words from the WordNet collection. In the filtering step, we left in only verbs, adjectives, and nouns. The local neighborhood used as the context for the words was a review sentence. Therefore, the processing step of WSD was done on a sentence basis.
After pre-processing (stop word removal, stemming, POS tagging, and filtering), the sense of the words from the WordNet collection was picked. As an example of the calculation of the proposed feature, consider the review sentence “I love the screen of the camera”. The result of the pre-processing step can be seen in Table 2.
After filtering, the left term is assigned to w i . In the case of the example, we have w 1 , w 2 , and w 3 . We then pick the senses of w i from the WordNet database, indicated as w i j , as shown in Table 3.
In terms of the weighted graph, the senses of the words serve as the vertices of the graph. Adopting [25], the edges are then generated by calculating the similarity between the vertices using WordNet similarity measures from Wu and Palmer (WUP) [26], Leacock and Chodorow (LCH) [27], Resnik (RES) [28], Jiang and Conrath (JCN) [29], and Lin (LIN) [30]. Adapted Lesk [31] was incorporated to improve the result.
Suppose e a b c d is the similarity between w a b and w c d . All possible similarities between the word senses of the different words are calculated as shown in Table 4. For the implementation of WordNet similarity, the ws4j algorithm from Hideki Shima was adapted. The tool can be downloaded at https://ws4jdemo.appspot.com/. To select the contextual sense, the indegree score of each sense was computed using the indegree algorithm. For example, the indegree score of w 1 3 in Table 4, i.e., I n ( w 1 3 ) , is calculated as follows: I n ( w 2 2 ) =   e 12 12 + e 12 22 + e 12 32 + e 23 21 . In general, the indegree score of w s a b is computed using Equation (1). The notation used in Equation (1) is described in Table 5. In Table 4, the similarity highlights with red are the similarities between word senses on the left side of w s 2 2 , and the similarity highlighted with green is the similarity of the word senses on the right side of w s 2 2 . The indegree scores of all w s i j are calculated, and the selected (contextual) sense is the sense of the word with the highest indegree score. The contextual sentiment value of a word, i.e., c s i , is determined using Equation (2), where f ( m i ) assigns three sentiment values from SentiWordNet, called c s p o s i , c s n e g i , and c s n e u i . In Equation (3), u is the number of words in the processed review sentence.
I n ( w s a b )   =   k = 1 o l = 1 q k e k a l b   +   m = 1 p n = 1 r m e a m b n
c s i   =   f ( s i ) ,
where:
s i   =   max o   I n ( w s i t ) t = 1 , 2 ,   u .
At the sentence level, three average sentiment values are calculated using Equations (4)–(6), respectively.
v p o s   =   i = 1 u c s p o s i u   ,
v n e g   =   i = 1 u c s n e g i u ,
v n e u   =   i = 1 u c s n e u i u
Regarding the utilized WordNet similarity algorithm, the average value of every contextual sense in the review document was then calculated and assigned as a feature of the review document. Three average sentiment scores from SentiWordNet were assigned to each document review. Hence, a set of 15 contextual features was provided as the basis for the classification task. A detailed description of the features is presented in Table 6.
For assessing the proposed features, an experiment was performed using five ML algorithms, namely Naïve Bayes, Logistic, Simple Logistic, Decision Tree, and Random Forest. We also applied five different feature selection methods, i.e., correlation-based feature selection (CFS), correlation attribute evaluator, information gain attribute evaluator, one rule attribute evaluator and principle component analysis, in order to test the performance of the proposed feature set in various different optimized combinations. For the implementation of the ML algorithms and the attribute selection methods, we used WEKA from the University of Waikato. The toolkit can be found at https://www.cs.waikato.ac.nz/ml/weka/. The employed attribute selection methods are briefly overviewed in the following paragraphs.

3.1. Correlation Feature Selection (CFS)

CFS argues that representative features are features that are highly correlated with the class, yet uncorrelated to each other. Therefore, it measures the individual predictive ability of each subset along with the degree of redundancy between them. CFS presents a measure called the ‘merit’ of the feature subsets. It predicts the correlation between a composite test consisting of the summed components and the outside variable using the standardized Pearson’s correlation coefficient [32], as shown in Equation (7).
r z c   = k r z i ¯ k + k ( k 1 ) r i i ¯
In Equation (7), r z c is defined as the correlation between the summed components and the outside variable, k is the number of components, r z i ¯ is the average of the correlation between the components and the outside variable, and r i i ¯ is the average inter-correlation between the components.

3.2. Correlation Attribute Evaluator

This method calculates the weighted average of the overall Pearson correlation coefficient between an attribute and its class as an indicator for ranking a set of attributes. For x X and c C , where X is the feature subset and C is the class, and Pearson’s correlation coefficient is given by Equation (8).
r   =   i = 1 n ( x i x ¯ ) ( c i c ¯ ) i = 1 n ( x i x ¯ ) 2 i = 1 n ( c i c ¯ ) 2   .

3.3. Information Gain Attribute Evaluator

Information gain, also called mutual information, can also reveal dependency between features by calculating the level of impurity in a group of samples. This technique provides a ranking of attributes by evaluating the information gain of an attribute with respect to the class. The information gain of X for C is the class, and X is the attribute subset given by Equation (9).
I G ( C | X )   =   H ( C ) H ( C | X ) .

3.4. OneR Attribute Evaluator

The one rule attribute evaluator rates the values of the attributes based on a simple yet accurate classifier called the one rule classifier [33], which classifies a dataset based on a single attribute, i.e., a one-level decision tree. OneR chooses the rule with the smallest error rate from previously built rules for every attribute in the training data.

3.5. Principle Components

The algorithm attempts to find the axis of greatest variance of the data. In the implementation, this attribute evaluator calculates the eigenvector of the covariance matrix of the data and filters out the attributes with the worst eigenvectors.

4. Result and Discussion

In the experiment, we used three product review datasets from Amazon Review Data provided by Julian McAuley [23], i.e., Beauty, Books, and Movies. The dataset can be downloaded from http://jmcauley.ucsd.edu/data/amazon/. For building the ground truth, we assigned a label of three sentiment categories, i.e., positive, negative, and neutral, for every product review document by taking the ‘overall’ score from the metadata of the dataset (see the sample review in Figure 3.). The datasets with an ‘overall’ score of 1–2 were labeled as negative reviews. Meanwhile, the datasets with an ‘overall’ score of 4–5 were labeled as positive. The rest was labeled as neutral.
We present the results of the experiment using the three Jean McAuley Amazon datasets in Table 7, Table 8 and Table 9. Our proposed features were evaluated using Naïve Bayes, Naïve Bayes, Logistic, Simple Logistic, J48, and Random Forest. The combination of features was optimized using CFS, correlation attribute evaluator, information gain attribute evaluator, one-rule attribute evaluator, and principle component analysis, and then we compared the results with the full feature set. The performance metrics of the selected features were evaluated using 10-fold cross-validation.
To investigate the role of semantic features in enhancing the result of the supervised SA method, the performance of our proposed features was compared with a baseline feature. For the baseline, we applied Unigram features, i.e., common features used for text classification, extracted using an unsupervised filter from StringtoWordVector in WEKA. In the experiment, we also applied the same feature selection method for the baseline. For the performance metrics, precision, recall, and F-Measure were employed. The whole experiment was conducted using 10-fold cross-validation with WEKA. The results of the experiment are presented in Table 7, Table 8 and Table 9. We compared the result of experiment with two baseline methods, i.e., Unigram (Baseline 1) and Bigram (Baseline 2), of BoW that are commonly adopted for supervised SA tasks.
In Table 7, Table 8 and Table 9, we provide the experiment results for the three product review datasets, i.e., Beauty, Books, and Movies dataset. In each table, we compare the performance of the proposed features with two baselines, namely Unigram and Bigram, that are commonly employed for text classification tasks. The results are grouped based on the employed feature selection method. For every feature selection method, we applied all used ML algorithms. To indicate the best performance achieved for precision, recall, and F-Measure, we used the asterisk symbol as presented in the Tables. For the Beauty dataset, the best performance of the proposed features is 0.897, 1.000, and 0.945 for precision, recall, and F-Measure, respectively. For the Books dataset, Principal Component Analysis (PCA) achieved the best performance by 0.916, 0.882, and 0.895 for precision, recall, and F-Measure, respectively. Meanwhile, for the Movies dataset, features selected using CFS reached the best performance by 0.943, 1.000, and 0.970 for precision, recall, and F-Measure, respectively.
In Figure 4, we calculated the average performance of our proposed features in terms of precision, recall, and F-Measure. Compared with the baseline feature that is commonly employed in the supervised SA task, i.e., BOW, the extracted semantics features have favorably increased all performance metrics of the supervised SA task, i.e., precision, recall, and F-Measure, as indicated in Figure 4. In the figure, we present average evaluation metrics for the three datasets. The figure indicates that the proposed semantic features outperform both Unigram and Bigram in all performance metrics. On average, the proposed features increased precision, recall, and F-Measure by 10.9%, 9.2%, and 10.6% of those compared to baseline methods.
To find the best set of the features, we calculated the average performance of our semantic features for every feature selection method, as presented in Figure 5. The results of the experiment presented in Figure 5 confirmed that the best semantic feature set is one that is selected using CFS, i.e., F1–6. Features selected using PCA are in second place. We also highlight that the employed WordNet similarity algorithms have a dominant role in determining the correct sentiment value of a term. Assigning incorrect sentiment values results in extracting contextual features that potentially lead to misclassification.
The limitation of this study is that the performance of the adopted similarity algorithm is not what was expected. As an example, we calculate semantic similarity of love#v#1, hate#v#1, and like#v#1 using w u p , j c n , and l c h . Naturally, we expected that love#v#1 and like#v#1 should have greater semantic similarity than love#v#1 and hate#v#1. Sense of those words can be seen in Table 10. Yet, the result was not what we wished, as indicated in Table 11. In the future, we plan to propose a robust similarity algorithm to augment the result of a supervised SA task.

Implications

The implications comprise practical implication for both online marketers and customers, as well as academic implications for the researcher in the field of text processing. The results of study affirm that our proposed SA technique can be employed to generate quantitative ratings from unstructured text data within the product review [34]. The online marketers could, therefore, apply the technique to foresee consumer satisfaction toward a certain product [35]. Meanwhile, for potential customers, a big data recommender system could possibly be built accordingly to provide recommendation about the intended product they want to purchase [2]. The finding of this work could also be beneficial for researchers in the field of text processing to further explore more sophisticated semantic features of words. Previous work has also confirmed the robustness of semantic features [10].

5. Conclusions

This paper proposed a set of contextual features for SA of product reviews, generated using an extended WSD method. Several ML algorithms were employed to evaluate the performance of the proposed features in a supervised SA task. To find the subset that provides the best performance metrics, several feature selection methods were applied, i.e., CFS, correlation attribute evaluator, information gain attribute evaluator, one-rule attribute evaluator, and principle component analysis.
This study contributes to improving the performance of supervised SA tasks by proposing a method to extract semantic features of the product review dataset. The results of the cross-validated experiment in a supervised environment using several ML algorithms and feature selection methods has confirmed that our proposed semantic features favorably augment the performance of SA in terms of precision, recall, and F-Measure. Another finding of this study summarizes the robustness of semantic feature set selected using CFS and PCA.

Author Contributions

Methodology, B.S.R.; Software, B.S.R.; Writing-original draft preparation, B.S.R.; Formal analysis, R.S.; Formal analysis, C.F.; Writing-review and editing, C.F.; Supervision, R.S.; Supervision, C.F.

Funding

This research received no external funding.

Acknowledgments

We would like to thank both Institut Teknologi Sepuluh Nopember Surabaya and Universias Muhammadiyah Jember for providing the laboratory for running the experiment.

Conflicts of Interest

The authors declare that there is no conflict of interest regarding publication of this paper.

References

  1. Missen, M.M.S.; Coustaty, M.; Choi, G.S.; Alotaibi, F.S.; Akhtar, N.; Jhandir, M.Z.; Prasath, V.B.S.; Salamat, N.; Husnain, M. OpinionML-Opinion Markup Language for Sentiment Representation. Symmetry 2019, 11, 545. [Google Scholar] [CrossRef]
  2. Hsieh, W.T.M. eWOM persuasiveness: Do eWOM platforms and product type matter? Electron. Commer. Res. 2015, 15, 509–541. [Google Scholar]
  3. Zhang, H.; Rao, H.; Feng, J. Product innovation based on online review data mining: A case study of Huawei phones. Electron. Commer. Res. 2018, 18, 3–22. [Google Scholar] [CrossRef]
  4. Saura, J.R.; Bennett, D. A Three-Stage method for Data Text Mining: Using UGC in Business Intelligence Analysis. Symmetry 2019, 11, 519. [Google Scholar] [CrossRef]
  5. Saura, J.R.; Herráez, B.R.; Reyes-Menendez, A.N.A. Comparing a Traditional Approach for Financial Brand Communication Analysis with a Big Data Analytics Technique. IEEE Access 2019, 7, 37100–37108. [Google Scholar] [CrossRef]
  6. Zheng, L.; Wang, H.; Gao, S. Sentimental feature selection for sentiment analysis of Chinese online reviews. Int. J. Mach. Learn. Cybern. 2018, 9, 75–84. [Google Scholar] [CrossRef]
  7. Li, X.; Wu, C.; Mai, F. The effect of online reviews on product sales: A joint sentiment-topic analysis. Inf. Manag. 2018, 56, 172–184. [Google Scholar] [CrossRef]
  8. Medhat, W.; Hassan, A.; Korashy, H. Sentiment analysis algorithms and applications: A survey. Ain Shams Eng. J. 2014, 5, 1093–1113. [Google Scholar] [CrossRef] [Green Version]
  9. Passalis, N.; Tefas, A. Learning bag-of-emb e dde d-words representations for textual information retrieval. Pattern Recognit. 2018, 81, 254–267. [Google Scholar] [CrossRef]
  10. Rintyarna, B.S.; Sarno, R.; Fatichah, C. Enhancing the performance of sentiment analysis task on product reviews by handling both local and global context. Int. J. Inf. Decis. Sci. 2018, 11, 1–27. [Google Scholar]
  11. Saif, H.; He, Y.; Fernandez, M.; Alani, H. Contextual semantics for sentiment analysis of Twitter. Inf. Process. Manag. 2016, 52, 5–19. [Google Scholar] [CrossRef] [Green Version]
  12. Baccianella, S.; Sebastiani, F.; Esuli, A. SentiwordNet 3.0: An Enhanced Lexical Resource for Sentiment Analysis and Opinion Mining. In Proceedings of the 9th Language Resources and Evaluation, Valletta, Malta, 17–23 May 2010; pp. 2200–2204. [Google Scholar]
  13. Wilson, P.H.T.; Wiebe, J. Recognizing Contextual Polarity in Phrase-Level Sentiment Analysis. In Proceedings of the Conference Human Language Technology and Empirical Methods in Natural Language Processing, Vancouver, BC, Canada, 6–8 October 2005; pp. 347–354. [Google Scholar]
  14. Thelwall, A.K.M.; Buckley, K.; Paltoglou, G.; Cai, D. Sentiment Strength Detection in Short Informal Text. J. Am. Soc. Inf. Sci. Technol. 2010, 61, 2544–2558. [Google Scholar] [CrossRef]
  15. Hall, M.; Frank, E.; Holmes, G.; Pfahringer, B.; Reutemann, P.; Witten, I.H. The WEKA Data Mining Software: An Update. ACM SIGKDD Explor. Newslett. 2009, 11, 10–18. [Google Scholar] [CrossRef]
  16. Xia, H.; Yang, Y.; Pan, X.; Zhang, Z.; An, W. Download citationRequest full-textSentiment analysis for online reviews using conditional random fields and support vector machines. Electron. Commer. Res. 2019, 1–18. [Google Scholar] [CrossRef]
  17. Khan, F.H.; Qamar, U.; Bashir, S. SentiMI: Introducing point-wise mutual information with SentiWordNet to improve sentiment polarity detection. Appl. Soft Comput. J. 2016, 39, 140–153. [Google Scholar] [CrossRef]
  18. Al Amrani, Y.; Lazaar, M.; El Kadiri, K.E. Random Forest and Support Vector Machine based Hybrid Approach to Sentiment Analysis. Procedia Comput. Sci. 2018, 127, 511–520. [Google Scholar] [CrossRef]
  19. Singh, J.; Singh, G.; Singh, R. Optimization of sentiment analysis using machine learning classifiers. Hum. -Centric Comput. Inf. Sci. 2017, 7, 32. [Google Scholar] [CrossRef]
  20. Mukherjee, S.; Bhattacharyya, P. LNCS 7181-Feature Specific Sentiment Analysis for Product Reviews. In Computational Linguistics and Intelligent Text Processing, Proceedings of the 13th International Conference, New Delhi, India, 11–17 March 2012; Springer: Berlin, Germany, 2012; pp. 475–487. [Google Scholar]
  21. Lakkaraju, H.; Bhattacharyya, C.; Bhattacharya, I.; Merugu, S. Exploiting Coherence for the Simultaneous Discovery of Latent Facets and associated Sentiments. In Proceedings of the Eleventh SIAM: International Conference on Data Mining, Mesa, AZ, USA, 28–30 April 2011; pp. 498–509. [Google Scholar]
  22. Zhang, L.; Liu, B. Aspect and entity extraction for opinion mining. In Data Mining and Knowledge Discovery for Big; Springer: Berlin, Germany, 2014; pp. 1–40. [Google Scholar]
  23. Muhammad, A.; Wiratunga, N.; Lothian, R. Contextual sentiment analysis for social media genres. Knowl. -Based Syst. 2016, 108, 92–101. [Google Scholar] [CrossRef] [Green Version]
  24. Suryani, A.A.; Arieshanti, I.; Yohanes, B.W.; Subair, M.; Budiwati, S.D.; Rintyarna, B.S. Enriching English Into Sundanese and Javanese Translation List Using Pivot Language. In Proceedings of the 2016 International Conference on Information, Communication Technology and System, Surabaya, Indonesia, 12 October 2016; pp. 167–171. [Google Scholar]
  25. Sinha, R.; Mihalcea, R. Unsupervised Graph-basedWord Sense Disambiguation Using Measures of Word Semantic Similarity. In Proceedings of the 2007 1st IEEE International Conference on Semantic Computing (ICSC), Irvine, CA, USA, 17–19 September 2007; pp. 363–369. [Google Scholar]
  26. Wu, Z.; Palmer, M. Verb semantics and Lexical selection. In Proceedings of the 32nd Annual Meeting on Association for Computational Linguistics, Las Cruces, New Mexico, 27–30 June 1994; pp. 133–138. [Google Scholar]
  27. Leacock, C.; Miller, G.A.; Chodorow, M. Using corpus statistics and WordNet relations for sense identification. Comput. Linguist. 1998, 24, 147–165. [Google Scholar]
  28. Resnik, P. Using Information Content to Evaluate Semantic Similarity in a Taxonomy. In Proceedings of the 14th International Joint Conference on Artificial Intelligence (IJCAI’95), Montreal, QC, Canada, 20–25 August 1995; Volume 1, pp. 448–453. [Google Scholar]
  29. Jiang, J.J.; Conrath, D.W. Semantic Similarity Based on Corpus Statistics and Lexical Taxonomy. In Proceedings of the 10th Research on Computational Linguistics International Conference, Taipei, Taiwan, 22–24 August 1997; pp. 19–33. [Google Scholar]
  30. Lin, D. An Information-Theoretic Definition of Similarity. In Proceedings of the Fifteenth International Conference on Machine Learning, San Francisco, CA, USA, 24–27 July 1998; pp. 296–304. [Google Scholar]
  31. Banerjee, S.; Pedersen, T. An Adapted Lesk Algorithm for Word Sense Disambiguation Using WordNet. In Computational Linguistics and Intelligent Text Processing, Proceedings of the Third International Conference, CICLing 2002, Mexico City, Mexico, 17–23 February 2002; Springer: Berlin, Germany, 2002; Volume 2276, pp. 136–145. [Google Scholar]
  32. Hall, M. Correlation-based Feature Selection for Machine Learning. Ph.D. Thesis, The University of Waikato, Hamilton, NewZealand, April 1999. Available online: https://www.cs.waikato.ac.nz/~mhall/thesis.pdf (accessed on 17 July 2019).
  33. Holte, R.C. Very Simple Classification Rules Perform Well on Most Commonly Used Datasets. Mach. Learn. 1993, 11, 63–91. [Google Scholar] [CrossRef]
  34. López, R.R.; Sánchez, S.; Sicilia, M.A. Evaluating hotels rating prediction based on sentiment analysis services. Aslib J. Inf. Manag. 2015, 67, 392–407. [Google Scholar] [CrossRef]
  35. Tsao, H.; Chen, M.Y.; Lin, H.C.K.; Ma, Y.C. The asymmetric effect of review valence on numerical rating A viewpoint from a sentiment analysis of users of TripAdvisor. Online Inf. Rev. 2019, 43, 283–300. [Google Scholar] [CrossRef]
Figure 1. Proposed method for extracting semantic features.
Figure 1. Proposed method for extracting semantic features.
Computers 08 00055 g001
Figure 2. The different between polysemy and synonymy.
Figure 2. The different between polysemy and synonymy.
Computers 08 00055 g002
Figure 3. Excerpt of the dataset.
Figure 3. Excerpt of the dataset.
Computers 08 00055 g003
Figure 4. Average performance of the features compared to the baseline features on three datasets.
Figure 4. Average performance of the features compared to the baseline features on three datasets.
Computers 08 00055 g004
Figure 5. Average performance of semantic features for every feature selection method overall datasets.
Figure 5. Average performance of semantic features for every feature selection method overall datasets.
Computers 08 00055 g005
Table 1. Example of polysemy.
Table 1. Example of polysemy.
SentenceSenseSentiment Orientation
The girl runs to the school.move fast on footNeutral
He runs the multinational companydirect or controlPositive
The land around here is flat.having no variation in heightNeutral
The party is a bit flat.uninteresting, boringNegative
I enjoy the resolution of the screen.get pleasure fromPositive
The company enjoys big profit.have benefit fromNeutral
Table 2. Pre-processing step.
Table 2. Pre-processing step.
StepResult
Picking Review SentenceI love the screen of the camera.
POS taggingI(PRP) - love(VBP) - the(DT) - screen(NN) - of(IN) - the(DT) - camera(NN)
Filteringlove(VBP) - screen(NN) – camera(NN)
Table 3. Senses and their notations.
Table 3. Senses and their notations.
WordNotationSenses from WordNetNotation
love w 1 have a great affection or liking for w s 1 1
get pleasure from w s 1 2
be enamored or in love with w s 1 3
screen w 2 a white or silvered surface where pictures can be projected for viewing w s 2 1
a protective covering that keeps things out or hinders sight w s 2 2
camera w 3 equipment for taking photographs (usually consisting of a lightproof box with a lens at one end and light-sensitive film at the other) w s 3 1
Table 4. The calculation of all possible similarities between word senses of different words.
Table 4. The calculation of all possible similarities between word senses of different words.
w 1 w 2 w 3
w s 1 1 w s 1 2 w s 1 3 w s 2 1 w s 2 2 w s 3 1
w 1 w s 1 1 e 12 11 e 12 12 e 13 11
w s 1 2 e 12 21 e 12 22 e 13 21
w s 1 3 e 12 31 e 12 32 e 13 31
w 2 w s 2 1 e 23 11
w s 2 2 e 23 21
w 3 w 3 1
Table 5. Notations used in Equation (1).
Table 5. Notations used in Equation (1).
NotationsDefinitions
I n ( w s a b ) indegree score of w s a b
e k a l b similarity value of word senses in the left side of w s a b
o number of words in the left side of w s a b
q k number of word senses of word w k
e a b m n similarity value of word senses in the right side of w s a b
p number of words in the right side of w s a b
r m number of word senses of word w m
Table 6. Details of the proposed features.
Table 6. Details of the proposed features.
FeatureDetails
F1Average positive score generated using WSD-WUP
F2Average negative score generated using WSD-WUP
F3Average neutral score generated using WSD-WUP
F4Average positive score generated using WSD-LCH
F5Average negative score generated using WSD-LCH
F6Average neutral score generated using WSD-LCH
F7Average positive score generated using WSD-RES
F8Average negative score generated using WSD-RES
F9Average neutral score generated using WSD-RES
F10Average positive score generated using WSD-LIN
F11Average negative score generated using WSD-LIN
F12Average neutral score generated using WSD-LIN
F13Average positive score generated using WSD-ADT
F14Average negative score generated using WSD-ADT
F15Average neutral score generated using WSD-ADT
Table 7. Result of experiment using Beauty dataset. FS = Feature Selection; CFS = Correlation Feature Selection; IG = Information Gain; PCA = Principal Component Analysis; Prec = precision; Rec = recall; Fmeas = F-Measure.
Table 7. Result of experiment using Beauty dataset. FS = Feature Selection; CFS = Correlation Feature Selection; IG = Information Gain; PCA = Principal Component Analysis; Prec = precision; Rec = recall; Fmeas = F-Measure.
FS MethodAlgorBaseline 1Baseline 2Proposed Method
PrecRecFmeasPrecRecFmeasPrecRecFmeas
NoneNB0.7680.7350.7500.7370.7080.7220.8170.6480.714
NBM0.8530.8530.8530.7080.7080.7080.8000.8550.827
LOG0.7250.8330.7750.7090.8230.7620.8010.8690.834
SLOG0.8530.8530.8530.7060.8020.7510.8040.8970.848
DT0.7260.8430.7800.7080.8130.7560.8230.8690.843
RF0.8070.8530.8020.7690.8330.7840.8470.8830.860
CFSNB0.8530.8530.8530.7370.7080.7220.8030.8900.844
NBM0.7680.7350.7500.7360.7500.743*0.897*1.000*0.945
LOG0.7250.8330.7750.7090.8230.762*0.897*1.000*0.945
SLOG0.7680.7350.7500.7060.8020.7510.8030.8900.844
DT0.8530.8530.8530.7080.8130.7560.8030.8900.844
RF0.8130.8530.8150.7500.7500.7500.8020.8760.837
CORELLNB0.7680.7350.7500.7370.7080.7220.8150.6340.704
NBM0.8530.8530.8530.7360.7500.7430.8000.8620.830
LOG0.7250.8330.7750.7090.8230.7620.8040.8970.848
SLOG0.8530.8530.8530.7860.8330.7970.8040.8970.848
DT0.7260.8430.7800.7110.8330.7670.8030.8900.844
RF0.8070.8530.8020.7690.8330.7840.8000.8620.830
IGNB0.7680.7350.7500.7370.7080.7220.8090.8210.815
NBM0.8530.8530.8530.7080.7080.7080.8040.8970.848
LOG0.7230.8330.7750.7090.8230.7620.8010.8690.834
SLOG0.7680.7350.7500.7060.8020.7510.8040.8970.848
DT0.7260.8430.7800.7080.8130.7560.8040.8970.848
RF0.8070.8530.8020.7690.8330.7840.8020.8760.837
OneRNB0.7680.7350.7500.7370.7080.7220.8040.6760.730
NBM0.8530.8530.8530.7360.7500.7430.8040.8970.848
LOG0.7250.8330.7750.7090.8230.7620.8010.8690.834
SLOG0.7680.7350.7500.7060.8020.7510.8040.8970.848
DT0.7260.8430.7800.7080.8130.7560.8030.8830.841
RF0.8070.8530.8020.7690.8330.7840.8550.8900.864
PCANB0.7260.8430.7800.7080.8130.7560.8180.8550.835
NBM0.7260.8430.7800.7450.8130.7710.8040.8970.848
LOG0.7250.8330.7750.7110.8330.7670.8010.8690.834
SLOG0.7810.8430.7960.7540.8230.7770.8040.8970.848
DT0.7250.8330.7750.7110.8330.7670.8030.8900.844
RF0.7810.8430.7960.7090.8230.7620.8280.8760.847
Table 8. Result of experiment using Books dataset.
Table 8. Result of experiment using Books dataset.
FS MethodAlgorBaseline 1Baseline 2Proposed Method
PrecRecFmeasPrecRecFmeasPrecRecFmeas
NoneNB0.6630.7010.6790.7220.7620.7410.8240.8240.824
NBM0.7370.7700.7460.7220.7620.7410.8290.8820.855
LOG0.7070.7470.7200.7060.6670.6860.8820.8820.882
SLOG0.7070.7700.7140.7290.8100.7670.8290.8820.855
DT0.6070.7590.6740.7060.6670.6860.8260.8530.839
RF0.6010.7240.6570.7290.8100.7670.8290.8820.855
CFSNB0.6780.7470.6990.7790.7140.7420.8260.8530.839
NBM0.6780.7470.6990.7140.7140.7140.8260.8530.839
LOG0.7070.7700.7140.7220.7620.7410.8290.8820.855
SLOG0.7070.7700.7140.7220.7620.7410.8210.7940.807
DT0.6070.7590.6740.7140.7140.7140.8210.7940.807
RF0.6680.7360.6920.7060.6670.6860.8260.8530.839
CORELLNB0.6630.7010.6790.7220.7620.7410.8240.8240.824
NBM0.7370.7700.7460.7290.8100.7670.8290.8820.855
LOG0.7070.7470.7200.7060.6670.6860.8820.8820.882
SLOG0.7070.7700.7140.7290.8100.7670.8290.8820.855
DT0.6070.7590.6740.7140.7140.7140.8210.7940.807
RF0.6010.7240.6570.7290.8100.7670.8170.7650.790
IGNB0.6630.7010.6790.7220.7620.7410.8240.8240.824
NBM0.7370.7700.7460.7220.7620.7410.8290.8820.855
LOG0.7070.7470.7200.7060.6670.6860.8820.8820.882
SLOG0.7070.7700.7140.7140.7140.7140.8260.8530.839
DT0.6070.7590.6740.7060.6670.6860.8240.8240.824
RF0.6010.7240.6570.7290.8100.7670.8170.7650.790
OneRNB0.6630.7010.6790.7220.7620.7410.8240.8240.824
NBM0.7370.7700.7460.7220.7620.7410.8290.8820.855
LOG0.7070.7470.7200.7060.6670.6860.8820.8820.882
SLOG0.7070.7700.7140.7140.7140.7140.8260.8530.839
DT0.6070.7590.6740.7060.6670.6860.8260.8530.839
RF0.6010.7240.6570.7290.8100.7670.8290.8820.855
PCANB0.7100.7360.7200.7220.7620.7410.8290.8820.855
NBM0.7100.7360.7200.7060.6670.6860.8260.8530.839
LOG0.7490.7820.7540.7220.7620.741*0.916*0.882*0.895
SLOG0.7690.7930.7290.7920.7620.7760.8260.8530.839
DT0.6780.7470.6990.7140.7140.7140.8290.8820.855
RF0.7050.7590.7180.7290.8100.7670.8240.8240.824
Table 9. Result of experiment using Movies Dataset.
Table 9. Result of experiment using Movies Dataset.
FS MethodAlgorBaseline 1Baseline 2Proposed Method
PrecRecFmeasPrecRecFmeasPrecRecFmeas
NoneNB0.6490.6820.6640.6910.7380.7080.6910.7100.700
NBM0.7390.7650.7480.7430.7740.7520.7460.7700.756
LOG0.6700.7180.6880.6590.7140.6820.6950.7500.718
SLOG0.6710.7410.6920.6130.7620.6800.7230.8000.736
DT0.6600.7530.6850.6830.7260.7000.7230.7500.735
RF0.6290.7180.6640.6720.7620.6980.7060.7900.730
CFSNB0.7650.7880.7230.7300.7860.7120.8870.9200.903
NBM0.7650.7880.7230.7430.7740.752*0.943*1.000*0.970
LOG0.7200.7660.6990.6150.7740.6860.8880.9370.912
SLOG0.7200.7660.6990.6150.7740.6860.9431.0000.970
DT0.6600.7530.6850.6130.7620.6800.9431.0000.970
RF0.6710.7410.6920.6070.7260.6610.8880.9310.909
CORELLNB0.6490.6820.6640.6910.7380.7080.6810.7200.699
NBM0.7390.7650.7480.7430.7740.7520.6950.7500.715
LOG0.6700.7180.6880.6590.7140.6820.7010.7600.724
SLOG0.6710.7410.6920.6130.7620.6800.7230.8000.736
DT0.6600.7530.6850.6830.7260.7000.6950.7500.715
RF0.6290.7180.6640.6720.7620.6980.7530.7800.763
IGNB0.6490.6820.6640.6910.7380.7080.7530.6770.710
NBM0.7390.7650.7480.7430.7740.7520.6800.7600.713
LOG0.6700.7180.6880.6590.7140.6820.6870.7700.719
SLOG0.6710.7410.6920.6130.7620.6800.7060.7900.730
DT0.6600.7530.6850.6830.7260.7000.6750.7500.707
RF0.6290.7180.6640.6720.7620.6980.7160.7800.737
OneRNB0.6490.6820.6640.6910.7380.7080.7100.7500.727
NBM0.7390.7650.7480.7430.7740.7520.6950.7800.725
LOG0.6700.7180.6880.6590.7140.6820.6950.7800.725
SLOG0.6710.7410.6920.6130.7620.6800.7560.8100.724
DT0.6600.7530.6850.6830.7260.7000.6500.7700.705
RF0.6290.7180.6640.6720.7620.6980.7080.7700.730
PCANB0.6910.7290.7060.7330.7620.7430.7230.7500.735
NBM0.6910.7290.7060.6340.6190.6260.8100.8100.810
LOG0.6780.7290.6960.6910.7380.7080.7080.7700.730
SLOG0.5990.7530.6670.7730.7980.7360.7270.7950.820
DT0.6010.7650.6730.6500.7380.6840.6430.7300.684
RF0.7130.7650.7200.6960.7620.7120.8840.8740.879
Table 10. Sense picked from WordNet.
Table 10. Sense picked from WordNet.
TermSense Picked from WordNet Database
love#v#1have a great affection or liking for
hate#v#1dislike intensely
like#v#1Prefer or wish to do something
Table 11. Result of semantic similarity.
Table 11. Result of semantic similarity.
WordNet Similarity AlgorithmSemantic Similarity of
Love#v#1 and Hate#v#1Love#v#1 and Like#v#1
wup0.040.04
jcn0.060.07
lch1.951.94

Share and Cite

MDPI and ACS Style

Setya Rintyarna, B.; Sarno, R.; Fatichah, C. Semantic Features for Optimizing Supervised Approach of Sentiment Analysis on Product Reviews. Computers 2019, 8, 55. https://doi.org/10.3390/computers8030055

AMA Style

Setya Rintyarna B, Sarno R, Fatichah C. Semantic Features for Optimizing Supervised Approach of Sentiment Analysis on Product Reviews. Computers. 2019; 8(3):55. https://doi.org/10.3390/computers8030055

Chicago/Turabian Style

Setya Rintyarna, Bagus, Riyanarto Sarno, and Chastine Fatichah. 2019. "Semantic Features for Optimizing Supervised Approach of Sentiment Analysis on Product Reviews" Computers 8, no. 3: 55. https://doi.org/10.3390/computers8030055

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop