ACL-OCL / Base_JSON /prefixN /json /N06 /N06-1024.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N06-1024",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:45:58.026577Z"
},
"title": "Fully Parsing the Penn Treebank",
"authors": [
{
"first": "Ryan",
"middle": [],
"last": "Gabbard",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Pennsylvania",
"location": {}
},
"email": "gabbard@cis.upenn.edu"
},
{
"first": "Mitchell",
"middle": [],
"last": "Marcus",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Pennsylvania",
"location": {}
},
"email": ""
},
{
"first": "Seth",
"middle": [],
"last": "Kulick",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Cognitive Science University of Pennsylvania",
"location": {}
},
"email": "skulick@cis.upenn.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We present a two stage parser that recovers Penn Treebank style syntactic analyses of new sentences including skeletal syntactic structure, and, for the first time, both function tags and empty categories. The accuracy of the first-stage parser on the standard Parseval metric matches that of the (Collins, 2003) parser on which it is based, despite the data fragmentation caused by the greatly enriched space of possible node labels. This first stage simultaneously achieves near state-of-theart performance on recovering function tags with minimal modifications to the underlying parser, modifying less than ten lines of code. The second stage achieves state-of-the-art performance on the recovery of empty categories by combining a linguistically-informed architecture and a rich feature set with the power of modern machine learning methods.",
"pdf_parse": {
"paper_id": "N06-1024",
"_pdf_hash": "",
"abstract": [
{
"text": "We present a two stage parser that recovers Penn Treebank style syntactic analyses of new sentences including skeletal syntactic structure, and, for the first time, both function tags and empty categories. The accuracy of the first-stage parser on the standard Parseval metric matches that of the (Collins, 2003) parser on which it is based, despite the data fragmentation caused by the greatly enriched space of possible node labels. This first stage simultaneously achieves near state-of-theart performance on recovering function tags with minimal modifications to the underlying parser, modifying less than ten lines of code. The second stage achieves state-of-the-art performance on the recovery of empty categories by combining a linguistically-informed architecture and a rich feature set with the power of modern machine learning methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The trees in the Penn Treebank (Bies et al., 1995) are annotated with a great deal of information to make various aspects of the predicate-argument structure easy to decode, including both function tags and markers of \"empty\" categories that represent displaced constituents. Modern statistical parsers such as (Collins, 2003) and (Charniak, 2000) however ignore much of this information and return only an",
"cite_spans": [
{
"start": 31,
"end": 50,
"text": "(Bies et al., 1995)",
"ref_id": "BIBREF0"
},
{
"start": 311,
"end": 326,
"text": "(Collins, 2003)",
"ref_id": "BIBREF8"
},
{
"start": 331,
"end": 347,
"text": "(Charniak, 2000)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We would like to thank Fernando Pereira, Dan Bikel, Tony Kroch and Mark Liberman for helpful suggestions. This work was supported in part under the GALE program of the Defense Advanced Research Projects Agency, Contract No. HR0011-06-C-0022, and in part by the National Science Foundation under grants NSF IIS-0520798 and NSF EIA 02-05448 and under an NSF graduate fellowship.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "impoverished version of the trees. While there has been some work in the last few years on enriching the output of state-of-the-art parsers that output Penn Treebank-style trees with function tags (e.g. (Blaheta, 2003) ) or empty categories (e.g. (Johnson, 2002; Dienes and Dubey, 2003a; Dienes and Dubey, 2003b ), only one system currently available, the dependency graph parser of (Jijkoun and de Rijke, 2004) , recovers some representation of both these aspects of the Treebank representation; its output, however, cannot be inverted to recover the original tree structures. We present here a parser, 1 the first we know of, that recovers full Penn Treebank-style trees. This parser uses a minimal modification of the Collins parser to recover function tags, and then uses this enriched output to achieve or better state-of-theart performance on recovering empty categories.",
"cite_spans": [
{
"start": 203,
"end": 218,
"text": "(Blaheta, 2003)",
"ref_id": "BIBREF4"
},
{
"start": 247,
"end": 262,
"text": "(Johnson, 2002;",
"ref_id": "BIBREF13"
},
{
"start": 263,
"end": 287,
"text": "Dienes and Dubey, 2003a;",
"ref_id": "BIBREF9"
},
{
"start": 288,
"end": 311,
"text": "Dienes and Dubey, 2003b",
"ref_id": "BIBREF10"
},
{
"start": 399,
"end": 411,
"text": "Rijke, 2004)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We focus here on Treebank-style output for two reasons: First, annotators developing additional treebanks in new genres of English that conform to the Treebank II style book (Bies et al., 1995) must currently add these additional annotations by hand, a much more laborious process than correcting parser output (the currently used method for annotating the skeletal structure itself). Our new parser is now in use in a new Treebank annotation effort. Second, the accurate recovery of semantic structure from parser output requires establishing the equivalent of the information encoded within these representations.",
"cite_spans": [
{
"start": 174,
"end": 193,
"text": "(Bies et al., 1995)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our parser consists of two components. The firststage is a modification of Bikel's implementation (Bikel, 2004) of Collins' Model 2 that recovers function tags while parsing. Remarkably little modification to the parser is needed to allow it to produce function tags as part of its output, yet without decreasing the regular Parseval metric. While it is difficult to evaluate function tag assignment in isola-(S (NP-SBJ (DT The) (NN luxury) (NN auto) (NN maker) ) (NP-TMP (JJ last) (NN year) ) (VP (VBD sold) (NP (CD 1,214) (NNS cars) ) (PP-LOC (IN in) (NP (DT the) (NNP U.S.) ))))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Figure 1: Example Tree tion across the output of different parsers, our results match or exceed all but the very best of earlier tagging results, even though this earlier work is far more complicated than ours. The second stage uses a cascade of statistical classifiers which recovers the most important empty categories in the Penn Treebank style. These classifiers utilize a wide range of features, including crucially the function tags recovered in the first stage of parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Function tags are used in the current Penn Treebanks to augment nonterminal labels for various syntactic and semantic roles (Bies et al., 1995) . For example, in Figure 1 , -SBJ indicates the subject, -TMP indicates that the NP last year is serving as a temporal modifier, and -LOC indicates that the PP is specifying a location. Note that without these tags, it is very difficult to determine which of the two NPs directly dominated by S is in fact the subject. There are twenty function tags in the Penn Treebank, and following (Blaheta, 2003) , we collect them into the five groups shown in Figure 2 . While nonterminals can be assigned tags from different groups, they do not receive more than one tag from within a group. The Syntactic and Semantic groups are by far the most common tags, together making up over 90% of the function tag instances in the Penn Treebank. Certain non-local dependencies must also be included in a syntactic analysis if it is to be most useful for recovering the predicate-argument structure of a complex sentence. For instance, in the sentence \"The dragon I am trying to slay is green,\" it is important to know that I is the semantic subject and the dragon the semantic object of the slaying. The Penn Treebank (Bies et al., 1995) represents such dependencies by including nodes with no overt content (empty categories) in parse trees. In this work, we consider the three most frequent 2 and semantically important types of empty category annotations in most Treebank genres:",
"cite_spans": [
{
"start": 124,
"end": 143,
"text": "(Bies et al., 1995)",
"ref_id": "BIBREF0"
},
{
"start": 530,
"end": 545,
"text": "(Blaheta, 2003)",
"ref_id": "BIBREF4"
},
{
"start": 1246,
"end": 1265,
"text": "(Bies et al., 1995)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [
{
"start": 162,
"end": 170,
"text": "Figure 1",
"ref_id": null
},
{
"start": 594,
"end": 602,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Motivation",
"sec_num": "2"
},
{
"text": "Null complementizers are denoted by the symbol 0. They typically appear in places where, for example, an optional that or who is missing: \"The king said 0 he could go.\" or \"The man (0) I saw.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Motivation",
"sec_num": "2"
},
{
"text": "Traces of wh-movement are denoted by *T*, such as the noun phrase trace in \"What 1 do you want (NP *T*-1)?\" Note that wh-traces are coindexed with their antecedents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Motivation",
"sec_num": "2"
},
{
"text": "(NP *)s are used for several purposes in the Penn Treebank. Among the most common are passivization \"(NP-1 I) was captured (NP *-1),\" and control \"(NP-1 I) tried (NP *-1) to get the best results.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Motivation",
"sec_num": "2"
},
{
"text": "Under this representation the above sentence would look like \"(NP-1 The dragon) 0 (NP-2 I) am trying (NP *-2) to slay (NP *T*-1) is green.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Motivation",
"sec_num": "2"
},
{
"text": "Despite their importance, these annotations have largely been ignored in statistical parsing work. The importance of returning this information for most real applications of parsing has been greatly obscured by the Parseval metric (Black et al., 1991) , which explicitly ignores both function tags and null elements. Because much statistical parsing research has been driven until recently by this metric, which has never been updated, the crucial role of parsing in recovering semantic structure has been generally ignored. An early exception to this was (Collins, 1997) itself, where Model 2 used function tags during the training process for heuristics to identify arguments (e.g., the TMP tag on the NP in Figure 1 disqualifies the NP-TMP from being treated as an argument). However, after this use, the tags are ignored, not included in the models, and absent from the parser output. Collins' Model 3 attempts to recover traces of Wh-movement, with limited success.",
"cite_spans": [
{
"start": 231,
"end": 251,
"text": "(Black et al., 1991)",
"ref_id": "BIBREF2"
},
{
"start": 556,
"end": 571,
"text": "(Collins, 1997)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 710,
"end": 718,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Motivation",
"sec_num": "2"
},
{
"text": "Our system for restoring function tags is a modification of Collins' Model 2. We use the (Bikel, 2004) Syntactic ( Remarkably little modification to the parser is needed to allow it to produce function tags as part its output, without decreasing the regular Parseval metric. The training process for the unmodified Collins parser carries out various preprocessing steps, which modify the trees in various ways before taking observations from them for the model. One of these steps is to identify and mark arguments with a parser internal tag (-A), using function tags as part of the heuristics for doing so. A following preprocessing step then deletes the original function tags.",
"cite_spans": [
{
"start": 89,
"end": 102,
"text": "(Bikel, 2004)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Function Tags: Approach",
"sec_num": "3"
},
{
"text": "We modify the Collins parser in a very simple way: the parser now retains the function tags after using them for argument identification, and so includes them in all the parameter classes. We also augment the argument identification heuristic to treat any nonterminal with any of the tags in the Syntactic group to be an argument; these are treated as synonyms for the internal tag that the parser uses to mark arguments. This therefore extends (Collins, 2003) 's use of function tags for excluding potential argument to also use them for including arguments. 4 The parser is then trained as before.",
"cite_spans": [
{
"start": 445,
"end": 460,
"text": "(Collins, 2003)",
"ref_id": "BIBREF8"
},
{
"start": 560,
"end": 561,
"text": "4",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Function Tags: Approach",
"sec_num": "3"
},
{
"text": "We compare our tagging results in isolation with the tagging systems of (Blaheta, 2003) , since that work has the first highly detailed accounting of function tag results on the Penn Treebank, and with two recent tagging systems. We use both Blaheta's metric and his function tag groupings, shown in Figure 2 , although our assignments are made by a fully integrated system. There are two aspects of Blaheta's metric that require discussion: First, this metric includes only constituents that were otherwise parsed correctly (ignoring function tag). Second, the metric ignores cases in which both the gold and test nonterminals are lacking function tags, since they would inflate the results.",
"cite_spans": [
{
"start": 72,
"end": 87,
"text": "(Blaheta, 2003)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [
{
"start": 300,
"end": 308,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Function Tags: Evaluation",
"sec_num": "4"
},
{
"text": "We trained the Bikel emulations of Collins' model 2 and our modified versions on sections 2-21 and tested on section 23. Scores are for all sentences, not just those with less than 40 words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Function Tags: Results",
"sec_num": "5"
},
{
"text": "Parseval labelled recall/precision scores for the unmodified and modified parsers, show that there is almost no difference in the scores: Parser LR/LP Model 2 88.12/88.31 Model 2-FuncB 88.23/88.31",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Function Tags: Results",
"sec_num": "5"
},
{
"text": "We find this somewhat surprising, as we had expected that sparse data problems would arise, due to the shattering of NP into NP-TMP, NP-SBJ, etc. Table 1 shows the overall results and the breakdown for the different function tag groups. For purposes of comparison, we have calculated our overall score both with and without CLR. 5 The (Blaheta, 2003) Even though our tagging system results from only eliminating a few lines of code from the Collins parse, it has a higher overall score than (Blaheta, 2003) , and a large increase over Blaheta's nonspecialized Semantic score (79.81). It also outperforms even Blaheta's specialized Semantic score (83.37), and is very close to Blaheta's specialized score for the Syntactic group (95.89). However, since the evaluation is over a different set of nonterminals, arising from the different parsers, 7 it is difficult to draw conclusions as to which system is definitively \"better\". It does seem clear, though, that by integrating the function tags into the lexicalized parser, the results are roughly comparable with the post-processing work, and it is much simpler, without the need for a separate post-processing level or for specialized feature trees for the different tag groups. 8 Our results clarify, we believe, the recent results of (Musillo and Merlo, 2005) , now state-of-the-art, which extends the parser of report a significant modification of the Henderson parser to incorporate strong notions of linguistic locality. They also manually restructure some of the function tags using tree transformations, and then train on these relabelled trees. Our results indicate that perhaps the simplest possible modification of an existing parser suffices to perform better than postinconsistent for the Semantic and Overall scores. We have kept the Precision and Recall and recalculated the F-measures, adjusting the Semantic score upwards from 79.15% to 79.81% and the Overall score downward from 88.63% to 88.28%.",
"cite_spans": [
{
"start": 335,
"end": 350,
"text": "(Blaheta, 2003)",
"ref_id": "BIBREF4"
},
{
"start": 491,
"end": 506,
"text": "(Blaheta, 2003)",
"ref_id": "BIBREF4"
},
{
"start": 1229,
"end": 1230,
"text": "8",
"ref_id": null
},
{
"start": 1286,
"end": 1311,
"text": "(Musillo and Merlo, 2005)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [
{
"start": 146,
"end": 153,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Function Tags: Results",
"sec_num": "5"
},
{
"text": "7 And the (Charniak, 2000) parser that (Blaheta, 2003) used has a reported F-measure of 89.5, higher than the Bikel parser used here.",
"cite_spans": [
{
"start": 10,
"end": 26,
"text": "(Charniak, 2000)",
"ref_id": "BIBREF6"
},
{
"start": 39,
"end": 54,
"text": "(Blaheta, 2003)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Function Tags: Results",
"sec_num": "5"
},
{
"text": "8 Our score on the Miscellaneous category is significantly lower, but as can be seen from Figure 2 and repeated in 1, this is a very rare category. processing approaches. The linguistic sophistication of the work of (Musillo and Merlo, 2005 ) then provides an added boost in performance over simple integration.",
"cite_spans": [
{
"start": 216,
"end": 240,
"text": "(Musillo and Merlo, 2005",
"ref_id": "BIBREF16"
}
],
"ref_spans": [
{
"start": 90,
"end": 98,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Function Tags: Results",
"sec_num": "5"
},
{
"text": "Most learning-based, phrase-structure-based (PSLB) work 9 on recovering empty categories has fallen into two classes: those which integrate empty category recovery into the parser (Dienes and Dubey, 2003a; Dienes and Dubey, 2003b) and those which recover empty categories from parser output in a post-processing step (Johnson, 2002; Levy and Manning, 2004) . Levy and Manning note that thus far no PSLB post-processing approach has come close to matching the integrated approach on the most numerous types of empty categories.",
"cite_spans": [
{
"start": 180,
"end": 205,
"text": "(Dienes and Dubey, 2003a;",
"ref_id": "BIBREF9"
},
{
"start": 206,
"end": 230,
"text": "Dienes and Dubey, 2003b)",
"ref_id": "BIBREF10"
},
{
"start": 317,
"end": 332,
"text": "(Johnson, 2002;",
"ref_id": "BIBREF13"
},
{
"start": 333,
"end": 356,
"text": "Levy and Manning, 2004)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Empty Categories: Approach",
"sec_num": "6"
},
{
"text": "However, there is a rule-based post-processing approach consisting of a set of entirely handdesigned rules (Campbell, 2004) which has better 9 As above, we consider only that work which both inputs and outputs phrase-structure trees. This notably excludes Jijkoun and de Rijke (Jijkoun and de Rijke, 2004), who have a system which seems to match the performance of Dienes and Dubey. However, they provide only aggregate statistics over all the types of empty categories, making any sort of detailed comparison impossible. Finally, it is not clear that their numbers are in fact comparable to those of Dienes and Dubey on parsed data because the metrics used are not quite equivalent, particularly for (NP *)s: among other differences, unlike Jijkoun and de Rijke's metric (taken from (Johnson, 2002) ), Dienes and Dubey's is sensitive to the string extent of the antecedent node, penalizing them if the parser makes attachment errors involving the antecedent even if the system recovered the long-distance dependency itself correctly. Johnson noted that the two metrics did not seem to differ much for his system, but we found that evaluating our system with the laxer metric reduced error by 20% on the crucial task of restoring and finding the antecedents of (NP *)s, which make up almost half the empty categories in the Treebank. results than the integrated approach. Campbell's rules make heavy use of aspects of linguistic representation unexploited by PSLB post-processing approaches, most importantly function tags and argument annotation. 10 7 Empty Categories: Method",
"cite_spans": [
{
"start": 107,
"end": 123,
"text": "(Campbell, 2004)",
"ref_id": "BIBREF5"
},
{
"start": 784,
"end": 799,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Empty Categories: Approach",
"sec_num": "6"
},
{
"text": "The algorithm applies a series five maximumentropy and two perceptron-based classifiers:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "[1] For each PP, VP, and S node, ask the classifier NPTRACE to determine whether to insert an (NP *) as the object of a preposition, an argument of a verb, or the subject of a clause, respectively.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "[2] For each node , ask NULLCOMP to determine whether or not to insert a 0 to the right.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "[3] For each S node , ask WHXPINSERT to determine whether or not to insert a null wh-word to the left. If one should be, ask WHXPDISCERN to decide if it should be a (WHNP 0) or a (WHADVP 0).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "[4] For each S which is a sister of WHNP or WHADVP, consider all possible places beneath it a wh-trace could be placed. Score each of them using WHTRACE, and insert a trace in the highest scoring position.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "[5] For any S lacking a subject, insert (NP *).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "[6] For each (NP *) in subject position, look at all NPs which c-command it. Score each of these using PROANTECEDENT, and co-index the (NP *) with the NP with the highest score. For all (NP *)s in non-subject positions, we follow Campbell in assigning the local subject as the controller.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "[7] For each (NP *), ask ANTECEDENTLESS to determine whether or not to remove the co-indexing between it and its antecedent.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "The sequencing of classifiers and choice of how to frame the classification decisions closely follows Campbell with the exception of finding antecedents of (NP *)s and inserting wh-traces, which follow Levy and Manning in using a competition-based approach. We differ from Levy and Manning in using a perceptron-based approach for these, rather than a maximum-entropy one. Also, rather than introducing an extra zero node for uncontrolled (NP *)s, we always assign a controller and then remove coindexing from uncontrolled (NP *)s using a separate classifier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Runtime",
"sec_num": "7.1"
},
{
"text": "Each of the maximum-entropy classifiers mentioned above was trained using MALLET (McCallum, 2002 ) over a common feature set. The most notable departure of this feature list from previous ones is in the use of function tags and argument markings, which were previously ignored for the understandable reason that though they are present in the Penn Treebank, parsers generally do not produce them. Another somewhat unusual feature examined right and left sisters.",
"cite_spans": [
{
"start": 81,
"end": 96,
"text": "(McCallum, 2002",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Training",
"sec_num": "7.2"
},
{
"text": "The PROANTECEDENT perceptron classifier uses the local features of the controller and the controlled (NP *), whether the controller precedes or follows the controlled (NP *), the sequence of categories on the path between the two (with the 'turning' category marked), the length of that path, and which categories are contained anywhere along the path.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training",
"sec_num": "7.2"
},
{
"text": "The WHTRACE perceptron classifier uses the following features each conjoined with the type of whtrace being sought: the sequence of categories found on the path between the trace and its antecedent, the path length, which categories are contained anywhere along the path, the number of bounding categories crossed and whether the trace placement violates subjacency, whether or not the trace insertion site's parent is the first verb on the path, whether or not the insertion site's parent contains another verb beneath it, and if the insertion site's parent is a verb, whether or not the verb is saturated. 11",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training",
"sec_num": "7.2"
},
{
"text": "All maximum-entropy classifiers were trained on sections 2-21 of the Penn Treebank's Wall Street Journal section; the perceptron-based classifiers were trained on sections 10-18. Section 24 was used for development testing while choosing the feature set and other aspects of the system, and section 23 was used for the final evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Training",
"sec_num": "7.2"
},
{
"text": "For the sake of easy comparison, we report our results using the most widely-used metric for performance on this task, that proposed by Johnson. This metric judges an entity correct if it matches the gold standard in type and string position (and, if there is an antecedent, in its label and string extent). Because Campell reports results by category using only his own metric, we use this metric to compare our results to his. There is much discussion in the literature of metrics for this task; Levy and Manning and Campbell both note that the Johnson metric fails to catch when an empty category has a correct string position but incorrect parse tree attachment. While we do not have space to discuss this issue here, the metrics they in turn propose also have significant weaknesses. In any event, we use the metrics that allow the most widespread comparison.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Metrics",
"sec_num": "8.1"
},
{
"text": "Pres Table 2 : F1 scores comparing our system to the two PSLB post-processing systems and Dienes and Dubey's integrated system on automatically parsed trees from section 23 using Johnson's metric.",
"cite_spans": [],
"ref_spans": [
{
"start": 5,
"end": 12,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Category",
"sec_num": null
},
{
"text": "F1 scores on parsed sentences from section 23 are given in table 2. Note that our system's parsed scores were obtained using our modified version of Bikel's implementation of Collins's thesis parser which assigns function tags, while the other PSLB post-processing systems use Charniak's parser (Charniak, 2000) and Dienes and Dubey integrate empty category recovery directly into a variant of Collins's parser.",
"cite_spans": [
{
"start": 295,
"end": 311,
"text": "(Charniak, 2000)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Category",
"sec_num": null
},
{
"text": "On parsed trees, our system outperforms other PSLB post-processing systems. On the most numerous category by far, (NP *), our system reduces the error of the best PSLB post-processing approach by 21%. Comparing our aggregate wh-trace results to the others, 12 we reduce error by 41% over Levy and Manning and Table 3 : Comparison of our system with that of Dienes and Dubey on parsed data from section 23 over the aggregation of all categories in table 2 excepting the infrequent (WHADVP 0)s, which they do not report but which we almost certainly outperform them on.",
"cite_spans": [
{
"start": 288,
"end": 308,
"text": "Levy and Manning and",
"ref_id": null
}
],
"ref_spans": [
{
"start": 309,
"end": 316,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Category",
"sec_num": null
},
{
"text": "Performance on parsed data compared to the integrated system of Dienes and Dubey is split. We reduce error by 25% and 44% on plain 0s and (WHNP 0)s, respectively and by 12% on wh-traces. We increase error by 4% on (NP *)s. Aggregating over all the categories under consideration, the more balanced precision and recall of our system puts it ahead of Dienes and Dubey's, with a 6.4% decrease in error (table 3) . On gold-standard trees, 13 our system outperforms Campbell's rule-based system on all four categories, reducing error by 87% on 0s, 14 by 11% on (ADVP *T*)s, by 7% on (NP *T*)s, and by 8% on the extremely numerous (NP *)s.",
"cite_spans": [],
"ref_spans": [
{
"start": 400,
"end": 409,
"text": "(table 3)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Category",
"sec_num": null
},
{
"text": "We have shown that a PSLB post-processing approach can outperform the state-of-the-art integrated approach of Dienes and Dubey. 15 Given that their modifications to Collins's parser caused a decrease in local phrase structure parsing accuracy due to sparse data difficulties (Dienes and Dubey, 2003a) , our post-processing approach seems to be an especially attractive choice. We have further shown that our PSLB approach, using only simple, unconjoined features, outperforms Campbell's state-of-the-art, complex system on gold-standard data, suggesting that much of the power of his system lies in his richer linguistic representation and his structuring of decisions rather than the handdesigned rules.",
"cite_spans": [
{
"start": 110,
"end": 130,
"text": "Dienes and Dubey. 15",
"ref_id": null
},
{
"start": 275,
"end": 300,
"text": "(Dienes and Dubey, 2003a)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Empty Categories: Discussion",
"sec_num": "9"
},
{
"text": "We have also compared our system to that of Levy and Manning which is based on a similar learning technique and have shown large increases in perfor-mance on all of the most common types of empty categories; this increase seems to have come almost entirely from an enrichment of the linguistic representation and a slightly different structuring of the problem, rather than any use of more powerful machine-learning techniques",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Empty Categories: Discussion",
"sec_num": "9"
},
{
"text": "We speculate that the primary source of our performance increase is the enrichment of the linguistic representation with function tags and argument markings from the parser's first stage, as table 5 attests. We also note that several classifiers make use of the properties of aunt nodes, which have previously been exploited only in a limite form in Johnson's patterns. For example, ANTECEDENTLESS uses the aunt's head word to learn an entire class of uncontrolled PRO constructions like \"It is difficult (NP *) to imagine living on Mars.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Empty Categories: Discussion",
"sec_num": "9"
},
{
"text": "This work has presented a two stage parser that recovers Penn Treebank style syntactic analyses of new sentences including skeletal syntactic structure, and, for the first time, both function tags and empty categories. The accuracy of the first-stage parser on the standard Parseval metric matches that of the (Collins, 2003) parser on which it is based, despite the data fragmentation caused by the greatly enriched space of possible node labels for the Collins statistical model. This first stage simultaneously achieves near state-of-the-art performance on recovering function tags with minimal modifications to the underlying parser, modifying less than ten lines of code. We speculate that this success is due to the lexicalization of the Collins model, combined with the sophisticated backoff structure already built into the Collins model. The second stage achieves stateof-the-art performance on the recovery of empty categories by combining the linguistically-informed architecture of (Campbell, 2004 ) and a rich feature set with the power of modern machine learning methods. This work provides an example of how small enrichments in linguistic representation and changes in the structure of the problem having significant effects on the performance of a machine-learningbased system. More concretely, we showed for the first time that a PSLB post-processing system can outperform the state-of-the-art for both rule-based post-processing and integrated approaches to the empty category restoration problem.",
"cite_spans": [
{
"start": 310,
"end": 325,
"text": "(Collins, 2003)",
"ref_id": "BIBREF8"
},
{
"start": 994,
"end": 1009,
"text": "(Campbell, 2004",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "10"
},
{
"text": "Most importantly from the point of view of the authors, we have constructed a system that recovers sufficiently rich syntactic structure based on the Penn Treebank to provide rich syntactic guidance for the recovery of predicate-argument structure in the near future. We also expect that productivity of syntactic annotation of further genres of English will be significantly enhanced by the use of this new tool, and hope to have practical evidence of this in the near future.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "10"
},
{
"text": "The parser consists of two boxes; those who prefer to label it by its structure, as opposed to what it does, might call it a parsing system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Excepting empty units (e.g. \"$ 1,000,000 *U*\"), which are not very interesting. According to Johnson, (NP *)s occur 28,146 times in the training portion of the PTB, (NP *T*)s occur 8,620 times, 0s occur 7,969 times, and (ADVP *T*)s occur 2,492 times. In total, the types we consider cover roughly 84% of all the instances of empty categories in the training corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Publicly available at http://www.cis.upenn.edu/ dbikel/software.html.4 Bikel's parser, in its latest version, already does something like this for Chinese and Arabic. However, the interaction with the subcat frame is different, in that it puts all nonterminals with a function tag into the miscellaneous slot in the subcat frame.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "(Jijkoun and de Rijke, 2004) do not state whether they are including CLR, but since they are comparing their results to(Blaheta and Charniak, 2000), we are assuming that they do. They do not break their results down by group.6 The P/R/F scores in(Blaheta, 2003)[p. 23] are internally",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The non-PSLB system of Jijkoun and de Rijke uses function tags, and Levy and Manning mention that the lack of this information was sometimes an obstacle for them. Also, access to argument annotation inside the parser may account for a part of the good performance ofDienes and Dubey.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "To provide the verb saturation feature, we calculated the number of times each verb in the training corpus occurs with each number of NP arguments (both overt and traces). When calculating the feature value, we compare the number of instances seen in the training corpus of the verb with the number of argument NPs it overtly has with the number of times in the corpus the verb occurs with one more argument NP.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Levy and Manning report Johnson to have an aggregate wh-trace score of 80, but Johnson's paper gives 80 as his score for (NP *T*)s only, with 56 as his score for (ADVP *T*)s. A similar problem seems to have occured with Levy and Manning's numbers for Dienes and Dubey on this and on (NP *)s. This error makes the other two systems appear to outperform Levy and Manning on wh-traces by a slightly larger margin than they actually do.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Only aggregate statistics over a different set of empty categories were available for Campbell on parsed data, making a comparison impossible.14 Note that for comparison with Campbell, the 0 numbers here exclude (WHNP 0)s and (WHADVP 0)s.15 And therefore also very likely outperforms the dependency-based post-processing approach of Jijkoun and de Rijke, even if its performance does in fact equalDienes and Dubey's.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Bracketing guidelines for Treebank II style Penn Treebank project",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Bies",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Ferguson",
"suffix": ""
},
{
"first": "Karen",
"middle": [],
"last": "Katz",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Mac-Intyre",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ann Bies, Mark Ferguson, Karen Katz, and Robert Mac- Intyre. 1995. Bracketing guidelines for Treebank II style Penn Treebank project. Technical report, Uni- versity of Pennsylvania.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "On the Parameter Space of Lexicalized Statistical Parsing Models",
"authors": [
{
"first": "M",
"middle": [],
"last": "Daniel",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bikel",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel M. Bikel. 2004. On the Parameter Space of Lex- icalized Statistical Parsing Models. Ph.D. thesis, De- partment of Computer and Information Sciences, Uni- versity of Pennsylvania.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A procedure for quantitatively comparing the syntactic coverage of English grammars",
"authors": [
{
"first": "E",
"middle": [],
"last": "Black",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Abney",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Gdaniec",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Harrison",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Hindle",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Ingria",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Jelinek",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Klavans",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Liberman",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Roukos",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Santorini",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Strzalkowski",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Fourth DARPA Workshop on Speech and Natural Language",
"volume": "",
"issue": "",
"pages": "306--311",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Black, S. Abney, D. Flickinger, C. Gdaniec, R. Gr- ishman, P. Harrison, D. Hindle, R. Ingria, F. Jelinek, J. Klavans, M. Liberman, M. Marcus, S. Roukos, B. Santorini, and T. Strzalkowski. 1991. A proce- dure for quantitatively comparing the syntactic cov- erage of English grammars. In Proceedings of the Fourth DARPA Workshop on Speech and Natural Lan- guage, pages 306-311, CA.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Assigning function tags to parsed text",
"authors": [
{
"first": "Don",
"middle": [],
"last": "Blaheta",
"suffix": ""
},
{
"first": "Eugene",
"middle": [],
"last": "Charniak",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 1st Annual Meeting of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "234--240",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Don Blaheta and Eugene Charniak. 2000. Assigning function tags to parsed text. In Proceedings of the 1st Annual Meeting of the North American Chapter of the Association for Computational Linguistics, pages 234-240, Seattle.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Function Tagging",
"authors": [
{
"first": "Don",
"middle": [],
"last": "Blaheta",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Don Blaheta. 2003. Function Tagging. Ph.D. thesis, Brown University.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Using linguistic principles to recover empty categories",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Campbell",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Campbell. 2004. Using linguistic principles to recover empty categories. In Proceedings of ACL.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "A maximum-entropy-inspired parser",
"authors": [
{
"first": "Eugene",
"middle": [],
"last": "Charniak",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 1st Annual Meeting of the North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eugene Charniak. 2000. A maximum-entropy-inspired parser. In Proceedings of the 1st Annual Meeting of the North American Chapter of the Association for Com- putational Linguistics.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Three generative, lexicalized models for statistical parsing",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of the 35th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Collins. 1997. Three generative, lexicalized models for statistical parsing. In Proceedings of the 35th Annual Meeting of the Association for Computa- tional Linguistics, Madrid.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Head-driven statistical models for natural language parsing",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 2003,
"venue": "Computational Linguistics",
"volume": "29",
"issue": "",
"pages": "589--637",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Collins. 2003. Head-driven statistical models for natural language parsing. Computational Linguis- tics, 29:589-637.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Antecedent recovery: Experiments with a trace tagger",
"authors": [
{
"first": "Peter",
"middle": [],
"last": "Dienes",
"suffix": ""
},
{
"first": "Amit",
"middle": [],
"last": "Dubey",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter Dienes and Amit Dubey. 2003a. Antecedent recov- ery: Experiments with a trace tagger. In Proceedings of EMNLP.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Deep processing by combining shallow methods",
"authors": [
{
"first": "Peter",
"middle": [],
"last": "Dienes",
"suffix": ""
},
{
"first": "Amit",
"middle": [],
"last": "Dubey",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter Dienes and Amit Dubey. 2003b. Deep process- ing by combining shallow methods. In Proceedings of ACL.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Inducing history representations for broad coverage statistical parsing",
"authors": [
{
"first": "James",
"middle": [],
"last": "Henderson",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of NLT-NAACL 2003",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Henderson. 2003. Inducing history representa- tions for broad coverage statistical parsing. In Pro- ceedings of NLT-NAACL 2003, Edmonton, Alberta, Canada. Association for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Enriching the output of a parser using memory-based learning",
"authors": [
{
"first": "Valentin",
"middle": [],
"last": "Jijkoun",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Maarten De Rijke",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Valentin Jijkoun and Maarten de Rijke. 2004. Enrich- ing the output of a parser using memory-based learn- ing. In Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics, Barcelona, Spain.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "A simple pattern-matching algorithm for recovering empty nodes and their antecedents",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40st Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Johnson. 2002. A simple pattern-matching al- gorithm for recovering empty nodes and their an- tecedents. In Proceedings of the 40st Annual Meet- ing of the Association for Computational Linguistics, Philadelphia, PA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Deep dependencies from context-free statistical parsers: correcting the surface dependency approximation",
"authors": [
{
"first": "Roger",
"middle": [],
"last": "Levy",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Roger Levy and Christopher Manning. 2004. Deep de- pendencies from context-free statistical parsers: cor- recting the surface dependency approximation. In Pro- ceedings of the ACL.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Mallet: A machine learning for language toolkit",
"authors": [
{
"first": "Andrew Kachites",
"middle": [],
"last": "Mccallum",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andrew Kachites McCallum. 2002. Mal- let: A machine learning for language toolkit. http://mallet.cs.umass.edu.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Lexical and structural biases for function parsing",
"authors": [
{
"first": "Gabriele",
"middle": [],
"last": "Musillo",
"suffix": ""
},
{
"first": "Paolo",
"middle": [],
"last": "Merlo",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Ninth International Workshop on Parsing Technology",
"volume": "",
"issue": "",
"pages": "83--92",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gabriele Musillo and Paolo Merlo. 2005. Lexical and structural biases for function parsing. In Proceedings of the Ninth International Workshop on Parsing Tech- nology, pages 83-92, Vancouver, British Columbia, October. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"TABREF0": {
"text": "Function Tags -Also shown is the percentage of each category in the Penn Treebank emulation of theCollins parser. 3",
"num": null,
"html": null,
"type_str": "table",
"content": "<table><tr><td/><td>55.9%)</td><td/><td colspan=\"2\">Semantic (36.4%)</td><td/><td>Misc (1.0%)</td><td>CLR (5.8%)</td></tr><tr><td colspan=\"2\">DTV Dative</td><td colspan=\"2\">NOM Nominal</td><td colspan=\"2\">EXT Extent</td><td>CLF It-cleft</td><td>CLR Closely-</td></tr><tr><td colspan=\"2\">LGS Logical subj</td><td colspan=\"4\">ADV Non-specific LOC Location</td><td>HLN Headline</td><td>Related</td></tr><tr><td colspan=\"2\">PRD Predicate</td><td/><td>Adverbial</td><td colspan=\"2\">MNR Manner</td><td>TTL Title</td></tr><tr><td colspan=\"4\">PUT LOC of 'put' BNF Benefactive</td><td>PRP</td><td>Purpose</td><td>Topicalization</td></tr><tr><td>SBJ</td><td>Subject</td><td>DIR</td><td>Direction</td><td colspan=\"2\">TMP Temporal</td><td>(2.6%)</td></tr><tr><td colspan=\"2\">VOC Vocative</td><td/><td/><td/><td/><td>TPC Topic</td></tr><tr><td/><td>Figure 2:</td><td/><td/><td/><td/></tr></table>"
},
"TABREF1": {
"text": "numbers in parentheses inTable 1are from his feature trees specialized for the Syntactic and Semantic groups, while all his other numbers, including the overall score, are from using a single feature set for his four function tag groups.6",
"num": null,
"html": null,
"type_str": "table",
"content": "<table><tr><td/><td colspan=\"2\">-Overall -</td><td colspan=\"4\">-Breakdown by Function Tag Group -</td></tr><tr><td/><td colspan=\"2\">w/CLR w/o CLR</td><td>Syn</td><td>Sem</td><td>Top</td><td>Misc</td><td>CLR</td></tr><tr><td>Tag Group Frequency</td><td/><td/><td colspan=\"4\">55.87% 36.40% 2.60% 1.03% 5.76%</td></tr><tr><td>Model2-Ftags</td><td>88.95</td><td>90.78</td><td>95.76</td><td>84.56</td><td colspan=\"2\">93.89 17.31 65.86</td></tr><tr><td/><td/><td>88.28</td><td>95.16</td><td>79.81</td><td colspan=\"2\">93.72 39.44</td></tr><tr><td>Blaheta, 2003</td><td/><td/><td colspan=\"2\">(95.89) (83.37)</td><td/></tr><tr><td>Jijkoun and de Rijke, 2004</td><td>88.50</td><td/><td/><td/><td/></tr><tr><td>Musillo and Merlo, 2005</td><td/><td/><td>96.5</td><td>85.6</td><td/></tr><tr><td colspan=\"7\">Table 1: Overall Results (F-measure) and Breakdown by Function Tag Groups</td></tr></table>"
},
"TABREF2": {
"text": "by 12% over Johnson.",
"num": null,
"html": null,
"type_str": "table",
"content": "<table><tr><td colspan=\"3\">System Precision Recall</td><td>F1</td></tr><tr><td>D&amp;D</td><td>78.50</td><td colspan=\"2\">68.08 72.92</td></tr><tr><td>Pres</td><td>74.70</td><td colspan=\"2\">74.62 74.66</td></tr></table>"
},
"TABREF4": {
"text": "function tags, argumentness, heads, and POS tags, subjectless S. . . NULLCOMP is first daughter?, terminalness, aunt's label and POS tag, mother's head, daughters' heads, great-grandmother's label. . . WHXPINSERT is first daughter?, left sister's terminalness, labels of mother, aunt, and left sister, aunt's head. . . WHXPDISCERN words contained by grandmother, grandmother's head, aunt's head, grandmother's function tags, aunt's label, aunt's function tags. . . WHTRACE lack of subject, daughter categories, child argument information, subjacency violation, saturation, whether or not there is a verb below, path information. . . PROANTECEDENT controller's sisters' function tags, categories path contains, path length, path shape, controller's function tags, controller's sisters' heads, linear precedence information. . . ANTECEDENTLESS mother's function tags, great-grandmother's label, aunt's head (\"It is difficult to. . . \"), grandmother's function tag, mother's head. . .",
"num": null,
"html": null,
"type_str": "table",
"content": "<table><tr><td>: A comparison of the present system with</td></tr><tr><td>Campbell's rule-based system on gold-standard</td></tr><tr><td>trees from section 23 using Campbell's metric</td></tr></table>"
},
"TABREF5": {
"text": "A few of the most highly weighted features for various classifiers",
"num": null,
"html": null,
"type_str": "table",
"content": "<table/>"
}
}
}
}