ACL-OCL / Base_JSON /prefixS /json /S07 /S07-1022.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "S07-1022",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T15:23:09.188404Z"
},
"title": "CLaC and CLaC-NB: Knowledge-based and corpus-based approaches to sentiment tagging",
"authors": [
{
"first": "Alina",
"middle": [],
"last": "Andreevskaia",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Concordia University",
"location": {
"addrLine": "1455 de Maisonneuve Blvd",
"settlement": "Montreal",
"country": "Canada"
}
},
"email": ""
},
{
"first": "Sabine",
"middle": [],
"last": "Bergler",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Concordia University",
"location": {
"addrLine": "1455 de Maisonneuve Blvd. Montreal",
"country": "Canada"
}
},
"email": "bergler@cs.concordia.ca"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "For the Affective Text task at Semeval-1/Senseval-4, the CLaC team compared a knowledge-based, domain-independent approach and a standard, statistical machine learning approach to ternary sentiment annotation of news headlines. In this paper we describe the two systems submitted to the competition and evaluate their results. We show that the knowledge-based unsupervised method achieves high accuracy and precision but low recall, while supervised statistical approach trained on small amount of in-domain data provides relatively high recall at the cost of low precision.",
"pdf_parse": {
"paper_id": "S07-1022",
"_pdf_hash": "",
"abstract": [
{
"text": "For the Affective Text task at Semeval-1/Senseval-4, the CLaC team compared a knowledge-based, domain-independent approach and a standard, statistical machine learning approach to ternary sentiment annotation of news headlines. In this paper we describe the two systems submitted to the competition and evaluate their results. We show that the knowledge-based unsupervised method achieves high accuracy and precision but low recall, while supervised statistical approach trained on small amount of in-domain data provides relatively high recall at the cost of low precision.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Sentiment tagging of short text spans -sentences, headlines, or clauses -poses considerable challenges for automatic systems due to the scarcity of sentiment clues in these units: sometimes, the decision about the text span sentiment has to be based on just a single sentiment clue and the cost of every error is high. This is particularly true for headlines, which are typically very short. Therefore, an ideal system for sentiment tagging of headlines has to use a large set of features with dependable sentiment annotations and to be able to reliably deduce the sentiment of the headline from the sentiment of its components.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The valence labeling subtask of the Affective Text task requires ternary -positive vs. negative vs. neutral -classification of headlines. While such categorization at the sentence level remains relatively unexplored 1 , the two related sentence-level, binary classification tasks -positive vs. negative and subjective vs. objective -have attracted considerable attention in the recent years (Hu and Liu, 2004; Kim and Hovy, 2005; Riloff et al., 2006; Turney and Littman, 2003; Yu and Hatzivassiloglou, 2003) . Unsupervised knowledge-based methods are the preferred approach to classification of sentences into positive and negative, mostly due to the lack of adequate amounts of labeled training data . These approaches rely on presence and scores of sentiment-bearing words that have been acquired from dictionaries (Kim and Hovy, 2005) or corpora (Yu and Hatzivassiloglou, 2003) . Their accuracy on news sentences is between 65 and 68%.",
"cite_spans": [
{
"start": 391,
"end": 409,
"text": "(Hu and Liu, 2004;",
"ref_id": "BIBREF7"
},
{
"start": 410,
"end": 429,
"text": "Kim and Hovy, 2005;",
"ref_id": "BIBREF8"
},
{
"start": 430,
"end": 450,
"text": "Riloff et al., 2006;",
"ref_id": "BIBREF12"
},
{
"start": 451,
"end": 476,
"text": "Turney and Littman, 2003;",
"ref_id": "BIBREF14"
},
{
"start": 477,
"end": 507,
"text": "Yu and Hatzivassiloglou, 2003)",
"ref_id": "BIBREF15"
},
{
"start": 817,
"end": 837,
"text": "(Kim and Hovy, 2005)",
"ref_id": "BIBREF8"
},
{
"start": 849,
"end": 880,
"text": "(Yu and Hatzivassiloglou, 2003)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Sentence-level subjectivity detection, where training data is easier to obtain than for positive vs. negative classification, has been successfully performed using supervised statistical methods alone (Pang and Lee, 2004) or in combination with a knowledgebased approach (Riloff et al., 2006) .",
"cite_spans": [
{
"start": 201,
"end": 221,
"text": "(Pang and Lee, 2004)",
"ref_id": "BIBREF10"
},
{
"start": 271,
"end": 292,
"text": "(Riloff et al., 2006)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Since the extant literature does not provide clear evidence for the choice between supervised machine learning methods and unsupervised knowledgebased approaches for the task of ternary sentiment classification of sentences or headlines, we developed two systems for the Affective Text task at SemEval-2007. The first system (CLaC) relies on the knowledge-rich approach that takes into consid-eration multiple clues, such as a list of sentimentbearing unigrams and valence shifters, and makes use of sentence structure in order to combine these clues into an overall sentiment of the headline. The second system (CLaC-NB) explores the potential of a statistical method trained on a small amount of manually labeled news headlines and sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Dictionary-Based Approach",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CLaC System: Syntax-Aware",
"sec_num": "2"
},
{
"text": "The CLaC system relies on a knowledge-based, domain-independent, unsupervised approach to headline sentiment detection and scoring. The system uses three main knowledge inputs: a list of sentiment-bearing unigrams, a list of valence shifters (Polanyi and Zaenen, 2006) , and a set of rules that define the scope and results of combination of sentiment-bearing words with valence shifters.",
"cite_spans": [
{
"start": 242,
"end": 268,
"text": "(Polanyi and Zaenen, 2006)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "CLaC System: Syntax-Aware",
"sec_num": "2"
},
{
"text": "The unigrams used for sentence/headline classification were learned from WordNet (Fellbaum, 1998) dictionary entries using the STEP system described in (Andreevskaia and Bergler, 2006b) . In order to take advantage of the special properties of WordNet glosses and relations, we developed a system that used the human-annotated adjectives from (Hatzivassiloglou and McKeown, 1997) as a seed list and learned additional unigrams from WordNet synsets and glosses. The STEP algorithm starts with a small set of manually annotated seed words that is expanded using synonymy and antonymy relations in WordNet. Then the system searches all WordNet glosses and selects the synsets that contain sentiment-bearing words from the expanded seed list in their glosses. In order to eliminate errors produced by part-of-speech ambiguity of some of the seed words, the glosses are processed by Brill's part-of-speech tagger (Brill, 1995) and only the seed words with matching part-of-speech tags are considered. Headwords with sentiment-bearing seed words in their definitions are then added to the positive or negative categories depending on the seed-word sentiment. Finally, words that were assigned contradicting -positive and negative -sentiment within the same run were eliminated. The average accu-racy of 60 runs with non-intersecting seed lists when compared to General Inquirer (Stone et al., 1966) was 74%. In order to improve the list coverage, the words annotated as \"Positiv\" or \"Negativ\" in the General Inquirer that were not picked up by STEP were added to the final list.",
"cite_spans": [
{
"start": 152,
"end": 185,
"text": "(Andreevskaia and Bergler, 2006b)",
"ref_id": "BIBREF1"
},
{
"start": 343,
"end": 379,
"text": "(Hatzivassiloglou and McKeown, 1997)",
"ref_id": "BIBREF6"
},
{
"start": 908,
"end": 921,
"text": "(Brill, 1995)",
"ref_id": "BIBREF3"
},
{
"start": 1372,
"end": 1392,
"text": "(Stone et al., 1966)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "List of sentiment-bearing words",
"sec_num": "2.1"
},
{
"text": "Since sentiment-bearing words in English have different degree of centrality to the category of sentiment, we have constructed a measure of word centrality to the category of positive or negative sentiment described in our earlier work (Andreevskaia and Bergler, 2006a) . The measure, termed Net Overlap Score (NOS), is based on the number of ties that connect a given word to other words in the category. The number of such ties is reflected in the number of times each word was retrieved from Word-Net by multiple independent STEP runs with nonintersecting seed lists. This approach allowed us to assign NOSs to each unigram captured by multiple STEP runs. Only words with fuzzy membership score not equal to zero were retained in the list. The resulting list contained 10,809 sentimentbearing words of different parts of speech.",
"cite_spans": [
{
"start": 236,
"end": 269,
"text": "(Andreevskaia and Bergler, 2006a)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "List of sentiment-bearing words",
"sec_num": "2.1"
},
{
"text": "The brevity of the headlines compared to typical news sentences 2 requires that the system is able to make a correct decision based on very few sentiment clues. Due to the scarcity of sentiment clues, the additional factors, such as presence of valence shifters, have a greater impact on the system performance on headlines than on sentences or texts, where impact of a single error can often be compensated by a number of other, correctly identified sentiment clues. For this reason, we complemented the system based on fuzzy score counts with the capability to discern and take into account some relevant elements of syntactic structure of sentences. We added to the system two components in order to enable this capability:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Valence Shifters",
"sec_num": "2.2"
},
{
"text": "(1) valence shifter handling rules and (2) parse tree analysis.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Valence Shifters",
"sec_num": "2.2"
},
{
"text": "Valence shifters can be defined as words that modify the sentiment expressed by a sentiment-bearing word (Polanyi and Zaenen, 2006) . The list of valence shifters used in our experiments was a com-bination of (1) a list of common English negations, (2) a subset of the list of automatically obtained words with increase/decrease semantics, and (3) words picked up in manual annotation conducted for other research projects by two trained linguists. The full list consists of 490 words and expressions. Each entry in the list of valence shifters has an action and scope associated with it. The action and scope tags are used by special handling rules that enable our system to identify such words and phrases in the text and take them into account in sentence sentiment determination. In order to correctly determine the scope of valence shifters in a sentence, we introduced into the system the analysis of the parse trees produced by MiniPar (Lin, 1998) .",
"cite_spans": [
{
"start": 105,
"end": 131,
"text": "(Polanyi and Zaenen, 2006)",
"ref_id": "BIBREF11"
},
{
"start": 943,
"end": 954,
"text": "(Lin, 1998)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Valence Shifters",
"sec_num": "2.2"
},
{
"text": "As a result of this processing, every headline received a score according to the combined fuzzy NOS of its constituents. We then mapped this score, which ranged between -1.2 and 0.99, into the [-100, 100] scale as required by the competition organizers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Valence Shifters",
"sec_num": "2.2"
},
{
"text": "Supervised statistical methods have been very successful in sentiment tagging of texts and in subjectivity detection at sentence level: on movie review texts they reach an accuracy of 85-90% Pang and Lee, 2004) and up to 92% accuracy on classifying movie review snippets into subjective and objective using both Nave Bayes and SVM (Pang and Lee, 2004) . These methods perform particularly well when a large volume of labeled data from the same domain as the test set is available for training . The lack of sufficient data for training appears to be the main reason for the virtual absence of experiments with statistical classifiers in sentiment tagging at the sentence level.",
"cite_spans": [
{
"start": 191,
"end": 210,
"text": "Pang and Lee, 2004)",
"ref_id": "BIBREF10"
},
{
"start": 331,
"end": 351,
"text": "(Pang and Lee, 2004)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "CLaC-NB System: Na\u00efve Bayes",
"sec_num": "3"
},
{
"text": "In order to explore the potential of statistical approaches on sentiment classification of headlines, we implemented a basic Na\u00efve Bayes classifier with smoothing using Lidstone's law of succession (with \u03bb=0.1). No feature selection was performed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CLaC-NB System: Na\u00efve Bayes",
"sec_num": "3"
},
{
"text": "The development set for the Affective Text task consisted of only 250 headlines, which is not sufficient for training of a statistical classifier. In order to increase the size of the training corpus, we augmented it with a balanced set of 900 manually annotated news sentences on a variety of topics extracted from the Canadian NewsStand database 3 and 200 headlines from different domains collected from Google News in January 2007 4 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "CLaC-NB System: Na\u00efve Bayes",
"sec_num": "3"
},
{
"text": "The probabilities assigned by the classifier were mapped to [-100, 100] as follows: all negative headlines received a score of -100, all positive headlines +100, and neutral headlines 0. The comparison between the two CLaC systems clearly demonstrates the relative advantages of the two approaches. The knowledge-based unsupervised system performed well above average on three main measures: the Pearson correlation between fine-grained sentiment assigned by CLaC system and the human annotation; the accuracy for ternary classification; and the precision of binary (positive vs. negative) classification. These results demonstrate that an accurately annotated list of sentimentbearing words combined with sophisticated valence shifter handling produces acceptably accurate sentiment labels even for such difficult data as news headlines. This system, however, was not able to provide good recall.",
"cite_spans": [
{
"start": 60,
"end": 71,
"text": "[-100, 100]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "CLaC-NB System: Na\u00efve Bayes",
"sec_num": "3"
},
{
"text": "On the contrary, supervised machine learning has very good recall, but low accuracy relative to the results of the unsupervised knowledge-based approach. This shortcoming could be in part reduced if more uniformly labeled headlines were available for training. However, we can hardly expect large amounts of such manually annotated data to be handy in real-life situations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and Discussion",
"sec_num": "4"
},
{
"text": "The two CLaC systems that we submitted to the Affective Text task have tested the applicability of two main sentiment tagging approaches to news headlines annotation. The results of the two systems indicate that the knowledge-based unsupervised approach that relies on an automatically acquired list of sentiment-bearing unigrams and takes into account the combinatorial properties of valence shifters, can produce high quality sentiment annotations, but may miss many sentiment-laden headlines. On the other hand, supervised machine learning has good recall even with a relatively small training set, but its precision and accuracy are low. In our future work we will explore the potential of combining the two approaches in a single system in order to improve both recall and precision of sentiment annotation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "To our knowledge, the only work that attempted such classification at the sentence level is) that classified product reviews.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "An average length of a sentence in a news corpus is over 20 words, while the average length of headlines in the test corpus was only 7 words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://www.il.proquest.com/products pq/ descriptions/Canadian newsstand.shtml 4 The interannotator agreement for this data, as measured by Kappa, was 0.74.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Mining wordnet for a fuzzy sentiment: Sentiment tag extraction from wordnet glosses",
"authors": [
{
"first": "Alina",
"middle": [],
"last": "Andreevskaia",
"suffix": ""
},
{
"first": "Sabine",
"middle": [],
"last": "Bergler",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings EACL-06, the 11rd Conference of the European Chapter",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alina Andreevskaia and Sabine Bergler. 2006a. Mining wordnet for a fuzzy sentiment: Sentiment tag extrac- tion from wordnet glosses. In Proceedings EACL-06, the 11rd Conference of the European Chapter of the Association for Computational Linguistics, Trento, IT.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Semantic tag extraction from wordnet glosses",
"authors": [
{
"first": "Alina",
"middle": [],
"last": "Andreevskaia",
"suffix": ""
},
{
"first": "Sabine",
"middle": [],
"last": "Bergler",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of LREC-06, the 5th Conference on Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alina Andreevskaia and Sabine Bergler. 2006b. Seman- tic tag extraction from wordnet glosses. In Proceed- ings of LREC-06, the 5th Conference on Language Re- sources and Evaluation, Genova, IT.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Customizing sentiment classifiers to new domains: a case study",
"authors": [
{
"first": "Anthony",
"middle": [],
"last": "Aue",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Gamon",
"suffix": ""
}
],
"year": 2005,
"venue": "RANLP-05, the International Conference on Recent Advances in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anthony Aue and Michael Gamon. 2005. Customiz- ing sentiment classifiers to new domains: a case study. In RANLP-05, the International Conference on Recent Advances in Natural Language Processing, Borovets, Bulgaria.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Transformation-Based Error-Driven Learning and Natural Language Processing: A Case Study in Part-of-Speech Tagging",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Brill",
"suffix": ""
}
],
"year": 1995,
"venue": "Computational Linguistics",
"volume": "21",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Brill. 1995. Transformation-Based Error-Driven Learning and Natural Language Processing: A Case Study in Part-of-Speech Tagging. Computational Lin- guistics, 21(4).",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "WordNet: An Electronic Lexical Database",
"authors": [],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christiane Fellbaum, editor. 1998. WordNet: An Elec- tronic Lexical Database. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Automatic identification of sentiment vocabulary: exploiting low association with known sentiment terms",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Gamon",
"suffix": ""
},
{
"first": "Anthony",
"middle": [],
"last": "Aue",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the ACL-05 Workshop on Feature Engineering for Machine Learning in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Gamon and Anthony Aue. 2005. Automatic identification of sentiment vocabulary: exploiting low association with known sentiment terms. In Proceed- ings of the ACL-05 Workshop on Feature Engineering for Machine Learning in Natural Language Process- ing, Ann Arbor, MI.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Predicting the Semantic Orientation of Adjectives",
"authors": [
{
"first": "Vasileios",
"middle": [],
"last": "Hatzivassiloglou",
"suffix": ""
},
{
"first": "Kathleen",
"middle": [
"B"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of ACL-97, 35nd Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "174--181",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vasileios Hatzivassiloglou and Kathleen B. McKeown. 1997. Predicting the Semantic Orientation of Ad- jectives. In Proceedings of ACL-97, 35nd Meeting of the Association for Computational Linguistics, pages 174-181, Madrid, Spain. ACL.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Mining and summarizing customer reviews",
"authors": [
{
"first": "Minqing",
"middle": [],
"last": "Hu",
"suffix": ""
},
{
"first": "Bing",
"middle": [],
"last": "Liu",
"suffix": ""
}
],
"year": 2004,
"venue": "Tenth ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD-04)",
"volume": "",
"issue": "",
"pages": "168--177",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Minqing Hu and Bing Liu. 2004. Mining and sum- marizing customer reviews. In Tenth ACM SIGKDD Conference on Knowledge Discovery and Data Min- ing (KDD-04), pages 168-177.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Automatic detection of opinion bearing words and sentences",
"authors": [
{
"first": "Min",
"middle": [],
"last": "Soo",
"suffix": ""
},
{
"first": "Eduard",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2005,
"venue": "Companion Volume to the Proceedings of IJCNLP-05, the Second International Joint Conference on Natural Language Processing",
"volume": "",
"issue": "",
"pages": "61--66",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Soo-Min Kim and Eduard Hovy. 2005. Automatic de- tection of opinion bearing words and sentences. In Companion Volume to the Proceedings of IJCNLP-05, the Second International Joint Conference on Natural Language Processing, pages 61-66, Jeju Island, KR.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Dependency-based Evaluation of MINIPAR",
"authors": [
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the Workshop on the Evaluation of Parsing Systems",
"volume": "",
"issue": "",
"pages": "768--774",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dekang Lin. 1998. Dependency-based Evaluation of MINIPAR. In Proceedings of the Workshop on the Evaluation of Parsing Systems, pages 768-774, Granada, Spain.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A sentiment education: Sentiment analysis using subjectivity summarization based on minimum cuts",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Pang",
"suffix": ""
},
{
"first": "Lilian",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of ACL-04, 42nd Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "271--278",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bo Pang and Lilian Lee. 2004. A sentiment education: Sentiment analysis using subjectivity summarization based on minimum cuts. In Proceedings of ACL-04, 42nd Meeting of the Association for Computational Linguistics, pages 271-278.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Contextual Valence Shifters",
"authors": [
{
"first": "Livia",
"middle": [],
"last": "Polanyi",
"suffix": ""
},
{
"first": "Annie",
"middle": [],
"last": "Zaenen",
"suffix": ""
}
],
"year": 2006,
"venue": "Computing Attitude and Affect in Text: Theory and Application",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Livia Polanyi and Annie Zaenen. 2006. Contextual Va- lence Shifters. In James G. Shanahan, Yan Qu, and Janyce Wiebe, editors, Computing Attitude and Affect in Text: Theory and Application. Springer Verlag.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Feature subsumption for opinion analysis",
"authors": [
{
"first": "Ellen",
"middle": [],
"last": "Riloff",
"suffix": ""
},
{
"first": "Siddharth",
"middle": [],
"last": "Patwardhan",
"suffix": ""
},
{
"first": "Janyce",
"middle": [],
"last": "Wiebe",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of EMNLP-06, the Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "440--448",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ellen Riloff, Siddharth Patwardhan, and Janyce Wiebe. 2006. Feature subsumption for opinion analysis. In Proceedings of EMNLP-06, the Conference on Empir- ical Methods in Natural Language Processing, pages 440-448, Sydney, AUS.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "The General Inquirer: a computer approach to content analysis. M.I.T. studies in comparative politics",
"authors": [
{
"first": "P",
"middle": [
"J"
],
"last": "Stone",
"suffix": ""
},
{
"first": "D",
"middle": [
"C"
],
"last": "Dumphy",
"suffix": ""
},
{
"first": "M",
"middle": [
"S"
],
"last": "Smith",
"suffix": ""
},
{
"first": "D",
"middle": [
"M"
],
"last": "Ogilvie",
"suffix": ""
}
],
"year": 1966,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. J. Stone, D.C. Dumphy, M.S. Smith, and D.M. Ogilvie. 1966. The General Inquirer: a computer approach to content analysis. M.I.T. studies in comparative poli- tics. M.I.T. Press, Cambridge, MA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Measuring praise and criticism: inference of semantic orientation from association",
"authors": [
{
"first": "Peter",
"middle": [],
"last": "Turney",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Littman",
"suffix": ""
}
],
"year": 2003,
"venue": "ACM Transactions on Information Systems (TOIS)",
"volume": "21",
"issue": "",
"pages": "315--346",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter Turney and Michael Littman. 2003. Measuring praise and criticism: inference of semantic orientation from association. ACM Transactions on Information Systems (TOIS), 21:315-346.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Towards answering opinion questions: Separating facts from opinions and identifying the polarity of opinion sentences",
"authors": [
{
"first": "Hong",
"middle": [],
"last": "Yu",
"suffix": ""
},
{
"first": "Vasileios",
"middle": [],
"last": "Hatzivassiloglou",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of EMNLP-03, 8th Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "129--136",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hong Yu and Vasileios Hatzivassiloglou. 2003. Towards answering opinion questions: Separating facts from opinions and identifying the polarity of opinion sen- tences. In Michael Collins and Mark Steedman, ed- itors, Proceedings of EMNLP-03, 8th Conference on Empirical Methods in Natural Language Processing, pages 129-136, Sapporo, Japan.",
"links": null
}
},
"ref_entries": {
"TABREF0": {
"type_str": "table",
"num": null,
"text": "",
"html": null,
"content": "<table><tr><td colspan=\"3\">shows the results of the two CLaC systems</td></tr><tr><td colspan=\"3\">for valence labeling subtask of Affective Text task</td></tr><tr><td colspan=\"3\">compared to all participating systems average. The</td></tr><tr><td colspan=\"3\">best subtask scores are highlighted in bold.</td></tr><tr><td>System</td><td colspan=\"2\">Pearson Acc. Prec. Rec. F1</td></tr><tr><td/><td>correl.</td><td/></tr><tr><td>CLaC</td><td>47.7</td><td>55.1 61.4 9.2 16</td></tr><tr><td>CLaC-NB</td><td>25.4</td><td>31.2 31.2 66.4 42</td></tr><tr><td colspan=\"2\">Task average 33.2</td><td>44.7 44.85 29.6 23.7</td></tr><tr><td/><td colspan=\"2\">Table 1: System results</td></tr></table>"
}
}
}
}