ACL-OCL / Base_JSON /prefixR /json /R15 /R15-1002.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "R15-1002",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:57:20.326791Z"
},
"title": "Lexicon-based Sentiment Analysis for Persian Text",
"authors": [
{
"first": "Fatemeh",
"middle": [],
"last": "Amiri",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "RWTH Aachen University",
"location": {
"country": "Germany"
}
},
"email": "amirii.fatemeh@gmail.com"
},
{
"first": "Simon",
"middle": [],
"last": "Scerri",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "NRW",
"location": {
"settlement": "Sankt Augustin",
"country": "Germany"
}
},
"email": "simon.scerri@iais.fraunhofer.de"
},
{
"first": "Mohammad",
"middle": [
"H"
],
"last": "Khodashahi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Bonn",
"location": {
"country": "Germany"
}
},
"email": "mh.khodashahi@gmail.com"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The vast information related to products and services available online, of both objective and subjective nature, can be used to provide contextualized suggestions and guidance to possible new customers. User feedback and comments left on different shopping websites, portals and social media have become a valuable resource, and text analysis methods have become an invaluable tool to process this kind of data. A lot of business use-cases have applied sentiment analysis in order to gauge people's response to a service or product, or to support customers with reaching a decision when choosing such a product. Although methods and techniques in this area abound, the majority only address a handful of natural languages at best. In this paper, we describe a lexiconbased sentiment analysis method designed around the Persian language. An evaluation of the developed GATE pipeline shows an encouraging overall accuracy of up to 69%.",
"pdf_parse": {
"paper_id": "R15-1002",
"_pdf_hash": "",
"abstract": [
{
"text": "The vast information related to products and services available online, of both objective and subjective nature, can be used to provide contextualized suggestions and guidance to possible new customers. User feedback and comments left on different shopping websites, portals and social media have become a valuable resource, and text analysis methods have become an invaluable tool to process this kind of data. A lot of business use-cases have applied sentiment analysis in order to gauge people's response to a service or product, or to support customers with reaching a decision when choosing such a product. Although methods and techniques in this area abound, the majority only address a handful of natural languages at best. In this paper, we describe a lexiconbased sentiment analysis method designed around the Persian language. An evaluation of the developed GATE pipeline shows an encouraging overall accuracy of up to 69%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "In comparison to other more popular and widespread language, few research efforts have sought to provide text analytics services targeting Persian text documents on the Web. As the official language of Iran, Afghanistan, and Tajikistan and an estimated 110 million people, we feel that the Persian language has not been given the attention it deserves. Besides attaining merit from a purely linguistic point of view, providing technologies for Persian text analysis has also business implications in the regions where the language remains a preferred working language. In particular, sentiment analysis has a high poten-tial in providing insights for several Persian online communities and social media. Most of the limited available techniques have employed Machine Learning (ML) algorithms, such as Support Vector Machine-based (SVM) methods. In contrast, our approach is based on a manuallycreated lexicon enriched with sentiment scores; coupled with hand-coded grammar rules. In tackling our objective, we are faced with languagespecific challenges and constraints. In the Persian language there is typically a large difference between formal and informal writing styles. There is also a high level of complexity due to the frequent morphological operations. Besides a complex morphology, Persian has some other distinctive features, such as lexicon intricacy, a high context sensitivity of the script, and a free words order due to independent case-marking (Hajmohammadi and Ibrahim, 2013) . Therefore models used in approaches behind other languages, or even aspects of which, can hardly be used in Persian text analytics methods.",
"cite_spans": [
{
"start": 1462,
"end": 1494,
"text": "(Hajmohammadi and Ibrahim, 2013)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we describe how we approached the language-specific challenges when designing and implementing a lexicon-based sentiment analysis method for Persian text. An evaluation of this method is also presented. But before we provide an overview of related work in this area.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As a technique, sentiment analysis has improved significantly in recent years, especially for mainstream languages such as English. The technique has an especially important role in business and financial circles. Efforts such as (Feldman et al., 2011) have specifically focused on stock markets and market predictions, whereas others focused on deriving changing opinions and perceptions from subjective information shared on social networks (Pak and Paroubek, 2010) . Many studies have been performed to try and identify a superior approach in the many techniques available (Feldman, 2013) , in order to attain better results and higher accuracies. Different surveys have been carried out, with different viewpoints and results (Liu, 2012) (Liu, 2010) . A large share of sentiment analysis techniques employ learningbased approaches (Pang et al., 2002) (Jo and Oh, 2011) . Of these the most promising are SVMand Nave Bayes-based methods. Using a supervised classification task, these methods attain up to 82.9% accuracy (Hajmohammadi and Ibrahim, 2013) . However, various drawbacks have been noted, such as their strict reliance on a corpus of human-coded texts for training, and their domain dependency (Basiri et al., 2014) (Taboada et al., 2011) .",
"cite_spans": [
{
"start": 230,
"end": 252,
"text": "(Feldman et al., 2011)",
"ref_id": "BIBREF7"
},
{
"start": 443,
"end": 467,
"text": "(Pak and Paroubek, 2010)",
"ref_id": "BIBREF16"
},
{
"start": 576,
"end": 591,
"text": "(Feldman, 2013)",
"ref_id": "BIBREF8"
},
{
"start": 730,
"end": 741,
"text": "(Liu, 2012)",
"ref_id": "BIBREF14"
},
{
"start": 742,
"end": 753,
"text": "(Liu, 2010)",
"ref_id": "BIBREF13"
},
{
"start": 835,
"end": 854,
"text": "(Pang et al., 2002)",
"ref_id": "BIBREF17"
},
{
"start": 855,
"end": 872,
"text": "(Jo and Oh, 2011)",
"ref_id": "BIBREF12"
},
{
"start": 1022,
"end": 1054,
"text": "(Hajmohammadi and Ibrahim, 2013)",
"ref_id": "BIBREF10"
},
{
"start": 1206,
"end": 1227,
"text": "(Basiri et al., 2014)",
"ref_id": null
},
{
"start": 1228,
"end": 1250,
"text": "(Taboada et al., 2011)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "A contrasting approach is the use of lexiconbased methods (Ding et al., 2008) (Thelwall et al., 2010) , which calculate a documents orientation from the semantic orientation of words or phrases within that document (Turney, 2002) . Sentimentbearing words and phrases forming a sentiment lexicon (Liu, 2012) can be derived from different resources. Some have employed seed words to expand the final list of words (Hatzivassiloglou and McKeown, 1997) , or use existing linguistic resources like the ANEW words (Bradley and Lang, 1999) , SentiWordNet (Baccianella et al., 2010) and WordNet Affect (Strapparava et al., 2004) .",
"cite_spans": [
{
"start": 58,
"end": 77,
"text": "(Ding et al., 2008)",
"ref_id": "BIBREF6"
},
{
"start": 78,
"end": 101,
"text": "(Thelwall et al., 2010)",
"ref_id": "BIBREF22"
},
{
"start": 215,
"end": 229,
"text": "(Turney, 2002)",
"ref_id": "BIBREF23"
},
{
"start": 295,
"end": 306,
"text": "(Liu, 2012)",
"ref_id": "BIBREF14"
},
{
"start": 412,
"end": 448,
"text": "(Hatzivassiloglou and McKeown, 1997)",
"ref_id": "BIBREF11"
},
{
"start": 508,
"end": 532,
"text": "(Bradley and Lang, 1999)",
"ref_id": "BIBREF3"
},
{
"start": 548,
"end": 574,
"text": "(Baccianella et al., 2010)",
"ref_id": "BIBREF1"
},
{
"start": 594,
"end": 620,
"text": "(Strapparava et al., 2004)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Some research efforts have satisfactorily mixed the two above approaches to gain a better response (Mudinas et al., 2012) . Although future work will consider extending our method with aspects from the first of the two approaches, for the moment we have opted to investigate a technique based solely on the second approach. Other surveyed research efforts, including the ones cited above, have already provided similar techniques that identify the orientation of a document based on the polarity of adjectives in a dictionary. However, they addressed either English (Hatzivassiloglou and McKeown, 1997) or other languages such as Urdu (Syed et al., 2010), Chinese (Zagibalov and Carroll, 2008) , French (Ghorbel and Jacot, 2011) or Arabic (Abdul-Mageed et al., 2011) .",
"cite_spans": [
{
"start": 99,
"end": 121,
"text": "(Mudinas et al., 2012)",
"ref_id": "BIBREF15"
},
{
"start": 566,
"end": 602,
"text": "(Hatzivassiloglou and McKeown, 1997)",
"ref_id": "BIBREF11"
},
{
"start": 664,
"end": 693,
"text": "(Zagibalov and Carroll, 2008)",
"ref_id": "BIBREF24"
},
{
"start": 703,
"end": 728,
"text": "(Ghorbel and Jacot, 2011)",
"ref_id": "BIBREF9"
},
{
"start": 739,
"end": 766,
"text": "(Abdul-Mageed et al., 2011)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Of the surveyed efforts which tackle the Persian language, a majority also utilized machine learning approaches. Bagheri and Saraee (Saraee and Bagheri, 2013) devised a learning-based approach that employs Nave-Bayes text classification. They proposed a new feature selected method (MMI) and reported a performance of 70%. Hajmohammadi and Ibrahim (Hajmohammadi and Ibrahim, 2013) used standard machine learning techniques incorporated into the domain of online Persianwritten movie reviews to automatically classify reviews as either positive or negative. They also combined Nave-Bayes and SVM, in conjunction with six feature presentations concerning n-gram presence/frequency in order to examine the effects of the classifiers and the feature options on Persian sentiment classification.",
"cite_spans": [
{
"start": 282,
"end": 287,
"text": "(MMI)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "More recently, a lexicon-based unsupervised approach (Basiri et al., 2014) addressed specific Persian text processing difficulties, such as different forms of writing styles and ignoring short spaces between words in texts. The approach utilises the SentiStrength library, which applies a combined method to detect the polarity and strength of short informal social texts. However, as this library was designed around the English language, the authors rely on the translation of the core resulting list to Persian. The reported results indicate an F-measure of around 90%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The major difference between our approach and the above-mentioned effort is that we use an own-constructed lexicon and involve a number of human annotators to provide multiple sentiment scores. In resolving any resulting conflicts, we also address the issue of subjectivity. Therefore, our approach is in theory more appropriate as the generated lexicon and polarity pairs are Persian language-specific, whereas language translations such as the method used in the above-mentioned approach are problematic since languages are intrinsically different.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Our final aim is to outperform existing MLbased methods and achieve an acceptable Fmeasure. The evaluation results of this approach will then indicate whether our approach has any value, so that a more comprehensive effort at collecting key-word/phrase and polarity pairs will result in an improved approach that has the potential to rival the results reported by Basiri et. al.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "For our lexicon-based sentiment analysis technique we needed a wide range of Persian vocabulary entries, and their sentiment. As no Persian API was available for achieving this requirement, we opted to manually gather a number of Persian adjectives, words and expressions (7179) from two online Persian language resources 1 . The criteria for selecting these gazetteer entries, as followed by the two native speakers authoring this paper, were the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Collection",
"sec_num": "3.1"
},
{
"text": "\u2022 Terms (words or multi-word expressions) that can alter or influence the sentiment of a given statement in any conceivable context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Collection",
"sec_num": "3.1"
},
{
"text": "\u2022 Gathered lexicons are used in either formal or informal communication between Persian people.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Collection",
"sec_num": "3.1"
},
{
"text": "\u2022 Gathered lexicons correspond to either standard Persian or obsolete Persian as used by certain sections of native speakers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Collection",
"sec_num": "3.1"
},
{
"text": "As already mentioned the formal and informal styles of Persian writing has a huge impact on the semantics. In many cases one cannot understand the meaning of an informal textual comment unless they are a native speaker. So the need to enrich the lexicon with as many informal expressions and comments was as necessary, if not more pressing than, gathering all the formal forms. In addition, some of the collected words and adjectives correspond to the old usage of the language among older native speakers. Although these are not used regularly in daily speech or text, they are still important to make our gazetteer as varied and as broad as possible. The resulting terms have been saved in a personal database in preparation for the sentiment annotation phase described below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Collection",
"sec_num": "3.1"
},
{
"text": "The results of the collection process were stored in a database, and in order to achieve the required lexicon we then required to annotate each entry with a sentiment score. To support with this task, we set up a Web interface 2 that enables native Speakers to manually assign a score to random entries. At each click, the interface presented a new adjective which could then be voted either as having either a positive, negative or neutral sentiment expression. A five-tier scoring spectrum was considered but eventually discarded in favour of the three-tier option above, for the sole reason that it 1 We collected Persian adjectives from the Wiktionary open source dictionary: http://goo.gl/o0J8K0 and from a reference database for the Persian lanaguage at: http://dadegan.ir/ 2 http://www.computerssl.com/sentiment/ was cognitively easier for the volunteers to decide on an outcome, and as a result, more votes were expected. The exercise was shared between a number of volunteers , following requests via own and extended social networks of a personal and academic nature. Half of the targeted volunteers were Persian students. As a result, the annotation was performed by people having different levels of education, age groups and sectors corresponding to the Persian society. For the 7179 adjectives in the database, we received a total of 8278 votes. This discrepancy is intended and is due to the decision to allow multiple voting by different volunteers. In cases where the opinion expressed contrasted, manual conflict resolution was performed following a discussion, or the inconclusive entry was marked as neutral. Future work can focus on these entries and flag their polarity as highly contextual.",
"cite_spans": [
{
"start": 602,
"end": 603,
"text": "1",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Sentiment Annotation",
"sec_num": "3.2"
},
{
"text": "Following the establishment of an annotated Persian sentiment lexicon, we designed and developed a linguistic pipeline based on the GATE framework (Cunningham et al., 2002) . The pipeline utilizes existing components that were already available 3 , namely a Persian tokenizer, sentence splitter and POS tagger. In addition, our lexicon was provided as the basis for the gazetteer, and JAPE (Cunningham et al., 1999) grammar rules were then manually coded to address the most general features of the Persian language in its written form. The pipeline and its components is depicted in Fig. 1 . A breakdown of all these components is provided below.",
"cite_spans": [
{
"start": 147,
"end": 172,
"text": "(Cunningham et al., 2002)",
"ref_id": "BIBREF5"
},
{
"start": 390,
"end": 415,
"text": "(Cunningham et al., 1999)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [
{
"start": 584,
"end": 590,
"text": "Fig. 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "A lexicon-based Sentiment Analysis Pipeline",
"sec_num": "3.3"
},
{
"text": "The imported tokenizer splits the text into very simple tokens like words, numbers, spaces and punctuation. As the Persian script is not casesensitive like most Latin scripts, the employed tokenizer excludes similar checks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tokenizer",
"sec_num": "3.3.1"
},
{
"text": "The imported sentence splitter fragments the text into sentences. It uses a list of abbreviations to ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence Splitter",
"sec_num": "3.3.2"
},
{
"text": "The imported tagger produces a part-of-speech tag as an annotation for each word or symbol. It uses a default lexicon and rule set which can be manually modied.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "POS Tagger",
"sec_num": "3.3.3"
},
{
"text": "The gazetteer includes all information resulting from the data collection and sentiment analysis exercises. In short, the employed gazetter is the basis for our lexicon-based approach. Whenever a gazetteer entry appears in the text, it is marked and assigned a sentiment score accordingly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "3.3.5 Hand-coded Persian grammar patterns JAPE provides finite state transduction over annotations based on regular expressions. In our pipeline, we utilize JAPE rules to identify regular expressions we have formulated as a grammar base for Persian. Therefore, together with the gazetteer, this is one of the main contributions presented in this paper. We designed rules in two phases:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "1. Phase I: patterns are focussed on and around each individual text-based token (i.e. words) in an input text segment.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "2. Phase II: we address the sentiment of the entire text segment, based on the computed sentiment of each individual word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "Both phases are also depicted in Fig. 1 . To identify the sentiment at the word-level, we created rules to consider an alternate sentiment to that otherwise identified by the gazetteer due to a special prefix and postfix. For example, in Persian, in a majority of cases a \"Ba\" prefix before a noun alters the polarity to positive, whereas a \"Bi\" or \"Na\" prefix alters it to negative. Some examples of the above alterations are shown in the table below. Similarly, we have catered for the linguistic alternative of verbs. Most notably, in Persian the verbs can be given a negative connotation by using \"n\" as a prefix (equivalent to the effect of having a do not before a verb in English). Examples are also shown in the below table.",
"cite_spans": [],
"ref_spans": [
{
"start": 33,
"end": 39,
"text": "Fig. 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "In many cases, in order to calculate the sentiment of an entire sentence or text segment it is not simply a case of averaging or combining the sentiment of each word as identified in Phase I. Some adjectives or phrases have a direct effect on the entire sentence, e.g., the presence of just one special negative verb in a sentence that otherwise consists of mostly positive words, alters the entire polarity of the sentence to negative (irony). Therefore, in this second phase the JAPE rules follow this sequence:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "Step 1: the number of positive and negative words in a sentence are counted and the average is used to identify the polarity of the sentence 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "Step 2: the main verb of the sentence is identified, and if it matches one of the known exceptional negative verbs, the polarity of the pre-computed sentence is reversed",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "Examples of cases which are addressed by step 2 above are in the table below, with their English language equivalent.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gazetteer",
"sec_num": "3.3.4"
},
{
"text": "The result of the two JAPE phases are then forwarded to the Groovy scripting processing resource, for which GATE also provides support. The Groovy plugin is used to count the number of positive and negative annotations in a given piece of text and determine an overall polarity score. Therefore, this can also be considered a third phase in the sentiment analysis, which takes place at the paragraph or entire document level. It must be noted that at the moment, the final sentiment score determined is either positive, negative or neutral.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Groovy scripting processing resource",
"sec_num": "3.3.6"
},
{
"text": "In order to evaluate the performance of our approach, we performed two experiments. In the initial one, we relied on a pre-existing corpus of annotated text, based on the availability of reviews related to accommodation online. However, the information available here was not in a form to enable us to confidently reach conclusive results. Therefore, in a second experiment, we again instructed native speakers to rate a large amount of Persian news items and compared their judgment against the ones determined by our pipeline. Details and results are presented below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "4"
},
{
"text": "In this experiment we choose customer reviews that are available online for a website 4 specializing in hotel reservation and accommodation in different cities of Iran. Although its popularity has recently seen a downturn 5 , the site has been used for 15 years and therefore there are a lot of valuable reviews that can be used for this kind of ex-periment. Website visitors are able to leave their opinions about their previous experience in a hotel (including references to price, quality and local sightseeing) by filling verifiable identification fields, thus meaning that the expressed opinions are probably genuine and reliable. The main problem with this corpus is that the reviews are star base, on a scale of 1 (poor) to 5 (excellent) stars. Therefore, in order to be able to compare to the results generated by the developed pipeline we were required to map this expression of sentiment as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus-based Evaluation",
"sec_num": "4.1"
},
{
"text": "\u2022 1 and 2 stars: Negative",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus-based Evaluation",
"sec_num": "4.1"
},
{
"text": "\u2022 3 stars: Neutral",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus-based Evaluation",
"sec_num": "4.1"
},
{
"text": "\u2022 4 and 5 stars: Positive From the above, we generated a corpus of test and evaluation data. The reviews were each passed on to the pipeline, and the calculated sentiment score was directly compared to the ones derived from the rating system. Based on this comparison, we calculated two measures:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus-based Evaluation",
"sec_num": "4.1"
},
{
"text": "1. Class-specific accuracy",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus-based Evaluation",
"sec_num": "4.1"
},
{
"text": "We first calculated the accuracy for positive and negative sentiment, i.e., the proportion of positive and negative reviews rated correctly to all positive and negative reviews respectively. The results, grouped by rating, is shown in Fig. 2 . At a value of between 50 -80%, this result indicated that there was potential in our approach. Given that the classes are only three, it can be argued that a tool that randomly assigns one of the three classes can achieve up to 33.33% accuracy. For this purpose, we include a baseline for a better interpretation of the result. Also, accuracy calculated in this manner is not ideal and does not provide a reliable result since each calculation only factors in true positives and true negatives per class.",
"cite_spans": [],
"ref_spans": [
{
"start": 235,
"end": 241,
"text": "Fig. 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Multi-class F-measure",
"sec_num": "2."
},
{
"text": "In a second experiment, we calculated the multi-class F-measure (weighing precision and recall equally), with equal weighting for precision and recall. Thus, recall identified the proportion of neutral, positive and negative reviews correctly identified against respectively all the neutral, positive and negative reviews, whereas precision identified the proportion of correctly classified (neutral, positive, negative) reviews against all reviews. The resulting confusion matrix contained comparisons for the three classes and precision and recall was computed for each. The result of the three fmeasures is shown in Fig. 3 , again compared to the baseline. In this result, we note that although the top-performing class (positive) has gone down to just under 70%, the other two classes are not far from the 60% mark. Averaging the f-measures for the two most important classes (positive and negative), yields an average score of 68.5%. ",
"cite_spans": [],
"ref_spans": [
{
"start": 619,
"end": 625,
"text": "Fig. 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Multi-class F-measure",
"sec_num": "2."
},
{
"text": "Due to the limitations discussed above, we performed a second evaluation. In this experiment, we considered around 5100 news items from the four most popular Persian news portals (www.farsnews.com, www.tabnak.ir, www.yjc.ir www.varzesh3.com). The news items were obtained from different categories, including sport, social, politics, economic and international. For the user-based evaluation, we randomly retrieved 1170 of these items and copied them on to our website 6 . In a similar effort to the sentiment annotation phase, we circulated a request for volunteers to rate each news item. Although for the same reason as explained earlier, an exact count of volunteers is not available, website visitor IP tracking during the two weeks when the experiment was run suggests that a total of between 35-50 people have participated. This is also consistent with the appeal to rate at least 20 news items. The exercise resulted in 1116 votes for a total of 897 distinct news items. Once again, conflicting results for items with more than one vote were either resolved upon discussion (majority rule) or set to neutral. The results of manual user rating were then compared to the automatic ratings. In this case, we only focused on accuracy, starting with the userbased evaluation as the authoritative score. The results, shown in Fig. 4 , show the following accuracy levels:",
"cite_spans": [],
"ref_spans": [
{
"start": 1328,
"end": 1334,
"text": "Fig. 4",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "User-based Evaluation",
"sec_num": "4.2"
},
{
"text": "\u2022 positives: 67%,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User-based Evaluation",
"sec_num": "4.2"
},
{
"text": "\u2022 negatives: 61.8%",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User-based Evaluation",
"sec_num": "4.2"
},
{
"text": "\u2022 neutrals: 52.5%",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User-based Evaluation",
"sec_num": "4.2"
},
{
"text": "\u2022 overall accuracy: 60.4%",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User-based Evaluation",
"sec_num": "4.2"
},
{
"text": "\u2022 overall accuracy (exc. neutrals): 64.4% ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "User-based Evaluation",
"sec_num": "4.2"
},
{
"text": "The presented approach is unique for the Persian language, since it relies on a list of entries (lexicon) paired with sentiment scores that was generated by a large number of native speakers. The approach addresses subjectivity by marking entries with conflicting scores and attempting to manually resolve said conflicts. Our experiments yield between 60-69% accuracy rates for the initial version of the lexicon-based Persian Sentiment Analysis API. Although it is still not as precise as the ML-based approach described in (Basiri et al., 2014) , this compares fairly well with related work and the experiments confirm that there is value in our approach. In particular, an acceptably accurate lexicon-based approach can be used to bootstrap an ML-based system that does not require a large training set to start achieving results. Alternatively, the gazetteer could also be semi-automatically enhanced through the correction of incorrectly rated entries in a process involving human supervision. The combination of our lexicon-based approach with the most promising Persian-language ML approach to achieve a hybrid system is therefore one of the top priorities for future work. A Persian sentiment analysis API that can effectively avoid the cold-start problem when applied to a new domain can be of great value to future business use-cases. Sentiment analysis is still a highly-challenging requirement at the core of many attempts to gauge people's response or opinion about a service or product, with many use-cases in the stock market, marketing and customer care domains, as well as online customer advice. By addressing the lack of diversity in Persian sentiment analysis approaches, we want to contribute to the advancement of techniques bound to a language which remains the working language of a relatively large population. As in other languages, written Persian also faces high ambiguity in terms of context and polarity, with a high complexity also arising from mixed use of formal and informal text. In the presented research we have tried to cover both formal and informal cases in our lexicon. The evaluation indicates that there is value in our language-specific lexicon driven approach. However, a lot more remains to be done to outperform ML-based techniques and rival the list-translation (English to Persian) approach introduced by Basiri et. al. Primarily, we intend to encourage more native speakers to add and rate adjectives and phrases for the construction of a more flexible and comprehensive lexicon. In addition we also intend to improve the grammar rules to cover more of the exceptions and characteristics of the Persian language. In particular, we want to address rules centered around notorious Persian con-junctions, such as 'but and 'although. Last but not least, we also want to address abbreviated forms of writing, which is also rather common-place and which has not been addressed by the literature so far.",
"cite_spans": [
{
"start": 525,
"end": 546,
"text": "(Basiri et al., 2014)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "5"
},
{
"text": "Although the library and components imported in our pipeline have not been made available online, they were kindly supplied by the author: http://sazvar.student.um.ac.ir/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "www.iran-booking.com 5 At the time of submission, Alexa lists the website as only the 7,063rd most popular in the country: http://www.alexa.com/siteinfo/www.iran-booking.com",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://www.computerssl.com/sentiment/news.php",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank Majid Sazvar for providing us with the three own-developed linguistic components incorporated in our pipeline.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Subjectivity and sentiment analysis of modern standard arabic",
"authors": [
{
"first": "Muhammad",
"middle": [],
"last": "Abdul-Mageed",
"suffix": ""
},
{
"first": "Mona",
"middle": [
"T"
],
"last": "Diab",
"suffix": ""
},
{
"first": "Mohammed",
"middle": [],
"last": "Korayem",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: short papers",
"volume": "2",
"issue": "",
"pages": "587--591",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Muhammad Abdul-Mageed, Mona T Diab, and Mo- hammed Korayem. 2011. Subjectivity and senti- ment analysis of modern standard arabic. In Pro- ceedings of the 49th Annual Meeting of the Associ- ation for Computational Linguistics: Human Lan- guage Technologies: short papers-Volume 2, pages 587-591. Association for Computational Linguis- tics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Sentiwordnet 3.0: An enhanced lexical resource for sentiment analysis and opinion mining",
"authors": [
{
"first": "Stefano",
"middle": [],
"last": "Baccianella",
"suffix": ""
},
{
"first": "Andrea",
"middle": [],
"last": "Esuli",
"suffix": ""
},
{
"first": "Fabrizio",
"middle": [],
"last": "Sebastiani",
"suffix": ""
}
],
"year": 2010,
"venue": "LREC",
"volume": "10",
"issue": "",
"pages": "2200--2204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stefano Baccianella, Andrea Esuli, and Fabrizio Sebas- tiani. 2010. Sentiwordnet 3.0: An enhanced lexical resource for sentiment analysis and opinion mining. In LREC, volume 10, pages 2200-2204.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Ahmad Reza Naghsh-Nilchi, and Nasser Ghassem-Aghaee. 2014. A framework for sentiment analysis in persian",
"authors": [
{
"first": "Basiri",
"middle": [],
"last": "Mohammad Ehsan",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohammad Ehsan Basiri, Ahmad Reza Naghsh- Nilchi, and Nasser Ghassem-Aghaee. 2014. A framework for sentiment analysis in persian.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Affective norms for english words (anew): Instruction manual and affective ratings",
"authors": [
{
"first": "M",
"middle": [],
"last": "Margaret",
"suffix": ""
},
{
"first": "Peter J",
"middle": [],
"last": "Bradley",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lang",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Margaret M Bradley and Peter J Lang. 1999. Affective norms for english words (anew): Instruction man- ual and affective ratings. Technical report, Technical Report C-1, The Center for Research in Psychophys- iology, University of Florida.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Jape: a java annotation patterns engine",
"authors": [
{
"first": "Hamish",
"middle": [],
"last": "Cunningham",
"suffix": ""
},
{
"first": "Diana",
"middle": [],
"last": "Maynard",
"suffix": ""
},
{
"first": "Valentin",
"middle": [],
"last": "Tablan",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hamish Cunningham, Diana Maynard, and Valentin Tablan. 1999. Jape: a java annotation patterns en- gine.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A framework and graphical development environment for robust nlp tools and applications",
"authors": [
{
"first": "Hamish",
"middle": [],
"last": "Cunningham",
"suffix": ""
},
{
"first": "Diana",
"middle": [],
"last": "Maynard",
"suffix": ""
},
{
"first": "Kalina",
"middle": [],
"last": "Bontcheva",
"suffix": ""
},
{
"first": "Valentin",
"middle": [],
"last": "Tablan",
"suffix": ""
}
],
"year": 2002,
"venue": "ACL",
"volume": "",
"issue": "",
"pages": "168--175",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hamish Cunningham, Diana Maynard, Kalina Bontcheva, and Valentin Tablan. 2002. A frame- work and graphical development environment for robust nlp tools and applications. In ACL, pages 168-175.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "A holistic lexicon-based approach to opinion mining",
"authors": [
{
"first": "Xiaowen",
"middle": [],
"last": "Ding",
"suffix": ""
},
{
"first": "Bing",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Philip S",
"middle": [],
"last": "Yu",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 2008 International Conference on Web Search and Data Mining",
"volume": "",
"issue": "",
"pages": "231--240",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xiaowen Ding, Bing Liu, and Philip S Yu. 2008. A holistic lexicon-based approach to opinion mining. In Proceedings of the 2008 International Conference on Web Search and Data Mining, pages 231-240. ACM.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The stock sonarsentiment analysis of stocks based on a hybrid approach",
"authors": [
{
"first": "Ronen",
"middle": [],
"last": "Feldman",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Rosenfeld",
"suffix": ""
},
{
"first": "Roy",
"middle": [],
"last": "Bar-Haim",
"suffix": ""
},
{
"first": "Moshe",
"middle": [],
"last": "Fresko",
"suffix": ""
}
],
"year": 2011,
"venue": "Twenty-Third IAAI Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ronen Feldman, Benjamin Rosenfeld, Roy Bar-Haim, and Moshe Fresko. 2011. The stock sonarsentiment analysis of stocks based on a hybrid approach. In Twenty-Third IAAI Conference.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Techniques and applications for sentiment analysis",
"authors": [
{
"first": "Ronen",
"middle": [],
"last": "Feldman",
"suffix": ""
}
],
"year": 2013,
"venue": "Communications of the ACM",
"volume": "56",
"issue": "4",
"pages": "82--89",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ronen Feldman. 2013. Techniques and applica- tions for sentiment analysis. Communications of the ACM, 56(4):82-89.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Sentiment analysis of french movie reviews",
"authors": [
{
"first": "Hatem",
"middle": [],
"last": "Ghorbel",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Jacot",
"suffix": ""
}
],
"year": 2011,
"venue": "Advances in Distributed Agent-Based Retrieval Tools",
"volume": "",
"issue": "",
"pages": "97--108",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hatem Ghorbel and David Jacot. 2011. Sentiment analysis of french movie reviews. In Advances in Distributed Agent-Based Retrieval Tools, pages 97- 108. Springer.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A svm-based method for sentiment analysis in persian language",
"authors": [
{
"first": "Mohammad",
"middle": [],
"last": "Sadegh Hajmohammadi",
"suffix": ""
},
{
"first": "Roliana",
"middle": [],
"last": "Ibrahim",
"suffix": ""
}
],
"year": 2013,
"venue": "2012 International Conference on Graphic and Image Processing",
"volume": "",
"issue": "",
"pages": "876838--876838",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohammad Sadegh Hajmohammadi and Roliana Ibrahim. 2013. A svm-based method for senti- ment analysis in persian language. In 2012 Interna- tional Conference on Graphic and Image Process- ing, pages 876838-876838. International Society for Optics and Photonics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Predicting the semantic orientation of adjectives",
"authors": [
{
"first": "Vasileios",
"middle": [],
"last": "Hatzivassiloglou",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Kathleen R Mckeown",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of the 35th annual meeting of the association for computational linguistics and eighth conference of the european chapter of the association for computational linguistics",
"volume": "",
"issue": "",
"pages": "174--181",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vasileios Hatzivassiloglou and Kathleen R McKeown. 1997. Predicting the semantic orientation of adjec- tives. In Proceedings of the 35th annual meeting of the association for computational linguistics and eighth conference of the european chapter of the as- sociation for computational linguistics, pages 174- 181. Association for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Aspect and sentiment unification model for online review analysis",
"authors": [
{
"first": "Yohan",
"middle": [],
"last": "Jo",
"suffix": ""
},
{
"first": "Alice",
"middle": [
"H"
],
"last": "Oh",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the fourth ACM international conference on Web search and data mining",
"volume": "",
"issue": "",
"pages": "815--824",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yohan Jo and Alice H Oh. 2011. Aspect and senti- ment unification model for online review analysis. In Proceedings of the fourth ACM international con- ference on Web search and data mining, pages 815- 824. ACM.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Sentiment analysis: A multi-faceted problem",
"authors": [
{
"first": "Bing",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2010,
"venue": "IEEE Intelligent Systems",
"volume": "25",
"issue": "3",
"pages": "76--80",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bing Liu. 2010. Sentiment analysis: A multi-faceted problem. IEEE Intelligent Systems, 25(3):76-80.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Sentiment analysis and opinion mining",
"authors": [
{
"first": "Bing",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2012,
"venue": "Synthesis Lectures on Human Language Technologies",
"volume": "5",
"issue": "1",
"pages": "1--167",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bing Liu. 2012. Sentiment analysis and opinion min- ing. Synthesis Lectures on Human Language Tech- nologies, 5(1):1-167.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Combining lexicon and learning based approaches for concept-level sentiment analysis",
"authors": [
{
"first": "Andrius",
"middle": [],
"last": "Mudinas",
"suffix": ""
},
{
"first": "Dell",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Levene",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the First International Workshop on Issues of Sentiment Discovery and Opinion Mining",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrius Mudinas, Dell Zhang, and Mark Levene. 2012. Combining lexicon and learning based ap- proaches for concept-level sentiment analysis. In Proceedings of the First International Workshop on Issues of Sentiment Discovery and Opinion Mining, page 5. ACM.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Twitter as a corpus for sentiment analysis and opinion mining",
"authors": [
{
"first": "Alexander",
"middle": [],
"last": "Pak",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Paroubek",
"suffix": ""
}
],
"year": 2010,
"venue": "LREC",
"volume": "10",
"issue": "",
"pages": "1320--1326",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexander Pak and Patrick Paroubek. 2010. Twitter as a corpus for sentiment analysis and opinion mining. In LREC, volume 10, pages 1320-1326.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Thumbs up?: sentiment classification using machine learning techniques",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Pang",
"suffix": ""
},
{
"first": "Lillian",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Shivakumar",
"middle": [],
"last": "Vaithyanathan",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the ACL-02 conference on Empirical methods in natural language processing",
"volume": "10",
"issue": "",
"pages": "79--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bo Pang, Lillian Lee, and Shivakumar Vaithyanathan. 2002. Thumbs up?: sentiment classification using machine learning techniques. In Proceedings of the ACL-02 conference on Empirical methods in natural language processing-Volume 10, pages 79-86. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Feature selection methods in persian sentiment analysis",
"authors": [
{
"first": "Mohamad",
"middle": [],
"last": "Saraee",
"suffix": ""
},
{
"first": "Ayoub",
"middle": [],
"last": "Bagheri",
"suffix": ""
}
],
"year": 2013,
"venue": "Natural Language Processing and Information Systems",
"volume": "",
"issue": "",
"pages": "303--308",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohamad Saraee and Ayoub Bagheri. 2013. Feature selection methods in persian sentiment analysis. In Natural Language Processing and Information Sys- tems, pages 303-308. Springer.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Wordnet affect: an affective extension of wordnet",
"authors": [
{
"first": "Carlo",
"middle": [],
"last": "Strapparava",
"suffix": ""
},
{
"first": "Alessandro",
"middle": [],
"last": "Valitutti",
"suffix": ""
}
],
"year": 2004,
"venue": "LREC",
"volume": "4",
"issue": "",
"pages": "1083--1086",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carlo Strapparava, Alessandro Valitutti, et al. 2004. Wordnet affect: an affective extension of wordnet. In LREC, volume 4, pages 1083-1086.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Lexicon based sentiment analysis of urdu text using sentiunits",
"authors": [
{
"first": "Z",
"middle": [],
"last": "Afraz",
"suffix": ""
},
{
"first": "Muhammad",
"middle": [],
"last": "Syed",
"suffix": ""
},
{
"first": "Ana",
"middle": [
"Maria"
],
"last": "Aslam",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Martinez-Enriquez",
"suffix": ""
}
],
"year": 2010,
"venue": "Advances in Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "32--43",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Afraz Z Syed, Muhammad Aslam, and Ana Maria Martinez-Enriquez. 2010. Lexicon based sentiment analysis of urdu text using sentiunits. In Advances in Artificial Intelligence, pages 32-43. Springer.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Lexiconbased methods for sentiment analysis",
"authors": [
{
"first": "Maite",
"middle": [],
"last": "Taboada",
"suffix": ""
},
{
"first": "Julian",
"middle": [],
"last": "Brooke",
"suffix": ""
},
{
"first": "Milan",
"middle": [],
"last": "Tofiloski",
"suffix": ""
},
{
"first": "Kimberly",
"middle": [],
"last": "Voll",
"suffix": ""
},
{
"first": "Manfred",
"middle": [],
"last": "Stede",
"suffix": ""
}
],
"year": 2011,
"venue": "Computational linguistics",
"volume": "37",
"issue": "2",
"pages": "267--307",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Maite Taboada, Julian Brooke, Milan Tofiloski, Kim- berly Voll, and Manfred Stede. 2011. Lexicon- based methods for sentiment analysis. Computa- tional linguistics, 37(2):267-307.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Sentiment strength detection in short informal text",
"authors": [
{
"first": "Mike",
"middle": [],
"last": "Thelwall",
"suffix": ""
},
{
"first": "Kevan",
"middle": [],
"last": "Buckley",
"suffix": ""
},
{
"first": "Georgios",
"middle": [],
"last": "Paltoglou",
"suffix": ""
},
{
"first": "Di",
"middle": [],
"last": "Cai",
"suffix": ""
},
{
"first": "Arvid",
"middle": [],
"last": "Kappas",
"suffix": ""
}
],
"year": 2010,
"venue": "Journal of the American Society for Information Science and Technology",
"volume": "61",
"issue": "12",
"pages": "2544--2558",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mike Thelwall, Kevan Buckley, Georgios Paltoglou, Di Cai, and Arvid Kappas. 2010. Sentiment strength detection in short informal text. Journal of the American Society for Information Science and Technology, 61(12):2544-2558.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Thumbs up or thumbs down?: semantic orientation applied to unsupervised classification of reviews",
"authors": [
{
"first": "D",
"middle": [],
"last": "Peter",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Turney",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th annual meeting on association for computational linguistics",
"volume": "",
"issue": "",
"pages": "417--424",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter D Turney. 2002. Thumbs up or thumbs down?: semantic orientation applied to unsupervised classi- fication of reviews. In Proceedings of the 40th an- nual meeting on association for computational lin- guistics, pages 417-424. Association for Computa- tional Linguistics.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Automatic seed word selection for unsupervised sentiment classification of chinese text",
"authors": [
{
"first": "Taras",
"middle": [],
"last": "Zagibalov",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Carroll",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 22nd International Conference on Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "1073--1080",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Taras Zagibalov and John Carroll. 2008. Automatic seed word selection for unsupervised sentiment clas- sification of chinese text. In Proceedings of the 22nd International Conference on Computational Linguistics-Volume 1, pages 1073-1080. Associa- tion for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "The Sentiment Analysis Pipeline help distinguish sentence-marking full stops from other kind of splits.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF1": {
"text": "Overall accuracy for each rating",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF2": {
"text": "Multi-class F-measure",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "Performance in User-based Evaluation",
"uris": null,
"num": null,
"type_str": "figure"
}
}
}
}