Feature Level Text Categorization For Opinion Mining

DOI : 10.17577/IJERTV2IS50086

Download Full-Text PDF Cite this Publication

Text Only Version

Feature Level Text Categorization For Opinion Mining

International Journal of Engineering Research & Technology (IJERT)

ISSN: 2278-0181

Vol. 2 Issue 5, May – 2013

Gandhi Vaibhav C.

Computer Engineering

Parul Institute Of Engineering & Technology Gujarat Technological University

Assistant Professor Neha Pandya Department of Information Technology, Parul Institute Of Engineering & Technology Gujarat Technological University

Abstract

Text classification is an important research area as it enables the computers to work intelligently process unstructured data. This unstructured data is a rich source of information for industries, huge organization, etc. Most of such opinion rich data (more than 85%) is in text format. In this work we have observed the effect of different algorithms on the text data including the Naïve Bayes. Our main focus is on improving the classification of text efficiency with using Naive Bayes Algorithm. with Feature selection sentimental analysis procedure we get the results according to users required attribute or entity.

KEY WORDS: Text Classification, Opinion Mining, Naïve bayes

  1. Introduction

    An important part of our information-gathering behaviour is always been to check what the other people are thinking about it. With the growing availability and popularity of opinion-rich resources such as online review sites and personal blogs, new opportunities and challenges arise as people now can, and do, actively use information technologies to seek out and understand the opinions of others. What other people think has always been an important piece of information for most of us during the decision-making process.

    The Internet and the Web have now made it possible to find out about the opinions and experiences of those in the vast pool of people that are neither our personal acquaintances nor well- known professional critics that is, people we have never heard of and thats why opinion mining is called the voice of the customer. And conversely, more and more people are making their opinions available to strangers via the Internet. The interest that individual users show in online opinions about products and services, and the potential influence such opinions wield, is something that vendors of these items are paying more and more attention to.

    In todays world, there are so much data available on the internet. It includes the customer reviews on different products. It is general tendency that before we go for purchasing any product, we go thru the reviews written on the website of that product. By reading those reviews customer takes decision. Sometimes there are so many reviews that the customer is not able to read, for that the opinion mining is used to help the customer.

    The reviews of the customers also help the other customer in getting the suggestions or feedback for the developer of the product. By these reviews, the

    company can come to know that what is lacking in their product. For example, for mobile, it has been written that, the battery life of mobile is very less, or the voice clarity is not good, so the company can make the battery life and voice clarity better in the next model of that product. By the comments or reviews, the company of that product can come to know that, what are the reasons to like the product and what are the reason for not liking the product.

    1.1 Types of Opinion Mining

    There are three types of opinion mining approach.

    1. Feature level or Phrase level

      In this, for the product, the particular features are classified and for those features , the comments or reviews are taken separately.

    2. Sentence level

      In this, the comments or reviews are opinionated. The benefit of this approach is in this, the customer can come to know about so many different types of customers reviews. In this approach, it mainly differentiate between the subjective and objective information. The subjective information is the opinion , which can be negative or positive and the objective information is the fact.

    3. Document level

    In this the whole document is written for the product , it is written by only one person. So, it is not as useful because the customer will come to know the review of only one customer.

  2. Naive Bayes Algorithm

    This algorithm Called as Naïve Bayes because its based on Bayes Rule and naively assumes independence given the label like

    It is only valid to multiply probabilities when the events are independent

    Simplistic assumption in real life

    Despite the name, Naïve works well on actual datasets

    The Naïve Bayes classifier, also called simple Bayesian classifier, is essentially a simple BN. Since no structure learning is required, it is very easy to construct and implement a Naïve Bayes classifier. Despite its simplicity, the Naïve Bayes classifier is competitive with other more advanced and sophisticated classifiers.

    The Naïve Bayes method is a kind of module classification under the known prior probability and class conditional probability, its basic idea is to calculate the probability that the text belong to. The probability of the class the text

    belong to is equal to the composite expression of the probabilities that lexical terms in the text belong to,

    The steps for preprocessing and classifying a new document can be summarized as follows.

    1. Remove periods, commas, punctuation, stop words. Collect words that have occurrence frequency more than once in the document.

    2. View the frequent words as word sets.

    3. Search for matching word set(s) or its subset (containing items more than one) in the list of word sets collected from training data with that of subset(s) (containing items more than one) of frequent word set of new document.

    4. Collect the corresponding probability values of matched word set(s) for each target class.

    5. Calculate the probability values for each target class from Naïve Bayes categorization theorem. Following the steps mentioned above, we can determine the target class of a new document.

    The equation of Bayesian classifiers use Bayes theorem, which says

    [1]

    Where p(cj | d) = probability of instance d(document) being in class cj,

    This is what we are trying to compute

    p(d | cj) = probability of generating instance d given class cj,

    We can imagine that being in class cj, causes you to have feature d with some probability

    Naive Bayes is a kind of probability classification model based on two assumptions:

    1. It requires all attributes in given categories takes independent values, which means any attributes should not depend on other attributes.

    2. The lengths of texts are independent of their categories. These assumptions is seldom met in practical applications.

  3. Logical Steps For The Opinion Mining Approach

    1. First of all, generate the files of good words and bad words.

    2. Rearrange it, in one phrase, two phrase words.

    3. Assign weights or numbers to all the words, negative number to bad words and positive number to good words.

    4. Generate training data set, means generate the some numbers of comments .

    5. Apply the algorithm, and two files on the training data set.

    6. Finally apply it on the live data.

    3.1Expansion of Files of Good and Bad Words

    p(cj) = probability of occurrence of class

    cj,

    p>This is just how frequent the class cj, is in our database

    p(d) = probability of instance d(document) occurring

    Naive Bayes is fast, accurate, and can reflect the influences to the final conclusion that all attributes produce, and the realization of the algorithm is relatively simple, only one scan of the data set, and suitable to online model construction. Besides it is also a kind of very strong algorithm, it has rather strong ability in resisting disturbs, therefore more and more experts give attentions to it.

    Figure 1:- Iterative Process For Updating Files

    From this figure good (positive) words and bad (negative) words will be taken out from the different websites. And the other remaining words which is not necessary or not requiring for the opinion time would be left at that time. At this way

    we can generate the different the good words and bad words.

  4. Implementation Work Flow Approach

    1. Generate database file in sql server 2005.

    2. Generate the training data set.

    3. Implement the opinion mining algorithm in one of

      programming language and the database files on the training set..

    4. After getting the proper result, the algorithm, developed any of the language and two data base files , using these two apply it on online reviews.

    5. Classify the reviews in three labels Negative, Positive, Neutral.

    Figure 2:- Implementation Proposed Workflow Approach

    EXAMPLE –

    GOOD WORDS

    ASSIGNED WEIGHTS

    One Phrase Words

    Famous

    4

    Cheap

    4.5

    Useful

    4

    Reasonable

    3

    Applications

    3.5

    Reliability

    3

    Very Good

    3

    Two Phrase Words

    Long Run

    3.5

    Samsung Mobile

    2.5

    Middle Class

    4.5

    Resale Value

    3

    More number

    2

    Table 1 :- Positive words in one & Two Phrase

    BAD WORDS

    ASSIGNED WEIGHTS

    One Phrase words

    Maintenance

    -2

    Questionable

    -3

    Two Phrase Words

    Short time

    -1

    Does not

    -3

    Table 2:- Negative words for one & two phrase

  5. Implementation Design And Result Evaluation

    Figure 3:- Implementation Design

    Here I have show the front end implementation design view of my proposed work. Also this figure shows the its implementation design of different attribute of the mobile product. Also users can write there own review on there ways.

    Figure 4:- Implementation Result

    In this screen shot its shows result of the given review which is written by the users. Here its generate the result according to a different attribute of the particular product.

  6. Comparison With Other Method

    Naïve Bayes

    Table 3:- Different size of Training Data for Naïve Bayes

    When the size of traing data is smaller (nearly 800- 1200), the result still has good performance. We can see that accuracy is 93.6206%. But when training set becomes a little larger (3000), the result is not good as smaller one. We can see that the result is improved up slightly. Compared to size, the improvement of accuracy is relatively small, and we can just improve accuracy to 3% (93.6206% to 96.2669).

    Support Vector Machine

    Data Set

    Results

    800

    60.85%

    2000

    88.45%

    6000

    88.85%

    14000

    88.22%

    Table 2:- Different size of Training Data for SVM

    When the training set is small (800-1200), the result of SVM model is much poor than others. When we use case-insensitive to create tf-idf vector, the accuracy can improve up to 20% (60.854% -> 72.6285%), which means that it is important to combine the information of uppercase and lowercase together to increase the concept for a specific term (ex: free, Free, FREE). The other reason is that if we see free and Free as the same term, then the data frequency of free will increase, so that we wont throw away such important feature.

  7. Conclusion And Future Work

    Data Set

    Results

    800

    93.62%

    2000

    90.87%

    6000

    95.25

    14000

    96.26

    Data Set

    Results

    800

    93.62%

    2000

    90.87%

    6000

    95.25

    14000

    96.26

    Here I have proposed an opinion mining approach using machine learning and supervised learning,

    part of speech in which , it will present user friendly and easy approach, for finding the views of the customer, whether it is negative or positive or neutral for the product. Here algorithm using supervised learning like naive Bayesian, its give good result.

    In the SVM algorithm the training set is small the result of SVM model is much poor than others. Also in the Association Rule Word Set of items two (at least) or more is generated from Association mining. So there is no option for considering a single word using association concept. Association mining largely reduces the

    number of words to be considered for classifying texts, keeping only words having association between them.

    Here I have found that naive bayes gives good performance and accurate result when training data set is smaller. So it is best suitable for my proposed work.

  8. References

  1. Hsinchun Chen , Sherrilynne S. Fuller , Carol Friedman and William Hersh – Knowledge Management , Data Mining , And Text Mining in Medical Informatics – Management Information Systems Department.

  2. Jochen Dijrre, Peter Gerstl, Roland Seiffert

    – Text Mining: Finding Nuggets in Mountains of Textual Data – IBM Germany , Copyright ACM 1999

  3. S.Niharika , V.Sneha Latha , D.R.Lavanya – A Survey On Text Categorization – International Journal of Computer Trends and Technology- volume3Issue1- 2012

  1. Jose Alavedra, Laura Stroh, Alper Caglayan Milcord Waltham, MA, USA Bayesian Analysis of Sentiment Surveys, 2011 IEEE Paper

  2. Gao Hua ,Customer Relationship Management Based on Data Mining Technique –Naive Bayesian classifier , China 2011 IEEE

  3. Sun Yueheng, Wang Linmei, Deng Zheng – School of Computer Science and Technology Automatic Sentiment Analysis for Web User Reviews – The 1st International Conference on Information Science and Engineering [ ICISE 2009 ]

  4. S.L. Ting, W.H. Ip, Albert H.C. Tsang – Is Naïve Bayes a Good Classifier for Document Classification ? – International Journal of Software Engineering and Its Applications ,Vol. 5, No. 3,

    July, 2011 ,Hongkon

  5. Yun-Nung Chen, Che-An Lu, Chao-Yu Huang Anti-Spam Filter Based on Naïve Bayes, SVM, and KNN model AI Term Project 2009.

  6. Hetal Doshi and Maruti Zalte Comparison of Supervised Learning Techniques for Binary Text Classification – (IJCSIS) International Journal of Cmputer Science and Information Security,Vol. 10, No.9, September, 2012

  7. Jerey L. Solka Text Data Mining: Theory and Methods- Statistics Surveys Vo l.2( 20 08) 94

112 ISSN : 1935 7516

Leave a Reply