|
{ |
|
"paper_id": "S16-1038", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T15:26:32.152117Z" |
|
}, |
|
"title": "Minions at SemEval-2016 Task 4: or how to build a sentiment analyzer using off-the-shelf resources?", |
|
"authors": [ |
|
{ |
|
"first": "C\u0103lin-Cristian", |
|
"middle": [], |
|
"last": "Ciubotariu", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Marius-Valentin", |
|
"middle": [], |
|
"last": "Hri\u015fca", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Mihail", |
|
"middle": [], |
|
"last": "Gliga", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Diana", |
|
"middle": [], |
|
"last": "Daraban\u0103", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Diana", |
|
"middle": [], |
|
"last": "Trandab\u0103\u0163", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Adrian", |
|
"middle": [], |
|
"last": "Iftene", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Minions, a team formed of first year students in the Master of Computational Linguistics, started the participation at Semeval-2016 as a semester project, aiming to build a model for analyzing and classifying \"tweets\" into positive, neutral and negative, according to the evoked sentiment, while getting familiar with Natural Language Processing tools and methods. Therefore, the backbone of our sentiment analyzer consists in several off-the-shelf, freely available resources, enhanced with a classifier trained on the SemEval-2016 data.", |
|
"pdf_parse": { |
|
"paper_id": "S16-1038", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Minions, a team formed of first year students in the Master of Computational Linguistics, started the participation at Semeval-2016 as a semester project, aiming to build a model for analyzing and classifying \"tweets\" into positive, neutral and negative, according to the evoked sentiment, while getting familiar with Natural Language Processing tools and methods. Therefore, the backbone of our sentiment analyzer consists in several off-the-shelf, freely available resources, enhanced with a classifier trained on the SemEval-2016 data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Texts live around us just as we live around them. At any instant, there are texts that people write, share, use to get informed, etc. (starting with an advertisement heard on the radio every morning and finishing with the contract of sale signed before a notary). Combining this with the concept of language economy (or the principle of least effort)a tendency shared by all humansconsisting in minimizing the needed amount of effort to achieve the maximum result, it is no wonder why the social media, with its short, informal and context-dependent texts, achieved such a high popularity.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "SemEval-2016 task 4 had several subtasks, but since our team consists mainly of members beginning to learn about Natural Language Processing, we only felt comfortable in participating in Subtask A. This subtask involved the classification of a message polarity, i.e. classify a given tweet in three categories: positive, negative or neutral, according to the identified sentiment (Nakov et al., 2016) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 380, |
|
"end": 400, |
|
"text": "(Nakov et al., 2016)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The remaining of this paper is structured as follows: Section 2 provides an overview of available online applications for analyzing social media sentiments; Section 3 presents our own sentiment analyzer, before the final section presenting the evaluation of the system and drawing some conclusions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Specific processing tools (such as POS taggers or anaphora resolution systems), score a higher performance if used on the same text type as the ones they were trained on. In other words, we will have better results if using a POS tagger trained on news corpora to analyze news texts, rather than speech transcripts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Thus, the short dimension of tweets and their creative informal spelling have raised a new set of challenges to the natural language processing field. How to handle such challenges while automatically mining and understanding the opinions and sentiments that people are communicating has been the subject of several research (Jansen et al., 2009; Barbosa and Feng, 2010; Bifet and Frank, 2010; Davidov et al., 2010; O'Connor et al., 2010; Pak and Paroubek, 2010; Tumasjan et al., 2010; Kouloumpis et al., 2011) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 325, |
|
"end": 346, |
|
"text": "(Jansen et al., 2009;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 347, |
|
"end": 370, |
|
"text": "Barbosa and Feng, 2010;", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 371, |
|
"end": 393, |
|
"text": "Bifet and Frank, 2010;", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 394, |
|
"end": 415, |
|
"text": "Davidov et al., 2010;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 416, |
|
"end": 438, |
|
"text": "O'Connor et al., 2010;", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 439, |
|
"end": 462, |
|
"text": "Pak and Paroubek, 2010;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 463, |
|
"end": 485, |
|
"text": "Tumasjan et al., 2010;", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 486, |
|
"end": 510, |
|
"text": "Kouloumpis et al., 2011)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We have investigated existing online applications for sentiment extraction of social media from Twitter, briefly discussed below, and integrated some of them in our sentiment analyzer.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Trackur 1 is an online application, allowing the display of opinions on a particular search criterion, trained on datasets from various social networks such as Facebook, Google Plus, Instagram, etc.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Social Mention 2 application monitors over 100 social networks, blogs or forums such as Twitter, Facebook, Youtube, Digg, Google, etc. in an attempt to identify emerging hot topics.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "AlchemyAPI 3 (Turian, 2013), provider of artificial intelligence cloud services, offers multiple modes of sentiment analysis: document-level, entity-level, and keyword-level sentiment mining is provided, in addition to support for advanced features such as negation handling, sentiment amplifiers / diminishers, slang, and typos, all based on the company's deep-learning classifier, trained on an impressive social media corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Sentiment140 4 (formerly known as \"Twitter Sentiment\") allows the discovery of the sentiment associated to a brand, product, or topic on Twitter. It uses a maximum entropy classifier, trained on a set of automatically extracted tweets. The training corpus of 1.600.000 tweets was created relying solely on the use of emoticons (tweets with happy smileys suggest a positive contents, while tweets with sad/anger smileys refer to negative contents). The API lets users classify tweets and integrate sentiment analysis functionality into their own websites or applications, using RESTful calls and responses formatted in JSON.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "NLTK 5 (Bird et al., 2009 ) is a platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources (including WordNet), along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, etc.", |
|
"cite_spans": [ |
|
{ |
|
"start": 5, |
|
"end": 25, |
|
"text": "5 (Bird et al., 2009", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "After analyzing the available applications for sentiment analysis, we decided to build our own analyzer based on several existing services (Alchemy, Sentiment 140 and NLTK's Sentiment analyzer), enhanced with a Na\u00efve Bayes classifier trained on the SemEval-2016 data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "State of the art", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The system developed for SemEval-2016 can be divided in the following modules:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "1. Tweets Extractor: a module which extracts tweets based on a list of ID's provided by the task organizers; 2. Pre-processing: cleaning operations needed to remove from tweets symbols unsupported by the sentiment analysis services; 3. APIs Management: development of a web service able to manage the calls to the three sentiment analysis APIs: Alchemy, Sentiment 140, NLTK; 4. Na\u00efve Bayes Classifier: trains a Na\u00efve Bayes classifier from the NLTK toolkit for identification of positive, negative and neutral sentiments.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "5. Voting Module receives sentiment scores from the three APIs and decides, in case of mismatch, which one to further obey; 6. Evaluator: Analysis the output file and creates statistics used to improve the system's performances. The system's architecture is presented in figure 1 above and the modules are discussed in more details in the next subsections.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "System Architecture", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "This module receives as input a set of tweets IDs and extracts the text of tweets using Twitter API. One of the challenges with regard to this module was to overcome the limitations set by the Twitter API (a limit of 100 tweets in a response for any request). Therefore, the tweet extractor has a parameter that allows us to specify the frequency of crawling. We found that an interval of 2 minutes is a reasonable polling parameter.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tweet Extractor", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Several tweet IDs returned errors when processing, the content of the tweets being no longer available. For example, for the train data, out of the 6000 ID's, 632 were not found.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tweet Extractor", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "After obtaining the texts from tweets, a cleaning phase was performed, in order to standardize the data. Thus, regular expressions have been built to: convert the texts to lowercase, discard words shorter than two characters, remove special diacritic signs, URLs, as well as symbols unsupported by the sentiment analyzers' APIs (such as \"?\"). Users often include Twitter usernames in their tweets in order to direct their messages, using the @ symbol before the username (e.g. @radut), therefore a regex replaces all words that start with the @ symbol. Another modification proved to significantly reduce feature space, inspired by (Pang et al., 2002) , is removing duplicated vowels in the middle of the words (e.g. cooooool). Any letter occurring more than two times in a row is replaced with exactly two occurrences.", |
|
"cite_spans": [ |
|
{ |
|
"start": 632, |
|
"end": 651, |
|
"text": "(Pang et al., 2002)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Pre-processing", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "This module was intended to manage the calls to the sentiment analysis APIs used in this project: Alchemy, Sentiment 140 and NLTK's Sentiment analyzer.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "APIs Management", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Similar to (Go et al, 2009 and Pang et al., 2002) , we trained a Na\u00efve Bayes classifier, using the NLTK's training facility, with the following features: tokenized unigrams, emoticons, hashtags. We used the train and development data made available by the SemEval-2016 organizers for training.", |
|
"cite_spans": [ |
|
{ |
|
"start": 11, |
|
"end": 30, |
|
"text": "(Go et al, 2009 and", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 31, |
|
"end": 49, |
|
"text": "Pang et al., 2002)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Na\u00efve Bayes Classifier", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "Ultimately, our internal evaluation on test development data from the SemEval-2016 competition revealed the fact that our Na\u00efve Bayes classifier was introducing more errors than correct cases, most probably due to a bug. We therefore introduced a parameter allowing us to run the system with a customized series of analyzers. For the submitted runs, we only considered the outputs of the three sentiment analysis APIs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Na\u00efve Bayes Classifier", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "These modules are used to analyze the output of the sentiment analysis APIs aiming to identify, in case different labels are issued, which sentiment analyzer is most reliable. The Evaluator outputs a set of statistics using the test development data provided by the SemEval-2016 organizers. Thus, this module checks how many agreements/disagreements are found in the results offered by different sentiment analyzers (see figure 2 for an overview and figure 3 for a detailed analysis of matched labels). We found that in only 14.9% of the cases, all three services gave the same good result. For 9.4% of the cases, the three services gave similar label, but failed to find the good one. Out of these situations, almost 14% were mislabeled negative cases, and only 1.5% mislabeled positive tweets.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Voting Module and Evaluator", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "However, in 30.6% of the cases, two of the services gave the same label, the good one and in 78% of cases at least one classifier gave the right answer.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Voting Module and Evaluator", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "These analyses lead us to the decision to implement a simple voting module, which is based on the following empirically derived rules: -If at least two services give the same label, this label is chosen; -Otherwise, based on the internal evaluation (see figure 3) , the priority was given as follows: o if Alchemy gives a negative result, select it; o else if Sentiment140 gave a neutral result, select it; o otherwise, if Alchemy gave a positive result, select it, o otherwise select the neutral label.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 254, |
|
"end": 263, |
|
"text": "figure 3)", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Voting Module and Evaluator", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "The official evaluation (Nakov et al., 2016) , presented in table 1, placed our system on the 28th place (out of 34 places). In this version of the system, we did not used part-of-speeches, since initial tests showed that in this configuration, they bring more noise than relevant information, conclusion shared (for partof-speeches) also by (Pang et al., 2002) . However, as further improvements, we intend to lemmatize the tweets before feeding them to our classifier, and use an external dictionary of sentiment valences in the voting module, to enhance our system's performance.", |
|
"cite_spans": [ |
|
{ |
|
"start": 24, |
|
"end": 44, |
|
"text": "(Nakov et al., 2016)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 342, |
|
"end": 361, |
|
"text": "(Pang et al., 2002)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Official evaluation and discussions", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "http://www.trackur.com/about-trackur 2 http://socialmention.com/ 3 http://www.alchemyapi.com/ 4 http://help.sentiment140.com/home", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://www.nltk.org/ Figure 1. Diagram of our tweet sentiment analyzer", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Robust sentiment detection on twitter from biased and noisy data. Proceedings of Coling", |
|
"authors": [ |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Barbosa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Feng", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Barbosa, L. and Feng, J. (2010). Robust sentiment de- tection on twitter from biased and noisy data. Pro- ceedings of Coling 2010 .", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Sentiment knowledge discovery in twitter streaming data", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Bifet", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Frank", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of 14th Int. Conference on Discovery Science", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bifet, A. and Frank, E. (2010). Sentiment knowledge discovery in twitter streaming data. Proceedings of 14th Int. Conference on Discovery Science.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Natural Language Processing with Python", |
|
"authors": [ |
|
{ |
|
"first": "Bird", |
|
"middle": [], |
|
"last": "Steven", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Klein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Loper", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bird Steven, Klein E., Loper E., (2009) Natural Lan- guage Processing with Python, O'Reilly Media.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Enhanced sentiment learning using twitter hashtags and smileys", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Davidov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O", |
|
"middle": [], |
|
"last": "Tsur", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Rappoport", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of Coling", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Davidov, D., Tsur, O., Rappoport, A. (2010). En- hanced sentiment learning using twitter hashtags and smileys. Proceedings of Coling 2010.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Twitter Sentiment Classification using Distant Supervision", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Go", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Bhayani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [ |
|
"L" |
|
], |
|
"last": "Huang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Go A., Bhayani R., Huang. L. (2009) Twitter Senti- ment Classification using Distant Supervision, Technical Report.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Twitter power: Tweets as electronic word of mouth", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Jansen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Sobel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Chowdury", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Journal of the American Society for Information Science and Technology", |
|
"volume": "60", |
|
"issue": "11", |
|
"pages": "2169--2188", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jansen, B.J., Zhang, M., Sobel, K., Chowdury, A. (2009). Twitter power: Tweets as electronic word of mouth. Journal of the American Society for Infor- mation Science and Technology 60(11):2169-2188.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Twitter Sentiment Analysis: The Good the Bad and the OMG! Proceedings of ICWSM", |
|
"authors": [], |
|
"year": 2011, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Twitter Sentiment Analysis: The Good the Bad and the OMG! Proceedings of ICWSM. 2011", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "SemEval-2016 Task 4: Sentiment Analysis in Twitter, Proc. of SemEval '16", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Nakov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Rosenthal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Stoyanov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Sebastiani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nakov P., Ritter A., Rosenthal S., Stoyanov V., Sebas- tiani F.(2016) SemEval-2016 Task 4: Sentiment Analysis in Twitter, Proc. of SemEval '16.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "From tweets to polls: Linking text sentiment to public opinion time series", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "O'connor", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Balasubramanyan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Routledge", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "O'Connor, B., Balasubramanyan, R., Routledge, B., and Smith, N. 2010. From tweets to polls: Linking text sentiment to public opinion time series. Pro- ceedings of ICWSM.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Twitter as a corpus for sentiment analysis and opinion mining. Proceedings of LREC", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Pak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Paroubek", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pak, A. and Paroubek, P. 2010. Twitter as a corpus for sentiment analysis and opinion mining. Pro- ceedings of LREC 2010.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"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 EMNLP", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "79--86", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pang, Bo, Lillian Lee, and Shivakumar Vaithyanathan. (2002) \"Thumbs up?: sentiment classification us- ing machine learning techniques.\" Proceedings of EMNLP, pp. 79-86.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Predicting elections with twitter: What 140 characters reveal about political sentiment. Proceedings of ICWSM", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Tumasjan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [ |
|
"O" |
|
], |
|
"last": "Sprenger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Sandner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Welpe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tumasjan, A., Sprenger, T.O., Sandner, P., Welpe, I. (2010). Predicting elections with twitter: What 140 characters reveal about political sentiment. Pro- ceedings of ICWSM 2010.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Using AlchemyAPI for Enterprise-Grade Text Analysis", |
|
"authors": [ |
|
{ |
|
"first": "Turian", |
|
"middle": [], |
|
"last": "Joseph", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Turian Joseph, (2013) Using AlchemyAPI for Enter- prise-Grade Text Analysis, PhD Thesis.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Figure 3. Percentage of correctly identified sentiments on SemEval-2016 training data", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Figure 3. Percentage of correctly identified sentiments on SemEval-2016 training data", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Comparison between the three sentiment identification services" |
|
}, |
|
"TABREF0": { |
|
"content": "<table><tr><td/><td>2013</td><td>2014</td><td/><td/></tr><tr><td>Minions</td><td colspan=\"2\">Tweet 0.48 0.52 0.55 0.42 SMS Tweet Tweet sarcsm</td><td>Live Journal 0.47</td><td>2015 tweet 0.48</td><td>2016 Tweet 0.41</td></tr><tr><td/><td>Table 1</td><td/><td/><td/></tr></table>", |
|
"html": null, |
|
"text": "Official results for the Minions team", |
|
"type_str": "table", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |