| { |
| "paper_id": "U14-1011", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:09:08.793797Z" |
| }, |
| "title": "The Effect of Temporal-based Term Selection for Text Classification", |
| "authors": [ |
| { |
| "first": "Fumiyo", |
| "middle": [], |
| "last": "Fukumoto", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Yamanashi", |
| "location": {} |
| }, |
| "email": "fukumoto@yamanashi.ac.jp" |
| }, |
| { |
| "first": "Shogo", |
| "middle": [], |
| "last": "Ushiyama", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Yamanashi Kofu", |
| "location": { |
| "postCode": "400-8511", |
| "country": "JAPAN" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Yoshimi", |
| "middle": [], |
| "last": "Suzuki", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Yamanashi", |
| "location": {} |
| }, |
| "email": "ysuzuki@yamanashi.ac.jp" |
| }, |
| { |
| "first": "Suguru", |
| "middle": [], |
| "last": "Matsuyoshi", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Yamanashi", |
| "location": {} |
| }, |
| "email": "sugurum@yamanashi.ac.jp" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper addresses the text classification problem that training data may derive from a different time period from the test data. We present a method of temporal-based term selection for timeline adaptation. We selected two types of informative terms according to corpus statistics. One is temporal independent terms that are salient regardless of the timeline. Another is temporal dependent terms which are important for a specific period of time. For temporal dependent terms extracted from the training documents, we applied weighting function that weights terms according to the temporal distance between training and test data in the process of training classifiers. The results using Mainichi Japanese newspaper documents showed improvement over the three baselines.", |
| "pdf_parse": { |
| "paper_id": "U14-1011", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper addresses the text classification problem that training data may derive from a different time period from the test data. We present a method of temporal-based term selection for timeline adaptation. We selected two types of informative terms according to corpus statistics. One is temporal independent terms that are salient regardless of the timeline. Another is temporal dependent terms which are important for a specific period of time. For temporal dependent terms extracted from the training documents, we applied weighting function that weights terms according to the temporal distance between training and test data in the process of training classifiers. The results using Mainichi Japanese newspaper documents showed improvement over the three baselines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Text classification supports and improves several tasks such as automated topic tagging, building topic directory, spam filtering, creating digital libraries, sentiment analysis in user reviews, Information Retrieval, and even helping users to interact with search engines . A growing number of machine learning techniques have been applied to text classification (Xue et al., 2008; Gopal and Yang, 2010) . The common approach is the use of term selection. Each document is represented using a vector of selected terms (Yang and Pedersen, 1997; Hassan et al., 2007) . Then, they used training documents with category label to train classifiers. Once category models are trained, each document of the test data is classified by using these models. Terms in the documents may be considered more important to build the classification model according to the timelines, while the majority of supervised classification methods consider that each term provides equally information regardless to a period. For instance, as shown in Figure 1 , the term \"earthquake\" appeared more frequently in the category \"Science\" than \"International\" early in 1995. However, it appeared frequently in the category \"International\" than \"Science\" since Sumatra earthquake occurred just off the southern coast of Sumatra, Indonesia in 2005. Similarly, the term \"Alcindo\" frequently appeared in the documents tagged \"Sports\" in 1994, since Alcindo is a Brazilian soccer player and he was one of the most loved players in 1994. The term did not appear more frequently in the \"Sports\" category since he retired in 1997. These observations show that salient terms in the training data, are not salient in the test data when training data may derive from a different time period from the test data.", |
| "cite_spans": [ |
| { |
| "start": 364, |
| "end": 382, |
| "text": "(Xue et al., 2008;", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 383, |
| "end": 404, |
| "text": "Gopal and Yang, 2010)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 519, |
| "end": 544, |
| "text": "(Yang and Pedersen, 1997;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 545, |
| "end": 565, |
| "text": "Hassan et al., 2007)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1024, |
| "end": 1032, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we present a method for text classification concerned with the impact that the variation of the strength of term-class relationship over time. We selected two types of informative terms according to corpus statistics. One is temporal independent terms that are salient regardless of the timeline. Another is temporal dependent terms which are salient for a specific period of time. For temporal dependent terms extracted from the training documents, we applied weighting function that weights terms according to the temporal distance between training and test data in the process of training classifiers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our weighting function is based on an algorithm called temporally-aware algorithm that used a Temporal Weighting Function (TWF) developed by Salles et al. (Salles et al., 2010) . The method incorporates temporal models to document classifiers. The weights assigned to each document depend on the notion of a temporal distance, defined as the difference between the time of creation of a training example and a reference time point, i.e., Figure 1 : \"earthquake\" appeared in \"Science\" and \"International\" categories temporal weighting weights training instances according to the temporal distance between training and test instances. The difference is that we applied the function to only dependent terms while a method of Salles weights all terms in the training documents. Because as illustrated in Figure 1 , \"earthquake\" that are salient for a specific period of time and terms such as \"Science\" which are important regardless of the timeline in \"Science\" domain are both included in the training documents. These terms appearing in the training documents are equally weighted, which affect classification accuracy.", |
| "cite_spans": [ |
| { |
| "start": 141, |
| "end": 176, |
| "text": "Salles et al. (Salles et al., 2010)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 438, |
| "end": 446, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 800, |
| "end": 808, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The remainder of the paper is organized as follows: Section 2 describes related work. Section 3 briefly reviews temporally-aware algorithm. Section 4 presents our framework. Finally, we report experiments and conclude our discussion with some directions for further work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The analysis of temporal aspects for text classification is a practical problem attracting more and more attention. Mourao et al. have shown evidence that time is an important factor in text classification . More specifically, they selected training documents that are closer in time to the test document. They reported that the method has attained at 89.8% accuracy for ACM, and 87.6% for Medline. Cohen et al. attempted to extract context including phrases that is exploited towards better classification models (Cohen and Singer, 1999) . Kim et al. focused on Web documents and presented a classification method using the knowledge acquisition method, Multiple Classification Ripple Down Rules (MCRDR). It enables domain users to elicit their domain knowledge incrementally and revise their knowledge base. They may then reclassify documents according to context changes (Kim et al., 2004) . These techniques can be classified into adaptive document classification (Yang and Lin, 1999; Dumais and Chen, 2000; Liu and Lu, 2002; where temporal aspects are considered to classification.", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 129, |
| "text": "Mourao et al.", |
| "ref_id": null |
| }, |
| { |
| "start": 514, |
| "end": 538, |
| "text": "(Cohen and Singer, 1999)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 874, |
| "end": 892, |
| "text": "(Kim et al., 2004)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 968, |
| "end": 988, |
| "text": "(Yang and Lin, 1999;", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 989, |
| "end": 1011, |
| "text": "Dumais and Chen, 2000;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1012, |
| "end": 1029, |
| "text": "Liu and Lu, 2002;", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Several authors have attempted to capture concept or topic drift dealing with temporal effects in classification (Kelly et al., 1999; Lazarescu et al., 2004; Folino et al., 2007; Ross et al., 2012) . The earliest known approach is the work of (Klinkenberg and Joachims, 2000) . They attempted to handle concept changes with SVM. They used \u03be\u03b1-estimates to select the window size so that the estimated generalization error on new examples is minimized. The result which was tested on the TREC shows that the algorithm achieves a low error rate and selects appropriate window sizes. Scholz et al. proposed a method called knowledge-based sampling strategy (KBS) to train a classifier ensemble from data streams. They used two types of data sets, 2,608 documents of the data set of the TREC, and the satellite image dataset from the UCI library to evaluate their method. They showed that the algorithm outperformed leaning algorithms without considering concept drift (Scholz and Klinkenberg, 2007) . He et al. attempted to find bursts, periods of elevated occurrence of events as a dynamic phenomenon instead of focusing on arrival rates (He and Parker, 2010) . They used Moving Average Convergence/Divergence (MACD) histogram which was used in technical stock market analysis (Murphy, 1999) to detect bursts. They tested their method using MeSH terms and reported that the model works well for tracking topic bursts.", |
| "cite_spans": [ |
| { |
| "start": 113, |
| "end": 133, |
| "text": "(Kelly et al., 1999;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 134, |
| "end": 157, |
| "text": "Lazarescu et al., 2004;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 158, |
| "end": 178, |
| "text": "Folino et al., 2007;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 179, |
| "end": 197, |
| "text": "Ross et al., 2012)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 260, |
| "end": 275, |
| "text": "Joachims, 2000)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 964, |
| "end": 994, |
| "text": "(Scholz and Klinkenberg, 2007)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 1135, |
| "end": 1156, |
| "text": "(He and Parker, 2010)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1274, |
| "end": 1288, |
| "text": "(Murphy, 1999)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "As mentioned above, several efforts have been made to automatically identify context changes, topic drift or topic bursts. Most of these focused just on identifying the increase of a new context, and not relating these contexts to their chronological time. In contrast, we propose a method that minimizes temporal effects to achieve high classification accuracy. In this context, Salles et al. proposed an approach to classify documents in scenarios where the method uses information about both the past and the future, and this information may change over time. They addressed the drawbacks of which instances to select by approximating the Temporal Weighting Function (TWF) us- ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "t 1 t 2 \u2022 \u2022 \u2022 t k D \u03b4 \u03b4 1 f 11 f 12 \u2022 \u2022 \u2022 f 1k k i=1 f 1i \u03b4 2 f 21 f 22 \u2022 \u2022 \u2022 f 2k k i=1 f 2i . . . \u03b4 n f n1 f n2 \u2022 \u2022 \u2022 f nk k i=1 f ni", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "ing a mixture of two Gaussians. They applied TWF to every training document. However, it is often the case that terms with salient for a specific period of time and important terms regardless of the timeline are both included in the training documents. We focus on the issue, and present an algorithm which weights only to the salient terms in a specific period of time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this section, we briefly review Temporal Weighting Function (TWF) proposed by Salles et al. (Salles et al., 2010) . TWF is based on the temporal distance between training and test documents creation times (Salles et al., 2010) . Given a test document to be classified, the TWF sets higher weights to training documents that are more similar to the test document. The weights refer to the strength of term-class relationships. It is defined as dominance (t, c ", |
| "cite_spans": [ |
| { |
| "start": 81, |
| "end": 116, |
| "text": "Salles et al. (Salles et al., 2010)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 208, |
| "end": 229, |
| "text": "(Salles et al., 2010)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 456, |
| "end": 461, |
| "text": "(t, c", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": ") = Ntc c N tc", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where N tc refers to the number of documents in class c that contain term t. When the dominance dominance(t, c) is larger than a certain threshold value \u03b1 1 , the term is judged to have a high degree of exclusivity with some class.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We note that TWF sets higher weights to training documents that temporally close to the test document.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Let S t = {\u03b4 \u2190 p n \u2212 p r | \u2200rp n \u2208 S t,r", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "} be a set of temporal distances that occur on the stability periods of term t. Here, p n be the time of creation concerning to a training document. Stability periods of term t, referred to as S t,r is the largest continuous period of time, starting from the reference time point p r in which the test document was created and growing both to the past and the future. For instance, if S t,r is {1999, 2000,2001}, and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "p r = 2000, then S t = {-1,0,1}.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Finally, the function is determined considering the stability period of each term as a random variable where the occurrence of each possible tem-poral distance in its stability period is an event. The frequencies of the temporal distances \u03b4 1 to \u03b4 n for terms t 1 to t k are shown in Table 1 . The random variable D \u03b4 related to the occurrences of \u03b4, which represents the distribution of each \u03b4 i over all terms t, is lognormally distributed if InD \u03b4 is normally distributed. Here, InD \u03b4 refers to lognormal distribution D \u03b4 where D \u03b4 stands for the distribution of temporal distance \u03b4 i for the term t i over all terms t. A 3-parameter Gaussian func-", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 284, |
| "end": 291, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "tion, F = a i e \u2212 (x\u2212b i ) 2 2c 2 i", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "is used to estimate the relationship between temporal distance and temporal weight, where the parameter a i is the height of the curve's peak, b i is the position of the center of the peak, and c i controls the width of the curve. These parameters are estimated by using a Maximum Likelihood method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Temporal Weighting Function", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The method for temporal-based classification consists of three steps: selection of temporal independent/dependent terms, temporal weighting for dependent terms, and text classification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Framework of the System", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The first step is to select a set of independent/dependent terms from the training data. The selection is based on the use of feature selection technique. We tested different feature selection techniques, \u03c7 2 statistics, mutual information, and information gain (Yang and Pedersen, 1997; Forman, 2003) . In this paper, we report only \u03c7 2 statistics that optimized global F-score in classification. \u03c7 2 is given by:", |
| "cite_spans": [ |
| { |
| "start": 262, |
| "end": 287, |
| "text": "(Yang and Pedersen, 1997;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 288, |
| "end": 301, |
| "text": "Forman, 2003)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Independent and dependent term selection", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03c7 2 (t, C) = n \u00d7 (ad \u2212 bc) 2 (a + c) \u00d7 (b + d) \u00d7 (a + b) \u00d7 (c + d) .", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Independent and dependent term selection", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Using the two-way contingency table of a term t and a category C, a is the number of documents of C containing the term t, b is the number of documents of other class (not C) containing t, c is the number of documents of C not containing the term t, and d is the number of documents of other class not containing t. n is the total number of documents. Independent terms are salient across the full temporal range of training documents. For each category Figure 2 : Term selection per year versus category the same category across the full temporal range, and created a set. The number of sets equals to the number of categories. In contrast, dependent terms refer to a term that is salient for a specific period of time. As illustrated in Figure 2 , we selected dependent terms by using two methods: selection per year, and category. The former is applied to the sets of documents with different categories in the same year as illustrated in the top of Figure 2 . For each category in a specific year y j (y j in Figure 2 refers to 1991), we collected all documents tagged in the category C i within the year y j , and created a set. The number of sets equals to the number of categories in the training documents. In contrast, term selection per category is applied to the sets of documents with different years in the same category shown in the bottom of Figure 2 . For a specific category C i (C i refers to \"Sports\" in Figure 2) , we collected all documents in the same year, and created a set. Thus, the number of sets equals to the number of different years in the training documents.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 454, |
| "end": 462, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 739, |
| "end": 747, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 953, |
| "end": 961, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1013, |
| "end": 1021, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1357, |
| "end": 1365, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 1423, |
| "end": 1432, |
| "text": "Figure 2)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Independent and dependent term selection", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "C i (1 < i \u2264 n),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Independent and dependent term selection", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We applied \u03c7 2 statistics and selected terms whose \u03c7 2 value is larger than a certain threshold value. The procedure for temporal weighting of the selected term t in the training document D is shown in Figure 3 . For each term t in the training document D, if t is included in a set obtained by dependent term selection, t is weighted by TWF, as the term t is salient for a specific year \u03b4. As shown in 4 of Figure 3 , if t occurs in several years, we pick up the latest year \u03b4 and t is weighted by TWF(\u03b4 ). Because \u03b4 is close to the year that the test document was created, and it can be considered to be reliable for accurate classification. X dt in Figure For each term t \u2208 D { 1. If t is included in the set X idt , TWF is not applied to t. // X idt is a set of terms obtained by independent term selection. 2. Else if t is included in the set X dt , { // X dt is a set of terms obtained by dependent term selection. 3. If t appears only in a specific year \u03b4, t is weighted by TWF(\u03b4). 4. Else if t occurs in several years, pick the latest year \u03b4 , t is weighted by TWF(\u03b4 ). } } Figure 3 : Temporal weighting procedure 3 refers to a set of terms obtained by term selection per year (Year), or term selection per category (Cat).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 202, |
| "end": 210, |
| "text": "Figure 3", |
| "ref_id": null |
| }, |
| { |
| "start": 408, |
| "end": 416, |
| "text": "Figure 3", |
| "ref_id": null |
| }, |
| { |
| "start": 652, |
| "end": 664, |
| "text": "Figure For", |
| "ref_id": null |
| }, |
| { |
| "start": 1084, |
| "end": 1092, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Temporal weighting", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Similar to Salles's experiments (Salles et al., 2010) , we tested Rocchio, kNN and NB with the TWF. As a result, we used kNN in the experiment because the result obtained by kNN was the best among them. Each training document is represented using a vector of selected independent/dependent terms. Given a test document, the system finds the k nearest neighbors among the training documents, and uses the categories of the k neighbors to weight the category candidates. The similarity score between training, and test documents collected from 1994 is illustrated in Figure 4 .", |
| "cite_spans": [ |
| { |
| "start": 32, |
| "end": 53, |
| "text": "(Salles et al., 2010)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 565, |
| "end": 573, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Classification based on kNN", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The graph on the right hand side shows TWF described in Section 3. Sim(d, d ) indicates the similarity between training document d and the test document d . As shown in Figure 4 , we used the cosine value of two vectors to measure the similarity between the training and test documents. f (t) refers to the frequency of a term t in the training/test document. t 1 in Figure 4 refers to a term that is important regardless of the timeline. In contrast, t 5 and t 7 are salient terms at a specific year, i.e., 1991 and 1993. These terms are weighted by TWF, i.e., the weight of t 5 is TWF(3) = TWF , and t 7 is TWF(1) = TWF . By sorting the score of candidate categories, a ranked list is obtained for the test Figure 4 : The similarity between training and test documents document. The category with the highest score of the vote is assigned to the test document.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 67, |
| "end": 77, |
| "text": "Sim(d, d )", |
| "ref_id": null |
| }, |
| { |
| "start": 169, |
| "end": 177, |
| "text": "Figure 4", |
| "ref_id": null |
| }, |
| { |
| "start": 367, |
| "end": 375, |
| "text": "Figure 4", |
| "ref_id": null |
| }, |
| { |
| "start": 709, |
| "end": 717, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Classification based on kNN", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We had an experiment to evaluate our method. We collected Mainichi Japanese newspaper from 1991 to 2010 and used them in the experiments 2 . Mainichi newspaper documents are classified into sixteen categories. Of these, we used six categories, \"Sports\", \"Home\", \"Science\", \"Economy\", \"Arts\", and \"International\", each of which has more than 250 documents for each year. All Japanese documents were tagged by using a morphological analyzer Chasen (Matsumoto et al., 2000) . We used nouns as independent/dependent term selection.", |
| "cite_spans": [ |
| { |
| "start": 446, |
| "end": 470, |
| "text": "(Matsumoto et al., 2000)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We divided all the documents into two sets: one is to estimate the number of selected terms weighted by \u03c7 2 statistics, 3 parameters Gaussian function, and the number of k in kNN. Another is a test data. We used the estimated parameters to classify test documents. Table 2 shows the size of data used in the experiments. \"Doc\" refers to the number of documents per category. As shown in Table 2 , we used three types of test data to examine the effect of the method against the difference of period between the training and test data. As a result of parameter estimation, we used the number of 10,000 terms as independent terms and 3,000 for dependent terms. The estimated parameters used in a Gaussian function are shown in Table 3 . The number of k in kNN was set to 12.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 265, |
| "end": 272, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 387, |
| "end": 394, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 725, |
| "end": 733, |
| "text": "Table 3", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We evaluated text classification performance by F-score. To examine the effect of dependent term selection, we set X dt in Figure 3 to three types of terms, i.e., Year, Cat, and Year \u222a Cat, and com-2 http://ndk.co.jp/english/index.html Table 4 shows the results obtained by using three types of terms. \"Cat\" and \"Year\" refer to the results obtained by term selection per category, and year, respectively. \"Cat \u222a Year\" refers to the results obtained by both selection methods. \"Macro Avg.\" in Table 4 indicates macro-averaged F-score. \" * \" in Table 4 shows that \"Cat\" shows statistical significance t-test compared with the * marked method. As shown in Table 4 , there is no significant difference among three selection methods, especially when the test and training documents are the same time period, i.e., 1991 -2000. When the test data is derived from 2001 and 2010, the macro-averaged F-score obtained by \"Cat\" is statistically significant compared with \"Year\" in some categories. These observations indicate that term selection per category is the best among other methods. Then, we used term selection per category as a dependent term selection.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 123, |
| "end": 131, |
| "text": "Figure 3", |
| "ref_id": null |
| }, |
| { |
| "start": 236, |
| "end": 243, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 492, |
| "end": 499, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 543, |
| "end": 550, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 653, |
| "end": 660, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We compared our method, temporal-based term selection(TTS) with three baselines: (1) SVM, (2) kNN, and (3) a method developed by Salles et al. (Salles et al., 2010) , i.e., the method applies TWF to each document. In SVM and kNN, we used the result of a simple \u03c7 2 statistics. We used SVM-Light package for training and testing (Joachims, 1998) 3 . We used linear kernel and set all parameters to their default values. The results are shown in Table 5 . \" * \" in Table 5 shows that TTS is statistical significance t-test compared with the * marked methods. For instance, the performance of \"Cat\" in category \"Arts\" by using 1991-2000 test data shows significantly better to the results obtained by both kNN and Salles et al. methods.", |
| "cite_spans": [ |
| { |
| "start": 143, |
| "end": 164, |
| "text": "(Salles et al., 2010)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 328, |
| "end": 344, |
| "text": "(Joachims, 1998)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 444, |
| "end": 451, |
| "text": "Table 5", |
| "ref_id": "TABREF5" |
| }, |
| { |
| "start": 463, |
| "end": 470, |
| "text": "Table 5", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "As can be seen from Table 5 that macroaveraged F-score obtained by TTS was better to those obtained by kNN and Salles's methods in all of the three types of test data. When we used 1991 -2000 and 2001 test data, the performance against the categories except for \"Economy\" and \"Science\" obtained by TTS was better to those obtained by kNN and Salles's methods. The performance obtained by TTS was better than Salles's method, especially the test data (2010) was far from the training data (1991 -2000) , as five out of six categories were statistically significant. These observations show that the algorithm which applies TWF to each term is more effective than the method applying TWF to each document in the training data. There is no significant difference between the results obtained by SVM and TTS when the test data is not far from the training data, i.e., 1991 -2000 and 2001. However, when we used 2010 test data, the result obtained by TTS is statistically significant compared with SVM. The observation shows that our method is effective when testing on data far from the training data. Table 6 shows topmost 15 terms obtained by independent and dependent term selection. The dependent term selection is a result obtained by term selection per category. The categories are \"Sports\" and \"International\". As we can see from Table 6 that independent terms such as \"baseball\" and \"win\" are salient terms of the category \"Sports\" regardless to a time period. In contrast, \"Miyawaki\" listed in the dependent terms, is a snowboard player and he was on his first world championship title in Jan. 1998. The term often appeared in the documents from 1998 to 2000. Similarly, in the category \"International\", terms such as \"UN\" and \"North Korea\" often appeared in documents regardless of the timeline, while \"Tupac Amaru\" and \"MRTA\" frequently appeared in a specific year, 1997. Because in this year, Tupac Amaru Revolutionary Movement (MRTA) rebels were all killed when Peruvian troops stormed the Japanese ambassador's home where they held 72 hostages for more than four months. These observations support our basic assumption: there are two types of salient terms, i.e., terms that are salient for a specific period, and terms that are important regardless of the timeline.", |
| "cite_spans": [ |
| { |
| "start": 488, |
| "end": 500, |
| "text": "(1991 -2000)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 20, |
| "end": 27, |
| "text": "Table 5", |
| "ref_id": "TABREF5" |
| }, |
| { |
| "start": 1098, |
| "end": 1105, |
| "text": "Table 6", |
| "ref_id": "TABREF6" |
| }, |
| { |
| "start": 1333, |
| "end": 1341, |
| "text": "Table 6", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We recall that the overall performance obtained by four methods including our method drops when we used 2010 test data, while the performance of our method was still better than other methods in F-Score The # of training documents Table 5 . We note that we used surface information, i.e., noun words in documents as a feature of a vector. Therefore, the method ignores the sense of terms such as synonyms and antonyms. The earliest known technique for smoothing the term distributions through the use of latent classes is the Probabilistic Latent Semantic Analysis (PLSA) (Hofmann, 1999) , and it has been shown to improve the performance of a number of information access including text classification (Xue et al., 2008) . It is definitely worth trying with our method to achieve classification accuracy from different period of training and test data as high as that from the same time period of these data.", |
| "cite_spans": [ |
| { |
| "start": 572, |
| "end": 587, |
| "text": "(Hofmann, 1999)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 703, |
| "end": 721, |
| "text": "(Xue et al., 2008)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 231, |
| "end": 238, |
| "text": "Table 5", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Finally, we evaluated the effect of the method against the number of training documents. Figures 5, 6 and 7 show the results using the test data collected from 1991 -2000, 2001 , and 2010, respectively. As we can see from Figures 5, 6 and 7, the results obtained by TTS were higher than those obtained by kNN and Salles et al. methods regardless of the number of training documents. Moreover, when the training and test data are the same time period, the F-score obtained by TTS using F-Score The # of training documents Figure 7 : Performance (2010 data) 4,800 training documents and 1,200 documents were 0.821 and 0.804, respectively, and the performance was 1.7% decrease when the training data was reduced. However, those obtained by kNN and Salles et al. methods were 2.3% and 2.9% decreases, respectively. The behavior was similar when we used 2001 and 2010 test data. These observations support the effectiveness of our method.", |
| "cite_spans": [ |
| { |
| "start": 160, |
| "end": 176, |
| "text": "1991 -2000, 2001", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 89, |
| "end": 107, |
| "text": "Figures 5, 6 and 7", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 222, |
| "end": 234, |
| "text": "Figures 5, 6", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 521, |
| "end": 529, |
| "text": "Figure 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We have developed an approach for text classification concerned with the impact that the variation of the strength of term-class relationship over time. We proposed a method of temporal-based term selection for timeline adaptation. The results showed that our method achieved better results than the baselines, kNN and Salles's methods in all of the three types of test data, 1991 -2000, 2001 , and 2010 test data. The result obtained by our method was statistically significant than SVM when the test data (2010) was far from the training data (1991 -2000) , while there was no significant difference between SVM and our method when the period of test data is close to the training data. Moreover, we found that the method is effective for a small number of training documents.", |
| "cite_spans": [ |
| { |
| "start": 370, |
| "end": 392, |
| "text": "data, 1991 -2000, 2001", |
| "ref_id": null |
| }, |
| { |
| "start": 545, |
| "end": 557, |
| "text": "(1991 -2000)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "There are a number of interesting directions for future work. We should be able to obtain further advantages in efficacy in our approach by smoothing the term distributions through the use of latent classes in the PLSA (Hofmann, 1999; Xue et al., 2008) . We used Japanese newspaper documents in the experiments. For quantitative evaluation, we need to apply our method to other data such as ACM-DL and a large, heterogeneous collection of web content. Temporal weighting function we used needs tagged corpora with long pe-riods of time. The quantity of the training documents affects its performance. However, documents are annotated by hand, and manual annotation of documents is extremely expensive and time-consuming. In the future, we will try to extend the framework by using unsupervised methods e.g. Latent Dirichlet Allocation (LDA) (Blei et al., 2003; Wang and McCallum, 2006) .", |
| "cite_spans": [ |
| { |
| "start": 219, |
| "end": 234, |
| "text": "(Hofmann, 1999;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 235, |
| "end": 252, |
| "text": "Xue et al., 2008)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 841, |
| "end": 860, |
| "text": "(Blei et al., 2003;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 861, |
| "end": 885, |
| "text": "Wang and McCallum, 2006)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We empirically set alpha = 50% in the experiment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://svmlight.joachims.org", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The authors would like to thank the referees for their valuable comments on the earlier version of this paper. This work was supposed by the Grantin-aid for the Japan Society for the Promotion of Science (No. 25330255, 26330247).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ACKNOWLEDGEMENTS", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Latent Dirichlet Allocation. Machine Learning", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Ng", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "I" |
| ], |
| "last": "Jordan", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "3", |
| "issue": "", |
| "pages": "993--1022", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Blei, A. Y. Ng, and M. I. Jordan. 2003. Latent Dirichlet Allocation. Machine Learning, 3:993- 1022.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Context-sensitive Learning Methods for Text Categorization", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "W" |
| ], |
| "last": "Cohen", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Singer", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "ACM Transactions of Information Systems", |
| "volume": "17", |
| "issue": "2", |
| "pages": "141--173", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. W. Cohen and Y. Singer. 1999. Context-sensitive Learning Methods for Text Categorization. ACM Transactions of Information Systems, 17(2):141- 173.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Hierarchical Classification of Web Contents", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Dumais", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. of the 23rd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "256--263", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Dumais and H. Chen. 2000. Hierarchical Classifi- cation of Web Contents. In Proc. of the 23rd An- nual International ACM SIGIR Conference on Re- search and Development in Information Retrieval, pages 256-263.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "An Adaptive Distributed Ensemble Approach to Mine Concept-drifting Data Streams", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Folino", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Pizzuti", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Spezzano", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the 19th IEEE International Conference on Tools with Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "183--188", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Folino, C. Pizzuti, and G. Spezzano. 2007. An Adaptive Distributed Ensemble Approach to Mine Concept-drifting Data Streams. In Proc. of the 19th IEEE International Conference on Tools with Artifi- cial Intelligence, pages 183-188.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "An Extensive Empirical Study of Feature Selection Metrics for Text Classification", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Forman", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Machine Learning Research", |
| "volume": "3", |
| "issue": "", |
| "pages": "1289--1305", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Forman. 2003. An Extensive Empirical Study of Feature Selection Metrics for Text Classification. Machine Learning Research, 3:1289-1305.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Multilabel Classification with Meta-level Features", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Gopal", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the 33rd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "315--322", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Gopal and Y. Yang. 2010. Multilabel Classification with Meta-level Features. In Proc. of the 33rd An- nual International ACM SIGIR Conference on Re- search and Development in Information Retrieval, pages 315-322.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Random-Walk Term Weighting for Improved Text Classification", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Hassan", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Mihalcea", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Nanea", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of the IEEE International Conference on Semantic Computing", |
| "volume": "", |
| "issue": "", |
| "pages": "242--249", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Hassan, R. Mihalcea, and C. Nanea. 2007. Random- Walk Term Weighting for Improved Text Classifica- tion. In Proc. of the IEEE International Conference on Semantic Computing, pages 242-249.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Topic Dynamics: An Alternative Model of Bursts in Streams of Topics", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "S" |
| ], |
| "last": "Parker", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the 16th ACM SIGKDD Conference on Knowledge discovery and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "443--452", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. He and D. S. Parker. 2010. Topic Dynamics: An Alternative Model of Bursts in Streams of Topics. In Proc. of the 16th ACM SIGKDD Conference on Knowledge discovery and Data Mining, pages 443- 452.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Probabilistic Latent Semantic Indexing", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Hofmann", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proc. of the 22nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "35--44", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Hofmann. 1999. Probabilistic Latent Semantic In- dexing. In Proc. of the 22nd Annual International ACM SIGIR Conference on Research and Develop- ment in Information Retrieval, pages 35-44.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "SVM Light Support Vector Machine", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Joachims", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Dept. of Computer Science Cornell University", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Joachims. 1998. SVM Light Support Vector Ma- chine. In Dept. of Computer Science Cornell Uni- versity.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "The Impact of Changing Populations on Classifier Performance", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "G" |
| ], |
| "last": "Kelly", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hand", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "M" |
| ], |
| "last": "Adams", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proc. of the fifth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "367--371", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. G. Kelly, D. J. Hand, and N. M. Adams. 1999. The Impact of Changing Populations on Classifier Performance. In Proc. of the fifth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 367-371.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Adaptive Web Document Classification with MCRDR", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [ |
| "S" |
| ], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "S" |
| ], |
| "last": "Park", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Deards", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [ |
| "H" |
| ], |
| "last": "Kang", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of 2004 International Conference on Information Technology: Coding and Computing", |
| "volume": "", |
| "issue": "", |
| "pages": "476--480", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. S. Kim, S. S. Park, E. Deards, and B. H. Kang. 2004. Adaptive Web Document Classification with MCRDR. In Proc. of 2004 International Confer- ence on Information Technology: Coding and Com- puting, pages 476-480.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Detecting Concept Drift with Support Vector Machines", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Klinkenberg", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Joachims", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. of the 17th International Conference on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "487--494", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. Klinkenberg and T. Joachims. 2000. Detecting Concept Drift with Support Vector Machines. In Proc. of the 17th International Conference on Ma- chine Learning, pages 487-494.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Using Multiple Windows to Track Concept Drift", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "M" |
| ], |
| "last": "Lazarescu", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Venkatesh", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [ |
| "H" |
| ], |
| "last": "Bui", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "8", |
| "issue": "", |
| "pages": "29--59", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. M. Lazarescu, S. Venkatesh, and H. H. Bui. 2004. Using Multiple Windows to Track Concept Drift. Intelligent Data Analysis, 8(1):29-59.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Incremental Context Mining for Adaptive Document Classification", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "L" |
| ], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [ |
| "L" |
| ], |
| "last": "Lu", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of the eighth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "599--604", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R. L. Liu and Y. L. Lu. 2002. Incremental Con- text Mining for Adaptive Document Classification. In Proc. of the eighth ACM SIGKDD International Conference on Knowledge Discovery and Data Min- ing, pages 599-604.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Japanese Morphological Analysis System Chasen Version 2.2.1", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Matsumoto", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Kitauchi", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Yamashita", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Hirano", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Matsuda", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Takaoka", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Asahara", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Naist Technical Report", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Matsumoto, A. Kitauchi, T. Yamashita, Y. Hirano, Y. Matsuda, K. Takaoka, and M. Asahara. 2000. Japanese Morphological Analysis System Chasen Version 2.2.1. In Naist Technical Report.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Understanding Temporal Aspects in Document Classification", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Mourao", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Rocha", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Araujo", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Couto", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Goncalves", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "M" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of the 1st ACM International Conference on Web Search and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "159--169", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Mourao, L. Rocha, R. Araujo, T. Couto, M. Goncalves, and W. M. Jr. 2008. Understanding Temporal Aspects in Document Classification. In Proc. of the 1st ACM International Conference on Web Search and Data Mining, pages 159-169.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Technical Analysis of the Financial Markets", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Murphy", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Murphy. 1999. Technical Analysis of the Financial Markets. Prentice Hall.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Exploiting Temporal Contexts in Text Classification", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Rocha", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Mourao", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Goncalves", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "M" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of the 17th ACM Conference on Information and Knowledge Management", |
| "volume": "", |
| "issue": "", |
| "pages": "26--30", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Rocha, F. Mourao, A. Pereira, M. A. Goncalves, and W. M. Jr. 2008. Exploiting Temporal Contexts in Text Classification. In Proc. of the 17th ACM Conference on Information and Knowledge Man- agement, pages 26-30.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Exponentially Weighted Moving Average Charts for Detecting Concept Drift", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "J" |
| ], |
| "last": "Ross", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "M" |
| ], |
| "last": "Adams", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "K" |
| ], |
| "last": "Tasoulis", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hand", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Pattern Recognition Letters", |
| "volume": "33", |
| "issue": "2", |
| "pages": "191--198", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. J. Ross, N. M. Adams, D. K. Tasoulis, and D. J. Hand. 2012. Exponentially Weighted Moving Av- erage Charts for Detecting Concept Drift. Pattern Recognition Letters, 33(2):191-198.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Temporally-aware Algorithms for Document Classification", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Salles", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Rocha", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [ |
| "L" |
| ], |
| "last": "Pappa", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the 33rd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "307--314", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Salles, L. Rocha, and G. L. Pappa. 2010. Temporally-aware Algorithms for Document Clas- sification. In Proc. of the 33rd Annual International ACM SIGIR Conference on Research and Develop- ment in Information Retrieval, pages 307-314.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Boosting Classifiers for Drifting Concepts. Intelligent Data Analysis", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Scholz", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Klinkenberg", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "", |
| "volume": "11", |
| "issue": "", |
| "pages": "3--28", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Scholz and R. Klinkenberg. 2007. Boosting Clas- sifiers for Drifting Concepts. Intelligent Data Anal- ysis, 11(1):3-28.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Topic over Time: A Non-Markov Continuous-Time Model of Topic Trends", |
| "authors": [ |
| { |
| "first": "X", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proc. of the 12th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "424--433", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "X. Wang and A. McCallum. 2006. Topic over Time: A Non-Markov Continuous-Time Model of Topic Trends. In Proc. of the 12th ACM SIGKDD Inter- national Conference on Knowledge Discovery and Data Mining, pages 424-433.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Topicbridged PLSA for Cross-Domain Text Classification", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [ |
| "R" |
| ], |
| "last": "Xue", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Dai", |
| "suffix": "" |
| }, |
| { |
| "first": "Q", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of the 31st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "627--634", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. R. Xue, W. Dai, Q. Yang, and Y. Yu. 2008. Topic- bridged PLSA for Cross-Domain Text Classifica- tion. In Proc. of the 31st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 627-634.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "A Re-examination of Text Categorization Methods", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "X", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proc. of the 22nd Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "42--49", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Yang and X. Lin. 1999. A Re-examination of Text Categorization Methods. In Proc. of the 22nd An- nual International ACM SIGIR Conference on Re- search and Development in Information Retrieval, pages 42-49.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "A Comparative Study on Feature Selection in Text Categorization", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "O" |
| ], |
| "last": "Pedersen", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proc. of the 14th International Conference on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "412--420", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Yang and J. O. Pedersen. 1997. A Comparative Study on Feature Selection in Text Categorization. In Proc. of the 14th International Conference on Ma- chine Learning, pages 412-420.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Figure 5: Performance (1991 -2000 data)", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF1": { |
| "text": "Performance (2001 data)", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "TABREF0": { |
| "text": "Temporal distances against terms", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF1": { |
| "text": "where n is the number of categories, we collected all documents with \u2026.... \u2026....", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td colspan=\"2\">Term selection in 1991 year</td><td/></tr><tr><td>1991 Category 1</td><td>1991 Category 2</td><td>1991 Category n</td></tr><tr><td colspan=\"3\">Term selection of Sports category</td></tr><tr><td>1991</td><td>1992</td><td>1993</td></tr><tr><td>Sports</td><td>Sports</td><td>Sports</td></tr></table>" |
| }, |
| "TABREF2": { |
| "text": "Data used in the experiments", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"3\">Parameter estimation</td></tr><tr><td>Period</td><td colspan=\"3\">Training Doc Total Doc Total Test</td></tr><tr><td colspan=\"2\">1991 -2000 80</td><td>4,800</td><td>50 3,000</td></tr><tr><td>2001</td><td>-</td><td>-</td><td>500 3,000</td></tr><tr><td>2010</td><td>-</td><td>-</td><td>500 3,000</td></tr><tr><td/><td colspan=\"2\">Training and Test</td><td/></tr><tr><td>Period</td><td colspan=\"3\">Training Doc Total Doc Total Test</td></tr><tr><td colspan=\"3\">1991 -2000 120 7,200</td><td>50 3,000</td></tr><tr><td>2001</td><td>-</td><td>-</td><td>500 3,000</td></tr><tr><td>2010</td><td>-</td><td>-</td><td>500 3,000</td></tr></table>" |
| }, |
| "TABREF3": { |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td colspan=\"2\">: Estimated parameters</td></tr><tr><td>Param.</td><td>Value</td></tr><tr><td>a 1</td><td>0.969</td></tr><tr><td>b 1</td><td>6.104 \u00d7 10 \u22129</td></tr><tr><td>c 1</td><td>7.320</td></tr><tr><td>a 2</td><td>0.031</td></tr><tr><td>b 2</td><td>\u22123.451 \u00d7 10 \u22127</td></tr><tr><td>c 2</td><td>0.506</td></tr><tr><td>pared these results.</td><td/></tr></table>" |
| }, |
| "TABREF4": { |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"3\">Classification Results</td></tr><tr><td/><td colspan=\"2\">1991 -2000 Test Data</td><td/></tr><tr><td>Category</td><td>Cat</td><td>Year</td><td>Cat \u222a Year</td></tr><tr><td>Arts</td><td colspan=\"2\">0.813 0.819</td><td>0.814</td></tr><tr><td colspan=\"3\">International 0.836 0.833</td><td>0.835</td></tr><tr><td>Economy</td><td colspan=\"2\">0.802 0.802</td><td>0.801</td></tr><tr><td>Home</td><td colspan=\"2\">0.747 0.751</td><td>0.751</td></tr><tr><td>Science</td><td colspan=\"2\">0.807 0.806</td><td>0.809</td></tr><tr><td>Sports</td><td colspan=\"2\">0.920 0.921</td><td>0.920</td></tr><tr><td colspan=\"3\">Macro Avg. 0.821 0.822</td><td>0.822</td></tr><tr><td/><td colspan=\"2\">2001 Test Data</td><td/></tr><tr><td>Category</td><td>Cat</td><td>Year</td><td>Cat \u222a Year</td></tr><tr><td>Arts</td><td colspan=\"2\">0.799 0.791 *</td><td>0.800</td></tr><tr><td colspan=\"3\">International 0.801 0.801</td><td>0.803</td></tr><tr><td>Economy</td><td colspan=\"2\">0.792 0.789</td><td>0.791</td></tr><tr><td>Home</td><td colspan=\"2\">0.745 0.740</td><td>0.744</td></tr><tr><td>Science</td><td colspan=\"2\">0.714 0.713</td><td>0.715</td></tr><tr><td>Sports</td><td colspan=\"2\">0.897 0.892 *</td><td>0.898</td></tr><tr><td colspan=\"3\">Macro Avg. 0.791 0.788 *</td><td>0.792</td></tr><tr><td/><td colspan=\"2\">2010 Test Data</td><td/></tr><tr><td>Category</td><td>Cat</td><td>Year</td><td>Cat \u222a Year</td></tr><tr><td>Arts</td><td colspan=\"2\">0.330 0.323 *</td><td>0.322 *</td></tr><tr><td colspan=\"3\">International 0.718 0.714</td><td>0.718</td></tr><tr><td>Economy</td><td colspan=\"2\">0.694 0.698</td><td>0.695</td></tr><tr><td>Home</td><td colspan=\"2\">0.494 0.501</td><td>0.490</td></tr><tr><td>Science</td><td colspan=\"2\">0.495 0.496</td><td>0.496</td></tr><tr><td>Sports</td><td colspan=\"2\">0.862 0.865</td><td>0.863</td></tr><tr><td colspan=\"3\">Macro Avg. 0.598 0.600</td><td>0.597</td></tr></table>" |
| }, |
| "TABREF5": { |
| "text": "", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td colspan=\"3\">Comparative results</td><td/></tr><tr><td/><td colspan=\"3\">1991 -2000 Test Data</td><td/></tr><tr><td>Category</td><td>kNN</td><td>Salles</td><td>SVM</td><td>TTS</td></tr><tr><td>Arts</td><td colspan=\"4\">0.785 * 0.795 * 0.801 0.813</td></tr><tr><td colspan=\"5\">International 0.811 * 0.810 * 0.837 0.836</td></tr><tr><td>Economy</td><td>0.796</td><td>0.799</td><td colspan=\"2\">0.800 0.802</td></tr><tr><td>Home</td><td colspan=\"4\">0.715 * 0.721 * 0.740 0.747</td></tr><tr><td>Science</td><td>0.803</td><td>0.807</td><td colspan=\"2\">0.809 0.807</td></tr><tr><td>Sports</td><td colspan=\"4\">0.885 * 0.890 * 0.892 * 0.920</td></tr><tr><td colspan=\"5\">Macro Avg. 0.799 * 0.804 * 0.812 0.821</td></tr><tr><td/><td colspan=\"2\">2001 Test Data</td><td/><td/></tr><tr><td>Category</td><td>kNN</td><td>Salles</td><td>SVM</td><td>TTS</td></tr><tr><td>Arts</td><td colspan=\"4\">0.765 * 0.764 * 0.780 * 0.799</td></tr><tr><td colspan=\"5\">International 0.780 * 0.783 * 0.802 0.801</td></tr><tr><td>Economy</td><td>0.797</td><td>0.805</td><td colspan=\"2\">0.809 0.792</td></tr><tr><td>Home</td><td colspan=\"4\">0.717 * 0.722 * 0.728 * 0.745</td></tr><tr><td>Science</td><td>0.720</td><td>0.720</td><td colspan=\"2\">0.723 0.714</td></tr><tr><td>Sports</td><td colspan=\"4\">0.867 * 0.862 * 0.870 * 0.897</td></tr><tr><td colspan=\"5\">Macro Avg. 0.774 * 0.776 * 0.785 0.791</td></tr><tr><td/><td colspan=\"2\">2010 Test Data</td><td/><td/></tr><tr><td>Category</td><td>kNN</td><td>Salles</td><td>SVM</td><td>TTS</td></tr><tr><td>Arts</td><td colspan=\"4\">0.339 0.310 * 0.340 0.330</td></tr><tr><td colspan=\"5\">International 0.688 * 0.685 * 0.687 * 0.718</td></tr><tr><td>Economy</td><td colspan=\"4\">0.688 0.676 * 0.689 0.694</td></tr><tr><td>Home</td><td colspan=\"4\">0.482 * 0.477 * 0.483 * 0.494</td></tr><tr><td>Science</td><td>0.490</td><td>0.478</td><td colspan=\"2\">0.492 0.494</td></tr><tr><td>Sports</td><td colspan=\"4\">0.851 * 0.850 * 0.851 * 0.862</td></tr><tr><td colspan=\"5\">Macro Avg. 0.589 * 0.579 * 0.590 * 0.598</td></tr><tr><td colspan=\"5\">* denotes statistical significance t-test, P-value \u2264 0.05</td></tr></table>" |
| }, |
| "TABREF6": { |
| "text": "Sample results of term selection", |
| "type_str": "table", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td colspan=\"2\">Sports</td><td colspan=\"2\">International</td></tr><tr><td>ind.</td><td>dep. (2000)</td><td>ind.</td><td>dep. (1997)</td></tr><tr><td>baseball</td><td>Sydney</td><td>president</td><td>Tupac Amaru</td></tr><tr><td>win</td><td>Toyota</td><td>premier</td><td>Lima</td></tr><tr><td>game</td><td>HP</td><td>army</td><td>Kinshirou</td></tr><tr><td>competition</td><td>hung-up</td><td>power</td><td>residence</td></tr><tr><td colspan=\"2\">championship Paku</td><td>government</td><td>Hirose</td></tr><tr><td>entry</td><td>admission</td><td>talk</td><td>Huot</td></tr><tr><td>tournament</td><td>game</td><td>election</td><td>MRTA</td></tr><tr><td>player</td><td>Mita</td><td>UN</td><td>Topac</td></tr><tr><td>defeat</td><td>Miyawaki</td><td>politics</td><td>impression</td></tr><tr><td>pro</td><td>ticket</td><td>military</td><td>employment</td></tr><tr><td>title</td><td>ready</td><td>nation</td><td>earth</td></tr><tr><td>finals</td><td>Seagirls</td><td>democracy</td><td>election</td></tr><tr><td>league</td><td>award</td><td>minister</td><td>supplement</td></tr><tr><td>first game</td><td>Gaillard</td><td colspan=\"2\">North Korea Eastern Europe</td></tr><tr><td>Olympic</td><td>attackers</td><td>chair</td><td>bankruptcy</td></tr></table>" |
| } |
| } |
| } |
| } |