Idiom Polarity Identification Using Contextual Information

Idiom Polarity Identification Using Contextual Information

Idiom Polarity Identification using Contextual Information Belem´ Priego Sanchez´ 1, David Pinto2 1 Universidad Autonoma´ Metropolitana, Ciudad de Mexico,´ Mexico 2 Benemerita´ Universidad Autonoma´ de Puebla, Puebla, Mexico [email protected], [email protected] Abstract. Identifying the polarity of a given text is a document, a sentence or an entity feature/aspect complex task that usually requires an analysis of the is positive, negative, or neutral. contextual information. This task becomes to be much There are some research works in literature more complex when, in such analysis, we consider presenting different approaches for detecting the smaller textual components than paragraphs, such as polarity of phrases or sentences in general. Turney sentences, phraseological units or single words. In this paper, we consider the automatic identification of [17] and Pang [10], for example, are two early polarity for linguistic units known as idioms based on works in this research area who applied different their contextual information. Idioms are a phraseological methods (at document level), for detecting the unit made up of more than two words in which one polarity of product reviews and movie reviews, of those words plays the role of the predicate. We respectively. Other authors such as Hu et al. [4] employ three lexicons for determining the polarity of have attempted to identify polarity for adjectives those words surrounding the idiom, i.e., in its context and using some linguistic resources such as Wordnet. using this information we infer the possible polarity of the This very fast approach does not need of training target idiom. The lexicons we are using are: ElhPolar data necessary for obtaining a good predictive dictionary, iSOL and ML-SentiCON Sentiment Spanish accuracy (around 69%), but the main disadvantage Lexicon, all of them containg the polarity of different is that it does not deal with multiple word sense, words. One of the aims of this research work is to identify the lexicon that provides the best results for the task context issues, and it does not work for multiple proposed, which is to count the number of positive and word phrases (or non-adjective words). negative words in the idiom context, so that we can infer One of the major advances obtained in the the polarity of the idiom itself. The experiments carried task of sentiment analysis has been done out show that the best combination obtain results close in the framework of the Semantic Evaluation to 57.31%, when the texts are lemmatized and 48.87%, (SemEval) competition, since 2013 this task is when they are not lemmatized. proposed in SemEval. In SemEval-2013 Task 2, [7] and SemEval-2014 Task 9, [15] had Keywords. Polarity, idiom, lexicon. an expression-level and a message-level polarity subtasks. SemEval-2015 Task 10, [14, 9] further added subtasks for topic-based message polarity 1 Introduction classification, detecting trends towards a topic, and determining the out-of-context (a priori), strength of The rise of social media such as blogs and social association of terms with positive sentiment. networks has increased the interest in sentiment SemEval-2016 Task 4, [8] dropped the phrase- analysis. Polarity identification is a basic task level subtask and the strength of association of sentiment analysis which aims to automatically subtask, and focused on sentiment with respect identify whether the expressed opinion in a to a topic. It further introduced a 5-point scale, Computación y Sistemas, Vol. 22, No. 1, 2018, pp. 27–33 ISSN 1405-5546 doi: 10.13053/CyS-22-1-2791 28 Belém Priego Sánchez, David Pinto which is used for human review ratings on popular In this paper we present the results of analyzing websites such as Amazon, TripAdvisor, Yelp, etc.; the polarity of idioms based on its contextual from a research perspective, this mean moving information. In [12], we can see a machine from classification to ordinal regression. Moreover, learning approach for dealing for the same task, it also focused on quantification, i.e., determining however, the difference with such research work is what proportion of a set of tweets on a given topic is that in this case we are employing unsupervised positive/negative about it. It also featured a 5-point algorithms based on lexicons containing polarity of scale ordinal quantification subtask [3]. Spanish words, whereas in the mentioned paper, they employ annotated data for constructing a Most of the aforementioned works have contri- supervised model that takes into consideration the buted to the target task of sentiment analysis by class/polarity of the paragraph (positive, negative proposing methods, techniques for representing or neutral). and classifying documents towards the automatic This paper aims to identify the usefulness classification of sentiments in Tweets. This of each lexicon employed together with all the phenomenon is due to the massification of this possible combinations of them, so that we can social network around the world and the easy be able to determine the combination that better manner we can access to the Tweets from API’s performs in the task of unsupervised automatic provided by Twitter itself. Some of these works identification of idioms polarity. have focused on the contribution of some particular features, such as Part of Speech (PoS) tags, In order to execute the experiment, it is assumed emoticons, etc. on the aforementioned task. In [1], that the text to be analyzed contains at least one for example, the a priori likelihood of each PoS is idiom. The process of automatic identification calculated. They use up to 100 additional features of idioms is out of the scope of this paper. In that include emoticons and a dictionary of positive [11], we can find an interesting work presenting a and negative words. They have reported a 60% methodology for such a challenging task. of accuracy in the task. On the other hand, in [6], We estimate the polarity of each idiom by a strategy based on discursive relations, such as counting the positive and negative words in their connectives and conditionals, with a low number context using the following three lexicons and the of lexical resources is proposed. These relations combination of them: ElhPolar dictionary, ISOL y are integrated in classical models of representation ML-SentiCON Sentiment Spanish Lexicon1. The like bag of words with the aim of improving greater the number of contextual positive words the the accuracy values obtained in the process of idiom is assumed to be positive, the greater the classification. The influence of semantic operators number of contextual negative words, the greater such as modals and negations are analyzed, in the likelihood of the idiom to be negative. In case particular, the degree in which they affect the the number of positive and negative contextual emotion present in a given paragraph or sentence. words is similar, we assume that the idiom is neutral. Sentiment analysis algorithms reported in litera- ture mostly use simple terms to express sentiment The following two research questions arise in this about a product or service. However, cultural paper: factors, linguistic nuances and differing contexts make it extremely difficult to turn a string of written 1. What lexicon better fulfills the requirement for text into a simple pro or con sentiment. The fact unsupervised automatic calculation of idiom that humans often disagree with the sentiment of a polarity? given text, illustrates how difficult this task should be for computers to get it right. The shorter the 2. How easy is to classify the polarity of a given string of text, the harder it becomes. In particular, idiom in a particular domain or genre? identifying polarity for idioms is assumed to be a 1See Section 3.1.1 for a description of the lexicons very high complex task. employed. Computación y Sistemas, Vol. 22, No. 1, 2018, pp. 27–33 ISSN 1405-5546 doi: 10.13053/CyS-22-1-2791 Idiom29 Polarity Identification Using Contextual Information The rest of this paper is structured as follows: small parts such as sentences, which at the same Section 2, presents a description of the target time can be split out into smaller sentences such problem. Section 3, describes the experiments as words or phraseological units. The latter are the carried out in this paper towards the automatic textual structures aim of the study of Phraseology, identification of the idiom polarity. Section 4 shows a subfield of linguistics. and discusses the results obtained in this paper. Even if there are different studies associated Finally, in Section 5, we give the conclusions and with the analysis of Phraseological Units (PU), one findings of this research work. of the major interest in this paper is to analyze the polarity of such units. There are some PU 2 Problem Description having positive charge, such as estar en forma (to be in a good shape), whereas other PUs have In natural language, there are many elements that a negative charge, for example meter la pata (to are part of it and allow that communication exist; screw up). Finally, other PUs are considered words and groups of them are examples of these neutral since they cannot be defined in terms of parts. When we oral communication is maintained positive or negative polarity. In [12], we have between two or more persons, intonation and previously presented a method for the automatic gesture movements can help to determine some identification of polarity in idioms, a particular type factors as feelings, for example, if the speaker is of phraseological units, which are defined in [13], happy, angry, etc., in other words, if the person as “expressions made up of two or more words is talking in a positive or negative way.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    7 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us