SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
IOSR Journal of Computer Engineering (IOSRJCE)
ISSN: 2278-0661 Volume 3, Issue 6 (Sep-Oct. 2012), PP 39-42
www.iosrjournals.org

                                 Issues in Sentiment analysis
                  1
                   Prof. Miss. D. S. Ulhe, 2Prof.Miss Sonali V. Muddalwar
 1, 2
        P.G. Department of Computer Science & Technology (DCPE) Shree Hanuman Vyayam Prasarak Mandal,
                                            Amravati (Maharashtra)

Abstract: Natural language processing is concerned with artificial intelligence and linguistics. It provides
opportunity to interact with computers using human natural languages. There are varieties of applications of
NLP. The AI and business intelligence contributes in extraction of meaning and knowledge represented in
natural language text. The major areas are online media application, academic application, biomedical
application etc. No application claims hundred percent NLP implementation. There are very many difficulties
and issues in natural language analysis. In business application and AI, text analysis and text mining is used to
extract information and knowledge from the text. Attribute extraction, author identification, text subject
identification are some applications in these areas. The sentiment analysis to extract the emotions, feelings in
the thought is difficult. This paper discusses the issues in identification of emotions and feelings in the text.
Keywords: Artificial Intelligence, business intelligence, Emotion extraction, text analysis, text mining

                                          I.         Introduction
          Natural language processing is concerned with artificial intelligence and linguistics. It provides
opportunity to interact with computers using human natural languages. Over the last few decades, there is
increasing body of research on extracting the human emotions from the text. In this study automatic
classification of emotions like anger, disgust, fear, joy ness and sadness etc. in text have been studied on
ISEAR(International Survey on Emotion Antecedents and Reactions) dataset. There are different techniques
have been invented to extract emotion from the text, such as text mining, Empirical study, Emotion extraction
engine, Vector Space Model ,Emotion Markup Language, etc. While analyzing the calculated results using any
existing technique, we found that every new system overcome the problem of existing system but still not a
single application claims hundred percent realistic results. And hence there is a need to discuss the issues
regarding failure of existing system.

                                               II.         Need
          As we have discussed earlier, via sentiment analysis it will be possible to get solution on real time
system. Emotion extraction from facial expression, visual clipping is somewhat easy, but this is not sufficient.
Textual material also has sentiment and most of the time there is need to extract emotions from the text. The
previous research in this area claims that it can be used in next generation intelligent robotics, artificial
intelligence and psychology etc. With this it can also be useful in various areas like criminal identification and
authentication, subject identification etc. Hence it needed, to study all these issues together for getting solution
on this matter. With this comparative study we can find out issues and some solutions.

                   III.       Comparitive study of emotion extraction techniquies
3.1      Text Mining:-
         Text mining, sometimes alternately referred to as text data mining roughly equivalent to text analytics,
refers to the process of deriving high-quality information from text. High-quality information is typically
derived through the devising of patterns and trends through means such as statistical pattern learning. Text
mining usually involves the process of structuring the input text (usually parsing, along with the addition of
some derived linguistic features and the removal of others, and subsequent insertion into a database), deriving
patterns within the structured data, and finally evaluation and interpretation of the output. 'High quality' in text
mining usually refers to some combination of relevance, novelty, and interestingness. Typical text mining tasks
include text categorization, text clustering, concept/entity extraction, production of granular taxonomies,
sentiment analysis, document summarization, and entity relation modeling (i.e. learning relations between
named entities).

3.2      Empirical study
         Empirical study covers the experimental study with formal problem definition, conceptual
implementation, data, features and a note on parameter tuning. For formal problem definition machine learning
model is used. In this model determination of emotion of linguistic unit can be cast as multicast classification
problem.
                                             www.iosrjournals.org                                         39 | Page
Issues in Sentiment analysis
In order to make the annotation process more focused, emotion is annotated from the point of view of text.
While targeting primary emotions the sentences are also marked for other affective contents i.e. background
mood, secondary emotions via intensity and textual cues. Disagreements in annotations are resolved by a second
pass of tie-breaking by the first author, who chooses one of the competing labels. Eventually the completed
annotations will be made available.

                                  Table 1: Basic emotions used in annotations
                              Abbreviation              Emotion class
                              A                         Angry
                              D                         Disgusted
                              F                         Fearful
                              H                         Happy
                              Sa                        Sad
                              Su+                       Positively Surprised
                              Su-                       Negatively Surprised

Using above table1 emotion have been extracted and then further percentages of annotated labels have been
determine using following table2 (Ex. of Some text passages).

                                      Table 2: Percent of annotated labels
                         A              D                F                H
                         12.34%         0.89%            7.03%            6.77%
                         N              Sa               Su+              Su-
                         59.94%         7.34%            2.59%            3.10%

After that this model has also worked on classifying the emotional versus neutral examples as shown in table 3.
                                    Table 3: Emotional v/s neutral example
                          E                               N
                          40.06%                          59.94%

Further percentage of positive, negative and neutral emotions can be determined using following table4.
                                Table 4: Positive v/s negative v/s neutral example
                         PE                     NE                    N
                         9.87%                  30.19%                59.94%

This model based on analytical calculations for determine the text to speech synthesis as goal.[1]

3.3      Emotion extraction engine
3.3.1 Background
         In human language, sounds and letters make up the significant part of the communication. Words are
group of letters and may be combined in many ways to make up a sentence. [2] Sentences can be broken down
into two groups of words i.e. function words and contents words. Function words include noun, adjectives, verbs
and adverbs, while content words are prepositions, conjunctions and auxiliary words. Emotion extraction engine
have decompose the sentences and analysed them in terms of Sentence structure and analysis, Declarative
statements, interrogative statements, finite verb phrases and negative statement.
         An emotion extraction engine that can analyze user input in the form of text sentences has been
developed. When emotional content is detected the engine will send the parameters needed for selecting the
expressive images across the network. When receiving side engine receives the parameters, the corresponding
expressive images will be selected and displayed. In this way, the transmissions of images are avoided since the
only data transmitted over the network is the text parameters. As a result the bandwidth requirement is
extremely low. [2]




                                            www.iosrjournals.org                                       40 | Page
Issues in Sentiment analysis
                       The working flow of the emotion analysis system is shown in figure 1.




3.4      Vector Space Model
         Vector Space Model(VSM) is widely used in information retrieval. Where each document is
represented as vector and each dimension correspond to a separate term. VSM approach is used for human
emotion recognition.(HER) from text. In this approach the effect of stemming and emotional intensity on
emotion classification in text is measured. VSM based classification on short sentences can be as good as other
well-known classifiers. [3]

3.5       Emotion Markup Language
          The present draft specification of emotion markup language aims to strike a balance between practical
applicability and scientific well-found ness. The language is conceived as a "plug-in" language suitable for use
in three different areas: (1) Manual annotation of data;
(2)Automatic recognition of emotion-related states from user behavior; and
(3) Generation of emotion-related system behavior.
          Some tags used in EML
1. <emotion></emotion>
2. <category>
3. <happy>:-)</happy>
4. <sad>:-(</sad>

                                        IV.          Different issues
From comparative study of emotion extraction techniquies different issues have been generated as listed below.
 As per the text mining technique we can only identify the subject of the text but we can not determine its
    approach i.e. positive, negative or neutral.
 With identification of text approach it is also needed to find out the intensity level of emotion i.e. low ,
    moderate or extreme.
 It should be also possible to identify the contradiction between feelings.
 It should be also possible to detect the proper meaning of the word as lots of words have multiple meanings.
 It should be possible to extract proper results for multi-lingual text also.
 If there is a contradiction between actual emotions and the written text, then it cannot be possible to analyse
    the actual sentiments from the text.
 If the author does not have good collection of vocabulary then he will unable to express intensity and the
    actual thoughts in the text .
 If it has been implemented on internet then it must be possible that our search must show result according to
    sentiment and nature of the text.
 While implementing it in marketing application it must gives us comparative result of products.
 Lots of applications are designed and implemented for the internet users. Most of the times people using
    different symbols for representing different sentiments of user. It should be possible to extract emotion from
    symbolic text also.
 Some texts are machine generated such text contains meaning with emotions but machine has no sentiments
    so it generate contradictory results.

                  V.           Techniques to overcome pitfalls of sentiment analysis
          The lots of work have been done on extracting emotions via Natural language Processing. Very many
areas have been used for such implementations. Extracting emotions from heard audio or video is somewhat
easier as compared to extracting sentiments from plain text.
          Peoples have worked a lot in this area also but there is no system claiming hundred percent realistic
results. Hence there are some hesitations or doubts while implementing it.


                                              www.iosrjournals.org                                      41 | Page
Issues in Sentiment analysis
          From the comparative study we can clearly determine the reasons behind the failure of acquiring
hundred percent realistic results.
          Every new system is better than existing one and provides solutions to overcome the limitations. When
we go through that system it also has some limitations. We think that, this happens because of individual study
of parameters. If all these issues can be investigated together then definitely we can proposed a better system
which will be much more nearer to realistic result.
          We knew that it is very difficult to study and combine implementation of all systems, but if it will be
implemented then really it will gives lots of surprising results in IT world like next generation AI, accessing data
from database via NLP, software development using NLP etc.
          For acquiring the system which will discuss the issues stated as above. While developing such system
if think on some parameters as listed below then it will be a good one.

     For determining the approach of text we have to extend the mining criteria.
     Once we will determine the definite approach of our text we should also work on determining its intensity.
      For eg. Once we determine the text is related to happiness so we can also extract the data from the text
      related to such emotions. After extracting this parameter it should be differentiated into the categories and
      calculating its comparative percentage we can deals with the intensity of the emotion.
     To overcome the contradictory results at preliminary level we must have to identify the creator of the text.
     For determining exact meaning of words that have multiple meanings we should maintain the databases for
      such words like dictionary and then also find out sentiments of other words related to that.
     For determining exact meaning of multilingual words. We should maintain the databases for such words.
     To overcome the contradiction between actual emotions and the written text, while analyzing the sentiment
      from the text if we will take snapshot of the author. Then from his facial expression we can determine the
      emotions from the text as per his facial expression.
     While searching on internet for showing result according to sentiment and nature of the text. It should be
      first find out the meaning & then fires the searching query.
     While implementing in marketing area before generating the results it should analyze the comparative study
      of follow up and then generate appropriate result.
     While extracting emotion from the text frequently used symbols can also be taken into consideration.
     The combine study of multiple modalities in video, audio, visual and text to improve the classification
      performance.[4]

The sentiment analysis to extract the emotions, feelings in the thought is difficult. This paper discusses the
issues in identification of emotions and feelings in the text.

                                                 VI.            Conclusion
        The sentiment analysis to extract the emotions, feelings in the thought is difficult by focusing on single
parameter. We can conclude that if we want the better solution then we must have to work on different
parameters and their approach as discussed in our paper.

                                                          References
[1]   Cecilia Ovesdotter Alm, Dan Roth and Richrd Sporoat on “Emotion from text: Machine learning for text based emotion prediction”
      from department of linguisics UIUC
[2]   Graddol , Cheshire and Swann: „Describing language‟
[3]   Taner Danisman and Adil Alpkocak: Feeler:‟Emotion classification of text using vector space model
[4]   G. Mishne, Experiments with mood classification in blog posts. In: Style 2005-Ist workshop on stylistic Analysis of text for
      information access, at SIGIR(2005)




                                                    www.iosrjournals.org                                                 42 | Page

Contenu connexe

Tendances

Speech recognition system seminar
Speech recognition system seminarSpeech recognition system seminar
Speech recognition system seminar
Diptimaya Sarangi
 
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM ModelASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
sipij
 
Voice Recognition
Voice RecognitionVoice Recognition
Voice Recognition
Amrita More
 
Speech recognition challenges
Speech recognition challengesSpeech recognition challenges
Speech recognition challenges
Alexandru Chica
 
Automatic speech recognition system
Automatic speech recognition systemAutomatic speech recognition system
Automatic speech recognition system
Alok Tiwari
 
Speaker recognition using MFCC
Speaker recognition using MFCCSpeaker recognition using MFCC
Speaker recognition using MFCC
Hira Shaukat
 

Tendances (20)

Speech Emotion Recognition by Using Combinations of Support Vector Machine (S...
Speech Emotion Recognition by Using Combinations of Support Vector Machine (S...Speech Emotion Recognition by Using Combinations of Support Vector Machine (S...
Speech Emotion Recognition by Using Combinations of Support Vector Machine (S...
 
Speech emotion recognition
Speech emotion recognitionSpeech emotion recognition
Speech emotion recognition
 
Human Emotion Recognition using Machine Learning
Human Emotion Recognition using Machine LearningHuman Emotion Recognition using Machine Learning
Human Emotion Recognition using Machine Learning
 
A critical insight into multi-languages speech emotion databases
A critical insight into multi-languages speech emotion databasesA critical insight into multi-languages speech emotion databases
A critical insight into multi-languages speech emotion databases
 
Ai based character recognition and speech synthesis
Ai based character recognition and speech  synthesisAi based character recognition and speech  synthesis
Ai based character recognition and speech synthesis
 
Emotion recognition using image processing in deep learning
Emotion recognition using image     processing in deep learningEmotion recognition using image     processing in deep learning
Emotion recognition using image processing in deep learning
 
Speech recognition system seminar
Speech recognition system seminarSpeech recognition system seminar
Speech recognition system seminar
 
Deep Learning For Speech Recognition
Deep Learning For Speech RecognitionDeep Learning For Speech Recognition
Deep Learning For Speech Recognition
 
Speech Recognition System By Matlab
Speech Recognition System By MatlabSpeech Recognition System By Matlab
Speech Recognition System By Matlab
 
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLABA GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
A GAUSSIAN MIXTURE MODEL BASED SPEECH RECOGNITION SYSTEM USING MATLAB
 
Automatic Speech Recognion
Automatic Speech RecognionAutomatic Speech Recognion
Automatic Speech Recognion
 
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODELASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
 
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM ModelASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
 
Speech Recognition in Artificail Inteligence
Speech Recognition in Artificail InteligenceSpeech Recognition in Artificail Inteligence
Speech Recognition in Artificail Inteligence
 
Voice Recognition
Voice RecognitionVoice Recognition
Voice Recognition
 
Speech recognition challenges
Speech recognition challengesSpeech recognition challenges
Speech recognition challenges
 
Speech Recognition
Speech RecognitionSpeech Recognition
Speech Recognition
 
Automatic speech recognition system
Automatic speech recognition systemAutomatic speech recognition system
Automatic speech recognition system
 
Speaker recognition system by abhishek mahajan
Speaker recognition system by abhishek mahajanSpeaker recognition system by abhishek mahajan
Speaker recognition system by abhishek mahajan
 
Speaker recognition using MFCC
Speaker recognition using MFCCSpeaker recognition using MFCC
Speaker recognition using MFCC
 

Similaire à F0363942

Word and Sentence Level Emotion Analyzation in Telugu Blog and News
Word and Sentence Level Emotion Analyzation in Telugu Blog and NewsWord and Sentence Level Emotion Analyzation in Telugu Blog and News
Word and Sentence Level Emotion Analyzation in Telugu Blog and News
IJCSEA Journal
 

Similaire à F0363942 (20)

Issues in Sentiment analysis
Issues in Sentiment analysisIssues in Sentiment analysis
Issues in Sentiment analysis
 
Emotion detection from text documents
Emotion detection from text documentsEmotion detection from text documents
Emotion detection from text documents
 
Signal Processing Tool for Emotion Recognition
Signal Processing Tool for Emotion RecognitionSignal Processing Tool for Emotion Recognition
Signal Processing Tool for Emotion Recognition
 
EMOTION DETECTION FROM TEXT
EMOTION DETECTION FROM TEXTEMOTION DETECTION FROM TEXT
EMOTION DETECTION FROM TEXT
 
A review on sentiment analysis and emotion detection.pptx
A review on sentiment analysis and emotion detection.pptxA review on sentiment analysis and emotion detection.pptx
A review on sentiment analysis and emotion detection.pptx
 
Literature Review On: ”Speech Emotion Recognition Using Deep Neural Network”
Literature Review On: ”Speech Emotion Recognition Using Deep Neural Network”Literature Review On: ”Speech Emotion Recognition Using Deep Neural Network”
Literature Review On: ”Speech Emotion Recognition Using Deep Neural Network”
 
Extraction of Emoticons with Sentimental Bar
Extraction of Emoticons with Sentimental BarExtraction of Emoticons with Sentimental Bar
Extraction of Emoticons with Sentimental Bar
 
Emotion Detection from Text
Emotion Detection from TextEmotion Detection from Text
Emotion Detection from Text
 
76201926
7620192676201926
76201926
 
S33100107
S33100107S33100107
S33100107
 
Word and Sentence Level Emotion Analyzation in Telugu Blog and News
Word and Sentence Level Emotion Analyzation in Telugu Blog and NewsWord and Sentence Level Emotion Analyzation in Telugu Blog and News
Word and Sentence Level Emotion Analyzation in Telugu Blog and News
 
Evaluation of Support Vector Machine and Decision Tree for Emotion Recognitio...
Evaluation of Support Vector Machine and Decision Tree for Emotion Recognitio...Evaluation of Support Vector Machine and Decision Tree for Emotion Recognitio...
Evaluation of Support Vector Machine and Decision Tree for Emotion Recognitio...
 
unit-5.pdf
unit-5.pdfunit-5.pdf
unit-5.pdf
 
F334047
F334047F334047
F334047
 
Artificial Intelligence (3).pdf
Artificial Intelligence (3).pdfArtificial Intelligence (3).pdf
Artificial Intelligence (3).pdf
 
C5 giruba beulah
C5 giruba beulahC5 giruba beulah
C5 giruba beulah
 
Emotion detection on social media status in Myanmar language
Emotion detection on social media status in Myanmar language Emotion detection on social media status in Myanmar language
Emotion detection on social media status in Myanmar language
 
P1803018289
P1803018289P1803018289
P1803018289
 
A Subjective Feature Extraction For Sentiment Analysis In Malayalam Language
A Subjective Feature Extraction For Sentiment Analysis In Malayalam LanguageA Subjective Feature Extraction For Sentiment Analysis In Malayalam Language
A Subjective Feature Extraction For Sentiment Analysis In Malayalam Language
 
J1803015357
J1803015357J1803015357
J1803015357
 

Plus de iosrjournals (20)

I0114549
I0114549I0114549
I0114549
 
H0124246
H0124246H0124246
H0124246
 
H0114044
H0114044H0114044
H0114044
 
G0145458
G0145458G0145458
G0145458
 
G0135059
G0135059G0135059
G0135059
 
G0123541
G0123541G0123541
G0123541
 
G0113839
G0113839G0113839
G0113839
 
F0144153
F0144153F0144153
F0144153
 
F0134249
F0134249F0134249
F0134249
 
F0122934
F0122934F0122934
F0122934
 
F0112937
F0112937F0112937
F0112937
 
E0143640
E0143640E0143640
E0143640
 
E0133641
E0133641E0133641
E0133641
 
E0112128
E0112128E0112128
E0112128
 
D0142635
D0142635D0142635
D0142635
 
D0133235
D0133235D0133235
D0133235
 
D0121720
D0121720D0121720
D0121720
 
D0111420
D0111420D0111420
D0111420
 
C0141625
C0141625C0141625
C0141625
 
C0132131
C0132131C0132131
C0132131
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

F0363942

  • 1. IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 3, Issue 6 (Sep-Oct. 2012), PP 39-42 www.iosrjournals.org Issues in Sentiment analysis 1 Prof. Miss. D. S. Ulhe, 2Prof.Miss Sonali V. Muddalwar 1, 2 P.G. Department of Computer Science & Technology (DCPE) Shree Hanuman Vyayam Prasarak Mandal, Amravati (Maharashtra) Abstract: Natural language processing is concerned with artificial intelligence and linguistics. It provides opportunity to interact with computers using human natural languages. There are varieties of applications of NLP. The AI and business intelligence contributes in extraction of meaning and knowledge represented in natural language text. The major areas are online media application, academic application, biomedical application etc. No application claims hundred percent NLP implementation. There are very many difficulties and issues in natural language analysis. In business application and AI, text analysis and text mining is used to extract information and knowledge from the text. Attribute extraction, author identification, text subject identification are some applications in these areas. The sentiment analysis to extract the emotions, feelings in the thought is difficult. This paper discusses the issues in identification of emotions and feelings in the text. Keywords: Artificial Intelligence, business intelligence, Emotion extraction, text analysis, text mining I. Introduction Natural language processing is concerned with artificial intelligence and linguistics. It provides opportunity to interact with computers using human natural languages. Over the last few decades, there is increasing body of research on extracting the human emotions from the text. In this study automatic classification of emotions like anger, disgust, fear, joy ness and sadness etc. in text have been studied on ISEAR(International Survey on Emotion Antecedents and Reactions) dataset. There are different techniques have been invented to extract emotion from the text, such as text mining, Empirical study, Emotion extraction engine, Vector Space Model ,Emotion Markup Language, etc. While analyzing the calculated results using any existing technique, we found that every new system overcome the problem of existing system but still not a single application claims hundred percent realistic results. And hence there is a need to discuss the issues regarding failure of existing system. II. Need As we have discussed earlier, via sentiment analysis it will be possible to get solution on real time system. Emotion extraction from facial expression, visual clipping is somewhat easy, but this is not sufficient. Textual material also has sentiment and most of the time there is need to extract emotions from the text. The previous research in this area claims that it can be used in next generation intelligent robotics, artificial intelligence and psychology etc. With this it can also be useful in various areas like criminal identification and authentication, subject identification etc. Hence it needed, to study all these issues together for getting solution on this matter. With this comparative study we can find out issues and some solutions. III. Comparitive study of emotion extraction techniquies 3.1 Text Mining:- Text mining, sometimes alternately referred to as text data mining roughly equivalent to text analytics, refers to the process of deriving high-quality information from text. High-quality information is typically derived through the devising of patterns and trends through means such as statistical pattern learning. Text mining usually involves the process of structuring the input text (usually parsing, along with the addition of some derived linguistic features and the removal of others, and subsequent insertion into a database), deriving patterns within the structured data, and finally evaluation and interpretation of the output. 'High quality' in text mining usually refers to some combination of relevance, novelty, and interestingness. Typical text mining tasks include text categorization, text clustering, concept/entity extraction, production of granular taxonomies, sentiment analysis, document summarization, and entity relation modeling (i.e. learning relations between named entities). 3.2 Empirical study Empirical study covers the experimental study with formal problem definition, conceptual implementation, data, features and a note on parameter tuning. For formal problem definition machine learning model is used. In this model determination of emotion of linguistic unit can be cast as multicast classification problem. www.iosrjournals.org 39 | Page
  • 2. Issues in Sentiment analysis In order to make the annotation process more focused, emotion is annotated from the point of view of text. While targeting primary emotions the sentences are also marked for other affective contents i.e. background mood, secondary emotions via intensity and textual cues. Disagreements in annotations are resolved by a second pass of tie-breaking by the first author, who chooses one of the competing labels. Eventually the completed annotations will be made available. Table 1: Basic emotions used in annotations Abbreviation Emotion class A Angry D Disgusted F Fearful H Happy Sa Sad Su+ Positively Surprised Su- Negatively Surprised Using above table1 emotion have been extracted and then further percentages of annotated labels have been determine using following table2 (Ex. of Some text passages). Table 2: Percent of annotated labels A D F H 12.34% 0.89% 7.03% 6.77% N Sa Su+ Su- 59.94% 7.34% 2.59% 3.10% After that this model has also worked on classifying the emotional versus neutral examples as shown in table 3. Table 3: Emotional v/s neutral example E N 40.06% 59.94% Further percentage of positive, negative and neutral emotions can be determined using following table4. Table 4: Positive v/s negative v/s neutral example PE NE N 9.87% 30.19% 59.94% This model based on analytical calculations for determine the text to speech synthesis as goal.[1] 3.3 Emotion extraction engine 3.3.1 Background In human language, sounds and letters make up the significant part of the communication. Words are group of letters and may be combined in many ways to make up a sentence. [2] Sentences can be broken down into two groups of words i.e. function words and contents words. Function words include noun, adjectives, verbs and adverbs, while content words are prepositions, conjunctions and auxiliary words. Emotion extraction engine have decompose the sentences and analysed them in terms of Sentence structure and analysis, Declarative statements, interrogative statements, finite verb phrases and negative statement. An emotion extraction engine that can analyze user input in the form of text sentences has been developed. When emotional content is detected the engine will send the parameters needed for selecting the expressive images across the network. When receiving side engine receives the parameters, the corresponding expressive images will be selected and displayed. In this way, the transmissions of images are avoided since the only data transmitted over the network is the text parameters. As a result the bandwidth requirement is extremely low. [2] www.iosrjournals.org 40 | Page
  • 3. Issues in Sentiment analysis The working flow of the emotion analysis system is shown in figure 1. 3.4 Vector Space Model Vector Space Model(VSM) is widely used in information retrieval. Where each document is represented as vector and each dimension correspond to a separate term. VSM approach is used for human emotion recognition.(HER) from text. In this approach the effect of stemming and emotional intensity on emotion classification in text is measured. VSM based classification on short sentences can be as good as other well-known classifiers. [3] 3.5 Emotion Markup Language The present draft specification of emotion markup language aims to strike a balance between practical applicability and scientific well-found ness. The language is conceived as a "plug-in" language suitable for use in three different areas: (1) Manual annotation of data; (2)Automatic recognition of emotion-related states from user behavior; and (3) Generation of emotion-related system behavior. Some tags used in EML 1. <emotion></emotion> 2. <category> 3. <happy>:-)</happy> 4. <sad>:-(</sad> IV. Different issues From comparative study of emotion extraction techniquies different issues have been generated as listed below.  As per the text mining technique we can only identify the subject of the text but we can not determine its approach i.e. positive, negative or neutral.  With identification of text approach it is also needed to find out the intensity level of emotion i.e. low , moderate or extreme.  It should be also possible to identify the contradiction between feelings.  It should be also possible to detect the proper meaning of the word as lots of words have multiple meanings.  It should be possible to extract proper results for multi-lingual text also.  If there is a contradiction between actual emotions and the written text, then it cannot be possible to analyse the actual sentiments from the text.  If the author does not have good collection of vocabulary then he will unable to express intensity and the actual thoughts in the text .  If it has been implemented on internet then it must be possible that our search must show result according to sentiment and nature of the text.  While implementing it in marketing application it must gives us comparative result of products.  Lots of applications are designed and implemented for the internet users. Most of the times people using different symbols for representing different sentiments of user. It should be possible to extract emotion from symbolic text also.  Some texts are machine generated such text contains meaning with emotions but machine has no sentiments so it generate contradictory results. V. Techniques to overcome pitfalls of sentiment analysis The lots of work have been done on extracting emotions via Natural language Processing. Very many areas have been used for such implementations. Extracting emotions from heard audio or video is somewhat easier as compared to extracting sentiments from plain text. Peoples have worked a lot in this area also but there is no system claiming hundred percent realistic results. Hence there are some hesitations or doubts while implementing it. www.iosrjournals.org 41 | Page
  • 4. Issues in Sentiment analysis From the comparative study we can clearly determine the reasons behind the failure of acquiring hundred percent realistic results. Every new system is better than existing one and provides solutions to overcome the limitations. When we go through that system it also has some limitations. We think that, this happens because of individual study of parameters. If all these issues can be investigated together then definitely we can proposed a better system which will be much more nearer to realistic result. We knew that it is very difficult to study and combine implementation of all systems, but if it will be implemented then really it will gives lots of surprising results in IT world like next generation AI, accessing data from database via NLP, software development using NLP etc. For acquiring the system which will discuss the issues stated as above. While developing such system if think on some parameters as listed below then it will be a good one.  For determining the approach of text we have to extend the mining criteria.  Once we will determine the definite approach of our text we should also work on determining its intensity. For eg. Once we determine the text is related to happiness so we can also extract the data from the text related to such emotions. After extracting this parameter it should be differentiated into the categories and calculating its comparative percentage we can deals with the intensity of the emotion.  To overcome the contradictory results at preliminary level we must have to identify the creator of the text.  For determining exact meaning of words that have multiple meanings we should maintain the databases for such words like dictionary and then also find out sentiments of other words related to that.  For determining exact meaning of multilingual words. We should maintain the databases for such words.  To overcome the contradiction between actual emotions and the written text, while analyzing the sentiment from the text if we will take snapshot of the author. Then from his facial expression we can determine the emotions from the text as per his facial expression.  While searching on internet for showing result according to sentiment and nature of the text. It should be first find out the meaning & then fires the searching query.  While implementing in marketing area before generating the results it should analyze the comparative study of follow up and then generate appropriate result.  While extracting emotion from the text frequently used symbols can also be taken into consideration.  The combine study of multiple modalities in video, audio, visual and text to improve the classification performance.[4] The sentiment analysis to extract the emotions, feelings in the thought is difficult. This paper discusses the issues in identification of emotions and feelings in the text. VI. Conclusion The sentiment analysis to extract the emotions, feelings in the thought is difficult by focusing on single parameter. We can conclude that if we want the better solution then we must have to work on different parameters and their approach as discussed in our paper. References [1] Cecilia Ovesdotter Alm, Dan Roth and Richrd Sporoat on “Emotion from text: Machine learning for text based emotion prediction” from department of linguisics UIUC [2] Graddol , Cheshire and Swann: „Describing language‟ [3] Taner Danisman and Adil Alpkocak: Feeler:‟Emotion classification of text using vector space model [4] G. Mishne, Experiments with mood classification in blog posts. In: Style 2005-Ist workshop on stylistic Analysis of text for information access, at SIGIR(2005) www.iosrjournals.org 42 | Page