ACL-OCL / Base_JSON /prefixU /json /U08 /U08-1004.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "U08-1004",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:11:48.256530Z"
},
"title": "All-Topology, Semi-Abstract Syntactic Features for Text Categorisation",
"authors": [
{
"first": "Ari",
"middle": [],
"last": "Chanen",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Sydney Sydney",
"location": {
"postCode": "2006",
"country": "Australia"
}
},
"email": ""
},
{
"first": "Jon",
"middle": [],
"last": "Patrick",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Sydney Sydney",
"location": {
"postCode": "2006",
"country": "Australia"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Good performance on Text Classification (TC) tasks depends on effective and statistically significant features. Typically, the simple bag-of-words representation is widely used because unigram counts are more likely to be significant compared to more compound features. This research explores the idea that the major cause of poor performance of some complex features is sparsity. Syntactic features are usually complex being made up of both lexical and syntactic information. This paper introduces the use of a class of automatically extractable, syntactic features to the TC task. These features are based on subtrees of parse trees. As such, a large number of these features are generated. Our results suggest that generating a diverse set of these features may help in increasing performance. Partial abstraction of the features also seems to boost performance by counteracting sparsity. We will show that various subsets of our syntactic features do outperform the bag-of-words representation alone.",
"pdf_parse": {
"paper_id": "U08-1004",
"_pdf_hash": "",
"abstract": [
{
"text": "Good performance on Text Classification (TC) tasks depends on effective and statistically significant features. Typically, the simple bag-of-words representation is widely used because unigram counts are more likely to be significant compared to more compound features. This research explores the idea that the major cause of poor performance of some complex features is sparsity. Syntactic features are usually complex being made up of both lexical and syntactic information. This paper introduces the use of a class of automatically extractable, syntactic features to the TC task. These features are based on subtrees of parse trees. As such, a large number of these features are generated. Our results suggest that generating a diverse set of these features may help in increasing performance. Partial abstraction of the features also seems to boost performance by counteracting sparsity. We will show that various subsets of our syntactic features do outperform the bag-of-words representation alone.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "One of the keys to obtaining good performance out of an automatic TC system is choosing appropriate types of features. Humans can often do better than automatic classification systems on difficultto-categorise corpora, probably by using the human ability to extract the meaning of documents from the document words. Many researchers have tried to use features that are closer to a more semantic representation of documents. Unfortunately, many of these attempts do not succeed in doing better than bag-of-words e.g. (Moschitti and Basili, 2004) . A major problem seems to be that the more complex a feature type is, the less frequently it occurs. A complex feature's occurance rate in a training set will often not be significant in an unseen test set. A simple example is how a purely bigram representation of documents is expected to do worse than a representation of the same documents using unigrams, as we will demonstrate below in the Experiments section.",
"cite_spans": [
{
"start": 516,
"end": 544,
"text": "(Moschitti and Basili, 2004)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Attempting to use syntactic features can be appealing because the syntax of document sentences holds clues into how an author encodes the semantics into the sequence of document words. Syntax can be thought of as the middle ground between the lexical and semantic levels of representation. An apt quote on this subject is \". . . the aim of syntactical representation is to constitute a bridgehead to semantics\" (Schneider, 1998) . The syntax of a document is usually represented in a hyper-linear representation such as trees. Syntactic trees are rich in information where the nodes encode information about sentence terms and the links encode information about the relationships between terms.",
"cite_spans": [
{
"start": 411,
"end": 428,
"text": "(Schneider, 1998)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "It is tempting to construct complex features by extracting them from parse trees. However, there is always the problem of feature sparsity. The right type of complex, syntactic feature may be closer to the semantic level and may seem to hold out the promise of improving performance on a TC task, yet more complex phrasal or syntactic features suffer from \"inferior statistical qualities\" (Lewis, 1992) .",
"cite_spans": [
{
"start": 389,
"end": 402,
"text": "(Lewis, 1992)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "It is the aim of this research to try to use syntactic information in TC features in such a way that the problems of sparsity might be overcome. In this effort, two main lines of attack are used. First, we automatically generate a large number (possibly hundreds of thousands or more) of features out of dependency parse trees, in the hope that some of these many features will turn out to be highly discriminative TC features with a significant number of occurrences. Second, we use partial abstraction of these syntactic features to bring separate groups of features together, thus increasing the feature count and alleviating sparsity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "It should be noted that sparsity may be only one reason that complex features may not be as effective as simple features given a particular task. Other reasons might be that some types of complex features are simply noisy with respect to a learning task. Another possible reason is that some simple features subsume more complex features with respect to a task. These two reasons beyond sparsity will not be explored in this research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The TC task that we do our experiments on is that of scam detection i.e. separating scam websites from non-scam websites in the financial domain. The dataset comes from the ScamSeek project (Patrick, 2006b ).",
"cite_spans": [
{
"start": 190,
"end": 205,
"text": "(Patrick, 2006b",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This section first describes related work on syntactic features and than describes the type of syntactic feature developed for this research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic Features",
"sec_num": "2"
},
{
"text": "A Word Sense Disambiguation (WSD) 1 system using syntactic features alone is described in (Lin, 2000) . This system inspired the current research. This system also adhered to the principle of only using syntactic features discovered automatically in the corpus. In Lin's WSD system, one linked features were formed by starting at the targetword 2 and jumping to surrounding lexical nodes that could be reached from there. Two-link features were formed by jumping from the endpoint of one-link features to any non-target word nodes.",
"cite_spans": [
{
"start": 90,
"end": 101,
"text": "(Lin, 2000)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2.1"
},
{
"text": "The precursor to this research, (Chanen and Patrick, 2004) , details the use of ATSAS features for WSD. ATSAS features were based upon Lin's syntactic features but were designed to be more general. Lin's features were formed by expanding a feature one link at a time in a figurative line. The differences between Lin's syntactic features and those described in (Chanen and Patrick, 2004) are: 1) Lin's features are restricted to the linear (e.g. under his syntactic feature definition, a feature like Figure 1 (e), where three links come together in one node, would not be possible); and 2) Lin's do not have abstraction.",
"cite_spans": [
{
"start": 44,
"end": 58,
"text": "Patrick, 2004)",
"ref_id": null
},
{
"start": 373,
"end": 387,
"text": "Patrick, 2004)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 501,
"end": 509,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2.1"
},
{
"text": "A similar use of dependency parse subtrees is applied for producing state-of-the-art machine translation results in (Quirk et al., 2005) , where the syntactic features are called treelets. After parsing a sentence in the source language, parallel treelets in the target language are then extracted to aid in the translation task. There is a very limited use of wildcards, only at the root of the tree.",
"cite_spans": [
{
"start": 116,
"end": 136,
"text": "(Quirk et al., 2005)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2.1"
},
{
"text": "For the experiments of this research, the syntactic features were extracted from dependency parse trees rather than from constituency parse trees. (Quirk et al., 2005 ) also used dependency parsers over constituency parsers citing the compactness of the sentence structure representation; for example, a verb is adjacent to its arguments in a dependency parse tree, whereas in a constituency parse tree the path from the verb to its arguments would first need to go up the tree before going down to the arguments.",
"cite_spans": [
{
"start": 147,
"end": 166,
"text": "(Quirk et al., 2005",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2.1"
},
{
"text": "Another WSD system using syntactic features is described in (F\u00e9rnandez-Amor\u00f3s, 2004). The system also uses parse subtrees as well as some wildcard abstraction for increasing recall, although his wildcards could only replace pronouns and content words. Much manual labour went into identifying the base syntactic features and the ways of abstracting the features. This research also uses transformations on these sub-tree patterns in a further attempt to increase recall. This research did not achieve the same amount of automation in either identifying syntactic tree topologies or in generating wildcard features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2.1"
},
{
"text": "Not all syntactic features are directly related to the properties of a specific syntax tree. Some researchers have developed syntactic features that are aggregate, ratio, or statistical properties of all the sentences in a document or group of related documents. In one example of such syntactic features (Uzuner, 2005) , the aim of the research is to differentiate between the works of different authors mainly by use of clever aggregate measures of parse tree properties. For instance, one set of features suggested in this research is the number of left-heavy, balanced, and right-heavy sentences that can be found in a particular author's work. By comparing averages and ratios of such features, powerful methods can be developed for differentiating between authors. These kinds of features have a different focus from ATSAS features, differentiating between authors. It might be interesting, though, to see if such aggregate features might be useful in a TC task like scam detection.",
"cite_spans": [
{
"start": 305,
"end": 319,
"text": "(Uzuner, 2005)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2.1"
},
{
"text": "The type of syntactic feature that is developed here has been named the \"All Topology, Semi-Abstract Syntactic\" (ATSAS) feature type. This type of feature is extracted from a dependency parse tree. Dependency parse trees are preferred to constituency parse trees because they are more compact and arguably more directly related to document semantics (Schneider, 1998) .",
"cite_spans": [
{
"start": 350,
"end": 367,
"text": "(Schneider, 1998)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "Each extracted feature is a subtree of a complete sentence parse tree. Theoretically, such features could consist of any number of links, but practically, a limit must be placed on the maximum number of links that are allowed to be in the extracted features. This is because problems with speed and memory limitations can result from the massive number of features that tree features have the potential to generate. With a maximum link level of only two, the experiments for this research generated over 10 million features. This massive number of features, though, was reduced by discarding features that occurred in less than three documents from a training corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "(Chanen and Patrick, 2004) succeeded in generalizing Lin's syntactic features to produce a greater variety of feature topologies, not just the linear features that Lin's system could extract. The current research had as a main goal of expanding the use of ATSAS features beyond their use in WSD to the TC task. In that main goal, this research seems the largely successful. However, the experiments in this research were not able to demonstrate the use of non-linear syntactic features such as the example seen in Figure 1 (e) because of the memory limitations that occurred at feature extraction time. Since a maximum of two link features could be formed, the features extracted for this research is experiments were linear like those in Lin's system.",
"cite_spans": [],
"ref_spans": [
{
"start": 514,
"end": 522,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "One of our important desideratum for syntactic features is that they are automatically extractable. Some syntactic features that were reviewed eariler in the Related Work section use manually-identified syntactic features. It is better, if possible, to eliminate human input in identifying the features both for greater efficiency and for the possibility that novel new syntactic features may be identified in places where human experts may not think to look or have time to look. Figure 1 shows a small parse tree and several ATSAS features extracted from the complete parse tree with zero through three link example features.",
"cite_spans": [],
"ref_spans": [
{
"start": 481,
"end": 489,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "Each feature link is labelled with a dependency link label e.g. subj, obj, cc. The links are joined by nodes that consist of both a lemma and part of speech (POS) tag. When the initial set of features is generated, all of the lemmas referred to literal sentence content. In a second phase of feature generation, all combinations of a feature's lemmas are abstracted to a \"*\". That is, each lemma in an ATSAS can be either literal or abstract. So, for a two-link, three-node feature, a total of seven abstract features can be generated from the one literal feature for a total of eight features. By such abstraction the hope is that some abstract features will join groups of documents in a way that is useful for the TC task. The nodes in Figure 1 do not show any abstraction and they also do not show the POS elements of the nodes.",
"cite_spans": [],
"ref_spans": [
{
"start": 739,
"end": 747,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "One of the advantages of syntactic features like",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "make v\u2212ch q q q q q q q obj N N N N N N N N",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "will will money ATSAS features is that it is possible to increase recall over features like n-grams because certain syntactic features will allow for matching parts of documents by skipping over some words. For instance, the syntactic pattern in Figure 1 (c) can match, in a test document, the phrase \"you will\" as well as \"you definitely will\" even though \"definitely\" is not part of the syntactic pattern.",
"cite_spans": [],
"ref_spans": [
{
"start": 246,
"end": 254,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "3 Methods",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ATSAS Features",
"sec_num": "2.2"
},
{
"text": "Before extracting the syntactic features, the data was parsed using the Connexor dependency parser (J\u00e4rvinen and Tapanainen, 1997).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data Parsing",
"sec_num": "3.1"
},
{
"text": "The maximum entropy classifier was selected to run the TC experiments, partly because publications such as (Ratnaparkhi, 1998) demonstrate that the ME classifier turned in state-of-the-art or near state-of-the-art results for a wide range of NLP tasks. An important aspect of the ME algorithm is that it can robustly deal with a large number of features, which is important in this research since hundreds of thousands of features are possible (see (Ratnaparkhi, 1998) .)",
"cite_spans": [
{
"start": 107,
"end": 126,
"text": "(Ratnaparkhi, 1998)",
"ref_id": "BIBREF9"
},
{
"start": 449,
"end": 468,
"text": "(Ratnaparkhi, 1998)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classifier",
"sec_num": "3.2"
},
{
"text": "The software package used to perform the ME experiments of this research is the Megam (MEGA Model Optimisation) 3 package, which uses an optimised version of limited memory BFGS (Daum\u00e9, 2004) .",
"cite_spans": [
{
"start": 178,
"end": 191,
"text": "(Daum\u00e9, 2004)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classifier",
"sec_num": "3.2"
},
{
"text": "Ten-fold cross validation was used for the training and testing evaluation process. All tests used the same set of folds.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.3"
},
{
"text": "For any given training fold, after all the given feature types were extracted from the train documents, all token types were removed from consideration if that token type was observed in less than three documents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.3"
},
{
"text": "Classification accuracy was chosen as the performance metric in these experiments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.3"
},
{
"text": "Hypothesis testing was used to determine if the TC performance between a pair of feature types was significantly different. The paired t-test was the specific type of hypothesis test used. A standard significant cutoff value of \u03b1 = 0.05 was utilised. The null hypothesis is that the 10-fold cross validation determined accuracies of any two feature tests do not differ significantly from each other.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training and Testing",
"sec_num": "3.3"
},
{
"text": "This section describes the series of experiments performed to determine the usefulness of the ATSAS family of syntactic features. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "4"
},
{
"text": "A variety of different feature types are compared in the below experiments. Table 1 gives the abbreviated name and feature description for each feature type (or a combination of feature types)associated with one of the experiments. Table 2 shows the number of token types in the S and S-A feature types, broken down by the number of links in each feature type. This table illus-trates how the abstraction of some elements of literal syntactic features helps multiply the number of statistically significant ATSAS features. At first glance, the feature counts for the S-A (literal or non-abstract) feature type seem to be counterintuitive. One might expect an explosion of features as more links are added. However, since features observed in less than three documents in the training set are removed, this causes the number of significant 2-link S-A features to be less than the number of 1-link S-A features. When one or more of the lemmas in an ATSAS feature are abstracted, two or more literal features that were distinct may map to the same abstract feature. Literal features that are not significant on their own, may produce a significant feature through this abstraction process. The count of an abstract feature is the sum of the counts of the literal features that map to it. This is the reason for the much higher number of statistically viable features in the 2-link S feature type, where partial or full abstraction of lemma elements is allowed.",
"cite_spans": [],
"ref_spans": [
{
"start": 76,
"end": 83,
"text": "Table 1",
"ref_id": "TABREF1"
},
{
"start": 232,
"end": 239,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Features",
"sec_num": "4.2"
},
{
"text": "Producing abstract features can be quite memory intensive because all literal features found in any document must be stored even if a feature occurs in just a single document. This is necessary since only after all documents have been processed can the abstraction process join low count literal features. The full S feature type includes more than 10 million features after all abstract features have been added to the literal features. This exponential explosion of features is the reason for not being able to perform any TC experiments using 3-link features. See the Future Work section for ideas for including 3-link features. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Features",
"sec_num": "4.2"
},
{
"text": "The baseline for these tests is the Results using the bag-of-words feature, 1g, which shows an accuracy of 86.9%. In order to judge the ATSAS feature type (or some derivative thereof) as a successful TC feature, we need to show a significant t-test score between one of the ATSAS feature types and the bag-of-words features. Experiment one used ATSAS features that eliminated all features that had literal lemmas (i.e. not abstract). There are only 4,291 instances of this subtype of ATSAS features. Not surprisingly, this feature type did the worst with an accuracy of 82%, which was significantly worse than every other type of feature tested. One hypothesis as to why this feature type did not perform well is because there are too few features to perform good classification alone. Another possibility is that the literal lemmas in many of the ATSAS features are important and help the best of these features two separate the classes. In other words, having some literal content may be helpful for forming good features for separating classes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Analysis",
"sec_num": "6"
},
{
"text": "Another non-syntactic feature that was experimented with, was a pure bigram (2g) feature representation. See experiment #2 in Table 3 for the results. One can observe that the bigram representation scores significantly below the unigrams representation of the corpus in the TC task. Even though bigrams often carry more meaning than a Table 3 ), although the accuracy is 2.2% higher then the bag-of-words features, the t-test is not significant (although it is close to being significant). However, if the S feature type is combined with the 1g feature type then the results are a full 2.5% better in terms of accuracy and are significant (See row 10 in Table 3.) Another positive result for the ATSAS family of syntactic features can be observed for FT S-A (#6 in the results table). This result is positive in that it is the most significant t-test score with the bag-of-words feature when compared with all the other feature types and their t-test score with the 1g FT. This is surprising for at least two reasons: 1) one of the initial assumptions for including partial abstraction as a property of ATSAS features was that the abstraction would alleviate problems with sparsity and the syntactic features would not do well without it; and 2) the S-A FT has only 74,234 token types from the whole corpus compared to 355,787 token types for the S FT. One possibility is that some feature selection would be beneficial even though publications such as (Ratnaparkhi, 1998) claim that the maximum entropy classification method does not suffer much from the curse of dimensionality. Another thought is that, because tens of thousands of non-abstract features are generated as the sentence parse trees of documents are traversed across the entire training set, many good TC features are discovered even though they may not take advantage of the power of abstraction.",
"cite_spans": [],
"ref_spans": [
{
"start": 126,
"end": 133,
"text": "Table 3",
"ref_id": "TABREF4"
},
{
"start": 335,
"end": 342,
"text": "Table 3",
"ref_id": "TABREF4"
},
{
"start": 654,
"end": 663,
"text": "Table 3.)",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Analysis",
"sec_num": "6"
},
{
"text": "The results from experiment #6 suggest that abstraction is not necessarily needed for ATSAS features to realise gains over simple bag-of-words. However, we do have some evidence that abstraction in ATSAS features does help them achieve even better performance. Experiments 8 and 9 involving the feature types S-NA and 1gS-NA re-spectively, and both have 10-fold cross validation accuracies that allow the rejection of the null hypothesis. Therefore, it can be concluded that these feature types are significantly better than bag-ofwords alone. These two feature types do better then experiment #6 involving the S-A feature type, by an accuracy difference of 0.4% and 0.5% respectively. Unfortunately, the difference between the three feature types S-A, S-NA, and 1gS-NA is not significant so further experimentation would be required to settle the question of whether abstraction is needed more satisfactorily.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Analysis",
"sec_num": "6"
},
{
"text": "More complex feature types may seem desirable because they may allow for features that are closer to the semantic level and thus possibly better for difficult TC tasks. However, experience has often shown that more complex features do not usually live up to their promise because of sparsity problems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "In this research we have proposed a family of syntactic features, the All-Topology, Semi-Abstract Syntactic feature family. We have experimentally shown that several variations of ATSAS feature types have significantly out-performed bag-of-words features. Specifically, the set of subtrees from a dependency parse tree with zero through two links when combined with bag-ofwords gave the best performance, significantly better than bag-of-words alone. Surprisingly, variations on ATSAS that either eliminated abstract features or eliminated totally literal features also did significantly better than bag-of-words alone.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "A logical next direction would be to expand the ATSAS by pushing the maximum number of links per feature from two to three. With only two links, the syntactic features are linear just as in (Lin, 2000) . With three or more links, the kinds of tree topologies and the different combinations of dependency link types would increase exponentially along with greater possibilities of finding an interesting syntactic feature for separating classes.",
"cite_spans": [
{
"start": 190,
"end": 201,
"text": "(Lin, 2000)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "8"
},
{
"text": "However, memory limitations prevented using three links as the maximum. This problem could be addressed in several ways. As experiment #6 involving the S-A variation suggested, ATSAS features do not necessarily need abstraction to perform well. So a logical step is to simply see if there is enough memory if three link ATSAS are generated without any abstraction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "8"
},
{
"text": "Another direction is to only generate ATSAS features for TC that involve certain lemmas. For instance, the top N (N < 500) words by information gain or some other measure could be used. If an ATSAS is generated but does not involve one of the selected lemmas, then that feature would be discarded. Another way to determine the top terms from which the syntactic features would be built would be to take the top terms by probability from each topic from a Latent Dirichlet Allocation (LDA) (Blei, 2004) model. The topical terms might differ from the information-gain terms in interesting ways.",
"cite_spans": [
{
"start": 489,
"end": 501,
"text": "(Blei, 2004)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "8"
},
{
"text": "It would also be desirable to see if similar, encouraging results can be derived from using the same type of features on public-domain and widely used benchmark datasets such as Reuters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "8"
},
{
"text": "Finally, using a better feature selection strategy might be advantageous. (Ratnaparkhi, 1998) presents evidence that the maximum entropy learning algorithm can handle a large number of features with little degradation in performance. However, that evidence was based on a single dataset. It is possible that the ScamSeek dataset might benefit from a more sophisticated feature selection strategy. Feature selection might also help separate the truly useful ATSAS features from the background noise.",
"cite_spans": [
{
"start": 74,
"end": 93,
"text": "(Ratnaparkhi, 1998)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "8"
},
{
"text": "See(Kilgarriff, 1998) for a description of the WSD task and the SENSEVAL competition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The word whose sense is being disambiguated",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This package is described and can be downloaded at the website: http://www.cs.utah.edu/\u223chal/megam/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank the Capital Markets CRC and the University of Sydney for financial support and everyone in the Sydney Language Technology Research Group for their support. Also, thanks to Sue Zeckendorf for editing help .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Complex, corpus-driven, syntactic features for word sense disambiguation",
"authors": [
{
"first": "David",
"middle": [],
"last": "Blei",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Australasian Language Technology Workshop",
"volume": "",
"issue": "",
"pages": "1--8",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Blei. 2004. Probabilistic models of text and images. Ph.D. thesis, U.C. Berkeley. [Chanen and Patrick2004] Ari Chanen and Jon Patrick. 2004. Complex, corpus-driven, syntactic features for word sense disambiguation. In Proceedings of the Australasian Language Technology Workshop 2004, pages 1-8, Sydney, Australia, December.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Wsd based on mutual information and syntactic patterns",
"authors": [
{
"first": "Hal",
"middle": [],
"last": "Daum\u00e9",
"suffix": ""
}
],
"year": 1997,
"venue": "Senseval-3: Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text",
"volume": "",
"issue": "",
"pages": "117--120",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hal Daum\u00e9. 2004. Notes on CG and LM-BFGS optimization of logistic regression. Paper and implementation available at http:// www.cs.utah.edu/ \u223c hal/megam/, August. [F\u00e9rnandez-Amor\u00f3s2004] David F\u00e9rnandez-Amor\u00f3s. 2004. Wsd based on mutual information and syntac- tic patterns. In Rada Mihalcea and Phil Edmonds, editors, Senseval-3: Third International Workshop on the Evaluation of Systems for the Semantic Analysis of Text, pages 117-120, Barcelona, Spain, July. Association for Computational Linguistics. [J\u00e4rvinen and Tapanainen1997] Timo J\u00e4rvinen and Pasi Tapanainen. 1997. A dependency parser for En- glish. Technical Report TR-1, Department of Gen- eral Linguistics, University of Helsinki, Finland.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "SENSEVAL: An exercise in evaluating word sense disambiguation programs",
"authors": [
{
"first": "Adam",
"middle": [],
"last": "Kilgarriff",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the International Conference on Language Resources and Evaluation (LREC)",
"volume": "",
"issue": "",
"pages": "581--588",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Adam Kilgarriff. 1998. SENSEVAL: An exercise in evaluating word sense disambigua- tion programs. In Proceedings of the International Conference on Language Resources and Evaluation (LREC), pages 581-588, Granada, Spain.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "An evaluation of phrasal and clustered representations on a text categorization task",
"authors": [
{
"first": "D",
"middle": [],
"last": "David",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lewis",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 15th annual international ACM SIGIR conference on Research and development in information retrieval",
"volume": "",
"issue": "",
"pages": "37--50",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David D. Lewis. 1992. An evaluation of phrasal and clustered representations on a text cate- gorization task. In Proceedings of the 15th annual international ACM SIGIR conference on Research and development in information retrieval, pages 37- 50. ACM Press.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Word sense disambiguation with a similarity-smoothed case library",
"authors": [
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dekang Lin. 2000. Word sense disambigua- tion with a similarity-smoothed case library.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Complex Linguistic Features for Text Classification: A Comprehensive Study",
"authors": [
{
"first": "Alessandro",
"middle": [],
"last": "Moschitti",
"suffix": ""
},
{
"first": "Roberto",
"middle": [],
"last": "Basili",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Moschitti and Basili2004] Alessandro Moschitti and Roberto Basili. 2004. Complex Linguistic Features for Text Classification: A Comprehensive Study. Springer Verlag.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The scamseek project -text mining for financial scams on the internet",
"authors": [
{
"first": "Jon",
"middle": [],
"last": "Patrick",
"suffix": ""
}
],
"year": 2006,
"venue": "Selected Papers from AusDM",
"volume": "",
"issue": "",
"pages": "295--302",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jon Patrick. 2006a. The scamseek project -text mining for financial scams on the in- ternet. In Selected Papers from AusDM, pages 295- 302.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The scamseek project: Text mining for financial scams on the internet",
"authors": [
{
"first": "Jon",
"middle": [],
"last": "Patrick",
"suffix": ""
}
],
"year": 2006,
"venue": "Selected Papers from AusDM",
"volume": "3755",
"issue": "",
"pages": "295--302",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jon Patrick. 2006b. The scamseek project: Text mining for financial scams on the in- ternet. In Graham J. Williams and Simeon J. Simoff, editors, Selected Papers from AusDM, volume 3755 of Lecture Notes in Computer Science, pages 295- 302. Springer.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Dependency treelet translation: Syntactically informed phrasal smt",
"authors": [
{
"first": "[",
"middle": [],
"last": "Quirk",
"suffix": ""
}
],
"year": 2005,
"venue": "ACL. The Association for Computer Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "[Quirk et al.2005] Christopher Quirk, Arul Menezes, and Colin Cherry. 2005. Dependency treelet trans- lation: Syntactically informed phrasal smt. In ACL. The Association for Computer Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Maximum Entropy Models for Natural Language Ambiguity Resolution",
"authors": [
{
"first": "A",
"middle": [],
"last": "Ratnaparkhi",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Ratnaparkhi. 1998. Maximum Entropy Models for Natural Language Ambiguity Resolution. Ph.D. thesis, University of Pennsylva- nia.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "A linguistic comparison of constituency, dependency and link grammar",
"authors": [
{
"first": "Gerold",
"middle": [],
"last": "Schneider",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gerold Schneider. 1998. A linguis- tic comparison of constituency, dependency and link grammar. Technical Report 1.1, Institut f\u00fcr Infor- matik der Universit\u00e4t Z\u00fcrich.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Identifying Expression Fingerprints Using Linguistic Information",
"authors": [
{
"first": "\u00d6zlem",
"middle": [],
"last": "Uzuner",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "\u00d6zlem Uzuner. 2005. Identifying Ex- pression Fingerprints Using Linguistic Information. Ph.D. thesis, MIT.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"text": "(d) 2-link feature (e) 3-link featureFigure 1: (a) The complete dependency parse tree of the sentence \"I guarantee you will make money.\" (b-e) These figures show examples of syntactic features with zero (just a node) through 3 links.",
"type_str": "figure",
"uris": null
},
"TABREF0": {
"text": "Feature or feature combination Title Description SAA Only the ATSAS features that have only abstract lemmas. \"AA\" stands for all abstract.",
"num": null,
"html": null,
"content": "<table><tr><td>Every lemma in this feature set is abstacted</td></tr><tr><td>to a \"*\".</td></tr><tr><td>2g The corpus is represented only in terms of</td></tr><tr><td>bigrams.</td></tr><tr><td>1g Representation only in unigrams (bag-of-</td></tr><tr><td>words). The baseline feature.</td></tr><tr><td>1g2g A combination of unigrams and bigrams</td></tr><tr><td>1gS-A A combination of ATSAS and unigrams fea-</td></tr><tr><td>tures except for any syntactic features that</td></tr><tr><td>contain any abstract lemmas. Here \"-A\"</td></tr><tr><td>stands for minus abstract.</td></tr><tr><td>S-A All ATSAS features except for any syntac-</td></tr><tr><td>tic features that containing any abstract lem-</td></tr><tr><td>mas. In other words, this is the set of literal</td></tr><tr><td>syntactic features.</td></tr><tr><td>S All ATSAS features Including abstract and</td></tr><tr><td>non-abstract features.</td></tr><tr><td>S-NA All ATSAS features except for any syntac-</td></tr><tr><td>tic features that do not have abstract lem-</td></tr><tr><td>mas at all. Here \"-NA\" stands for minus</td></tr><tr><td>non-abstract where non-abstract means ev-</td></tr><tr><td>ery feature in which no lemmas are a \"*\". In</td></tr><tr><td>other words, this is the S set minus the to-</td></tr><tr><td>tally literal features.</td></tr><tr><td>1gS-NA All ATSAS and unigram features except for</td></tr><tr><td>any syntactic features that do not have any</td></tr><tr><td>abstract lemmas at all.</td></tr><tr><td>1gS A combination of unigram features and all</td></tr><tr><td>ATSAS features</td></tr></table>",
"type_str": "table"
},
"TABREF1": {
"text": "Descriptions of the feature types used in this paper's experiments.",
"num": null,
"html": null,
"content": "<table><tr><td>4.1 Data</td></tr><tr><td>A subset of the original ScamSeek (Patrick,</td></tr><tr><td>2006a) project's dataset was used in this research.</td></tr><tr><td>This subset consists of 2130 documents. This</td></tr><tr><td>means that during 10-fold cross validation, each</td></tr><tr><td>training fold consists of 1917 documents and each</td></tr><tr><td>testing fold consists of 213 test documents. Out of</td></tr><tr><td>the total corpus, 27% of the documents are scams</td></tr><tr><td>and 73% are non-scams.</td></tr></table>",
"type_str": "table"
},
"TABREF3": {
"text": "The results of the experiments are measured in terms of the classification accuracies of each type of feature, as well as the pairwise t-test results for each pair of feature experiments. If the t-test results for a given pair is at or below the \u03b1 = 0.05 level, then it is assumed that results for such a pair of experiments will differ significantly.Table 3displays the results. This table presents the number of features in each feature set and also gives the performance of each feature type in terms of classification accuracy. The table also gives the paired t-test score for each pair of experimental results. The t-test pairwise significance results are displayed in the half-triangle part of the table where significant results are shown in bold face.",
"num": null,
"html": null,
"content": "<table/>",
"type_str": "table"
},
"TABREF4": {
"text": "Experimental results with significance of paired t-tests single word, because of sparsity problems with word combinations, bigrams usually fall short of unigrams. A combination of unigram and bigram feature types scores slightly higher than unigrams alone, but not significantly so. The bigrams feature is one of the simplest complex features.",
"num": null,
"html": null,
"content": "<table><tr><td>This</td></tr></table>",
"type_str": "table"
}
}
}
}