|
{ |
|
"paper_id": "E06-1025", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T10:35:14.432101Z" |
|
}, |
|
"title": "Determining Term Subjectivity and Term Orientation for Opinion Mining", |
|
"authors": [ |
|
{ |
|
"first": "Andrea", |
|
"middle": [], |
|
"last": "Esuli", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Istituto di Scienza e Tecnologie dell'Informazione -Consiglio Nazionale delle Ricerche Via G Moruzzi", |
|
"location": { |
|
"postCode": "1 -56124", |
|
"settlement": "Pisa", |
|
"country": "Italy" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Fabrizio", |
|
"middle": [], |
|
"last": "Sebastiani", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Opinion mining is a recent subdiscipline of computational linguistics which is concerned not with the topic a document is about, but with the opinion it expresses. To aid the extraction of opinions from text, recent work has tackled the issue of determining the orientation of \"subjective\" terms contained in text, i.e. deciding whether a term that carries opinionated content has a positive or a negative connotation. This is believed to be of key importance for identifying the orientation of documents, i.e. determining whether a document expresses a positive or negative opinion about its subject matter. We contend that the plain determination of the orientation of terms is not a realistic problem, since it starts from the nonrealistic assumption that we already know whether a term is subjective or not; this would imply that a linguistic resource that marks terms as \"subjective\" or \"objective\" is available, which is usually not the case. In this paper we confront the task of deciding whether a given term has a positive connotation, or a negative connotation, or has no subjective connotation at all; this problem thus subsumes the problem of determining subjectivity and the problem of determining orientation. We tackle this problem by testing three different variants of a semi-supervised method previously proposed for orientation detection. Our results show that determining subjectivity and orientation is a much harder problem than determining orientation alone.", |
|
"pdf_parse": { |
|
"paper_id": "E06-1025", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Opinion mining is a recent subdiscipline of computational linguistics which is concerned not with the topic a document is about, but with the opinion it expresses. To aid the extraction of opinions from text, recent work has tackled the issue of determining the orientation of \"subjective\" terms contained in text, i.e. deciding whether a term that carries opinionated content has a positive or a negative connotation. This is believed to be of key importance for identifying the orientation of documents, i.e. determining whether a document expresses a positive or negative opinion about its subject matter. We contend that the plain determination of the orientation of terms is not a realistic problem, since it starts from the nonrealistic assumption that we already know whether a term is subjective or not; this would imply that a linguistic resource that marks terms as \"subjective\" or \"objective\" is available, which is usually not the case. In this paper we confront the task of deciding whether a given term has a positive connotation, or a negative connotation, or has no subjective connotation at all; this problem thus subsumes the problem of determining subjectivity and the problem of determining orientation. We tackle this problem by testing three different variants of a semi-supervised method previously proposed for orientation detection. Our results show that determining subjectivity and orientation is a much harder problem than determining orientation alone.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Opinion mining is a recent subdiscipline of computational linguistics which is concerned not with the topic a document is about, but with the opinion it expresses. Opinion-driven content management has several important applications, such as determining critics' opinions about a given product by classifying online product reviews, or tracking the shifting attitudes of the general public toward a political candidate by mining online forums.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Within opinion mining, several subtasks can be identified, all of them having to do with tagging a given document according to expressed opinion:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "1. determining document subjectivity, as in deciding whether a given text has a factual nature (i.e. describes a given situation or event, without expressing a positive or a negative opinion on it) or expresses an opinion on its subject matter. This amounts to performing binary text categorization under categories Objective and Subjective (Pang and Lee, 2004; Yu and Hatzivassiloglou, 2003) ; 2. determining document orientation (or polarity), as in deciding if a given Subjective text expresses a Positive or a Negative opinion on its subject matter (Pang and Lee, 2004; Turney, 2002) ;", |
|
"cite_spans": [ |
|
{ |
|
"start": 341, |
|
"end": 361, |
|
"text": "(Pang and Lee, 2004;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 362, |
|
"end": 392, |
|
"text": "Yu and Hatzivassiloglou, 2003)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 553, |
|
"end": 573, |
|
"text": "(Pang and Lee, 2004;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 574, |
|
"end": 587, |
|
"text": "Turney, 2002)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "3. determining the strength of document orientation, as in deciding e.g. whether the Positive opinion expressed by a text on its subject matter is Weakly Positive, Mildly Positive, or Strongly Positive (Wilson et al., 2004) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 202, |
|
"end": 223, |
|
"text": "(Wilson et al., 2004)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "To aid these tasks, recent work (Esuli and Sebastiani, 2005; Hatzivassiloglou and McKeown, 1997; Kamps et al., 2004; Kim and Hovy, 2004; Takamura et al., 2005; Turney and Littman, 2003) has tackled the issue of identifying the orientation of subjective terms contained in text, i.e. determining whether a term that carries opinionated content has a positive or a negative connotation (e.g. deciding that -using Turney and Littman's (2003) exampleshonest and intrepid have a positive connotation while disturbing and superfluous have a negative connotation).", |
|
"cite_spans": [ |
|
{ |
|
"start": 32, |
|
"end": 60, |
|
"text": "(Esuli and Sebastiani, 2005;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 61, |
|
"end": 96, |
|
"text": "Hatzivassiloglou and McKeown, 1997;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 97, |
|
"end": 116, |
|
"text": "Kamps et al., 2004;", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 117, |
|
"end": 136, |
|
"text": "Kim and Hovy, 2004;", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 137, |
|
"end": 159, |
|
"text": "Takamura et al., 2005;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 160, |
|
"end": 185, |
|
"text": "Turney and Littman, 2003)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 411, |
|
"end": 438, |
|
"text": "Turney and Littman's (2003)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "This is believed to be of key importance for identifying the orientation of documents, since it is by considering the combined contribution of these terms that one may hope to solve Tasks 1, 2 and 3 above. The conceptually simplest approach to this latter problem is probably Turney's (2002) , who has obtained interesting results on Task 2 by considering the algebraic sum of the orientations of terms as representative of the orientation of the document they belong to; but more sophisticated approaches are also possible (Hatzivassiloglou and Wiebe, 2000; Riloff et al., 2003; Wilson et al., 2004) . Implicit in most works dealing with term orientation is the assumption that, for many languages for which one would like to perform opinion mining, there is no available lexical resource where terms are tagged as having either a Positive or a Negative connotation, and that in the absence of such a resource the only available route is to generate such a resource automatically.", |
|
"cite_spans": [ |
|
{ |
|
"start": 276, |
|
"end": 291, |
|
"text": "Turney's (2002)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 524, |
|
"end": 558, |
|
"text": "(Hatzivassiloglou and Wiebe, 2000;", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 559, |
|
"end": 579, |
|
"text": "Riloff et al., 2003;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 580, |
|
"end": 600, |
|
"text": "Wilson et al., 2004)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "However, we think this approach lacks realism, since it is also true that, for the very same languages, there is no available lexical resource where terms are tagged as having either a Subjective or an Objective connotation. Thus, the availability of an algorithm that tags Subjective terms as being either Positive or Negative is of little help, since determining if a term is Subjective is itself non-trivial.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper we confront the task of determining whether a given term has a Positive connotation (e.g. honest, intrepid), or a Negative connotation (e.g. disturbing, superfluous), or has instead no Subjective connotation at all (e.g. white, triangular); this problem thus subsumes the problem of deciding between Subjective and Objective and the problem of deciding between Positive and Negative. We tackle this problem by testing three different variants of the semi-supervised method for orientation detection proposed in (Esuli and Sebastiani, 2005) . Our results show that determining subjectivity and orientation is a much harder problem than determining orientation alone.", |
|
"cite_spans": [ |
|
{ |
|
"start": 525, |
|
"end": 553, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The rest of the paper is structured as follows. Section 2 reviews related work dealing with term orientation and/or subjectivity detection. Section 3 briefly reviews the semi-supervised method for orientation detection presented in (Esuli and Sebastiani, 2005) . Section 4 describes in detail three different variants of it we propose for determining, at the same time, subjectivity and orientation, and describes the general setup of our experiments. In Section 5 we discuss the results we have obtained. Section 6 concludes.", |
|
"cite_spans": [ |
|
{ |
|
"start": 232, |
|
"end": 260, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Outline of the paper", |
|
"sec_num": "1.1" |
|
}, |
|
{ |
|
"text": "Most previous works dealing with the properties of terms within an opinion mining perspective have focused on determining term orientation. Hatzivassiloglou and McKeown (1997) attempt to predict the orientation of subjective adjectives by analysing pairs of adjectives (conjoined by and, or, but, either-or, or neither-nor) extracted from a large unlabelled document set. The underlying intuition is that the act of conjoining adjectives is subject to linguistic constraints on the orientation of the adjectives involved; e.g. and usually conjoins adjectives of equal orientation, while but conjoins adjectives of opposite orientation. The authors generate a graph where terms are nodes connected by \"equal-orientation\" or \"opposite-orientation\" edges, depending on the conjunctions extracted from the document set. A clustering algorithm then partitions the graph into a Positive cluster and a Negative cluster, based on a relation of similarity induced by the edges. Turney and Littman (2003) determine term orientation by bootstrapping from two small sets of subjective \"seed\" terms (with the seed set for Positive containing terms such as good and nice, and the seed set for Negative containing terms such as bad and nasty). Their method is based on computing the pointwise mutual information (PMI) of the target term t with each seed term t i as a measure of their semantic association. Given a target term t, its orientation value O(t) (where positive value means positive orientation, and higher absolute value means stronger orientation) is given by the sum of the weights of its semantic association with the seed positive terms minus the sum of the weights of its semantic association with the seed negative terms. For computing PMI, term frequencies and co-occurrence frequencies are measured by querying a document set by means of the AltaVista search engine 1 with a \"t\" query, a \"t i \" query, and a \"t NEAR t i \" query, and using the number of matching documents returned by the search engine as estimates of the probabilities needed for the computation of PMI. Kamps et al. (2004) consider instead the graph defined on adjectives by the WordNet 2 synonymy relation, and determine the orientation of a target adjective t contained in the graph by comparing the lengths of (i) the shortest path between t and the seed term good, and (ii) the shortest path between t and the seed term bad: if the former is shorter than the latter, than t is deemed to be Positive, otherwise it is deemed to be Negative. Takamura et al. (2005) determine term orientation (for Japanese) according to a \"spin model\", i.e. a physical model of a set of electrons each endowed with one between two possible spin directions, and where electrons propagate their spin direction to neighbouring electrons until the system reaches a stable configuration. The authors equate terms with electrons and term orientation to spin direction. They build a neighbourhood matrix connecting each pair of terms if one appears in the gloss of the other, and iteratively apply the spin model on the matrix until a \"minimum energy\" configuration is reached. The orientation assigned to a term then corresponds to the spin direction assigned to electrons.", |
|
"cite_spans": [ |
|
{ |
|
"start": 140, |
|
"end": 175, |
|
"text": "Hatzivassiloglou and McKeown (1997)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 269, |
|
"end": 323, |
|
"text": "(conjoined by and, or, but, either-or, or neither-nor)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 969, |
|
"end": 994, |
|
"text": "Turney and Littman (2003)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 2076, |
|
"end": 2095, |
|
"text": "Kamps et al. (2004)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 2516, |
|
"end": 2538, |
|
"text": "Takamura et al. (2005)", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term orientation", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The system of Kim and Hovy (2004) tackles orientation detection by attributing, to each term, a positivity score and a negativity score; interestingly, terms may thus be deemed to have both a positive and a negative correlation, maybe with different degrees, and some terms may be deemed to carry a stronger positive (or negative) orientation than others. Their system starts from a set of positive and negative seed terms, and expands the positive (resp. negative) seed set by adding to it the synonyms of positive (resp. negative) seed terms and the antonyms of negative (resp. positive) seed terms. The system classifies then a target term t into either Positive or Negative by means of two alternative learning-free methods based on the probabilities that synonyms of t also appear in the respective expanded seed sets. A problem with this method is that it can classify only terms that share some synonyms with the expanded seed sets. Kim and Hovy also report an evaluation of human inter-coder agreement. We compare this evaluation with our results in Section 5.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term orientation", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The approach we have proposed for determining term orientation (Esuli and Sebastiani, 2005) is described in more detail in Section 3, since it will be extensively used in this paper.", |
|
"cite_spans": [ |
|
{ |
|
"start": 63, |
|
"end": 91, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term orientation", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "All these works evaluate the performance of the proposed algorithms by checking them against precompiled sets of Positive and Negative terms, i.e. checking how good the algorithms are at classifying a term known to be subjective into either Positive or Negative. When tested on the same benchmarks, the methods of (Esuli and Sebastiani, 2005; Turney and Littman, 2003) have performed with comparable accuracies (however, the method of (Esuli and Sebastiani, 2005) is much more efficient than the one of (Turney and Littman, 2003) ), and have outperformed the method of (Hatzivassiloglou and McKeown, 1997) by a wide margin and the one by (Kamps et al., 2004 ) by a very wide margin. The methods described in (Hatzivassiloglou and McKeown, 1997) is also limited by the fact that it can only decide the orientation of adjectives, while the method of (Kamps et al., 2004) is further limited in that it can only work on adjectives that are present in WordNet. The methods of ( Kim and Hovy, 2004; Takamura et al., 2005) are instead difficult to compare with the other ones since they were not evaluated on publicly available datasets. Riloff et al. (2003) develop a method to determine whether a term has a Subjective or an Objective connotation, based on bootstrapping algorithms. The method identifies patterns for the extraction of subjective nouns from text, bootstrapping from a seed set of 20 terms that the authors judge to be strongly subjective and have found to have high frequency in the text collection from which the subjective nouns must be extracted. The results of this method are not easy to compare with the ones we present in this paper because of the different evaluation methodologies. While we adopt the evaluation methodology used in all of the papers reviewed so far (i.e. checking how good our system is at replicating an existing, independently motivated lexical resource), the authors do not test their method on an independently identified set of labelled terms, but on the set of terms that the algorithm itself extracts. This evaluation methodology only allows to test precision, and not accuracy tout court, since no quantification can be made of false negatives (i.e. the subjective terms that the algorithm should have spotted but has not spotted). In Section 5 this will prevent us from drawing comparisons between this method and our own. Baroni and Vegnaduzzo (2004) apply the PMI method, first used by Turney and Littman (2003) to determine term orientation, to determine term subjectivity. Their method uses a small set S s of 35 adjectives, marked as subjective by human judges, to assign a subjectivity score to each adjective to be classified. Therefore, their method, unlike our own, does not classify terms (i.e. take firm classification decisions), but ranks them according to a subjectivity score, on which they evaluate precision at various level of recall.", |
|
"cite_spans": [ |
|
{ |
|
"start": 314, |
|
"end": 342, |
|
"text": "(Esuli and Sebastiani, 2005;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 343, |
|
"end": 368, |
|
"text": "Turney and Littman, 2003)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 435, |
|
"end": 463, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 503, |
|
"end": 529, |
|
"text": "(Turney and Littman, 2003)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 638, |
|
"end": 657, |
|
"text": "(Kamps et al., 2004", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 708, |
|
"end": 744, |
|
"text": "(Hatzivassiloglou and McKeown, 1997)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 848, |
|
"end": 868, |
|
"text": "(Kamps et al., 2004)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 973, |
|
"end": 992, |
|
"text": "Kim and Hovy, 2004;", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 993, |
|
"end": 1015, |
|
"text": "Takamura et al., 2005)", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 1131, |
|
"end": 1151, |
|
"text": "Riloff et al. (2003)", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 2370, |
|
"end": 2398, |
|
"text": "Baroni and Vegnaduzzo (2004)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 2435, |
|
"end": 2460, |
|
"text": "Turney and Littman (2003)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term orientation", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The method we use in this paper for determining term subjectivity and term orientation is a variant of the method proposed in (Esuli and Sebastiani, 2005) for determining term orientation alone. This latter method relies on training, in a semisupervised way, a binary classifier that labels terms as either Positive or Negative. A semisupervised method is a learning process whereby only a small subset L \u2282 T r of the training data T r are human-labelled. In origin the training data in U = T r \u2212 L are instead unlabelled; it is the process itself that labels them, automatically, by using L (with the possible addition of other publicly available resources) as input. The method of (Esuli and Sebastiani, 2005) starts from two small seed (i.e. training) sets L p and L n of known Positive and Negative terms, respectively, and expands them into the two final training sets T r p \u2283 L p and T r n \u2283 L n by adding them new sets of terms U p and U n found by navigating the Word-Net graph along the synonymy and antonymy relations 3 . This process is based on the hypothesis that synonymy and antonymy, in addition to defining a relation of meaning, also define a relation of orientation, i.e. that two synonyms typically have the same orientation and two antonyms typically have opposite orientation. The method is iterative, generating two sets T r k p and T r k n at each iteration k, where", |
|
"cite_spans": [ |
|
{ |
|
"start": 126, |
|
"end": 154, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 683, |
|
"end": 711, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term subjectivity and term orientation by semi-supervised learning", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "T r k p \u2283 T r k\u22121 p \u2283 . . . \u2283 T r 1 p = L p and T r k n \u2283 T r k\u22121 n \u2283 . . . \u2283 T r 1 n = L n . At iteration k, T r k p is obtained by adding to T r k\u22121 p all synonyms of terms in T r k\u22121 p", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term subjectivity and term orientation by semi-supervised learning", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "and all antonyms of terms in T r k\u22121 n ; similarly, T r k n is obtained by adding to T r k\u22121 n all synonyms of terms in T r k\u22121 n and all antonyms of terms in T r k\u22121 p . If a total of K iterations are performed, then T r = T r K p \u222a T r K n . The second main feature of the method presented in (Esuli and Sebastiani, 2005) is that terms are given vectorial representations based on their WordNet glosses (i.e. textual definitions). For each term t i in T r \u222a T e (T e being the test set, i.e. the set of terms to be classified), a textual representation of t i is generated by collating all the glosses of t i as found in WordNet 4 . Each such represen-tation is converted into vectorial form by standard text indexing techniques (in (Esuli and Sebastiani, 2005) and in the present work, stop words are removed and the remaining words are weighted by cosine-normalized tf idf ; no stemming is performed) 5 . This representation method is based on the assumption that terms with a similar orientation tend to have \"similar\" glosses: for instance, that the glosses of honest and intrepid will both contain appreciative expressions, while the glosses of disturbing and superfluous will both contain derogative expressions. Note that this method allows to classify any term, independently of its POS, provided there is a gloss for it in the lexical resource.", |
|
"cite_spans": [ |
|
{ |
|
"start": 295, |
|
"end": 323, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 735, |
|
"end": 763, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 905, |
|
"end": 906, |
|
"text": "5", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term subjectivity and term orientation by semi-supervised learning", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Once the vectorial representations for all terms in T r\u222aT e have been generated, those for the terms in T r are fed to a supervised learner, which thus generates a binary classifier. This latter, once fed with the vectorial representations of the terms in T e, classifies each of them as either Positive or Negative.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Determining term subjectivity and term orientation by semi-supervised learning", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "In this paper we extend the method of (Esuli and Sebastiani, 2005) to the determination of term subjectivity and term orientation altogether.", |
|
"cite_spans": [ |
|
{ |
|
"start": 38, |
|
"end": 66, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The benchmark (i.e. test set) we use for our experiments is the General Inquirer (GI) lexicon (Stone et al., 1966) . This is a lexicon of terms labelled according to a large set of categories 6 , each one denoting the presence of a specific trait in the term. The two main categories, and the ones we will be concerned with, are Positive/Negative, which contain 1,915/2,291 terms having a positive/negative orientation (in what follows we will also refer to the category Subjective, which we define as the union of the two categories Positive and Negative). In opinion mining research the GI was first used by Turney and Littman (2003) , who reduced the list of terms to 1,614/1,982 entries afit may have more than one sense; dictionaries normally associate one gloss to each sense.", |
|
"cite_spans": [ |
|
{ |
|
"start": 94, |
|
"end": 114, |
|
"text": "(Stone et al., 1966)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 610, |
|
"end": 635, |
|
"text": "Turney and Littman (2003)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Test sets", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "5 Several combinations of subparts of a WordNet gloss are tested as textual representations of terms in (Esuli and Sebastiani, 2005) . Of all those combinations, in the present paper we always use the DGS\u00ac combination, since this is the one that has been shown to perform best in (Esuli and Sebastiani, 2005) . DGS\u00ac corresponds to using the entire gloss and performing negation propagation on its text, i.e. replacing all the terms that occur after a negation in a sentence with negated versions of the term (see (Esuli and Sebastiani, 2005) for details).", |
|
"cite_spans": [ |
|
{ |
|
"start": 104, |
|
"end": 132, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 280, |
|
"end": 308, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 513, |
|
"end": 541, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Test sets", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "6 The definitions of all such categories are available at http://www.webuse.umd.edu:9090/ ter removing 17 terms appearing in both categories (e.g. deal) and reducing all the multiple entries of the same term in a category, caused by multiple senses, to a single entry. Likewise, we take all the 7,582 GI terms that are not labelled as either Positive or Negative, as being (implicitly) labelled as Objective, and reduce them to 5,009 terms after combining multiple entries of the same term, caused by multiple senses, to a single entry.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Test sets", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The effectiveness of our classifiers will thus be evaluated in terms of their ability to assign the total 8,605 GI terms to the correct category among Positive, Negative, and Objective 7 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Test sets", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Similarly to (Esuli and Sebastiani, 2005) , our training set is obtained by expanding initial seed sets by means of WordNet lexical relations. The main difference is that our training set is now the union of three sets of training terms T r = T r K p \u222aT r K n \u222aT r K o obtained by expanding, through K iterations, three seed sets T r 1 p , T r 1 n , T r 1 o , one for each of the categories Positive, Negative, and Objective, respectively.", |
|
"cite_spans": [ |
|
{ |
|
"start": 13, |
|
"end": 41, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Seed sets and training sets", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Concerning categories Positive and Negative, we have used the seed sets, expansion policy, and number of iterations, that have performed best in the experiments of (Esuli and Sebastiani, 2005) , i.e. the seed sets T r 1 p = {good} and T r 1 n = {bad} expanded by using the union of synonymy and indirect antonymy, restricting the relations only to terms with the same POS of the original terms (i.e. adjectives), for a total of K = 4 iterations. The final expanded sets contain 6,053 Positive terms and 6,874 Negative terms.", |
|
"cite_spans": [ |
|
{ |
|
"start": 164, |
|
"end": 192, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Seed sets and training sets", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Concerning the category Objective, the process we have followed is similar, but with a few key differences. These are motivated by the fact that the Objective category coincides with the complement of the union of Positive and Negative; therefore, Objective terms are more varied and diverse in meaning than the terms in the other two categories. To obtain a representative expanded set T r K o , we have chosen the seed set T r 1 o = {entity} and we have expanded it by using, along with synonymy and antonymy, the WordNet relation of hyponymy (e.g. vehicle / car), and without imposing the restriction that the two related terms must have the same POS. These choices are strictly related to each other: the term entity is the root term of the largest generalization hierarchy in WordNet, with more than 40,000 terms (Devitt and Vogel, 2004) , thus allowing to reach a very large number of terms by using the hyponymy relation 8 . Moreover, it seems reasonable to assume that terms that refer to entities are likely to have an \"objective\" nature, and that hyponyms (and also synonyms and antonyms) of an objective term are also objective. Note that, at each iteration k, a given term t is added to T r k o only if it does not already belong to either T r p or T r n . We experiment with two different choices for the T r o set, corresponding to the sets generated in K = 3 and K = 4 iterations, respectively; this yields sets T r 3 o and T r 4 o consisting of 8,353 and 33,870 training terms, respectively.", |
|
"cite_spans": [ |
|
{ |
|
"start": 818, |
|
"end": 842, |
|
"text": "(Devitt and Vogel, 2004)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Seed sets and training sets", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "We experiment with three \"philosophically\" different learning approaches to the problem of distinguishing between Positive, Negative, and Objective terms. Approach I is a two-stage method which consists in learning two binary classifiers: the first classifier places terms into either Subjective or Objective, while the second classifier places terms that have been classified as Subjective by the first classifier into either Positive or Negative. In the training phase, the terms in T r K p \u222a T r K n are used as training examples of category Subjective.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Approach II is again based on learning two binary classifiers. Here, one of them must discriminate between terms that belong to the Positive category and ones that belong to its complement (not Positive), while the other must discriminate between terms that belong to the Negative category and ones that belong to its complement (not Negative). Terms that have been classified both into Positive by the former classifier and into (not Negative) by the latter are deemed to be positive, and terms that have been classified both into (not Positive) by the former classifier and into Negative by the latter are deemed to be negative. The terms that have been classified (i) into both (not Positive) and (not Negative), or (ii) into both Positive and Negative, are taken to be Objective. In the training phase of Approach II, the terms in T r K n \u222a T r K o are used as training examples of category (not Positive), and the terms in T r K p \u222a T r K o are used as training examples of category (not Negative).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Approach III consists instead in viewing Positive, Negative, and Objective as three categories with equal status, and in learning a ternary classifier that classifies each term into exactly one among the three categories.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "There are several differences among these three approaches. A first difference, of a conceptual nature, is that only Approaches I and III view Objective as a category, or concept, in its own right, while Approach II views objectivity as a nonexistent entity, i.e. as the \"absence of subjectivity\" (in fact, in Approach II the training examples of Objective are only used as training examples of the complements of Positive and Negative). A second difference is that Approaches I and II are based on standard binary classification technology, while Approach III requires \"multiclass\" (i.e. 1-of-m) classification. As a consequence, while for the former we use well-known learners for binary classification (the naive Bayesian learner using the multinomial model (McCallum and Nigam, 1998) , support vector machines using linear kernels (Joachims, 1998) , the Rocchio learner, and its PrTFIDF probabilistic version (Joachims, 1997) ), for Approach III we use their multiclass versions 9 .", |
|
"cite_spans": [ |
|
{ |
|
"start": 761, |
|
"end": 787, |
|
"text": "(McCallum and Nigam, 1998)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 835, |
|
"end": 851, |
|
"text": "(Joachims, 1998)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 913, |
|
"end": 929, |
|
"text": "(Joachims, 1997)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Before running our learners we make a pass of feature selection, with the intent of retaining only those features that are good at discriminating our categories, while discarding those which are not. Feature selection is implemented by scoring each feature f k (i.e. each term that occurs in the glosses of at least one training term) by means of the mutual information (MI) function, defined as", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "M I(f k ) = c\u2208{c 1 ,...,cm}, f \u2208{f k ,f k } Pr(f, c) \u2022 log Pr(f, c) Pr(f ) Pr(c)", |
|
"eq_num": "(1)" |
|
} |
|
], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "and discarding the x% features f k that minimize it. We will call x% the reduction factor. Note that the set {c 1 , . . . , c m } from Equation 1 is interpreted differently in Approaches I to III, and always consistently with who the categories at stake are.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Since the task we aim to solve is manifold, we will evaluate our classifiers according to two evaluation measures:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "\u2022 SO-accuracy, i.e. the accuracy of a classifier in separating Subjective from Objective, i.e. in deciding term subjectivity alone;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "\u2022 PNO-accuracy, the accuracy of a classifier in discriminating among Positive, Negative, 9 The naive Bayesian, Rocchio, and PrTFIDF learners we have used are from Andrew McCallum's Bow package (http://www-2.cs.cmu.edu/\u02dcmccallum/bow/), while the SVMs learner we have used is Thorsten Joachims' SV M light (http://svmlight.joachims.org/), version 6.01. Both packages allow the respective learners to be run in \"multiclass\" fashion. and Objective, i.e. in deciding both term orientation and subjectivity.", |
|
"cite_spans": [ |
|
{ |
|
"start": 89, |
|
"end": 90, |
|
"text": "9", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning approaches and evaluation measures", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "We present results obtained from running every combination of (i) the three approaches to classification described in Section 4.3, (ii) the four learners mentioned in the same section, (iii) five different reduction factors for feature selection (0%, 50%, 90%, 95%, 99%), and (iv) the two different training sets (T r 3 o and T r 4 o ) for Objective mentioned in Section 4.2. We discuss each of these four dimensions of the problem individually, for each one reporting results averaged across all the experiments we have run (see Table 1 ).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 530, |
|
"end": 537, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The first and most important observation is that, with respect to a pure term orientation task, accuracy drops significantly. In fact, the best SOaccuracy and the best P N O-accuracy results obtained across the 120 different experiments are .676 and .660, respectively (these were obtained by using Approach II with the PrTFIDF learner and no feature selection, with T r o = T r 3 o for the .676 SO-accuracy result and T r o = T r 4 o for the .660 P N O-accuracy result); this contrasts sharply with the accuracy obtained in (Esuli and Sebastiani, 2005 ) on discriminating Positive from Negative (where the best run obtained .830 accuracy), on the same benchmarks and essentially the same algorithms. This suggests that good performance at orientation detection (as e.g. in (Esuli and Sebastiani, 2005; Hatzivassiloglou and McKeown, 1997; Turney and Littman, 2003) ) may not be a guarantee of good performance at subjectivity detection, quite evidently a harder (and, as we have suggested, more realistic) task. This hypothesis is confirmed by an experiment performed by Kim and Hovy (2004) on testing the agreement of two human coders at tagging words with the Positive, Negative, and Objective labels. The authors define two measures of such agreement: strict agreement, equivalent to our PNO-accuracy, and lenient agreement, which measures the accuracy at telling Negative against the rest. For any experiment, strict agreement values are then going to be, by definition, lower or equal than the corresponding lenient ones. The authors use two sets of 462 adjectives and 502 verbs, respectively, randomly extracted from the basic English word list of the TOEFL test. The intercoder agreement results (see Table 2 ) show a deterioration in agreement (from lenient to strict) of 16.77% for adjectives and 36.42% for verbs. Following this, we evaluated our best experiment according to these measures, and obtained a \"strict\" accuracy value of .660 and a \"lenient\" accuracy value of .821, with a relative deterioration of 24.39%, in line with Kim and Hovy's observation 10 . This confirms that determining subjectivity and orientation is a much harder task than determining orientation alone.", |
|
"cite_spans": [ |
|
{ |
|
"start": 525, |
|
"end": 552, |
|
"text": "(Esuli and Sebastiani, 2005", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 774, |
|
"end": 802, |
|
"text": "(Esuli and Sebastiani, 2005;", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 803, |
|
"end": 838, |
|
"text": "Hatzivassiloglou and McKeown, 1997;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 839, |
|
"end": 864, |
|
"text": "Turney and Littman, 2003)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 1071, |
|
"end": 1090, |
|
"text": "Kim and Hovy (2004)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 1708, |
|
"end": 1715, |
|
"text": "Table 2", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The second important observation is that there is very little variance in the results: across all 120 experiments, average SO-accuracy and P N Oaccuracy results were .635 (with standard deviation \u03c3 = .030) and .603 (\u03c3 = .036), a mere 6.06% and 8.64% deterioration from the best results reported above. This seems to indicate that the levels of performance obtained may be hard to improve upon, especially if working in a similar framework.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Let us analyse the individual dimensions of the problem. Concerning the three approaches to classification described in Section 4.3, Approach II outperforms the other two, but by an extremely narrow margin. As for the choice of learners, on average the best performer is NB, but again by a very small margin wrt the others. On average, the best reduction factor for feature selection turns out to be 50%, but the performance drop we witness in approaching 99% (a dramatic reduction factor) is extremely graceful. As for the choice of T r K o , we note that T r 3 o and T r 4 o elicit comparable levels of performance, with the former performing best at SO-accuracy and the latter performing best at P N O-accuracy.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "An interesting observation on the learners we have used is that NB, PrTFIDF and SVMs, unlike Rocchio, generate classifiers that depend on P (c i ), the prior probabilities of the classes, which are normally estimated as the proportion of training documents that belong to c i . In many classification applications this is reasonable, as we may assume that the training data are sampled from the same distribution from which the test data are sampled, and that these proportions are thus indicative of the proportions that we are going to encounter in the test data. However, in our application this is not the case, since we do not have a \"natural\" sample of training terms. What we have is one human-labelled training term for each category in {Positive,Negative,Objective}, and as many machine-labelled terms as we deem reasonable to include, in possibly different numbers for the different categories; and we have no indication whatsoever as to what the \"natural\" proportions among the three might be. This means that the proportions of Positive, Negative, and Objective terms we decide to include in the training set will strongly bias the classification results if the learner is one of NB, PrTFIDF and SVMs. We may notice this by looking at Table 3 , which shows the average proportion of test terms classified as Objective by each learner, depending on whether we have chosen T r o to coincide with T r 3 o or T r 4 o ; note that the former (resp. latter) choice means having roughly as many (resp. roughly five times as many) Objective training terms as there are Positive and Negative ones. Table 3 shows that, the more Objective training terms there are, the more test terms NB, PrTFIDF and (in particular) SVMs will classify as Objective; this is not true for Rocchio, which is basically unaffected by the variation in size of T r o .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 1247, |
|
"end": 1254, |
|
"text": "Table 3", |
|
"ref_id": "TABREF2" |
|
}, |
|
{ |
|
"start": 1600, |
|
"end": 1607, |
|
"text": "Table 3", |
|
"ref_id": "TABREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We have presented a method for determining both term subjectivity and term orientation for opinion mining applications. This is a valuable advance with respect to the state of the art, since past work in this area had mostly confined to determining term orientation alone, a task that (as we have ar- gued) has limited practical significance in itself, given the generalized absence of lexical resources that tag terms as being either Subjective or Objective. Our algorithms have tagged by orientation and subjectivity the entire General Inquirer lexicon, a complete general-purpose lexicon that is the de facto standard benchmark for researchers in this field. Our results thus constitute, for this task, the first baseline for other researchers to improve upon. Unfortunately, our results have shown that an algorithm that had shown excellent, stateof-the-art performance in deciding term orientation (Esuli and Sebastiani, 2005) , once modified for the purposes of deciding term subjectivity, performs more poorly. This has been shown by testing several variants of the basic algorithm, some of them involving radically different supervised learning policies. The results suggest that deciding term subjectivity is a substantially harder task that deciding term orientation alone.", |
|
"cite_spans": [ |
|
{ |
|
"start": 903, |
|
"end": 931, |
|
"text": "(Esuli and Sebastiani, 2005)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "http://www.altavista.com/ 2 http://wordnet.princeton.edu/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Several other WordNet lexical relations, and several combinations of them, are tested in(Esuli and Sebastiani, 2005). In the present paper we only use the best-performing such combination, as described in detail in Section 4.2. The version of WordNet used here and in(Esuli and Sebastiani, 2005) is 2.0.4 In general a term ti may have more than one gloss, since", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We make this labelled term set available for download at http://patty.isti.cnr.it/\u02dcesuli/software/ SentiGI.tgz.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The synonymy relation connects instead only 10,992 terms at most(Kamps et al., 2004).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We observed this trend in all of our experiments.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Identifying subjective adjectives through Web-based mutual information", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Baroni", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Vegnaduzzo", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of KONVENS-04, 7th Konferenz zur Verarbeitung Nat\u00fcrlicher Sprache (German Conference on Natural Language Processing)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "17--24", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Baroni and S. Vegnaduzzo. 2004. Identifying subjec- tive adjectives through Web-based mutual information. In Proceedings of KONVENS-04, 7th Konferenz zur Verar- beitung Nat\u00fcrlicher Sprache (German Conference on Nat- ural Language Processing), pages 17-24, Vienna, AU.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "The topology of WordNet: Some metrics", |
|
"authors": [ |
|
{ |
|
"first": "Ann", |
|
"middle": [], |
|
"last": "Devitt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Carl", |
|
"middle": [], |
|
"last": "Vogel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of GWC-04, 2nd Global WordNet Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "106--111", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ann Devitt and Carl Vogel. 2004. The topology of WordNet: Some metrics. In Proceedings of GWC-04, 2nd Global WordNet Conference, pages 106-111, Brno, CZ.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Determining the semantic orientation of terms through gloss analysis", |
|
"authors": [ |
|
{ |
|
"first": "Andrea", |
|
"middle": [], |
|
"last": "Esuli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fabrizio", |
|
"middle": [], |
|
"last": "Sebastiani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "14th ACM International Conference on Information and Knowledge Management", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "617--624", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Andrea Esuli and Fabrizio Sebastiani. 2005. Determin- ing the semantic orientation of terms through gloss analy- sis. In Proceedings of CIKM-05, 14th ACM International Conference on Information and Knowledge Management, pages 617-624, Bremen, DE.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Predicting the semantic orientation of adjectives", |
|
"authors": [ |
|
{ |
|
"first": "Vasileios", |
|
"middle": [], |
|
"last": "Hatzivassiloglou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kathleen", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Mckeown", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of ACL-97, 35th Annual Meeting 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 adjectives. In Pro- ceedings of ACL-97, 35th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 174-181, Madrid, ES.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Effects of adjective orientation and gradability on sentence subjectivity", |
|
"authors": [ |
|
{ |
|
"first": "Vasileios", |
|
"middle": [], |
|
"last": "Hatzivassiloglou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Janyce", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Wiebe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of COLING-00, 18th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "174--181", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Vasileios Hatzivassiloglou and Janyce M. Wiebe. 2000. Ef- fects of adjective orientation and gradability on sentence subjectivity. In Proceedings of COLING-00, 18th Inter- national Conference on Computational Linguistics, pages 174-181, Saarbr\u00fccken, DE.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A probabilistic analysis of the Rocchio algorithm with TFIDF for text categorization", |
|
"authors": [ |
|
{ |
|
"first": "Thorsten", |
|
"middle": [], |
|
"last": "Joachims", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of ICML-97, 14th International Conference on Machine Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "143--151", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thorsten Joachims. 1997. A probabilistic analysis of the Rocchio algorithm with TFIDF for text categorization. In Proceedings of ICML-97, 14th International Conference on Machine Learning, pages 143-151, Nashville, US.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Text categorization with support vector machines: learning with many relevant features", |
|
"authors": [ |
|
{ |
|
"first": "Thorsten", |
|
"middle": [], |
|
"last": "Joachims", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of ECML-98, 10th European Conference on Machine Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "137--142", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thorsten Joachims. 1998. Text categorization with support vector machines: learning with many relevant features. In Proceedings of ECML-98, 10th European Conference on Machine Learning, pages 137-142, Chemnitz, DE.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Using WordNet to measure semantic orientation of adjectives", |
|
"authors": [ |
|
{ |
|
"first": "Jaap", |
|
"middle": [], |
|
"last": "Kamps", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maarten", |
|
"middle": [], |
|
"last": "Marx", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Mokken", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maarten", |
|
"middle": [], |
|
"last": "De Rijke", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of LREC-04, 4th International Conference on Language Resources and Evaluation", |
|
"volume": "IV", |
|
"issue": "", |
|
"pages": "1115--1118", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jaap Kamps, Maarten Marx, Robert J. Mokken, and Maarten De Rijke. 2004. Using WordNet to measure semantic ori- entation of adjectives. In Proceedings of LREC-04, 4th In- ternational Conference on Language Resources and Eval- uation, volume IV, pages 1115-1118, Lisbon, PT.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Determining the sentiment of opinions", |
|
"authors": [ |
|
{ |
|
"first": "Min", |
|
"middle": [], |
|
"last": "Soo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eduard", |
|
"middle": [], |
|
"last": "Kim", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Hovy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of COLING-04, 20th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1367--1373", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Soo-Min Kim and Eduard Hovy. 2004. Determining the sen- timent of opinions. In Proceedings of COLING-04, 20th International Conference on Computational Linguistics, pages 1367-1373, Geneva, CH.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "A comparison of event models for naive Bayes text classification", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Andrew", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kamal", |
|
"middle": [], |
|
"last": "Mccallum", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Nigam", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of the AAAI Workshop on Learning for Text Categorization", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "41--48", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Andrew K. McCallum and Kamal Nigam. 1998. A compari- son of event models for naive Bayes text classification. In Proceedings of the AAAI Workshop on Learning for Text Categorization, pages 41-48, Madison, US.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "A sentimental education: Sentiment analysis using subjectivity summarization based on minimum cuts", |
|
"authors": [ |
|
{ |
|
"first": "Bo", |
|
"middle": [], |
|
"last": "Pang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lillian", |
|
"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 Lillian Lee. 2004. A sentimental educa- tion: 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, Barcelona, ES.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Learning subjective nouns using extraction pattern bootstrapping", |
|
"authors": [ |
|
{ |
|
"first": "Ellen", |
|
"middle": [], |
|
"last": "Riloff", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Janyce", |
|
"middle": [], |
|
"last": "Wiebe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Theresa", |
|
"middle": [], |
|
"last": "Wilson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of CONLL-03, 7th Conference on Natural Language Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "25--32", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ellen Riloff, Janyce Wiebe, and Theresa Wilson. 2003. Learning subjective nouns using extraction pattern boot- strapping. In Proceedings of CONLL-03, 7th Conference on Natural Language Learning, pages 25-32, Edmonton, CA.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "The General Inquirer: A Computer Approach to Content Analysis", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Stone", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Dunphy", |
|
"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. Dunphy, M. S. Smith, and D. M. Ogilvie. 1966. The General Inquirer: A Computer Approach to Content Analysis. MIT Press, Cambridge, US.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Extracting emotional polarity of words using spin model", |
|
"authors": [ |
|
{ |
|
"first": "Hiroya", |
|
"middle": [], |
|
"last": "Takamura", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Takashi", |
|
"middle": [], |
|
"last": "Inui", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Manabu", |
|
"middle": [], |
|
"last": "Okumura", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of ACL-05, 43rd Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "133--140", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hiroya Takamura, Takashi Inui, and Manabu Okumura. 2005. Extracting emotional polarity of words using spin model. In Proceedings of ACL-05, 43rd Annual Meeting of the Association for Computational Linguistics, pages 133-140, Ann Arbor, US.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Measuring praise and criticism: Inference of semantic orientation from association", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Peter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [ |
|
"L" |
|
], |
|
"last": "Turney", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Littman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "ACM Transactions on Information Systems", |
|
"volume": "21", |
|
"issue": "4", |
|
"pages": "315--346", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Peter D. Turney and Michael L. Littman. 2003. Measur- ing praise and criticism: Inference of semantic orientation from association. ACM Transactions on Information Sys- tems, 21(4):315-346.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Thumbs up or thumbs down? Semantic orientation applied to unsupervised classification of reviews", |
|
"authors": [ |
|
{ |
|
"first": "Peter", |
|
"middle": [], |
|
"last": "Turney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of ACL-02, 40th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "417--424", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Peter Turney. 2002. Thumbs up or thumbs down? Seman- tic orientation applied to unsupervised classification of re- views. In Proceedings of ACL-02, 40th Annual Meeting of the Association for Computational Linguistics, pages 417-424, Philadelphia, US.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Just how mad are you? Finding strong and weak opinion clauses", |
|
"authors": [ |
|
{ |
|
"first": "Theresa", |
|
"middle": [], |
|
"last": "Wilson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Janyce", |
|
"middle": [], |
|
"last": "Wiebe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rebecca", |
|
"middle": [], |
|
"last": "Hwa", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of AAAI-04, 21st Conference of the American Association for Artificial Intelligence", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "761--769", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Theresa Wilson, Janyce Wiebe, and Rebecca Hwa. 2004. Just how mad are you? Finding strong and weak opinion clauses. In Proceedings of AAAI-04, 21st Conference of the American Association for Artificial Intelligence, pages 761-769, San Jose, US.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"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 opin- ions and identifying the polarity of opinion sentences. In Proceedings of EMNLP-03, 8th Conference on Empiri- cal Methods in Natural Language Processing, pages 129- 136, Sapporo, JP.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"content": "<table><tr><td>Dimension</td><td colspan=\"2\">SO-accuracy</td><td colspan=\"2\">PNO-accuracy</td></tr><tr><td/><td>Avg (\u03c3)</td><td>Best</td><td>Avg (\u03c3)</td><td>Best</td></tr><tr><td>Approach</td><td/><td/><td/></tr><tr><td>I</td><td colspan=\"2\">.635 (.020) .668</td><td colspan=\"2\">.595 (.029) .635</td></tr><tr><td>II</td><td colspan=\"2\">.636 (.033) .676</td><td colspan=\"2\">.614 (.037) .660</td></tr><tr><td>III</td><td colspan=\"2\">.635 (.036) .674</td><td colspan=\"2\">.600 (.039) .648</td></tr><tr><td>Learner</td><td/><td/><td/></tr><tr><td>NB</td><td colspan=\"2\">.653 (.014) .674</td><td colspan=\"2\">.619 (.022) .647</td></tr><tr><td>SVMs</td><td colspan=\"2\">.627 (.033) .671</td><td colspan=\"2\">.601 (.037) .658</td></tr><tr><td>Rocchio</td><td colspan=\"2\">.624 (.030) .654</td><td colspan=\"2\">.585 (.033) .616</td></tr><tr><td>PrTFIDF</td><td colspan=\"2\">.637 (.031) .676</td><td colspan=\"2\">.606 (.042) .660</td></tr><tr><td>TSR</td><td/><td/><td/></tr><tr><td>0%</td><td colspan=\"2\">.649 (.025) .676</td><td colspan=\"2\">.619 (.027) .660</td></tr><tr><td>50%</td><td colspan=\"2\">.650 (.022) .670</td><td colspan=\"2\">.622 (.022) .657</td></tr><tr><td>80%</td><td colspan=\"2\">.646 (.023) .674</td><td colspan=\"2\">.621 (.021) .647</td></tr><tr><td>90%</td><td colspan=\"2\">.642 (.024) .667</td><td colspan=\"2\">.616 (.024) .651</td></tr><tr><td>95%</td><td colspan=\"2\">.635 (.027) .671</td><td colspan=\"2\">.606 (.031) .658</td></tr><tr><td>99%</td><td colspan=\"2\">.612 (.036) .661</td><td colspan=\"2\">.570 (.049) .647</td></tr><tr><td>T r K o set</td><td/><td/><td/></tr><tr><td>T r 3 o</td><td colspan=\"2\">.645 (.006) .676</td><td colspan=\"2\">.608 (.007) .658</td></tr><tr><td>T r 4 o</td><td colspan=\"2\">.633 (.013) .674</td><td colspan=\"2\">.610 (.018) .660</td></tr></table>", |
|
"num": null, |
|
"type_str": "table", |
|
"text": "Average and best accuracy values over the four dimensions analysed in the experiments.", |
|
"html": null |
|
}, |
|
"TABREF1": { |
|
"content": "<table><tr><td>Agreement</td><td>Adjectives (462)</td><td>Verbs (502)</td></tr><tr><td>measure</td><td colspan=\"2\">Hum1 vs Hum2 Hum2 vs Hum3</td></tr><tr><td>Strict</td><td>.762</td><td>.623</td></tr><tr><td>Lenient</td><td>.890</td><td>.851</td></tr></table>", |
|
"num": null, |
|
"type_str": "table", |
|
"text": "Human inter-coder agreement values reported byKim and Hovy (2004).", |
|
"html": null |
|
}, |
|
"TABREF2": { |
|
"content": "<table><tr><td>Learner</td><td>T r 3 o</td><td>T r 4 o</td><td>Variation</td></tr><tr><td>NB</td><td colspan=\"2\">.564 (\u03c3 = .069) .693 (.069)</td><td>+23.0%</td></tr><tr><td>SVMs</td><td>.601 (.108)</td><td>.814 (.083)</td><td>+35.4%</td></tr><tr><td>Rocchio</td><td>.572 (.043)</td><td>.544 (.061)</td><td>-4.8%</td></tr><tr><td>PrTFIDF</td><td>.636 (.059)</td><td>.763 (.085)</td><td>+20.0%</td></tr></table>", |
|
"num": null, |
|
"type_str": "table", |
|
"text": "Average proportion of test terms classified as Objective, for each learner and for each choice of the T r K o set.", |
|
"html": null |
|
} |
|
} |
|
} |
|
} |