ACL-OCL / Base_JSON /prefixY /json /Y07 /Y07-1050.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "Y07-1050",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T13:46:33.161299Z"
},
"title": "Movie Review Classification Based on a Multiple Classifier *",
"authors": [
{
"first": "Kimitaka",
"middle": [],
"last": "Tsutsumi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyushu Institute of Technology",
"location": {
"postCode": "820-8502",
"settlement": "Iizuka",
"region": "Fukuoka",
"country": "Japan"
}
},
"email": "k_tsutsumi@pluto.ai.kyutech.ac.jp"
},
{
"first": "Kazutaka",
"middle": [],
"last": "Shimada",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyushu Institute of Technology",
"location": {
"postCode": "820-8502",
"settlement": "Iizuka",
"region": "Fukuoka",
"country": "Japan"
}
},
"email": "shimada@pluto.ai.kyutech.ac.jp"
},
{
"first": "Tsutomu",
"middle": [],
"last": "Endo",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Kyushu Institute of Technology",
"location": {
"postCode": "820-8502",
"settlement": "Iizuka",
"region": "Fukuoka",
"country": "Japan"
}
},
"email": "endo@pluto.ai.kyutech.ac.jp"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we propose a method to classify movie review documents into positive or negative opinions. There are several approaches to classify documents. The previous studies, however, used only a single classifier for the classification task. We describe a multiple classifier for the review document classification task. The method consists of three classifiers based on SVMs, ME and score calculation. We apply two voting methods and SVMs to the integration process of single classifiers. The integrated methods improved the accuracy as compared with the three single classifiers. The experimental results show the effectiveness of our method.",
"pdf_parse": {
"paper_id": "Y07-1050",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we propose a method to classify movie review documents into positive or negative opinions. There are several approaches to classify documents. The previous studies, however, used only a single classifier for the classification task. We describe a multiple classifier for the review document classification task. The method consists of three classifiers based on SVMs, ME and score calculation. We apply two voting methods and SVMs to the integration process of single classifiers. The integrated methods improved the accuracy as compared with the three single classifiers. The experimental results show the effectiveness of our method.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The World Wide Web contains a huge number of on-line documents that are easily accessible. Finding information relevant to user needs has become increasingly important. The most important information on the Web is usually contained in the text. We obtain a huge number of review documents that include user's opinions for products. For example, buying products, users usually survey the product reviews. Movie reviews are likewise one of the most important information for users who go to a movie. More precise and effective methods for evaluating the products are useful for users.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Many researchers have recently studied extraction of evaluative expressions and classification of opinions (Kobayashi et al., 2005; Osajima et al., 2005; Pang et al., 2002; Turney, 2002) . Studies of opinion classification are generally classified into three groups: (1) classifying documents into the positive (p) or negative (n) opinions, (2) classifying sentences into the positive or negative opinions, and (3) classifying words into the positive or negative expressions. In this paper, we focus on the classification of movie review documents. Pang et al. (2002) have reported the effectiveness of applying machine learning techniques to the p/n classification. They compared three machine learning methods: Naive Bayes, Maximum Entropy and Support Vector Machines. In their experiment, SVMs produced the best performance. Osajima et al. (2005) have proposed a method for polarity classification of sentences in review documents. The method is based on a score calculation process of word polarity and outperformed SVMs in the sentence classification task.",
"cite_spans": [
{
"start": 107,
"end": 131,
"text": "(Kobayashi et al., 2005;",
"ref_id": "BIBREF6"
},
{
"start": 132,
"end": 153,
"text": "Osajima et al., 2005;",
"ref_id": "BIBREF8"
},
{
"start": 154,
"end": 172,
"text": "Pang et al., 2002;",
"ref_id": "BIBREF9"
},
{
"start": 173,
"end": 186,
"text": "Turney, 2002)",
"ref_id": null
},
{
"start": 549,
"end": 567,
"text": "Pang et al. (2002)",
"ref_id": "BIBREF9"
},
{
"start": 828,
"end": 849,
"text": "Osajima et al. (2005)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The previous studies, however, used only a single classifier for the classification task. We (Tsutsumi 2006 et al.) have proposed a method consisting of two classifiers: SVMs and the scoring method by Osajima et al. (2005) . The method identified the class (p/n) of a document on the basis of the distances that were measured from the hyperplane of each classifier. It obtained the better accuracy as compared with the single classifiers. This method, however, contained a problem for the determination of the final output, namely positive or negative. We needed to normalize the classifier's outputs manually because the scale of the scoring method was different from that of SVMs.",
"cite_spans": [
{
"start": 93,
"end": 115,
"text": "(Tsutsumi 2006 et al.)",
"ref_id": null
},
{
"start": 201,
"end": 222,
"text": "Osajima et al. (2005)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "To solve this problem, we apply the 3rd machine learning method (Maximum Entropy) into the method based on the scoring and SVMs. Figure 1 shows the outline of the proposed method. In this paper, we compare three processes for the method: naive voting, weighted voting and determination with SVMs. ",
"cite_spans": [],
"ref_spans": [
{
"start": 129,
"end": 137,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "In this section, we explain classifiers for a multiple classifier that will be proposed in this paper. The 1st and 2nd classifiers are SVMs and Maximum Entropy respectively. These classifiers have been used in related work by Pang et al. (2002) . In their paper, they reported that SVMs produced the best performance. The 3rd classifier is based on polarity scores of words in documents. The method is an expansion of Osajima et al. (2005) .",
"cite_spans": [
{
"start": 226,
"end": 244,
"text": "Pang et al. (2002)",
"ref_id": "BIBREF9"
},
{
"start": 418,
"end": 439,
"text": "Osajima et al. (2005)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classifiers",
"sec_num": "2."
},
{
"text": "SVMs are a machine learning algorithm that was introduced by Vapnik (1999). They have been applied to tasks such as face recognition and text classification. An SVM is a binary classifier that finds a maximal margin separating hyperplane between two classes. The hyperplane can be written as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.1.SVMs",
"sec_num": null
},
{
"text": "b x w y i + \u22c5 = (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.1.SVMs",
"sec_num": null
},
{
"text": "where x is an arbitrary data point, i.e., feature vectors, w and are decided by optimization,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.1.SVMs",
"sec_num": null
},
{
"text": ". The instances that lie closest to the hyperplane are called support vectors. We",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "and",
"sec_num": null
},
{
"text": "use SVM b { 1 , 1 \u2212 + \u2208 i y }",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "and",
"sec_num": null
},
{
"text": "light package 1 for training and testing, with all parameters set to their default values (Joachims, 1999) .",
"cite_spans": [
{
"start": 90,
"end": 106,
"text": "(Joachims, 1999)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "and",
"sec_num": null
},
{
"text": "Maximum entropy modeling (ME) is one of the best techniques for natural language processing (Berger et al., 1996) . The principle of the ME is expressed as follows:",
"cite_spans": [
{
"start": 92,
"end": 113,
"text": "(Berger et al., 1996)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "( ) ( ) ( )\u239f \u23a0 \u239e \u239c \u239d \u239b = \u2211 \u039b \u039b i c i c i c d f d Z d c P , exp 1 | , , \u03bb (2) ( ) ( ) \u2211 \u2211 \u239f \u23a0 \u239e \u239c \u239d \u239b = \u039b c d i c i c i c d f d Z , , , , exp \u03bb (3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "where is a normalization function.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": ") (d Z \u039b { } n \u03bb \u03bb , , 1 K = \u039b",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "are parameters for the model. These parameters denote weights and significance of each feature. The parameter values are a set that maximizes the entropy concerning the classifier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "( ) c d f c i , ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "is a feature function that is defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "( ) \u23a9 \u23a8 \u23a7 = \u2032 > = \u2032 otherwise c c and i d exist if c d f c i 0 0 ) , ( 1 , ,",
"eq_num": "(4)"
}
],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "where is a indicator function. The value is 1 in the case that a feature i exists in a document .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": ") , ( i d exist d",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "In this paper we use Amis, which is a parameter estimator for maximum entropy models 2 . We estimate parameters by using the generalized iterative scaling algorithm. Osajima et al. (2005) have proposed a method for polarity classification of sentences in review documents. The method is based on a score calculation process of word polarity. In this paper we apply some adjustments to the feature selection of the method.",
"cite_spans": [
{
"start": 166,
"end": 187,
"text": "Osajima et al. (2005)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "2.2.Maximum Entropy",
"sec_num": null
},
{
"text": "First we explain score calculation of each word. The score of a word is computed as follows: In the classification process, we compute the sum of scores of which words appear in a document .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "i w ( ) ( ) ( ) \u239f \u239f \u23a0 \u239e \u239c \u239c \u239d \u239b + \u00d7 + = \u2211 \u2211 1 1 log i i i W w",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "d ( ) ( ) \u2211 \u2208 = d ALLw i W i w Score d Score (6)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "where denotes a document. The are given by Eq. 5. Finally, we evaluate the score as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "d ) ( i W w Score \u23a9 \u23a8 \u23a7 \u2264 > = 0 ) ( 0 ) ( d Score Negative d Score Positive d (7)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "As expansions, we apply two conditions to the feature selection of the classifier. \u2212 Use of POS tags",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "We use weighted scores for adjective words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "\u2212 Selection with -test 2 \u03c7",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "We select features for the classifier by using the result of -test. We reject words that possess low reliability. We set 20% on the significant level for the experiment. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2.3.Scoring",
"sec_num": null
},
{
"text": "We examined the outputs of three classifiers, i.e. an error analysis. As a result, we obtained knowledge that the misclassifications of each classifier are often different, that is exclusive misclassifications. In other words, a single classifier could classify a document correctly even though other single classifiers could not classify it correctly. This result shows the significance of integration of single classifiers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Integration of classifiers",
"sec_num": "3."
},
{
"text": "In this section we explain three methods for combining the classifiers. In this paper we adopt two voting processes, naive voting and weighted voting, and integration with SVMs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Integration of classifiers",
"sec_num": "3."
},
{
"text": "Naive voting As the final output, we use the majority vote from three classifiers, namely SVMs, ME and Scoring methods. Weighted voting This method uses each distance from hyperplanes of each classifier as weights (confidence) of the outputs. This is based on a supposition that an output that is close to the hyperplane of a classifier contains low reliability. However ranges of each distance computed from each classifier are not equivalent. We normalize each distance as follows.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Integration of classifiers",
"sec_num": "3."
},
{
"text": "The actual value of the output from the classifier SVM:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scoring:",
"sec_num": null
},
{
"text": "l d dist \u00d7 ) ( ME: m d negative p d postive p \u00d7 \u2212 )) , ( ) , ( (",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scoring:",
"sec_num": null
},
{
"text": "where is the distance from the hyperplane. and are the probabilities of a document d as positive and negative opinions. l and m are constant numbers for the normalization. The values are computed beforehand from training data. In other words, the values are determined from the results obtained from training data by using each classifier constructed from it. l and m in this paper are based on the average of the distance from the hyperplane in the classification results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scoring:",
"sec_num": null
},
{
"text": ") (d dist ) , ( d postive p ) , ( d negative p",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scoring:",
"sec_num": null
},
{
"text": "SVMs We use SVMs again for the integration process of single classifiers. Here the features for SVMs are the three outputs of each single classifier, namely distances from hyperplanes. We do not normalize each output. First, we need to construct training data for SVMs in this integration process. In this paper we use the same training data for learning both the single classifier and the integration process. In other words, this SVM obtains a hyperplane for the integration from the training data that is used in the learning process of the single classifiers. Figure 2 shows the outline of the process. ",
"cite_spans": [],
"ref_spans": [
{
"start": 564,
"end": 572,
"text": "Figure 2",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Scoring:",
"sec_num": null
},
{
"text": "In this section, we explain a dataset and basic feature selection for this experiment first. Then we evaluate our methods with the dataset and compare them with single classifiers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment",
"sec_num": "4."
},
{
"text": "First we describe the data set for the experiment. We evaluated our method with movie review documents that were used in Pang et al. (2002) . The dataset consists of 700 positive reviews and 700 negative reviews. We divided the data into three equal-sized folds in the same manner as the previous work (Pang et al., 2002) . In other words, we tested our method with three-fold cross-validation. We extracted basic features for classifiers in the same way the previous work did. The conditions of the previous work for the feature selection were as follows: (1) no stemming or stopword lists were used, (2) use of the negation tag, and (3) limitation of the frequency of words. For the 2nd condition, we added the tag \"NOT_\" to every word between a negation word (\"not\", \"isn't\", \"didn't\", etc.) and the first punctuation mark following the negation word 3 . For the 3rd condition, we used words appearing at least four times in our 1400-document corpus. We constructed the feature space for each classifier on the basis of the basic features. For the scoring method, we used features extracted with the conditions described in Section 2.3 (use of POS tags and \u03c7 2-test). For the tagging, we used the Brill's Tagger 4 . However, we used basic features for SVMs and ME 5 .",
"cite_spans": [
{
"start": 121,
"end": 139,
"text": "Pang et al. (2002)",
"ref_id": "BIBREF9"
},
{
"start": 302,
"end": 321,
"text": "(Pang et al., 2002)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "4.1.Dataset and features for the classifiers",
"sec_num": null
},
{
"text": "First, we compared six methods in this experiment: single classifiers (SVMs, ME and Scoring) and the proposed method based on naive voting, weighted voting and SVMs. Table 1 shows the experimental result 6 . As a result, our methods, namely multiple classifiers, outperformed single classifiers. Even the naive voting produced higher accuracy than these methods. This result shows the effectiveness of our method consisting of some classifiers.",
"cite_spans": [],
"ref_spans": [
{
"start": 166,
"end": 173,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "4.2.Experimental results",
"sec_num": null
},
{
"text": "In this experiment, the integration method with SVMs produced the best performance. For the weighted voting, we used the values computed beforehand from training data: l and m. If we tuned up these values optimally, the accuracy was 87.5%. This result denotes that the weighting process was one of the most important processes in the multiple classifier. The weighting process in this paper was a very simple weighting method. It was based on the average of distance obtained from a tentative dataset.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 1.The experimental result",
"sec_num": null
},
{
"text": "One approach to improve the accuracy is refinements to the weighting for the voting process. Boosting is one of the most famous techniques in ensemble learning methods (Freund and Schapier, 1996) . We applied the boosting algorithm to the integration process. In the method, SVMs, Scoring and ME are weak learners for the boosting. However the accuracy was lower than SVMs and the weighted voting method. To improve the accuracy, we need to add other machine learning methods as weak learners. Furthermore, we need to consider other ensemble learning methods, such as Bagging (Breiman, 1996) and Random Forests (Breiman, 2001) .",
"cite_spans": [
{
"start": 168,
"end": 195,
"text": "(Freund and Schapier, 1996)",
"ref_id": "BIBREF4"
},
{
"start": 576,
"end": 591,
"text": "(Breiman, 1996)",
"ref_id": "BIBREF2"
},
{
"start": 611,
"end": 626,
"text": "(Breiman, 2001)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Table 1.The experimental result",
"sec_num": null
},
{
"text": "In this paper we used BOWs for the feature set of the classifiers. Matsumoto et al. (2005) have argued the significance of syntactic relations between words, that is frequent word subsequences and dependency sub-trees. For their experiment with the same dataset, using dependency sub-trees led to the improvement of the accuracy: the accuracy was 87.3%. Bai et al. (2004) have proposed a new method based on a two-stage Bayesian algorithm that is able to capture the dependencies among words. The accuracy of this method was 87.5%. Although the feature set for our method was very simple and naive (BOWs), the accuracy was equivalent as compared with these methods that used relations between words. Furthermore, since our method can incorporate other single classifiers flexibly, applying them as single classifiers boosts up the accuracy rate of our method. We also need to handle the confidence of each classifier's output appropriately. In this paper we regarded the confidence computed from the output of a classifier as a linear function. However, Platt (1999) has reported a method to convert the output of SVMs into probability by using the sigmoid function and showed the effectiveness as a probability function. We need to consider a method for converting the output to the best suited confidence.",
"cite_spans": [
{
"start": 67,
"end": 90,
"text": "Matsumoto et al. (2005)",
"ref_id": "BIBREF7"
},
{
"start": 354,
"end": 371,
"text": "Bai et al. (2004)",
"ref_id": "BIBREF0"
},
{
"start": 1054,
"end": 1066,
"text": "Platt (1999)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Table 1.The experimental result",
"sec_num": null
},
{
"text": "Next we explain a coverage rate of the proposed method. Our method can not classify a document into positive or negative correctly if every single classifier for the multiple classifier classifies it incorrectly. In other words, our method contains the possibility that it can classify a document correctly if a single classifier identifies the class label (p/n) of a document correctly. Therefore the coverage of our method for this dataset is computed as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 1.The experimental result",
"sec_num": null
},
{
"text": "N CorrectNum Coverage =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Table 1.The experimental result",
"sec_num": null
},
{
"text": "where N is the number of documents in test data. CorrectNum is the number of documents that are classified correctly by at least one classifier. The result is shown in Table 2 . The coverage with three classifiers was 94.9% although the best accuracy in this experiment was 87.1% (See Table 1 ). This result shows that our method, namely a multiple classifier, can improve the classification accuracy essentially. ",
"cite_spans": [],
"ref_spans": [
{
"start": 168,
"end": 175,
"text": "Table 2",
"ref_id": "TABREF0"
},
{
"start": 285,
"end": 292,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Table 1.The experimental result",
"sec_num": null
},
{
"text": "In this paper, we proposed a method to classify movie review documents into positive or negative opinions. The method consisted of three classifiers based on SVMs, ME and score calculation. We compared two voting process, naive voting and weighted voting, and the integration with SVMs for the method. Our methods consisting of three classifiers outperformed single classifiers. Even the naive voting produced higher accuracy than these classifiers. In this experiment, SVMs in the integration process produced the best performance. If we tuned up the weights for the voting method optimally, it obtained the best accuracy. Our future work includes (1) evaluation with the ensemble learning methods, (2) addition of other single classifiers and (3) use of other feature sets, such as dependency trees, for classifiers",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5."
},
{
"text": "http:/svmlight.joachims.org 2 http:/www-tsujii.is.s.u-tokyo.ac.jp/amis/index.html",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "For example, the sentence \"It is not good\" is converted to \"It is not NOT_good\". As a result, we can treat a polarity reversal correctly. 4 http://www.cs.jhu.edu/ brill/ 5 The reason is that there was no significant difference between the methods with the conditions and without the conditions. The same tendency was reported in the previous work.6 Note that the results of SVM and ME in this paper differ from the accuracy described inPang et al. (2002). These accuracies were based on our implementation. We think that the reason is that (1) negation words that we used might be not completely same as the previous work and (2) the tool and the iterative scaling method for ME also differed from the method of the previous work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": " Classifiers, pp. 61-74. MIT Press. Tsutsumi, K., K. Shimada, and T. Endo. 2006 . Sentiment classification using reliability of multiple classification results (in Japanese). In SIG-FPAI-A601, pp. 27-32. Turney, P. D. 2002. Thumbs up? or thumbs down? semantic orientation applied to unsupervised classification of reviews. Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, pp. 417-424. Vapnik, V. N. 1999. Statistical Learning Theory. Wiley. ",
"cite_spans": [
{
"start": 1,
"end": 79,
"text": "Classifiers, pp. 61-74. MIT Press. Tsutsumi, K., K. Shimada, and T. Endo. 2006",
"ref_id": null
},
{
"start": 399,
"end": 480,
"text": "Linguistics, pp. 417-424. Vapnik, V. N. 1999. Statistical Learning Theory. Wiley.",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Advances in Large Margin",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Sentiment extraction from unstructured text using tabu search-enhanced markov blanket",
"authors": [
{
"first": "X",
"middle": [],
"last": "Bai",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Padman",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Airoldi",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the International Workshop on Mining for and from the Semantic Web (MSW2004)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bai, X., R. Padman, and E. Airoldi. 2004. Sentiment extraction from unstructured text using tabu search-enhanced markov blanket. Proceedings of the International Workshop on Mining for and from the Semantic Web (MSW2004).",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A maximum entropy approach to natural language processing",
"authors": [
{
"first": "A",
"middle": [
"L"
],
"last": "Berger",
"suffix": ""
},
{
"first": "S",
"middle": [
"A"
],
"last": "Della Pietra",
"suffix": ""
},
{
"first": "V",
"middle": [
"J"
],
"last": "Della Pietra",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "22",
"issue": "",
"pages": "39--71",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berger, A. L., S. A. Della Pietra, and V. J. Della Pietra. 1996. A maximum entropy approach to natural language processing. 22(1):39-71.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Bagging predictors",
"authors": [
{
"first": "L",
"middle": [],
"last": "Breiman",
"suffix": ""
}
],
"year": 1996,
"venue": "Machine Learning",
"volume": "24",
"issue": "",
"pages": "123--140",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Breiman, L. 1996. Bagging predictors. Machine Learning, 24:123-140.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Random forests",
"authors": [
{
"first": "L",
"middle": [],
"last": "Breiman",
"suffix": ""
}
],
"year": 2001,
"venue": "Machine Learning",
"volume": "45",
"issue": "",
"pages": "5--23",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Breiman, L. 2001. Random forests. Machine Learning, 45:5-23.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Experiments with a new boosting algorithm",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Freund",
"suffix": ""
},
{
"first": "R",
"middle": [
"E"
],
"last": "Schapier",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of ICML",
"volume": "",
"issue": "",
"pages": "148--156",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Freund, Y. and R. E. Schapier. 1996. Experiments with a new boosting algorithm. Proceedings of ICML, pages 148-156.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Transductive inference for text classification using support vector machines",
"authors": [
{
"first": "T",
"middle": [],
"last": "Joachims",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the Sixteenth International Conference on Machine Learning",
"volume": "",
"issue": "",
"pages": "200--209",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joachims, T. 1999. Transductive inference for text classification using support vector machines. Proceedings of the Sixteenth International Conference on Machine Learning, pages 200- 209.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Opinion extraction using a learningbased anaphora resolution technique",
"authors": [
{
"first": "N",
"middle": [],
"last": "Kobayashi",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Iida",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Second International Joint Conference on Natural Language Processing (IJCNLP-05)",
"volume": "",
"issue": "",
"pages": "175--180",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kobayashi, N., R. Iida, K. Inui, and Y. Matsumoto. 2005. Opinion extraction using a learning- based anaphora resolution technique. Proceedings of the Second International Joint Conference on Natural Language Processing (IJCNLP-05), pp. 175-180.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Sentiment classification using word subsequences and dependency sub-trees",
"authors": [
{
"first": "S",
"middle": [],
"last": "Matsumoto",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Takamura",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Okumura",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 9th Pacific-Asia International Conference on Knowledge Discovery and Data Mining (PAKDD-05)",
"volume": "",
"issue": "",
"pages": "301--310",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matsumoto, S., H. Takamura, and M. Okumura. 2005. Sentiment classification using word sub- sequences and dependency sub-trees. Proceedings of the 9th Pacific-Asia International Conference on Knowledge Discovery and Data Mining (PAKDD-05), pp. 301-310.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Classification of evaluative sentences using sequential patterns",
"authors": [
{
"first": "I",
"middle": [],
"last": "Osajima",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Shimada",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Endo",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 11nd Annual Meeting of The Association for Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Osajima, I., K. Shimada, and T. Endo. 2005. Classification of evaluative sentences using sequential patterns. Proceedings of the 11nd Annual Meeting of The Association for Natural Language Processing (in Japanese).",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Thumbs up? sentiment classification using machine learning techniques",
"authors": [
{
"first": "B",
"middle": [],
"last": "Pang",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Vaithyanathan",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "79--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pang, B., L. Lee, and S. Vaithyanathan. 2002. Thumbs up? sentiment classification using machine learning techniques. Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP), pp.79-86.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Probabilistic outputs for support vector machines and comparison to regularized likelihood methods",
"authors": [
{
"first": "J",
"middle": [],
"last": "Platt",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Platt, J. 1999. Probabilistic outputs for support vector machines and comparison to regularized likelihood methods. In B. Schoelkopf D. Schuurmans A.J. Smola, P. Bartlett, editor,",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "The outline of our method.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF1": {
"text": "neg are the number of words in the positive and negative opinions respectively.",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "The integration process with SVMs.",
"uris": null,
"num": null,
"type_str": "figure"
},
"TABREF0": {
"content": "<table/>",
"text": "",
"html": null,
"num": null,
"type_str": "table"
}
}
}
}