ACL-OCL / Base_JSON /prefixJ /json /J08 /J08-1003.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J08-1003",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:19:17.673319Z"
},
"title": "",
"authors": [],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "and use the Approximate Randomization Test to test the statistical significance of the results. Our experiments show that machine-learning-based shallow grammars augmented with sophisticated automatic dependency annotation technology outperform hand-crafted, deep, widecoverage constraint grammars. Currently our best system achieves an f-score of 82.73% against the PARC 700 Dependency Bank, a statistically significant improvement of 2.18% over the most recent results of 80.55% for the hand-crafted LFG grammar and XLE parsing system and an f-score of 80.23% against the CBS 500 Dependency Bank, a statistically significant 3.66% improvement over the 76.57% achieved by the hand-crafted RASP grammar and parsing system.",
"pdf_parse": {
"paper_id": "J08-1003",
"_pdf_hash": "",
"abstract": [
{
"text": "and use the Approximate Randomization Test to test the statistical significance of the results. Our experiments show that machine-learning-based shallow grammars augmented with sophisticated automatic dependency annotation technology outperform hand-crafted, deep, widecoverage constraint grammars. Currently our best system achieves an f-score of 82.73% against the PARC 700 Dependency Bank, a statistically significant improvement of 2.18% over the most recent results of 80.55% for the hand-crafted LFG grammar and XLE parsing system and an f-score of 80.23% against the CBS 500 Dependency Bank, a statistically significant 3.66% improvement over the 76.57% achieved by the hand-crafted RASP grammar and parsing system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "wide-coverage with \"shallow\" treebank-and machine-learning-based parsers at the level of dependencies, using simple and automatic methods to convert tree output generated by the shallow parsers into dependencies. In this article, we revisit such experiments, this time using sophisticated automatic LFG f-structure annotation methodologies with surprising results. We compare various PCFG and history-based parsers to find a baseline parsing system that fits best into our automatic dependency structure annotation technique. This combined system of syntactic parser and dependency structure annotation is compared to two hand-crafted, deep constraint-based parsers, RASP and XLE. We evaluate using dependency-based gold standards",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Wide-coverage parsers are often evaluated against gold-standard CFG trees (e.g., Penn-II WSJ Section 23 trees) reporting traditional PARSEVAL metrics (Black et al. 1991) of labeled and unlabeled bracketing precision, recall and f-score measures, number of crossing brackets, complete matches, and so forth. Although tree-based parser evaluation provides valuable insights into the performance of grammars and parsing systems, it is subject to a number of (related) drawbacks:",
"cite_spans": [
{
"start": 150,
"end": 169,
"text": "(Black et al. 1991)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Bracketed trees do not always provide NLP applications with enough information to carry out the required tasks: Many applications involve a deeper analysis of the input in the form of semantically motivated information such as deep dependency relations, predicate-argument structures, or simple logical forms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1.",
"sec_num": null
},
{
"text": "A number of alternative, but equally valid tree representations can potentially be given for the same input. To give just a few examples: In English, VPs containing modals and auxiliaries can be analyzed using (predominantly) binary branching rules (Penn-II [Marcus et al. 1994] ), or employ flatter analyses where modals and auxiliaries are sisters of the main verb (AP treebank [Leech and Garside 1991] ), or indeed do without a designated VP constituent at all (SUSANNE [Sampson 1995]) . Treebank bracketing guidelines can use \"traditional\" CFG categories such as S, NP, and so on (Penn-II) or a maximal projection-inspired analysis with IPs and DPs (Chinese Penn Treebank [Xue et al. 2004] ).",
"cite_spans": [
{
"start": 258,
"end": 278,
"text": "[Marcus et al. 1994]",
"ref_id": "BIBREF47"
},
{
"start": 367,
"end": 404,
"text": "(AP treebank [Leech and Garside 1991]",
"ref_id": null
},
{
"start": 473,
"end": 488,
"text": "[Sampson 1995])",
"ref_id": "BIBREF59"
},
{
"start": 676,
"end": 693,
"text": "[Xue et al. 2004]",
"ref_id": "BIBREF64"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "2.",
"sec_num": null
},
{
"text": "Because a tree-based gold standard for parser evaluation must adopt a particular style of linguistic analysis (reflected in the geometry and nomenclature of the nodes in the trees), evaluation of statistical parsers and grammars that are derived from particular treebank resources (as well as hand-crafted grammars/parsers) can suffer unduly if the gold standard deviates systematically from the (possibly) equally valid style of linguistic analysis provided by the parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "Problems such as these have motivated research on more abstract, dependencybased parser evaluation (e.g., Lin 1995; Carroll, Briscoe, and Sanfilippo 1998; Clark and Hockenmaier 2002; King et al. 2003; Preiss 2003; Kaplan et al. 2004; Miyao and Tsujii 2004) . Dependency-based linguistic representations are approximations of abstract predicate-argument-adjunct (or more basic head-dependent) structures, providing a more normalized representation abstracting away from the particulars of surface realization or CFG-tree representation, which enables meaningful cross-parser evaluation.",
"cite_spans": [
{
"start": 106,
"end": 115,
"text": "Lin 1995;",
"ref_id": "BIBREF45"
},
{
"start": 116,
"end": 154,
"text": "Carroll, Briscoe, and Sanfilippo 1998;",
"ref_id": "BIBREF18"
},
{
"start": 155,
"end": 182,
"text": "Clark and Hockenmaier 2002;",
"ref_id": "BIBREF23"
},
{
"start": 183,
"end": 200,
"text": "King et al. 2003;",
"ref_id": "BIBREF41"
},
{
"start": 201,
"end": 213,
"text": "Preiss 2003;",
"ref_id": "BIBREF56"
},
{
"start": 214,
"end": 233,
"text": "Kaplan et al. 2004;",
"ref_id": "BIBREF39"
},
{
"start": 234,
"end": 256,
"text": "Miyao and Tsujii 2004)",
"ref_id": "BIBREF52"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "A related contrast holds between shallow and deep grammars and parsers. 1 In addition to defining a language (as a set of strings), deep grammars relate strings to information/meaning, often in the form of predicate-argument structure, dependency relations, 2 or logical forms. By contrast, a shallow grammar simply defines a language and may associate syntactic (e.g., CFG tree) representations with strings. Natural languages do not always interpret linguistic material locally where the material is encountered in the string (or tree). In order to obtain accurate and complete predicate-argument, dependency, or logical form representations, a hallmark of deep grammars is that they usually involve a long-distance dependency (LDD) resolution mechanism.",
"cite_spans": [
{
"start": 72,
"end": 73,
"text": "1",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "Traditionally, deep grammars are hand-crafted (cf. the ALVEY Natural Language Tools [Briscoe et al. 1987] , the Core Language Engine [Alshawi and Pulman 1992] , the Alpino Dutch dependency parser [Bouma, van Noord, and Malouf 2000] , the Xerox Linguistic Environment [Butt et al. 2002] , the RASP dependency parser [Carroll and Briscoe 2002] and the LinGO English Resource Grammar [Flickinger 2000; Baldwin et al. 2004] ). Wide-coverage, deep-grammar development, particularly in rich formalisms such as LFG (Kaplan and Bresnan 1982; Bresnan 2001; Dalrymple 2001) and HPSG (Pollard and Sag 1994) , is knowledge-intensive, time-consuming and expensive, constituting an instance of the (in-)famous \"knowledge acquisition bottleneck\" familiar from other areas in traditional, rule-based AI and NLP. Very few hand-crafted deep grammars (Briscoe and Carroll 1993; Bouma, van Noord, and Malouf 2000; Riezler et al. 2002) have, in fact, been successfully scaled to unrestricted input.",
"cite_spans": [
{
"start": 84,
"end": 105,
"text": "[Briscoe et al. 1987]",
"ref_id": "BIBREF9"
},
{
"start": 133,
"end": 158,
"text": "[Alshawi and Pulman 1992]",
"ref_id": "BIBREF1"
},
{
"start": 196,
"end": 231,
"text": "[Bouma, van Noord, and Malouf 2000]",
"ref_id": "BIBREF6"
},
{
"start": 267,
"end": 285,
"text": "[Butt et al. 2002]",
"ref_id": "BIBREF12"
},
{
"start": 315,
"end": 341,
"text": "[Carroll and Briscoe 2002]",
"ref_id": "BIBREF17"
},
{
"start": 381,
"end": 398,
"text": "[Flickinger 2000;",
"ref_id": "BIBREF32"
},
{
"start": 399,
"end": 419,
"text": "Baldwin et al. 2004]",
"ref_id": "BIBREF2"
},
{
"start": 508,
"end": 533,
"text": "(Kaplan and Bresnan 1982;",
"ref_id": "BIBREF38"
},
{
"start": 534,
"end": 547,
"text": "Bresnan 2001;",
"ref_id": "BIBREF7"
},
{
"start": 548,
"end": 563,
"text": "Dalrymple 2001)",
"ref_id": "BIBREF29"
},
{
"start": 573,
"end": 595,
"text": "(Pollard and Sag 1994)",
"ref_id": "BIBREF55"
},
{
"start": 832,
"end": 858,
"text": "(Briscoe and Carroll 1993;",
"ref_id": "BIBREF8"
},
{
"start": 859,
"end": 893,
"text": "Bouma, van Noord, and Malouf 2000;",
"ref_id": "BIBREF6"
},
{
"start": 894,
"end": 914,
"text": "Riezler et al. 2002)",
"ref_id": "BIBREF58"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "The last 15 years have seen extensive efforts on treebank-based automatic grammar acquisition using a variety of machine-learning techniques (e.g., Gaizauskas 1995; Charniak 1996; Collins 1999; Johnson 1999; Charniak 2000; Bikel 2002; Bod 2003; Klein and Manning 2003) . These grammars are wide-coverage and robust and in contrast to manual grammar development, machine-learning-based grammar acquisition incurs relatively low development cost. With few notable exceptions, 3 however, these treebank-induced wide-coverage grammars are shallow: They usually do not attempt to resolve LDDs nor do they associate strings with meaning representations.",
"cite_spans": [
{
"start": 148,
"end": 164,
"text": "Gaizauskas 1995;",
"ref_id": "BIBREF33"
},
{
"start": 165,
"end": 179,
"text": "Charniak 1996;",
"ref_id": null
},
{
"start": 180,
"end": 193,
"text": "Collins 1999;",
"ref_id": "BIBREF27"
},
{
"start": 194,
"end": 207,
"text": "Johnson 1999;",
"ref_id": "BIBREF36"
},
{
"start": 208,
"end": 222,
"text": "Charniak 2000;",
"ref_id": null
},
{
"start": 223,
"end": 234,
"text": "Bikel 2002;",
"ref_id": "BIBREF3"
},
{
"start": 235,
"end": 244,
"text": "Bod 2003;",
"ref_id": "BIBREF5"
},
{
"start": 245,
"end": 268,
"text": "Klein and Manning 2003)",
"ref_id": "BIBREF43"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "Over the last few years, addressing the knowledge acquisition bottleneck in deep constraint-based grammar development, a growing body of research has emerged to automatically acquire wide-coverage deep grammars from treebank resources (TAG [Xia 1999 ], CCG [Hockenmaier and Steedman 2002] , HPSG [Miyao, Ninomiya, and Tsujii 2003 ], LFG [Cahill et al. 2002b [Cahill et al. , 2004 ). To a first approximation, these approaches can be classified as \"conversion\"-or \"annotation\"-based. TAG-based approaches convert 1 Our use of the terms \"shallow\" and \"deep\" parsers/grammars follows Kaplan et al. (2004) where a \"shallow parser\" does not relate strings to meaning representations. This deviates from a more common use of the terms where, for example, a \"shallow parser\" refers to (often finite-state-based) parsers (or chunkers) that may produce partial bracketings of input strings. 2 By dependency relations we mean deep, fine-grained, labeled dependencies that encode long-distance dependencies and passive information, for example. These differ from the types of unlabeled dependency relations in other work such as (McDonald and Pereira 2006) . 3 Both Collins Model 3 (1999) and Johnson (2002) output CFG tree representations with traces. Collins Model 3 performs LDD resolution for wh-relative clause constructions, Johnson (2002) for a wide range of LDD phenomena in a post-processing approach based on Penn-II tree fragments linking displaced material with where it is to be interpreted semantically. The work of Dienes and Dubey (2003) and Levy and Manning (2004) is similar to that of Johnson (2002) , recovering empty categories on top of CFG-based parsers. None of them map strings into dependencies.",
"cite_spans": [
{
"start": 240,
"end": 249,
"text": "[Xia 1999",
"ref_id": "BIBREF63"
},
{
"start": 257,
"end": 288,
"text": "[Hockenmaier and Steedman 2002]",
"ref_id": "BIBREF35"
},
{
"start": 296,
"end": 329,
"text": "[Miyao, Ninomiya, and Tsujii 2003",
"ref_id": "BIBREF50"
},
{
"start": 337,
"end": 357,
"text": "[Cahill et al. 2002b",
"ref_id": "BIBREF16"
},
{
"start": 358,
"end": 379,
"text": "[Cahill et al. , 2004",
"ref_id": "BIBREF14"
},
{
"start": 581,
"end": 601,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
},
{
"start": 1118,
"end": 1145,
"text": "(McDonald and Pereira 2006)",
"ref_id": "BIBREF49"
},
{
"start": 1150,
"end": 1177,
"text": "Both Collins Model 3 (1999)",
"ref_id": null
},
{
"start": 1182,
"end": 1196,
"text": "Johnson (2002)",
"ref_id": "BIBREF37"
},
{
"start": 1320,
"end": 1334,
"text": "Johnson (2002)",
"ref_id": "BIBREF37"
},
{
"start": 1519,
"end": 1542,
"text": "Dienes and Dubey (2003)",
"ref_id": "BIBREF30"
},
{
"start": 1547,
"end": 1570,
"text": "Levy and Manning (2004)",
"ref_id": "BIBREF44"
},
{
"start": 1593,
"end": 1607,
"text": "Johnson (2002)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "treebank trees into (lexicalized) elementary or adjunct trees. CCG-based approaches convert trees into CCG derivations from which CCG categories can be extracted. HPSGand LFG-based grammar induction methods automatically annotate treebank trees with (typed) attribute-value structure information for the extraction of constraint-based grammars and lexical resources. Two recent papers (Preiss 2003; Kaplan et al. 2004) have started tying together the research strands just sketched: They use dependency-based parser evaluation to compare wide-coverage parsing systems using hand-crafted, deep, constraint-based grammars with systems based on a simple version of treebank-based deep grammar acquisition technology in the conversion paradigm. In the experiments, tree output generated by Collins's Model 1, 2, and 3 (1999) and Charniak's (2000) parsers, for example, are automatically translated into dependency structures and evaluated against gold-standard dependency banks. Preiss (2003) uses the grammatical relations and the CBS 500 Dependency Bank described in Carroll, Briscoe, and Sanfilippo (1998) to compare a number of parsing systems (Briscoe and Carroll 1993; Collins's 1997 models 1 and 2; and Charniak 2000) using a simple version of the conversion-based deep grammar acquisition process (i.e., reading off grammatical relations from CFG parse trees produced by the treebank-based shallow parsers). The article also reports on a task-based evaluation experiment to rank the parsers using the grammatical relations as input to an anaphora resolution system. Preiss concluded that parser ranking using grammatical relations reflected the absolute ranking (between treebank-induced parsers) using traditional tree-based metrics, but that the difference between the performance of the parsing algorithms narrowed when they carried out the anaphora resolution task. Her results show that the hand-crafted deep unification parser (Briscoe and Carroll 1993) outperforms the machine-learned parsers (Collins 1997; Charniak 2000) on the f-score derived from weighted precision and recall on grammatical relations. 4 Kaplan et al. (2004) compare their deep, handcrafted, LFG-based XLE parsing system (Riezler et al. 2002 ) with Collins's (1999) model 3 using a simple conversion-based approach, capturing dependencies from the tree output of the machine-learned parser, and evaluating both parsers against the PARC 700 Dependency Bank (King et al. 2003) . They conclude that the hand-crafted, deep grammar outperforms the state-of-the-art treebank-based shallow parser on the level of dependency representation, at the price of a small decrease in parsing speed.",
"cite_spans": [
{
"start": 385,
"end": 398,
"text": "(Preiss 2003;",
"ref_id": "BIBREF56"
},
{
"start": 399,
"end": 418,
"text": "Kaplan et al. 2004)",
"ref_id": "BIBREF39"
},
{
"start": 786,
"end": 820,
"text": "Collins's Model 1, 2, and 3 (1999)",
"ref_id": null
},
{
"start": 825,
"end": 842,
"text": "Charniak's (2000)",
"ref_id": null
},
{
"start": 975,
"end": 988,
"text": "Preiss (2003)",
"ref_id": "BIBREF56"
},
{
"start": 1065,
"end": 1104,
"text": "Carroll, Briscoe, and Sanfilippo (1998)",
"ref_id": "BIBREF18"
},
{
"start": 1144,
"end": 1170,
"text": "(Briscoe and Carroll 1993;",
"ref_id": "BIBREF8"
},
{
"start": 1171,
"end": 1201,
"text": "Collins's 1997 models 1 and 2;",
"ref_id": null
},
{
"start": 1202,
"end": 1220,
"text": "and Charniak 2000)",
"ref_id": null
},
{
"start": 1937,
"end": 1963,
"text": "(Briscoe and Carroll 1993)",
"ref_id": "BIBREF8"
},
{
"start": 2004,
"end": 2018,
"text": "(Collins 1997;",
"ref_id": "BIBREF26"
},
{
"start": 2019,
"end": 2033,
"text": "Charniak 2000)",
"ref_id": null
},
{
"start": 2118,
"end": 2119,
"text": "4",
"ref_id": null
},
{
"start": 2120,
"end": 2140,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
},
{
"start": 2203,
"end": 2223,
"text": "(Riezler et al. 2002",
"ref_id": "BIBREF58"
},
{
"start": 2231,
"end": 2247,
"text": "Collins's (1999)",
"ref_id": "BIBREF27"
},
{
"start": 2438,
"end": 2456,
"text": "(King et al. 2003)",
"ref_id": "BIBREF41"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "Both Preiss (2003) and Kaplan et al. (2004) emphasize that they use rather basic versions of the conversion-based deep grammar acquisition technology outlined herein. In this article we revisit the experiments carried out by Preiss and Kaplan et al., this time using the sophisticated and fine-grained treebank-and annotation-based, deep, probabilistic LFG grammar acquisition methodology developed in Cahill et al. (2002b) , Cahill et al. (2004 , and Burke (2006) with a number of surprising results:",
"cite_spans": [
{
"start": 5,
"end": 18,
"text": "Preiss (2003)",
"ref_id": "BIBREF56"
},
{
"start": 23,
"end": 43,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
},
{
"start": 225,
"end": 250,
"text": "Preiss and Kaplan et al.,",
"ref_id": null
},
{
"start": 402,
"end": 423,
"text": "Cahill et al. (2002b)",
"ref_id": "BIBREF16"
},
{
"start": 426,
"end": 445,
"text": "Cahill et al. (2004",
"ref_id": "BIBREF14"
},
{
"start": 452,
"end": 464,
"text": "Burke (2006)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "3.",
"sec_num": null
},
{
"text": "Evaluating against the PARC 700 Dependency Bank (King et al. 2003) using a retrained version of Bikel's (2002) parser, the best automatically induced, deep LFG resources achieve an f-score of 82.73%. This is an improvement of 3.13 percentage points over the previously best published results established by Kaplan et al. (2004) who use a hand-crafted, wide-coverage, deep LFG and the XLE parsing system. This is also a statistically significant improvement of 2.18 percentage points over the most recent improved results presented in this article for the XLE system.",
"cite_spans": [
{
"start": 48,
"end": 66,
"text": "(King et al. 2003)",
"ref_id": "BIBREF41"
},
{
"start": 96,
"end": 110,
"text": "Bikel's (2002)",
"ref_id": "BIBREF3"
},
{
"start": 307,
"end": 327,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "1.",
"sec_num": null
},
{
"text": "Evaluating against the Carroll, Briscoe, and Sanfilippo (1998) CBS 500 gold-standard dependency bank using a retrained version of Bikel's (2002) parser, the best Penn-II treebank-based, automatically acquired, deep LFG resources achieve an f-score of 80.23%. This is a statistically significant improvement of 3.66 percentage points over Carroll and Briscoe (2002) , who use a hand-crafted, wide-coverage, deep, unification grammar and the RASP parsing system.",
"cite_spans": [
{
"start": 23,
"end": 62,
"text": "Carroll, Briscoe, and Sanfilippo (1998)",
"ref_id": "BIBREF18"
},
{
"start": 130,
"end": 144,
"text": "Bikel's (2002)",
"ref_id": "BIBREF3"
},
{
"start": 338,
"end": 364,
"text": "Carroll and Briscoe (2002)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "2.",
"sec_num": null
},
{
"text": "Evaluation results on a reannotated version (Briscoe and Carroll 2006) of the PARC 700 Dependency Bank were recently published in Clark and Curran (2007) , reporting f-scores of 81.9% for the CCG parser, and 76.3% for RASP. As Briscoe and Carroll (2006) point out, these evaluations are not directly comparable with the Kaplan et al. (2004) style evaluation against the original PARC 700 Dependency Bank, because the annotation schemes are different.",
"cite_spans": [
{
"start": 44,
"end": 70,
"text": "(Briscoe and Carroll 2006)",
"ref_id": "BIBREF9"
},
{
"start": 130,
"end": 153,
"text": "Clark and Curran (2007)",
"ref_id": "BIBREF22"
},
{
"start": 227,
"end": 253,
"text": "Briscoe and Carroll (2006)",
"ref_id": "BIBREF9"
},
{
"start": 320,
"end": 340,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "2.",
"sec_num": null
},
{
"text": "The article is structured as follows: In Section 2, we outline the automatic LFG f-structure annotation algorithm and the pipeline parsing architecture of Cahill et al. (2002b) , Cahill et al. (2004) , and Burke (2006) . In Section 3, we present our experiment design. In Section 4, using the DCU 105 Dependency Bank as our development set, we evaluate a number of treebank-induced LFG parsing systems against the automatically generated Penn-II WSJ Section 22 Dependency Bank test set. We use the Approximate Randomization Test (Noreen 1989) to test for statistical significance and choose the best parsing system for the evaluations against the wide-coverage, hand-crafted RASP and LFG grammars of Carroll and Briscoe (2002) and Kaplan et al. (2004) using the CBS 500 and PARC 700 Dependency Banks in Section 5. In Section 6, we discuss results and issues raised by our methodology, outline related and future research and conclude in Section 7.",
"cite_spans": [
{
"start": 155,
"end": 176,
"text": "Cahill et al. (2002b)",
"ref_id": "BIBREF16"
},
{
"start": 179,
"end": 199,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF14"
},
{
"start": 206,
"end": 218,
"text": "Burke (2006)",
"ref_id": "BIBREF10"
},
{
"start": 529,
"end": 542,
"text": "(Noreen 1989)",
"ref_id": "BIBREF53"
},
{
"start": 700,
"end": 726,
"text": "Carroll and Briscoe (2002)",
"ref_id": "BIBREF17"
},
{
"start": 731,
"end": 751,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "2.",
"sec_num": null
},
{
"text": "In this section, we briefly outline LFG and present our automatic f-structure annotation algorithm and parsing architecture. The parsing architecture enables us to integrate PCFG-and history-based parsers, which allows us to compare these parsers at the level of dependency structures, rather than just trees.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "2."
},
{
"text": "Lexical Functional Grammar (LFG) (Kaplan and Bresnan 1982; Bresnan 2001; Dalrymple 2001 ) is a constraint-based theory of grammar. It (minimally) posits two levels of representation, c(onstituent)-structure and f(unctional)-structure. C-structure is represented by context-free phrase-structure trees, and captures surface grammatical configurations such as word order. The nodes in the trees are annotated with functional equations (attribute-value structure constraints, for example (\u2191OBJ)=\u2193) which are resolved (in the case of well-formed strings) to produce an f-structure. F-structures are recursive attribute-value matrices, representing abstract syntactic functions, which approximate to basic predicate-argument-adjunct structures or dependency relations. 5 Figure 1 shows the c-and f-structures for the string U.N. signs treaty. Each node in the c-structure is annotated with f-structure equations, for example (\u2191 SUBJ)= \u2193. The uparrows (\u2191) point to the f-structure associated with the mother node, downarrows (\u2193) to that of the local node. In a complete parse tree, these \u2191 and \u2193 meta variables are instantiated to unique tree node identifiers and a set of constraints (a set of terms in an equality logic) is generated which (if satisfiable) generates an f-structure.",
"cite_spans": [
{
"start": 33,
"end": 58,
"text": "(Kaplan and Bresnan 1982;",
"ref_id": "BIBREF38"
},
{
"start": 59,
"end": 72,
"text": "Bresnan 2001;",
"ref_id": "BIBREF7"
},
{
"start": 73,
"end": 87,
"text": "Dalrymple 2001",
"ref_id": "BIBREF29"
}
],
"ref_spans": [
{
"start": 766,
"end": 774,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Lexical Functional Grammar",
"sec_num": "2.1"
},
{
"text": "Deep grammars can be induced from treebank resources if the treebank encodes enough information to support the derivation of deep grammatical information, such as predicate-argument structures, deep dependency relations, or logical forms. Many second generation treebanks such as Penn-II provide information to support the compilation of meaning representations, for example in the form of traces relating displaced linguistic material to where it should be interpreted semantically. The f-structure annotation algorithm exploits configurational and categorial information, as well as traces and the Penn-II functional tag annotations (Table 1) to automatically associate Penn-II CFG trees with LFG f-structure information.",
"cite_spans": [],
"ref_spans": [
{
"start": 635,
"end": 644,
"text": "(Table 1)",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Automatic F-Structure Annotation Algorithm",
"sec_num": "2.2"
},
{
"text": "Given a tree, such as the Penn-II-style tree in Figure 2 , the algorithm will traverse the tree and deterministically add f-structure equations to the phrasal and leaf nodes of the tree, resulting in an f-structure annotated version of the tree. The annotations are then collected and passed on to a constraint solver which generates an f-structure (if the constraints are satisfiable). We use a simple graph-unification-based constraint solver (Eisele and D\u00f6rre 1986) , extended to handle path, set-valued, disjunctive, and existential constraints. Given parser output without Penn-II style annotations and traces, the same algorithm is used to assign annotations to each node in the tree, whereas a separate module is applied at the level of f-structure to resolve any long-distance dependencies (see Section 2.3). The f-structure annotation algorithm is described in detail in Cahill et al. (2002a ), McCarthy (2003 , Cahill et al. (2004) , and Burke (2006) . In brief, the algorithm is modular with four components (Figure 3 ), taking Penn-II trees as input and automatically adding LFG f-structure equations to each node in the tree.",
"cite_spans": [
{
"start": 445,
"end": 468,
"text": "(Eisele and D\u00f6rre 1986)",
"ref_id": "BIBREF31"
},
{
"start": 880,
"end": 900,
"text": "Cahill et al. (2002a",
"ref_id": "BIBREF15"
},
{
"start": 901,
"end": 918,
"text": "), McCarthy (2003",
"ref_id": "BIBREF48"
},
{
"start": 921,
"end": 941,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF14"
},
{
"start": 948,
"end": 960,
"text": "Burke (2006)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 48,
"end": 56,
"text": "Figure 2",
"ref_id": null
},
{
"start": 1019,
"end": 1028,
"text": "(Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Automatic F-Structure Annotation Algorithm",
"sec_num": "2.2"
},
{
"text": "Lexical Information. Lexical information is generated automatically by macros for each of the POS classes in Penn-II. To give a simple example, third-person plural noun Penn-II POS-word sequences of the form NNS word are automatically associated with the equations (\u2191PRED) = word , (\u2191NUM) = pl and (\u2191PERS) = 3rd, where word is the lemmatized word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Automatic F-Structure Annotation Algorithm",
"sec_num": "2.2"
},
{
"text": "Left-Right Context Annotation. The Left-Right context annotation component identifies the heads of Penn-II trees using a modified version of the head finding rules of Magerman (1994) . This partitions each local subtree (of depth one) into a local head, a left context (left sisters), and a right context (right sisters). The contexts together with information about the local mother and daughter categories and (if present) Penn-II",
"cite_spans": [
{
"start": 167,
"end": 182,
"text": "Magerman (1994)",
"ref_id": "BIBREF46"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Automatic F-Structure Annotation Algorithm",
"sec_num": "2.2"
},
{
"text": "Trees for the sentence U.N. signs treaty, the headline said before and after automatic f-structure annotation, with the f-structure automatically produced. not preceded by a comma or \"-\" 6 is likely to be the local head. The Annotation matrix for NPs states (inter alia) that heads are annotated \u2191=\u2193, that DTs (determiners) to the left of the head are annotated (\u2191 SPEC DET) = \u2193, NPs to the right of the head as \u2193\u2208(\u2191 APP) (appositions). Table 2 provides a sample extract from the NP Annotation matrix. Figure 4 provides an example of the application of the NP and PP Annotation matrices to a simple tree. For each phrasal category, Annotation matrices are constructed by inspecting the most frequent Penn-II rule types expanding the category such that the token occurrences of these rule types cover more than 85% of all occurrences of expansions of that category in Penn-II. For NP rules, for example, this means that we analyze the most frequent 102 rule types expanding NP, rather than the complete set of more than 6,500 Penn-II NP rule types, in order to populate the NP Annotation matrix. Annotation matrices generalize to unseen rule types as, in the case of NPs, these may also feature DTs to the left of the local head and NPs to the right and similarly for rule types expanding other categories.",
"cite_spans": [],
"ref_spans": [
{
"start": 437,
"end": 444,
"text": "Table 2",
"ref_id": "TABREF1"
},
{
"start": 502,
"end": 510,
"text": "Figure 4",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "Coordination. In order to support the modularity, maintainability, and extendability of the annotation algorithm, the Left-Right Annotation matrices apply only to local trees of depth one, which do not feature coordination. This keeps the statement of Annotation matrices perspicuous and compact. The Penn-II treatment of coordination is (intentionally) flat. The annotation algorithm has modules for like-and unlike-constituent coordination. Coordinated constituents are elements of a COORD set and annotated \u2193\u2208 (\u2191 COORD). The Coordination module reuses the Left-Right context Annotation matrices to annotate any remaining nodes in a local subtree containing a coordinating conjunction. Figure 5 provides a VP-coordination example (with right-node-raising).",
"cite_spans": [],
"ref_spans": [
{
"start": 688,
"end": 696,
"text": "Figure 5",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "Catch-All and Clean-Up. The Catch-All and Clean-Up module provides defaults to capture remaining unannotated nodes (Catch-All) and corrects (Clean-Up) overgeneralizations resulting from the application of the Left-Right context Annotation matrices. The Left-Right Annotation matrices are allowed a certain amount of overgeneralization as this facilitates the perspicuous statement of generalizations and a separate statement of exceptions, supporting the modularity and maintainability of the annotation algorithm. PPs under VPs are a case in point. The VP Annotation matrix analyses PPs to the right of the local VP head as adjuncts: \u2193 \u2208 (\u2191ADJUNCT). The Catch-All and Clean-Up module uses Penn-II functional tag (Table 1) information (if present), for example -CLR (closely related to local head), to replace the original adjunct analysis by an oblique argument analysis: (\u2191OBL)=\u2193. An example of this is provided by the PP-CLR in the left VP-conjunct in Figure 5 . In other cases, argument-adjunct distinctions are encoded configurationally in Penn-II (without the use of -CLR tags). To give a simple example, the NP Annotation matrix indiscriminately associates SBARs to the right of the local head with (\u2191 RELMOD) = \u2193. However, some of these SBARs are actually arguments of the local NP head and, unlike SBAR relative clauses which are Chomsky-adjoined to NP (i.e., relative clauses are daughters of an NP mother and sisters of a phrasal NP head), SBAR arguments are sisters of non-phrasal NP heads. 7 In such cases, the Catch-All and Clean-Up module rewrites the original relative clause analysis into the correct complement argument analysis (\u2191COMP)=\u2193. Figure 6 shows the COMP f-structure analyses for an example NP containing an internal SBAR argument (rather than relative clause) node.",
"cite_spans": [
{
"start": 1503,
"end": 1504,
"text": "7",
"ref_id": null
}
],
"ref_spans": [
{
"start": 713,
"end": 722,
"text": "(Table 1)",
"ref_id": "TABREF0"
},
{
"start": 955,
"end": 963,
"text": "Figure 5",
"ref_id": "FIGREF3"
},
{
"start": 1658,
"end": 1666,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "Traces. The Traces module translates traces and coindexed material in Penn-II trees representing long-distance dependencies into corresponding reentrancies at f-structure. Penn-II provides a rich arsenal of trace types to relate \"displaced\" material to where it should be interpreted semantically. The f-structure annotation algorithm covers wh-and wh-less relative clause constructions, interrogatives, control and raising constructions, right-node-raising, and general ICH (interpret constituent here) traces. Figure 5 gives an example that shows the interplay between coordination, right-node-raising traces and the corresponding automatically generated reentrancies at f-structure.",
"cite_spans": [],
"ref_spans": [
{
"start": 512,
"end": 520,
"text": "Figure 5",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "The pipeline parsing architecture of Cahill et al. (2004) and Cahill (2004) for parsing raw text into LFG f-structures is shown in Figure 7 . In this model, PCFGs or history-based lexicalized parsers are extracted from the unannotated treebank and used to parse raw text into trees. The resulting parse trees are then passed to the automatic f-structure annotation algorithm to generate f-structures. 8 Compared to full Penn-II treebank trees, the output of standard probabilistic parsers is impoverished: Parsers do not normally output Penn-II functional tag annotations (Table 1) nor do they indicate/resolve long-distance dependencies, recorded",
"cite_spans": [
{
"start": 37,
"end": 57,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF14"
},
{
"start": 62,
"end": 75,
"text": "Cahill (2004)",
"ref_id": "BIBREF13"
},
{
"start": 401,
"end": 402,
"text": "8",
"ref_id": null
}
],
"ref_spans": [
{
"start": 131,
"end": 139,
"text": "Figure 7",
"ref_id": "FIGREF4"
},
{
"start": 572,
"end": 581,
"text": "(Table 1)",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Parsing Architecture",
"sec_num": "2.3"
},
{
"text": "Automatically annotated Penn-II tree (fragment) and f-structure for signs that managers expect declines.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "in terms of a fine-grained system of empty productions (traces) and coindexation in the full Penn-II treebank trees. The f-structure annotation algorithm, as described in Section 2.2, makes use of Penn-II functional tag information (if present) and relies on traces and coindexation to capture LDDs in terms of corresponding reentrancies at f-structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Penn-II functional labels are used by the annotation algorithm to discriminate between adjuncts and (oblique) arguments. PP-sisters to a head verb are analyzed as arguments iff they are labeled -CLR, -PUT, -DTV or -BNF, for example. Conversely, functional labels (e.g., -TMP) are also used to analyze certain NPs as adjuncts, and -LGS labels help to identify logical subjects in passive constructions. In the absence of functional labels, the annotation algorithm will default to decisions based on simple structural, configurational, and CFG-category information (and, for example, conservatively analyze a PP sister to a head verb as an adjunct, rather than as an argument).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "In Sections 3 and 4 we present a number of treebank-based parsers (in particular the PCFGs and a version of Bikel's history-based, lexicalized generative parser) trained to output CFG categories with Penn-II functional tags. We achieve this through a simple masking and un-masking operation where functional tags are joined with their local CFG category label to form a new (larger) set of (monadic) CFG category labels (e.g., PP-CLR goes to PP CLR) for training and parsing (for Bikel, the parser head-finding rules are also adjusted to the expanded set of categories). After parsing, the Penn-II functional tags are unmasked and available to the f-structure annotation algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "The Traces component in the f-structure annotation algorithm ( Figure 3 ) translates LDDs represented in terms of traces and coindexation in the original Penn-II treebank trees into corresponding reentrancies at f-structure. Most probabilistic treebank-based parsers, however, do not indicate/resolve LDDs, and the Traces component of the annotation algorithm does not apply. Initially, the f-structures produced for parser output trees in the architecture in Figure 7 are therefore LDD-unresolved: They are incomplete (or proto) f-structures, where displaced material (e.g., the values of FOCUS, TOPIC, and TOPICREL attributes [wh-and wh-less relative clauses, topicalization, and interrogative constructions] at f-structure) is not yet linked to the appropriate argument grammatical functions (or elements of adjunct sets) for the governing local PRED. A dedicated LDD Resolution component in the architecture in Figure 7 turns parser output protof-structures into fully LDD-resolved proper f-structures, without traces and coindexation in parse trees.",
"cite_spans": [],
"ref_spans": [
{
"start": 63,
"end": 71,
"text": "Figure 3",
"ref_id": "FIGREF1"
},
{
"start": 460,
"end": 468,
"text": "Figure 7",
"ref_id": "FIGREF4"
},
{
"start": 915,
"end": 923,
"text": "Figure 7",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Consider the following fragment of a proper Penn-II treebank tree (Figure 8 ), where the LDD between the WHNP in the relative clause and the embedded direct object position of the verb reward is indicated in terms of the trace *T*-3 and its coindexation with the antecedent WHNP-3. Note further that the control relation between the subject of the verbs wanted and reward is similarly expressed in terms of traces (*T*-2) and coindexation (NP-SBJ-2). From the treebank tree, the f-structure annotation algorithm is able to derive a fully resolved f-structure where the LDD and the control relation are captured in terms of corresponding reentrancies (Figure 9 ).",
"cite_spans": [],
"ref_spans": [
{
"start": 66,
"end": 75,
"text": "(Figure 8",
"ref_id": null
},
{
"start": 650,
"end": 659,
"text": "(Figure 9",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Penn-II treebank tree with LDD indicated in terms of traces (empty productions) and coindexation and f-structure annotations generated by the annotation algorithm. Now consider the corresponding \"impoverished\" (but otherwise correct) parser output tree ( Figure 10 ) for the same string: The parser output does not explicitly record the control relation nor the LDD.",
"cite_spans": [],
"ref_spans": [
{
"start": 255,
"end": 264,
"text": "Figure 10",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Figure 8",
"sec_num": null
},
{
"text": "Given this parser output tree, prior to the LDD resolution component in the parsing architecture ( Figure 7 ), the f-structure annotation algorithm would initially construct the partial (proto-) f-structure in Figure 11 , where the LDD indicated by the TOPICREL function is unresolved (i.e., the value of TOPICREL is not coindexed with the OBJ grammatical function of the embedded verb reward). The control relation (shared subject between the two verbs in the relative clause) is in fact captured by the annotation algorithm in terms of a default annotation (\u2191 SUBJ) = (\u2193 SUBJ) on sole argument VPs to the right of head verbs (as often, even in the full Penn-II treebank trees, control relations are not consistently captured through explicit argument traces).",
"cite_spans": [],
"ref_spans": [
{
"start": 99,
"end": 107,
"text": "Figure 7",
"ref_id": "FIGREF4"
},
{
"start": 210,
"end": 219,
"text": "Figure 11",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Figure 8",
"sec_num": null
},
{
"text": "In LFG, LDD resolution operates at the level of f-structure, using functional uncertainty equations (regular expressions over paths in f-structure [Kaplan and Zaenen 1989 ] relating f-structure components in different parts of an f-structure), obviating traces and coindexation in c-structure trees. For the example in Figure 10 , a functional uncertainty equation of the form (\u2191TOPICREL) = (\u2191[COMP|XCOMP] * [SUBJ|OBJ]) would be associated with the WHNP daughter node of the SBAR relative clause. The equation states that the value of the TOPICREL attribute is token-identical (re-entrant) with the value of a SUBJ or OBJ function, reached through a path along any number (including",
"cite_spans": [
{
"start": 147,
"end": 170,
"text": "[Kaplan and Zaenen 1989",
"ref_id": "BIBREF40"
}
],
"ref_spans": [
{
"start": 319,
"end": 328,
"text": "Figure 10",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Figure 8",
"sec_num": null
},
{
"text": "Fully LDD-resolved f-structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 9",
"sec_num": null
},
{
"text": "Impoverished parser output tree: LDDs not captured. zero) of COMP or XCOMP attributes. This equation, together with subcategorization frames (LFG semantic forms) for the local PREDs and the usual LFG completeness and coherence conditions, resolve the partial proto-f-structure in Figure 11 into the fully LDD-resolved proper f-structure in Figure 9 .",
"cite_spans": [],
"ref_spans": [
{
"start": 280,
"end": 289,
"text": "Figure 11",
"ref_id": "FIGREF0"
},
{
"start": 340,
"end": 348,
"text": "Figure 9",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 10",
"sec_num": null
},
{
"text": "Proto-f-structure: LDDs not captured.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "Following Cahill et al. (2004) , in our parsing architecture ( Figure 7 ) we model LFG LDD resolution using automatically induced finite approximations of functionaluncertainty equations and subcategorization frames from the f-structure-annotated Penn-II treebank (O'Donovan et al. 2004) in an LDD resolution component. From the fully LDD-resolved f-structures from the Penn-II training section treebank trees we learn probabilistic LDD resolution paths (reentrancies in f-structure), conditional on LDD type (Table 3) , and subcategorization frames, conditional on lemma (and voice) (Table 4) . Table 3 lists the eight most probable TOPICREL paths (out of a total of 37 TOPICREL paths acquired). The totality of these paths constitutes a finite subset of the reference language definde by the full functional uncertainty equation (\u2191TOPICREL) = (\u2191[COMP|XCOMP] * [SUBJ|OBJ]). Given an unresolved LDD type (such as TOPICREL in the parser output for the relative clause example in Figure 11 ), admissible LDD resolutions assert a reentrancy between the value of the LDD trigger (here, TOPICREL) and a grammatical function (or adjunct set element) of an embedded local predicate, subject to the conditions that (i) the local predicate can be reached from the LDD trigger using the LDD path; (ii) the grammatical function terminates the LDD path; (iii) the grammatical function is not already present (at the relevant level of embedding in the local f-structure); and (vi) the local predicate subcategorizes for the grammatical function in question. 9 Solutions satisfying (i)-(iv) are ranked using the product of LDD path and subcategorization frame probabilities and the highest ranked solution (possibly involving multiple interacting LDDs for a single f-structure) is returned by the algorithm (for details and comparison against alternative LDD resolution methods, see Cahill et al. 2004) . 10 For our example (Figure 11 ), the highest ranked LDD resolution is for LDD path (\u2191TOPICREL) = (\u2191 XCOMP OBJ) and the local subcat frame REWARD \u2191 SUBJ, \u2191 OBJ . This .2496 want ([subj,obj,xcomp] )",
"cite_spans": [
{
"start": 10,
"end": 30,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF14"
},
{
"start": 264,
"end": 287,
"text": "(O'Donovan et al. 2004)",
"ref_id": "BIBREF54"
},
{
"start": 1082,
"end": 1091,
"text": "TOPICREL)",
"ref_id": null
},
{
"start": 1869,
"end": 1888,
"text": "Cahill et al. 2004)",
"ref_id": "BIBREF14"
},
{
"start": 1891,
"end": 1893,
"text": "10",
"ref_id": null
},
{
"start": 2068,
"end": 2085,
"text": "([subj,obj,xcomp]",
"ref_id": null
}
],
"ref_spans": [
{
"start": 63,
"end": 71,
"text": "Figure 7",
"ref_id": "FIGREF4"
},
{
"start": 509,
"end": 518,
"text": "(Table 3)",
"ref_id": null
},
{
"start": 584,
"end": 593,
"text": "(Table 4)",
"ref_id": null
},
{
"start": 596,
"end": 603,
"text": "Table 3",
"ref_id": null
},
{
"start": 978,
"end": 987,
"text": "Figure 11",
"ref_id": "FIGREF0"
},
{
"start": 1910,
"end": 1920,
"text": "(Figure 11",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": ".1008 want ([subj] )",
"cite_spans": [
{
"start": 11,
"end": 18,
"text": "([subj]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": ".0096 want ([subj,obj,obl] )",
"cite_spans": [
{
"start": 11,
"end": 26,
"text": "([subj,obj,obl]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": ".0048 want([subj,obj,part]),p)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": ".5000",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "want([subj,obl]),p) .1667 want([subj,part]),p) .1667 want([subj]),p)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": ".1667 reward ([subj,obj] )",
"cite_spans": [
{
"start": 13,
"end": 24,
"text": "([subj,obj]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": ".8000 reward ([subj,obj,obl] )",
"cite_spans": [
{
"start": 13,
"end": 28,
"text": "([subj,obj,obl]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": ".2000 reward([subj]),p)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "1.0000",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "(together with the subject control equation described previously) turns the parseroutput proto-f-structure (in Figure 11) into the fully LDD resolved f-structure in (Figure 9 ). The full pipeline parsing architecture with the LDD resolution (rather than the Traces component for LDD resolved Penn-II treebank trees) component (and the LDD path and subcategorization frame extraction) is given in Figure 7 .",
"cite_spans": [],
"ref_spans": [
{
"start": 111,
"end": 121,
"text": "Figure 11)",
"ref_id": "FIGREF0"
},
{
"start": 165,
"end": 174,
"text": "(Figure 9",
"ref_id": null
},
{
"start": 396,
"end": 404,
"text": "Figure 7",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "The pipeline architecture supports flexible integration of treebank-based PCFGs or state-of-the-art, history-based, and lexicalized parsers (Collins 1999; Charniak 2000; Bikel 2002 ) and enables dependency-based evaluation of such parsers.",
"cite_spans": [
{
"start": 140,
"end": 154,
"text": "(Collins 1999;",
"ref_id": "BIBREF27"
},
{
"start": 155,
"end": 169,
"text": "Charniak 2000;",
"ref_id": null
},
{
"start": 170,
"end": 180,
"text": "Bikel 2002",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "In our experiments we compare four history-based parsers for integration into the pipeline parsing architecture described in Section 2.3: Bikel's (2002) parser which retains Penn-II functional tags Input for Collins's and Bikel's parsers was pre-tagged using the MXPOST POS tagger (Ratnaparkhi 1996) . Charniak's parser provides its own POS tagger. The combined system of best history-based parser and automatic f-structure annotation is compared to two probabilistic parsing systems based on hand-crafted, wide-coverage, constraintbased, deep grammars: r the RASP parsing system (Carroll and Briscoe 2002) r the XLE parsing system (Riezler et al. 2002; Kaplan et al. 2004) Both hand-crafted grammars perform their own POS tagging, resolve LDDs, and associate strings with dependency relations (in the form of grammatical relations or LFG f-structures).",
"cite_spans": [
{
"start": 138,
"end": 152,
"text": "Bikel's (2002)",
"ref_id": "BIBREF3"
},
{
"start": 281,
"end": 299,
"text": "(Ratnaparkhi 1996)",
"ref_id": "BIBREF57"
},
{
"start": 580,
"end": 606,
"text": "(Carroll and Briscoe 2002)",
"ref_id": "BIBREF17"
},
{
"start": 632,
"end": 653,
"text": "(Riezler et al. 2002;",
"ref_id": "BIBREF58"
},
{
"start": 654,
"end": 673,
"text": "Kaplan et al. 2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment Design",
"sec_num": "3."
},
{
"text": "We evaluate the parsers against a number of gold-standard dependency banks. We use the DCU 105 Dependency Bank (Cahill et al. 2002a) as our development set for the treebank-based LFG parsers. We use the f-structure annotation algorithm to automatically generate a gold-standard test set from the original Section 22 treebank trees (the f-structure annotated WSJ Section 22 Dependency Bank) to choose the best treebank-based LFG parsing systems for the PARC 700 and CBS 500 experiments. Following the experimental setup in Kaplan et al. (2004) , we use the Penn-II Section 23based PARC 700 Dependency Bank (King et al. 2003) to evaluate the treebank-induced LFG resources against the hand-crafted XLE grammar and parsing system of Riezler et al. (2002) and Kaplan et al. Following Preiss (2003) , we use the SUSANNE Based CBS 500 Dependency Bank (Carroll, Briscoe, and Sanfilippo 1998) to evaluate the treebankinduced LFG resources against the hand-crafted RASP grammar and parsing system (Carroll and Briscoe 2002) as well as against the XLE system (Riezler et al. 2002) .",
"cite_spans": [
{
"start": 111,
"end": 132,
"text": "(Cahill et al. 2002a)",
"ref_id": "BIBREF15"
},
{
"start": 522,
"end": 542,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
},
{
"start": 605,
"end": 623,
"text": "(King et al. 2003)",
"ref_id": "BIBREF41"
},
{
"start": 730,
"end": 751,
"text": "Riezler et al. (2002)",
"ref_id": "BIBREF58"
},
{
"start": 756,
"end": 793,
"text": "Kaplan et al. Following Preiss (2003)",
"ref_id": null
},
{
"start": 845,
"end": 884,
"text": "(Carroll, Briscoe, and Sanfilippo 1998)",
"ref_id": "BIBREF18"
},
{
"start": 988,
"end": 1014,
"text": "(Carroll and Briscoe 2002)",
"ref_id": "BIBREF17"
},
{
"start": 1049,
"end": 1070,
"text": "(Riezler et al. 2002)",
"ref_id": "BIBREF58"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment Design",
"sec_num": "3."
},
{
"text": "For each gold standard, our experiment design is as follows: We parse automatically tagged input 14 sentences with the treebank-and machine-learning-based parsers trained on WSJ Sections 02-21 in the pipeline architecture, pass the resulting parse trees to our automatic f-structure annotation algorithm, collect the f-structure equations, pass them to a constraint-solver which generates an f-structure, resolve long-distance dependencies at f-structure following Cahill et al. (2004) and convert the resulting LDDresolved f-structures into dependency representations using the formats and software of Crouch et al. (2002) (for the DCU 105, PARC 700, and WSJ Section 22 evaluations) and the formats and software of Carroll, Briscoe, and Sanfilippo (1998) (for the CBS 500 evaluation). In the experiments we did not use any additional annotations such as -A (for argument) that can be generated by some of the history-based parsers (Collins 1999 ) as the f-structure annotation algorithm is designed for Penn-II trees (which do not contain such annotations). We also did not use the limited LDD resolution for whrelative clauses provided by Collins's Model 3 as better results are achieved by LDD 13 This was developed at the University of Pennsylvania by Dan Bikel and is freely available to download from http://www.cis.upenn.edu/\u223cdbikel/software.html. 14 Tags were automatically assigned either by the parsers themselves or by the MXPOST tagger (Ratnaparkhi 1996) . resolution on f-structure (Cahill et al. 2004) . A complete set of parameter settings for the parsers is provided in the Appendix. In order to evaluate the treebank-induced LFG resources against the PARC 700 and the CBS 500 dependency banks, a certain amount of automatic mapping is required to account for systematic differences in linguistic analysis, feature geometry, and nomenclature at the level of dependencies. This is discussed in Sections 5.1 and 5.2. Throughout, we use the Approximate Randomization Test (Noreen 1989) to test the statistical significance of the results.",
"cite_spans": [
{
"start": 465,
"end": 485,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF14"
},
{
"start": 603,
"end": 623,
"text": "Crouch et al. (2002)",
"ref_id": "BIBREF28"
},
{
"start": 932,
"end": 945,
"text": "(Collins 1999",
"ref_id": "BIBREF27"
},
{
"start": 1448,
"end": 1466,
"text": "(Ratnaparkhi 1996)",
"ref_id": "BIBREF57"
},
{
"start": 1495,
"end": 1515,
"text": "(Cahill et al. 2004)",
"ref_id": "BIBREF14"
},
{
"start": 1985,
"end": 1998,
"text": "(Noreen 1989)",
"ref_id": "BIBREF53"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment Design",
"sec_num": "3."
},
{
"text": "In this section, we choose the best treebank-based LFG parsing system for the comparisons with the hand-crafted XLE and RASP resources in Section 5. We use the DCU 105 Dependency Bank as our development set and carry out comparative evaluation and statistical significance testing on the larger, automatically generated WSJ Section 22 Dependency Bank as a test set. The system based on Bikel's (2002) parser retrained to retain Penn-II functional tags (Table 1) achieves overall best results.",
"cite_spans": [
{
"start": 386,
"end": 400,
"text": "Bikel's (2002)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [
{
"start": 452,
"end": 461,
"text": "(Table 1)",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Choosing a Treebank-Based LFG Parsing System",
"sec_num": "4."
},
{
"text": "For reference, we include the traditional CFG-tree-based comparison for treebankinduced parsers. The parsers are trained on Sections 02 to 21 of the Penn-II Treebank and tested on Section 23. The published results 15 on these experiments for the history-based parsers are given in Table 5 . We also include figures for a PCFG and a Parent-PCFG (a PCFG which has undergone the parent transformation [Johnson 1999] ). These PCFGs are induced following standard treebank preprocessing steps, including elimination of empty nodes, but following Cahill et al. (2004) , they do include Penn-II functional tags (Table 1) , as these tags contain valuable information for the automatic f-structure annotation algorithm (Section 2.2). These tags are removed for the tree-based evaluation.",
"cite_spans": [
{
"start": 398,
"end": 412,
"text": "[Johnson 1999]",
"ref_id": "BIBREF36"
},
{
"start": 541,
"end": 561,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [
{
"start": 281,
"end": 288,
"text": "Table 5",
"ref_id": "TABREF4"
},
{
"start": 604,
"end": 613,
"text": "(Table 1)",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Tree-Based Evaluation against WSJ Section 23",
"sec_num": "4.1"
},
{
"text": "The results show that the history-based parsers produce considerably better trees than the more basic PCFGs (with and without parent transformations). Charniak's (2000) parser scores best with an f-score of 89.73% on all sentences in Section 23. The vanilla PCFG achieves the lowest f-score of 73.03%, a difference of 16.7 percentage points. The hand-crafted XLE and RASP grammars achieve around 80% coverage (measured in terms of complete spanning parse) on Section 23 and use a variety of (longest) fragments combining techniques to generate dependency representations for the remaining 20% of Section 23 strings. By contrast, the treebank-induced PCFGs and history-based parsers all achieve coverage of over 99.9%. Given that the history-based parsers score considerably better than PCFGs on trees, we would also expect them to produce dependency structures of substantially higher quality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tree-Based Evaluation against WSJ Section 23",
"sec_num": "4.1"
},
{
"text": "The DCU 105 (Cahill et al. 2002a ) is a hand-crafted gold-standard dependency bank for 105 sentences, randomly chosen from Section 23 of the Penn-II Treebank. 16 This is a relatively small gold standard, initially developed to evaluate the automatic f-structure annotation algorithm. We parse the 105 tagged sentences into LFG f-structures with each of the treebank-induced parsers in the pipeline parsing and f-structure annotation architecture. The f-structures of the gold standard and the f-structures returned by the parsing systems are converted into dependency triples following Crouch et al. (2002) and Riezler et al. (2002) and we also use their software for evaluation. The following dependency triples are produced by the f-structure in Figure 1 :",
"cite_spans": [
{
"start": 12,
"end": 32,
"text": "(Cahill et al. 2002a",
"ref_id": "BIBREF15"
},
{
"start": 159,
"end": 161,
"text": "16",
"ref_id": null
},
{
"start": 586,
"end": 606,
"text": "Crouch et al. (2002)",
"ref_id": "BIBREF28"
},
{
"start": 611,
"end": 632,
"text": "Riezler et al. (2002)",
"ref_id": "BIBREF58"
}
],
"ref_spans": [
{
"start": 748,
"end": 756,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Using DCU 105 as a Development Set",
"sec_num": "4.2"
},
{
"text": "subj(sign\u223c0,U.N.\u223c1) obj(sign\u223c0,treaty\u223c2) num(U.N.\u223c1,sg) pers(U.N.\u223c1,3) num(treaty\u223c2,sg) pers(treaty\u223c3,3) tense(sign\u223c0,present)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using DCU 105 as a Development Set",
"sec_num": "4.2"
},
{
"text": "We evaluate preds-only f-structures (i.e., where paths in f-structures end in a PRED value: the predicate-argument-adjunct structure skeleton) and all grammatical functions (GFs) including number, tense, person, and so on. The results are given in Table 6 .",
"cite_spans": [],
"ref_spans": [
{
"start": 248,
"end": 255,
"text": "Table 6",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Using DCU 105 as a Development Set",
"sec_num": "4.2"
},
{
"text": "With one main exception, Tables 5 and 6 confirm the general expectation that the better the trees produced by the parsers, the better the f-structures automatically generated for those trees. The exception is Bikel+Tags. The automatic f-structure annotation algorithm will exploit Penn-II functional tag information if present to generate appropriate f-structure equations (see Section 2.2). It will default to possibly less reliable configurational and categorial information if Penn-II tags are not present in the trees.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using DCU 105 as a Development Set",
"sec_num": "4.2"
},
{
"text": "In order to test whether the retention of Penn-II functional labels in the historybased parser output will improve LFG f-structure-based dependency results, we use Bikel's (2002) training software, 17 and retrain the parser on a version of the Penn-II treebank (Sections 02 to 21) with the Penn-II functional tag labels (Table 1) annotated in such a way that the resulting history-based parser will retain them (Section 2.3). The retrained parser (Bikel+Tags) then produces CFG-trees with Penn-II functional labels and these are used by the f-structure annotation algorithm. We evaluate the f-structure dependencies against the DCU 105 (Table 6 ) and achieve an f-score of 82.92% preds-only and 88.3% all GFs. A detailed breakdown by dependency is given in Table 7 . The system based on the retrained parser is now much better able to identify oblique arguments and overall preds-only accuracy has improved by 3.53% over the original Bikel experiment and 3.31% over Charniak's parser, even though Charniak's parser performs more than 2% better on the tree-based scores in Table 5 and even though the retrained parser drops 0.79% against the original Bikel parser on the tree-based scores. 18 Inspection of the results broken down by grammatical function (Table 7) for the preds-only evaluation against the DCU 105 shows that just over one third of all dependency triples in the gold standard are adjuncts. SUBJ(ects) and OBJ(ects) together make up a further 30%. Table 7 shows that the treebank-based LFG system using Collins's Models 3 is unable to identify APP(osition) . This is due to Collins's treatment of punctuation and the fact that punctuation is often required to reliably identify apposition. 19 None of the original history-based parsers produced trees which enabled the annotation algorithm to identify second oblique dependencies (OBL2), and they generally performed considerably worse than Parent-PCFG when identifying OBL(ique) dependencies. This is because the automatic f-structure annotation algorithm is cautious to the point of undergeneralization when identifying oblique arguments. In many cases, the algorithm relies on the presence of, for example, a -CLR Penn-II functional label (indicating that the phrase is closely related to the verb), and the history-based (Collins M3, Charniak, and Bikel) parsers do not produce these labels, whereas Parent-PCFG (as well as PCFG) are trained to retain Penn-II functional labels. Parent-PCFG, by contrast, performs poorly for oblique agents (OBL AG, agentive by-phrases in passive constructions), whereas the history-based parsers are able to identify these with considerable accuracy. This is because Parent-PCFG often erroneously finds oblique agents, even when the preposition is not by, as it never has enough context in which to distinguish by prepositional phrases from other PPs. The history-based parsers produce trees from which the automatic f-structure annotation algorithm can better identify RELMOD and TOPICREL dependencies than Parent-PCFG. This, in turn, leads to improved long distance dependency resolution which improves overall accuracy.",
"cite_spans": [
{
"start": 164,
"end": 178,
"text": "Bikel's (2002)",
"ref_id": "BIBREF3"
},
{
"start": 1189,
"end": 1191,
"text": "18",
"ref_id": null
},
{
"start": 1406,
"end": 1416,
"text": "SUBJ(ects)",
"ref_id": null
},
{
"start": 1559,
"end": 1571,
"text": "APP(osition)",
"ref_id": null
},
{
"start": 1705,
"end": 1707,
"text": "19",
"ref_id": null
},
{
"start": 1935,
"end": 1944,
"text": "OBL(ique)",
"ref_id": null
},
{
"start": 2290,
"end": 2302,
"text": "(Collins M3,",
"ref_id": null
},
{
"start": 2303,
"end": 2312,
"text": "Charniak,",
"ref_id": null
},
{
"start": 2313,
"end": 2323,
"text": "and Bikel)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 320,
"end": 329,
"text": "(Table 1)",
"ref_id": "TABREF0"
},
{
"start": 636,
"end": 644,
"text": "(Table 6",
"ref_id": "TABREF5"
},
{
"start": 757,
"end": 764,
"text": "Table 7",
"ref_id": null
},
{
"start": 1072,
"end": 1079,
"text": "Table 5",
"ref_id": "TABREF4"
},
{
"start": 1254,
"end": 1263,
"text": "(Table 7)",
"ref_id": null
},
{
"start": 1463,
"end": 1470,
"text": "Table 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Using DCU 105 as a Development Set",
"sec_num": "4.2"
},
{
"text": "The DCU 105 development set is too small to support reliable statistical significance testing of the performance ranking of the six treebank-based LFG parsing systems. In order to carry out significance testing to select the best treebank-based LFG parsing system for comparative evaluation against the hand-crafted deep XLE and RASP resources, we move to a larger dependency-based evaluation data set: the gold-standard dependency bank automatically generated from WSJ Section 22.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Using DCU 105 as a Development Set",
"sec_num": "4.2"
},
{
"text": "In an experimental setup similar to that of Hockenmaier and Steedman (2002) , 20 we evaluate each parser against a large automatically generated gold standard. The goldstandard dependency bank is automatically generated by annotating the original 1,700 treebank trees from WSJ Section 22 of the Penn-II Treebank with our f-structure annotation algorithm. We then evaluate the f-structures generated from the tree output of the six parsers trained on Sections 02 to 21 resulting from parsing the Section 22 strings against the automatically produced f-structures for the original Section 22 Penn-II treebank trees. The results are given in Table 8 .",
"cite_spans": [
{
"start": 44,
"end": 75,
"text": "Hockenmaier and Steedman (2002)",
"ref_id": "BIBREF35"
},
{
"start": 78,
"end": 80,
"text": "20",
"ref_id": null
}
],
"ref_spans": [
{
"start": 639,
"end": 646,
"text": "Table 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation against WSJ Section 22 Dependencies",
"sec_num": "4.3"
},
{
"text": "Compared to Table 6 for the DCU 105 gold standard, most scores are up, particularly so for the history-based parsers. This trend is possibly due to the fact that the WSJ Table 8 Results of dependency-based evaluation against the automatically generated gold standard for WSJ Section 22.",
"cite_spans": [],
"ref_spans": [
{
"start": 12,
"end": 19,
"text": "Table 6",
"ref_id": "TABREF5"
},
{
"start": 170,
"end": 177,
"text": "Table 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation against WSJ Section 22 Dependencies",
"sec_num": "4.3"
},
{
"text": "Preds only All GFs f-score (%) f-score ( Section 22 gold standard is generated automatically from the original \"perfect\" Penn-II treebank trees using the automatic f-structure annotation algorithm, whereas the DCU 105 has been created manually without regard as to whether or not the f-structure annotation algorithm could ever generate the f-structures, even given the \"perfect\" trees.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parser",
"sec_num": null
},
{
"text": "The LFG system based on Bikel's retrained parser achieves the highest f-score of 83.06% preds-only and 87.63% all GFs. Parent-PCFG achieves an f-score of 74.92% preds-only and 83.04% all GFs. Table 9 provides a breakdown by feature of the predsonly evaluation. Table 9 shows that, once again, the automatic f-structure annotation algorithm is not able to identify any cases of apposition from the output of Collins's Model 3 parser. Apart from Bikel's retrained parser, none of the history-based parsers are able to identify Table 9 Breakdown by dependency of results of preds-only evaluation against the automatically generated Section 22 gold standard.",
"cite_spans": [],
"ref_spans": [
{
"start": 192,
"end": 199,
"text": "Table 9",
"ref_id": null
},
{
"start": 261,
"end": 268,
"text": "Table 9",
"ref_id": null
},
{
"start": 525,
"end": 532,
"text": "Table 9",
"ref_id": null
}
],
"eq_spans": [],
"section": "Parser",
"sec_num": null
},
{
"text": "Percent of total F-score (%) ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dep.",
"sec_num": null
},
{
"text": "Approximate Randomization Test for statistical significance testing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 12",
"sec_num": null
},
{
"text": "OBJ2, OBL or OBL2 dependencies very well, although Parent-PCFG is able to produce trees from which it is easier to identify obliques (OBL), because of the Penn-II functional -CLR label. The automatic annotation algorithm is unable to identify RELMOD dependencies satisfactorily from the trees produced by parsing with Parent-PCFG, although the history-based parsers score reasonably well for this function. Whereas Charniak's parser is able to identify some dependencies better than Bikel's retrained parser, overall the system based on Bikel's retrained parser performs better when evaluating against the dependencies in WSJ Section 22. In order to determine whether the results are statistically significant, we use the Approximate Randomization Test (Noreen 1989) . 21 This test is an example of a computerintensive statistical hypothesis test. Such tests are designed to assess result differences with respect to a test statistic in cases where the sampling distribution of the test statistic is unknown. Comparative evaluations of outputs of parsing systems according to test statistics, such as differences in f-score, are examples of this situation. The test statistics are computed by accumulating certain count variables over the sentences in the test set. In the case of f-score, variable tuples consisting of the number of dependencyrelations in the parse for the system translation, the number of dependency-relations in the parse for the reference translation, and the number of matching dependencyrelations between system and reference parse, are accumulated over the test set.",
"cite_spans": [
{
"start": 753,
"end": 766,
"text": "(Noreen 1989)",
"ref_id": "BIBREF53"
},
{
"start": 769,
"end": 771,
"text": "21",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 12",
"sec_num": null
},
{
"text": "Under the null hypothesis, the compared systems are not different, thus any variable tuple produced by one of the systems could just as likely have been produced by the other system. So shuffling the variable tuples between the two systems with equal probability, and recomputing the test statistic, creates an approximate distribution of the test statistic under the null hypothesis. For a test set of S sentences there are 2 S different ways to shuffle the variable tuples between the two systems. Approximate randomization produces shuffles by random assignments instead of evaluating all 2 S possible assignments. Significance levels are computed as the percentage of trials where the pseudo statistic, that is the test statistic computed on the shuffled data, is greater than or equal to the actual statistic, that is the test statistic computed on the test data. A sketch of an algorithm for approximate randomization testing is given in Figure 12 .",
"cite_spans": [],
"ref_spans": [
{
"start": 944,
"end": 953,
"text": "Figure 12",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Figure 12",
"sec_num": null
},
{
"text": "21 Applications of this test to natural language processing problems can be found in Chinchor et al. (1993) and Yeh (2000) . Table 10 gives the p-values (the smallest fixed level at which the null hypothesis can be rejected) for comparing each parser against all of the other parsers. We test for significance at the 95% level. Because we are doing a pairwise comparison of six systems, giving 15 comparisons, the p-value needs to be below .0034 for there to be a significant difference at the 95% level. 22 For each parser, the values in the row corresponding to that parser represent the p-values for those parsers that achieve a lower f-score than that parser. This shows that the system based on Bikel's retrained parser is significantly better than those based on the other parsers with a statistical significance of >95%. For the XLE and RASP comparisons, we will use the f-structure-annotation algorithm and Bikel retrained-based LFG system.",
"cite_spans": [
{
"start": 85,
"end": 107,
"text": "Chinchor et al. (1993)",
"ref_id": "BIBREF20"
},
{
"start": 112,
"end": 122,
"text": "Yeh (2000)",
"ref_id": "BIBREF65"
},
{
"start": 505,
"end": 507,
"text": "22",
"ref_id": null
}
],
"ref_spans": [
{
"start": 125,
"end": 133,
"text": "Table 10",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Figure 12",
"sec_num": null
},
{
"text": "From the experiments in Section 4, we choose the treebank-based LFG system using the retrained version of Bikel's parser (which retains Penn-II functional tag labels) to compare against parsing systems using deep, hand-crafted, constraint-based grammars at the level of dependencies. We report on two experiments. In the first experiment (Section 5.1), we evaluate the f-structure annotation algorithm and Bikel retrained parser-based LFG system against the hand-crafted, wide-coverage LFG and XLE parsing system (Riezler et al. 2002; Kaplan et al. 2004) on the PARC 700 Dependency Bank (King et al. 2003) . In the second experiment (Section 5.2), we evaluate against the handcrafted, wide-coverage unification grammar and RASP parsing system of Carroll and Briscoe (2002) on the CBS 500 Dependency Bank (Carroll, Briscoe, and Sanfilippo 1998) .",
"cite_spans": [
{
"start": 513,
"end": 534,
"text": "(Riezler et al. 2002;",
"ref_id": "BIBREF58"
},
{
"start": 535,
"end": 554,
"text": "Kaplan et al. 2004)",
"ref_id": "BIBREF39"
},
{
"start": 587,
"end": 605,
"text": "(King et al. 2003)",
"ref_id": "BIBREF41"
},
{
"start": 746,
"end": 772,
"text": "Carroll and Briscoe (2002)",
"ref_id": "BIBREF17"
},
{
"start": 804,
"end": 843,
"text": "(Carroll, Briscoe, and Sanfilippo 1998)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Cross-Formalism Comparison of Treebank-Induced and Hand-Crafted Grammars",
"sec_num": "5."
},
{
"text": "The PARC 700 Dependency Bank (King et al. 2003) provides dependency relations (including LDD relations) for 700 sentences randomly selected from WSJ Section 23 of the Penn-II Treebank. In order to evaluate the parsers, we follow the experimental setup of Kaplan et al. (2004) with a split of 560 dependency structures for the test set and 140 for the development set. The set of features (Table 12 , later in this article) evaluated in the experiment form a proper superset of preds-only, but a proper subset of all grammatical functions (preds-only \u2282 PARC \u2282 all GFs). This feature set was selected in Kaplan et al. because the features carry important semantic information. There are systematic differences between the PARC 700 dependencies and the f-structures generated in our approach as regards feature geometry, feature nomenclature, and the treatment of named entities. In order to evaluate against the PARC 700 test set, we automatically map the f-structures produced by our parsers to a format similar to that of the PARC 700 Dependency Bank. This is done with conversion software in a post-processing stage on the f-structure annotated trees ( Figure 13) .",
"cite_spans": [
{
"start": 29,
"end": 47,
"text": "(King et al. 2003)",
"ref_id": "BIBREF41"
},
{
"start": 255,
"end": 275,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [
{
"start": 388,
"end": 397,
"text": "(Table 12",
"ref_id": "TABREF0"
},
{
"start": 1154,
"end": 1164,
"text": "Figure 13)",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Evaluation against PARC 700",
"sec_num": "5.1"
},
{
"text": "The conversion software is developed on the 140-sentence development set of the PARC 700, except for the Multi-Word Expressions section. Following the experimental setup of Kaplan et al. (2004) , we mark up multi-word expression predicates based on the gold-standard PARC 700 Dependency Bank.",
"cite_spans": [
{
"start": 173,
"end": 193,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation against PARC 700",
"sec_num": "5.1"
},
{
"text": "The f-structure annotation algorithm analyzes the internal structure of all noun phrases fully. In Figure 14 , for example, BT is analyzed as an ADJUNCT modifier of the head securities, whereas PARC 700 analyzes this and other (more complex) named entities as multi-word expression predicates. The conversion software transforms the output of the f-structure annotation algorithm into the multi-word expression predicate format. Feature Geometry In constructions such as Figure 2 , the f-structure annotation algorithm analyzes say as the main PRED with what is said as the value of a COMP argument. In the PARC 700, these constructions are analyzed in such a way that what is said/reported provides the top level f-structure whereas other material (who reported, etc.) is analyzed in terms of ADJUNCTs modifying the top level f-structure. A further systematic structural divergence is provided by the analysis",
"cite_spans": [],
"ref_spans": [
{
"start": 99,
"end": 108,
"text": "Figure 14",
"ref_id": "FIGREF0"
},
{
"start": 471,
"end": 479,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Multi-Word Expressions",
"sec_num": null
},
{
"text": "Named entity and OBL AG feature geometry mapping.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 14",
"sec_num": null
},
{
"text": "of passive oblique agent constructions ( Figure 14) : The f-structure annotation algorithm generates a complex internal analysis of the oblique agent PP, whereas the PARC analysis encodes a flat representation. The conversion software adjusts the output of the f-structure annotation algorithm to the PARC-style encoding of linguistic information. Feature Nomenclature There are a number of systematic differences between feature names used by the automatic annotation algorithm and PARC 700: For example, DET is DET FORM in the PARC 700, COORD is CONJ, FOCUS is FOCUS INT. Nomenclature differences are treated in terms of a simple relabeling by the conversion software. Additional Features A number of features in the PARC 700 are not produced by the automatic annotation algorithm. These include: AQUANT for adjectival quantifiers, MOD for NP-internal modifiers, and STMT TYPE for statement type (declarative, interrogative, etc.). Additional features (and their values) are automatically generated by the mapping software, using categorial, configurational, and already produced f-structure annotation information, extending the original annotation algorithm. XCOMP Flattening The automatic annotation algorithm treats both auxiliary and modal verb constructions in terms of hierarchically cascading XCOMPs, whereas in PARC 700 the temporal and aspectual information expressed by auxiliary verbs is represented in terms of a flat analysis and features ( Figure 15 ). The conversion software automatically flattens the f-structures produced by the automatic annotation algorithm into the PARC-style encoding.",
"cite_spans": [],
"ref_spans": [
{
"start": 41,
"end": 51,
"text": "Figure 14)",
"ref_id": "FIGREF0"
},
{
"start": 1457,
"end": 1466,
"text": "Figure 15",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Figure 14",
"sec_num": null
},
{
"text": "For full details of the mapping, see Burke et al. (2004) . In our parsing experiments, we used the most up-to-date version of the handcrafted, wide-coverage, deep LFG resources and XLE parsing system with improved results over those reported in Kaplan et al. (2004) : This latest version achieves 80.55% f-score, a 0.95 percentage point improvement on the previous 79.6%. The XLE parsing system combines a large-scale, hand-crafted LFG for English and a statistical disambiguation component to choose the most likely analysis among those returned by the symbolic parser. The statistical component is a log-linear model trained on 10,000 partially labeled structures from the WSJ. The results of the parsing experiments are presented in Table 11 . We also include a figure for the upper bound of each system. 23 Using Bikel's retrained parser, the treebank-based LFG system achieves an f-score of 82.73%, and the hand-crafted grammar and XLE-based system achieves an f-score of 80.55%. The approximate randomization test produced a p-value of .0054 for this pairwise comparison, showing that this result difference is statistically significant at the 95% level. Evaluation results on a reannotated version (Briscoe and Carroll 2006) of the PARC 700 Dependency Bank were recently published in Clark and Curran (2007) , reporting f-scores of 81.9% for the CCG parser, and 76.3% for RASP. As Briscoe and Carroll point out, these evaluations are not directly comparable with the Kaplan et al. (2004) style evaluation against the original PARC 700 Dependency Bank, because the annotation schemes are different. Kaplan et al. and our experiments use a fine-grained feature set of 34 features (Table 12) , while the Briscoe and Carroll scheme uses 17 features.",
"cite_spans": [
{
"start": 37,
"end": 56,
"text": "Burke et al. (2004)",
"ref_id": "BIBREF11"
},
{
"start": 245,
"end": 265,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
},
{
"start": 1205,
"end": 1231,
"text": "(Briscoe and Carroll 2006)",
"ref_id": "BIBREF9"
},
{
"start": 1291,
"end": 1314,
"text": "Clark and Curran (2007)",
"ref_id": "BIBREF22"
},
{
"start": 1474,
"end": 1494,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [
{
"start": 736,
"end": 744,
"text": "Table 11",
"ref_id": "TABREF0"
},
{
"start": 1685,
"end": 1695,
"text": "(Table 12)",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Figure 14",
"sec_num": null
},
{
"text": "A breakdown by dependency relation for each system is given in Table 12 . The treebank-induced grammar system can better identify DET FORM, SUBORD FORM, and Table 11 Results of evaluation against the PARC 700 Dependency Bank following the experimental setup of Kaplan et al. (2004 PRT FORM dependencies 24 and achieves higher f-scores for OBJ and POSS. However, the hand-crafted parsing system can better identify FOCUS, OBL(ique) arguments, PRECO-ORD FORM and TOPICREL relations.",
"cite_spans": [
{
"start": 261,
"end": 280,
"text": "Kaplan et al. (2004",
"ref_id": "BIBREF39"
},
{
"start": 303,
"end": 305,
"text": "24",
"ref_id": null
},
{
"start": 414,
"end": 430,
"text": "FOCUS, OBL(ique)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 63,
"end": 71,
"text": "Table 12",
"ref_id": "TABREF0"
},
{
"start": 157,
"end": 165,
"text": "Table 11",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Figure 14",
"sec_num": null
},
{
"text": "We also compare the hand-crafted, deep, probabilistic unification grammar-based RASP parsing system of Carroll and Briscoe (2002) to our treebank-and retrained Bikel parser-based LFG system. The RASP parsing system is a domain-independent, robust statistical parsing system for English, based on a hand-written, feature-based unification grammar. A probabilistic parse selection model conditioned on the structural parse context, degree of support for a subanalysis in the parse forest, and lexical information (when available) chooses the most likely parses. For this experiment, we evaluate against the CBS 500, 25 developed by Carroll, Briscoe, and Sanfilippo (1998) in order to evaluate a precursor of the RASP parsing resources. The CBS 500 contains dependency structures (including some long distance dependencies 26 ) for 500 sentences chosen at random from the SUSANNE corpus (Sampson 1995) , but subject to the constraint that they are parsable by the parser in Carroll, Briscoe, and Sanfilippo. As with the PARC 700, there are systematic differences between the f-structures produced by our methodology and the dependency structures of the CBS 500. In order to be able to evaluate against the CBS 500, we automatically map our f-structures into a format similar to theirs. We did not split the data into a heldout and a test set when developing the mapping, so that a comparison could be made with other systems that report evaluations against the CBS 500. The following CBS 500-style grammatical relations are produced from the f-structure in Figure 1 :",
"cite_spans": [
{
"start": 103,
"end": 129,
"text": "Carroll and Briscoe (2002)",
"ref_id": "BIBREF17"
},
{
"start": 630,
"end": 669,
"text": "Carroll, Briscoe, and Sanfilippo (1998)",
"ref_id": "BIBREF18"
},
{
"start": 884,
"end": 898,
"text": "(Sampson 1995)",
"ref_id": "BIBREF59"
}
],
"ref_spans": [
{
"start": 1554,
"end": 1562,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Evaluation against CBS 500",
"sec_num": "5.2"
},
{
"text": "(ncsubj sign U.N.) (dobj sign treaty)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation against CBS 500",
"sec_num": "5.2"
},
{
"text": "Some mapping is carried out (as in the evaluation against the PARC 700) on the fstructure annotated trees, and the remaining mapping is carried out on the f-structures ( Figure 16 ). As with the PARC 700 mapping, all mappings are carried out automatically.",
"cite_spans": [],
"ref_spans": [
{
"start": 170,
"end": 179,
"text": "Figure 16",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Evaluation against CBS 500",
"sec_num": "5.2"
},
{
"text": "The following phenomena were dealt with on the f-structure annotated trees:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation against CBS 500",
"sec_num": "5.2"
},
{
"text": "Auxiliary verbs (xcomp flattening) XCOMPS were flattened to promote the main verb to the top level, while maintaining a list of auxiliary and modal verbs and their relation to one another. Treatment of topicalized sentences The predicate of the topicalized sentence became the main predicate and any other top level material became an adjunct. Multi-word expressions Multi-word expressions (such as according to) were not marked up in the parser input, but captured in the annotated trees and the annotations adjusted accordingly. Treatment of the verbs be and become Our automatic annotation algorithm does not treat the verbs be and become differently from any other verbs when they are used transitively. This analysis conflicted with the CBS 500 analysis, so was changed to match theirs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation against CBS 500",
"sec_num": "5.2"
},
{
"text": "Results of dependency evaluation against the CBS 500 (Carroll, Briscoe, and Sanfillipo 1998) .",
"cite_spans": [
{
"start": 53,
"end": 92,
"text": "(Carroll, Briscoe, and Sanfillipo 1998)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Table 13",
"sec_num": null
},
{
"text": "F-score 80.23 76.57 <.0001",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bikel+Tags RASP p-Value",
"sec_num": null
},
{
"text": "The following are the main mappings carried out on the f-structures:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bikel+Tags RASP p-Value",
"sec_num": null
},
{
"text": "Encoding of Passive We treat passive as a feature in our automatic f-structure annotation algorithm, whereas the CBS 500 triples encode this information indirectly. Objects of Prepositional Phrases No dependency was generated for these objects, as there was no corresponding dependency in the CBS 500 analyses. Nomenclature Differences There were some trivial mappings to account for differences in nomenclature, for example OBL in our analyses became IOBJ in the mapped dependencies. Encoding of wh-less relative clauses These are encoded by means of reentrancies in f-structure, but were encoded in a more indirect way in the mapped dependencies to match the CBS 500 annotation format.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bikel+Tags RASP p-Value",
"sec_num": null
},
{
"text": "To carry out the experiments, we POS-tagged the tokenized CBS 500 sentences with the MXPOST tagger (Ratnaparkhi 1996) and parsed the tag sequences with our Penn-II and Bikel retrained-based LFG system. We use the evaluation software of Carroll, Briscoe, and Sanfilippo (1998) 27 to evaluate the grammatical relations produced by each parser. The results are given in Table 13 .",
"cite_spans": [
{
"start": 99,
"end": 117,
"text": "(Ratnaparkhi 1996)",
"ref_id": "BIBREF57"
},
{
"start": 236,
"end": 275,
"text": "Carroll, Briscoe, and Sanfilippo (1998)",
"ref_id": "BIBREF18"
},
{
"start": 276,
"end": 278,
"text": "27",
"ref_id": null
}
],
"ref_spans": [
{
"start": 367,
"end": 375,
"text": "Table 13",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Bikel+Tags RASP p-Value",
"sec_num": null
},
{
"text": "Our LFG system based on Bikel's retrained parser achieves an f-score of 80.23%, whereas the hand-crafted RASP grammar and parser achieves an f-score of 76.57%. Crouch et al. (2002) report that their XLE system achieves an f-score of 76.1% for the same experiment. A detailed breakdown by dependency is given in Table 14. The LFG system based on Bikel's retrained parser is able to better identify MOD(ifier) dependency relations, ARG MOD (the relation between a head and a semantic argument which is syntactically realized as a modifier, for example by-phrases), IOBJ (indirect object) and AUXiliary relations. RASP is able to better identify XSUBJ (clausal subjects controlled from without), CSUBJ (clausal subjects), and COMP (clausal complement) relations. Again we use the Approximate Randomization Test to test the parsing results for statistical significance. The p-value for the test comparing our system using Bikel's retrained parser against RASP is <.0001. The treebank-based LFG system using Bikel's retrained parser is significantly better than the hand-crafted, deep, unification grammarbased RASP parsing system with a statistical significance of >95%.",
"cite_spans": [
{
"start": 160,
"end": 180,
"text": "Crouch et al. (2002)",
"ref_id": "BIBREF28"
},
{
"start": 397,
"end": 407,
"text": "MOD(ifier)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bikel+Tags RASP p-Value",
"sec_num": null
},
{
"text": "At the moment, we can only speculate as to why our treebank-based LFG resources outperform the hand-crafted XLE and RASP grammars.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion and Related Work",
"sec_num": "6."
},
{
"text": "In Section 4, we observed that the treebank-induced LFG resources have considerably wider coverage (>99.9% measured in terms of complete spanning parse) than the hand-crafted grammars (\u223c80% for XLE and RASP grammars on unseen treebank text). Both XLE and RASP use a number of (largest) fragment-combining techniques to achieve full coverage. If coverage is a significant component in the performance difference observed between the hand-crafted and treebank-induced resources, then it is reasonable to expect that the performance difference is more pronounced with increasing sentence length (with shorter sentences being simpler and more likely to be within the coverage of the hand-crafted grammars). In other words, we expect the hand-crafted, deep, precision grammars to do better on shorter sentences (more likely to be within their coverage), whereas the treebank-induced grammars should show better performance on longer strings (less likely to be within the coverage of the hand-crafted grammars). In order to test this hypothesis, we carried out a number of experiments: First, we plotted the sentence length distribution for the 560 PARC 700 test sentences and the 500 CBS 500 sentences (Figures 17 and 18 ). Both gold standards are approximately normally distributed, with the CBS 500 distribution possibly showing the effects of being chosen subject to the constraint that the strings are parsable by the parser in Carroll, Briscoe, and Sanfilippo (1998) . For each case we use the mean, \u00b5, and two standard deviations, 2\u03c3, to the left and right of the mean to exclude sentence lengths not supported by sufficient observations: For PARC 700, \u00b5 = 23.27, \u00b5 \u2212 2\u03c3 = 2.17, and \u00b5 + 2\u03c3 = 44.36; for CBS 500, \u00b5 = 17.27, \u00b5 \u2212 2\u03c3 = 1.59, and \u00b5 + 2\u03c3 = 32.96. Both the PARC 700 and the CB 500 distributions are positively skewed. For the PARC 700, \u00b5 \u2212 2\u03c3 is actually outside the observed data range, whereas for CB 500, \u00b5 \u2212 2\u03c3 almost coincides with the left border. It is therefore useful to further constrain the \u00b12\u03c3 range by a sentence count threshold of \u2265 5. 28 This results in a sentence length range of 4-41 for PARC 700 and 4-32 for CBS 500.",
"cite_spans": [
{
"start": 1427,
"end": 1466,
"text": "Carroll, Briscoe, and Sanfilippo (1998)",
"ref_id": "BIBREF18"
},
{
"start": 2061,
"end": 2063,
"text": "28",
"ref_id": null
}
],
"ref_spans": [
{
"start": 1197,
"end": 1215,
"text": "(Figures 17 and 18",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Discussion and Related Work",
"sec_num": "6."
},
{
"text": "Second, in order to test whether fragment parses increase with sentence length, we plotted the percentage of fragment parses over sentence length for the XLE parses of the 560-sentence test set of the PARC 700 (we did not do this for the CBS 500 as its strings are selected to be fully parsable by RASP). Figure 19 shows that the number of fragment parses tends to increase with sentence length.",
"cite_spans": [],
"ref_spans": [
{
"start": 305,
"end": 314,
"text": "Figure 19",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Discussion and Related Work",
"sec_num": "6."
},
{
"text": "Third, we plotted the average dependency f-score for the hand-crafted and the treebank-induced resources against sentence lengths. Figure 20 shows the results for PARC 700, Figure 21 for CBS 500.",
"cite_spans": [],
"ref_spans": [
{
"start": 131,
"end": 140,
"text": "Figure 20",
"ref_id": "FIGREF9"
},
{
"start": 173,
"end": 182,
"text": "Figure 21",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Discussion and Related Work",
"sec_num": "6."
},
{
"text": "In both cases, contrary to our (perhaps somewhat naive) assumption, the graphs show that the treebank-induced resources outperform the hand-crafted resources within (most of) the 4-41 and 4-32 sentence length bounds, with the results for the very short and the very long strings outside those bounds not being supported by sufficient data points.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion and Related Work",
"sec_num": "6."
},
{
"text": "In the parsing literature, results are often also provided for strings with lengths \u226440. Below we give those results and statistical significance testing for the PARC 700 and CBS 500 (Tables 15 and 16 ). The results show that the Bikel retrained-based LFG system achieves a higher dependency f-score on sentences of length \u226440 than on all sentences, whereas the XLE system achieves a slightly lower score on sentences of length \u226440. The Bikel-retrained system achieves an f-score of 83.18%, a statistically",
"cite_spans": [],
"ref_spans": [
{
"start": 183,
"end": 200,
"text": "(Tables 15 and 16",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Discussion and Related Work",
"sec_num": "6."
},
{
"text": "Distribution of sentence frequency by sentence length in the CB 500 test set with Bezier interpolation. Vertical lines mark two standard deviations from the mean.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 18",
"sec_num": null
},
{
"text": "Percentage of fragment sentences for XLE parsing system per sentence length with Bezier interpolation. significant improvement of 2.67 percentage points over the XLE system on sentences of length \u226440. Against the CBS 500, Bikel's retrained system achieves a weighted f-score of 82.58%, a statistically significant improvement of 3.87 percentage points over the RASP system which achieves a weighted f-score of 78.81% on sentences of length \u226440. Finally, we test whether the strict preds-only dependency evaluation has an effect on the results for the PARC 700 experiments. Recall that following Kaplan et al. (2004) for the PARC 700 evaluation we used a set of semantically relevant grammatical functions that is a superset of preds-only and a subset of all-GFs. A preds-only based evaluation is \"stricter\" and tends to produce lower scores as it directly reflects the effects of predicate-argument/adjunct misattachments in the resulting dependency representations (while local functions such as NUM(ber), for example, can score properly even if the local predicate is misattached). Table 17 29 below gives the results for preds-only evaluation 30 on the PARC 700 for all sentence lengths. The results show that the Bikelretrained treebank-based LFG resource achieves an f-score of 77.40%, 5.33 percentage points lower than the score for all the PARC dependencies. The XLE system achieves an f-score of 74.31%, 6.24 percentage points lower than the score for all the PARC dependencies and a 3.09 percentage point drop against the results obtained by the Bikel-retrained treebank-based LFG resources. The performance of the Bikel retrainedbased LFG system suffers less than the XLE system when preds-only dependencies are evaluated.",
"cite_spans": [
{
"start": 595,
"end": 615,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [
{
"start": 1084,
"end": 1092,
"text": "Table 17",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Figure 19",
"sec_num": null
},
{
"text": "It is important to note that in our f-structure annotation algorithm and treebankbased LFG parsing architectures, we do not claim to provide fully adequate statistical models. It is well known (Abney 1997) that PCFG-or history-based parser approximations to general constraint-based grammars can yield inconsistent probability models 29 We do not include a p-value here as the breakdown by function per sentence was not available to us for the XLE data. due to loss of probability mass: The parser successfully returns the highest ranked parse tree but the constraint solver cannot resolve the f-structure equations and the probability mass associated with that tree is lost. Research on adequate probability models for constraint-based grammars is important (Bouma, van Noord, and Malouf 2000; Miyao and Tsujii 2002; Riezler et al. 2002; Clark and Curran 2004) . In this context, it is interesting to compare parser performance against upper bounds. For the PARC 700 evaluation, the upper bound for the XLE-based resources is 85.65%, against 86.83% for the treebank-based LFG resources. XLE-based parsing currently achieves 94.05% (f-score 80.55%) of its upper bound using a discriminative disambiguation method, whereas the treebank-based LFG resource achieves 95.28% (f-score 82.73%) of its upper bound.",
"cite_spans": [
{
"start": 193,
"end": 205,
"text": "(Abney 1997)",
"ref_id": "BIBREF0"
},
{
"start": 334,
"end": 336,
"text": "29",
"ref_id": null
},
{
"start": 759,
"end": 794,
"text": "(Bouma, van Noord, and Malouf 2000;",
"ref_id": "BIBREF6"
},
{
"start": 795,
"end": 817,
"text": "Miyao and Tsujii 2002;",
"ref_id": "BIBREF51"
},
{
"start": 818,
"end": 838,
"text": "Riezler et al. 2002;",
"ref_id": "BIBREF58"
},
{
"start": 839,
"end": 861,
"text": "Clark and Curran 2004)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 19",
"sec_num": null
},
{
"text": "Although this seems to indicate that the two disambiguation models achieve similar results, the figures are actually very difficult to compare. In the case of the XLE, the upper bound is established by unpacking all parses for a string and scoring the best match against the gold standard (rather than letting the probability model select a parse). By contrast, in the case of the treebank-based LFG resources, we use the original \"perfect\" Penn-II treebank trees (rather than the trees produced by the parser), automatically annotate those trees with the f-structure annotation algorithm, and score the results against the PARC 700 (it is not feasible to generate all parses for a string, there are simply too many for treebank-induced resources). The upper bound computed in this fashion for the treebank-based LFG resource (86.83%) is relatively low. The main reason is that the automatic mapping required to relate the f-structures generated by the treebank-based LFG resources to the PARC 700 dependencies is lossy. This is indicated by comparing the upper bound for the treebank-based LFG resources for the PARC 700 against the upper bound for the DCU 105 gold standard, where little or no mapping (apart from the feature-structure to dependency-triple conversion) is required: Scoring the f-structure annotations for the original treebank trees results in 86.83% against PARC 700 versus 96.80% against DCU 105.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 19",
"sec_num": null
},
{
"text": "Our discussion shows how delicate it can be to compare parsing systems and their disambiguation models. Ultimately what is required is an evaluation strategy that separates out and clearly distinguishes between the grammar, parsing algorithm, and disambiguation model and is capable of assessing different combinations of these core components. Of course, this will not always be possible and moving towards it is part of a much more extended research agenda, well beyond the scope of the research reported in the present article. Our approach, and previous approaches, evaluate systems at the highest level of granularity, that of the complete package: the combined grammarparser-disambiguation model. The results show that machine-learning-based resources can outperform deep, state-of-the-art hand-crafted resources with respect to the quality of dependencies generated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 19",
"sec_num": null
},
{
"text": "Treebank-based, deep and wide-coverage constraint-based grammar acquisition has become an important research topic: Starting with the seminal TAG-based work of Xia (1999) , there are now also HPSG-, CCG-and LFG-based approaches. Miyao, Ninomiya, and Tsujii (2003) and Tsuruoka, Miyao, and Tsujii (2004) present research on inducing Penn-II treebank-based HPSGs with log-linear probability models. Hockenmaier and Steedman (2002) and Hockenmaier (2003) provide treebank-induced CCG-based models including LDD resolution. It would be interesting to conduct a comparative evaluation involving treebank-based HPSG, CCG, and LFG resources against the PARC 700 and CBS 500 Dependency Banks to enable more comprehensive comparison of machine-learning-based with hand-crafted, deep, wide-coverage resources such as those used in the XLE or RASP parsing systems. Gildea and Hockenmaier (2003) and Miyao and Tsujii (2004) present PropBank (Kingsbury, Palmer, and Marcus 2002) -based evaluations of their automatically induced CCG and HPSG resources. PropBank-based evaluations provide valuable information to rank parsing systems. Currently, however, PropBank-based evaluations are somewhat partial: They only represent (and hence score) verbal arguments and disregard a raft of other semantically important dependencies (e.g., temporal and aspectual information, dependencies within nominal clusters, etc.) as captured in the PARC 700 or CBS 500 Dependency Banks. 31",
"cite_spans": [
{
"start": 160,
"end": 170,
"text": "Xia (1999)",
"ref_id": "BIBREF63"
},
{
"start": 229,
"end": 263,
"text": "Miyao, Ninomiya, and Tsujii (2003)",
"ref_id": "BIBREF50"
},
{
"start": 268,
"end": 302,
"text": "Tsuruoka, Miyao, and Tsujii (2004)",
"ref_id": "BIBREF60"
},
{
"start": 397,
"end": 428,
"text": "Hockenmaier and Steedman (2002)",
"ref_id": "BIBREF35"
},
{
"start": 433,
"end": 451,
"text": "Hockenmaier (2003)",
"ref_id": "BIBREF34"
},
{
"start": 854,
"end": 883,
"text": "Gildea and Hockenmaier (2003)",
"ref_id": "BIBREF33"
},
{
"start": 888,
"end": 911,
"text": "Miyao and Tsujii (2004)",
"ref_id": "BIBREF52"
},
{
"start": 929,
"end": 965,
"text": "(Kingsbury, Palmer, and Marcus 2002)",
"ref_id": "BIBREF42"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 19",
"sec_num": null
},
{
"text": "Parser comparison is a non-trivial and time-consuming exercise. We extensively evaluated four machine-learning-based shallow parsers and two hand-crafted, widecoverage deep probabilistic parsers involving four gold-standard dependency banks, using the Approximate Randomization Test (Noreen 1989) to test for statistical significance. We used a sophisticated method for automatically producing deep dependency relations from Penn-II-style CFG-trees (Cahill et al. 2002b (Cahill et al. , 2004 to compare shallow parser output at the level of dependency relation and revisit experiments carried out by Preiss (2003) and Kaplan et al. (2004) .",
"cite_spans": [
{
"start": 283,
"end": 296,
"text": "(Noreen 1989)",
"ref_id": "BIBREF53"
},
{
"start": 449,
"end": 469,
"text": "(Cahill et al. 2002b",
"ref_id": "BIBREF16"
},
{
"start": 470,
"end": 491,
"text": "(Cahill et al. , 2004",
"ref_id": "BIBREF14"
},
{
"start": 600,
"end": 613,
"text": "Preiss (2003)",
"ref_id": "BIBREF56"
},
{
"start": 618,
"end": 638,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7."
},
{
"text": "Our main findings are twofold:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7."
},
{
"text": "1. Using our CFG-tree-to-dependency annotation technology, together with treebank-and machine-learning-based parsers, we can outperform hand-crafted, wide-coverage, deep, probabilistic, constraint-based grammars and parsers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7."
},
{
"text": "This result is surprising for two reasons. First, it is established against two externallyprovided dependency banks (the PARC 700 and the CBS 500 gold standards), originally designed using the hand-crafted, wide-coverage, probabilistic grammars for the XLE (Riezler et al. 2002) and RASP (Carroll and Briscoe 2002) parsing systems to evaluate those systems. What is more, the SUSANNE corpus-based CBS 500 constitutes an instance of domain variation for the Penn-II-trained LFG resources, likely to adversely affect scores. Second, the treebank-and machine-learning-based LFG resources require automatic mapping to relate f-structure output of the treebank-based parsing systems to the representation format in the PARC 700 and CBS 500 Dependency Banks. These mappings are partial and lossy: That is, they do not cover all of the systematic differences between f-structure and dependency bank representations and introduce a certain amount of error in what they are designed to capture, that is they both overand undergeneralize, again adversely affecting scores. Improvements of the mappings should lead to a further improvement in the dependency scores.",
"cite_spans": [
{
"start": 257,
"end": 278,
"text": "(Riezler et al. 2002)",
"ref_id": "BIBREF58"
},
{
"start": 288,
"end": 314,
"text": "(Carroll and Briscoe 2002)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7."
},
{
"text": "The numbers given are difficult to compare as the results for theBriscoe and Carroll (1993) parser were captured for a richer set of grammatical relations than those forCollins (1997) andCharniak (2000).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "van Crouch (1996, 1997) provide translations between f-structures, Quasi-Logical Forms (QLFs), and Underspecified Discourse Representation Structures (UDRSs).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "If the rightmost nominal is preceded by a comma or \"-\", it is likely to be an apposition to the head.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Structural information of this kind is not encoded in the Annotation matrices; compareTable 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In the integrated model(Cahill et al. 2004;Cahill 2004), we extract f-structure annotated PCFGs (A-PCFGs) from the f-structure annotated treebank, where each non-terminal symbol in the grammar has been augmented with LFG functional equations, such as NP[\u2191OBJ=\u2193] \u2192 DT[\u2191SPEC=\u2193] NN[\u2191=\u2193].We treat a non-terminal symbol followed by annotations as a monadic category for grammar extraction and parsing. Parsing with A-PCFGs results in annotated parse trees, from which an f-structure can be generated. In this article we only use the pipeline parsing architecture.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Conditions (i)-(iv) are suitably adapted for LDD resolutions terminating in adjunct sets. 10 In our experiments we do not use the limited LDD resolution for wh-phrases provided by Collins's Model 3 parser as better results are achieved using the purely f-structure-based LDD resolution as shown inCahill et al. (2004).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Downloaded from ftp://ftp.cis.upenn.edu/pub/mcollins/PARSER.tar.gz. 12 Downloaded from ftp://ftp.cs.brown.edu/pub/nlparser/.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Where there were no published results available for Section 23, we calculated them using the downloadable versions of the parsers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "It is publicly available for download from: http://nclt.computing.dcu.ie/gold105.txt. 17 We use Bikel's software rather than Charniak's for this experiment as the former proved more stable during the retraining phase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The figures suggest that retraining Charniak's parser to retain Penn-II functional tags is likely to produce even better dependency scores than those achieved by Bikel's retrained parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The annotation algorithm relies on Penn-II-style punctuation patterns where an NP apposition follows a nominal head separated by a comma([NP [NP Bush ] , [NP the president ] ]), all three sisters of the same mother node, while the trees produced by Collins's parser attach the comma low in the tree([NP [NP Bush,] [NP the president ] ]). Although it would be trivial to carry out a tree transformation on the Collins output to raise the punctuation to the expected level, we have not done this here. 20 This corresponds to experiments where the original Penn-II Section 23 treebank trees are automatically converted into CCG derivations, which are then used as a gold standard to evaluate the CCG parser trained on Sections 02-21. A similar methodology is used for the evaluation of treebank-based HPSG resources(Miyao, Ninomiya, and Tsujii 2003) where Penn-II treebank trees are automatically annotated with HPSG typed-feature structure information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Based onCohen (1995, p. 190): \u03b1 e \u2248 1 -(1 -\u03b1 c ) m , where m is the number of pairwise comparisons, \u03b1 e is the experiment-wise error, and \u03b1 c is the per-comparison error.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The upper bound for the treebank-based LFG system is determined by taking the original Penn-II WSJ Section 23 trees corresponding to the PARC 700 strings, automatically annotating them with the f-structure annotation algorithm, and evaluating the f-structures against the PARC 700 dependencies. The upper bound for the XLE system is determined by selecting the XLE parse that scores best against the PARC 700 dependencies for each of the PARC 700 strings. It is interesting to note that the upper bound for the treebank-based system is only 1.18 percentage points higher than that for the XLE system. Apart from the two different methods for establishing the upper bounds, this is most likely due to the fact that the mapping required for evaluating the treebank-based LFG system against PARC 700 is lossy (cf. the discussion in Section 6).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "DET FORM, SUBORD FORM, and PRT FORM (and in general X FORM) dependencies record (semantically relevant) surface forms in f-structure for X-type closed class categories.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This was downloaded from http://www.informatics.susx.ac.uk/research/nlp/carroll/greval.html. 26 The long distance dependencies include passive, wh-less relative clauses, control verbs, and so forth.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This was downloaded from http://www.informatics.susx.ac.uk/research/nlp/carroll/greval.html.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Note that because the distributions inFigures 17 and 18are Bezier interpolated, the constraint does not guarantee that every sentence length within the range occurs five or more times.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In a sense, PropBank does not yet provide a single agreed upon gold standard: Role information is provided indirectly and an evaluation gold-standard has to be computed from this. In doing so, choices have to be made as regards the representation of shared arguments, the analysis of coordinate structures, and so forth, and it is not clear that the same choices are currently made for evaluations carried out by different research groups.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We are grateful to our anonymous reviewers whose insightful comments have improved the article significantly. We would like to thank John Carroll ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
},
{
"text": "Earlier we criticized tree-based parser evaluation on the grounds that equally valid different tree-typologies can be associated with strings, and identified this as a major obstacle to fair and unbiased parser evaluation. Dependency-based parser evaluation, as it turns out, is not entirely free of this criticism either: There are significant systematic differences between the PARC 700 dependency and the CBS 500 dependency representations; there are significant systematic differences between the LFG f-structures generated by the hand-crafted, wide-coverage grammars of Riezler et al. (2002) and Kaplan et al. (2004) and those of the treebank-induced and f-structure annotation algorithm based resources of Cahill et al. (2004) . These differences require careful implementation of mappings if parsers are not to be unduly penalized for systematic and motivated differences at the level of dependency representation. By and large, these differences are, however, less pronounced than differences on CFG tree representations, making dependency-based parser evaluation a worthwhile and rewarding exercise.Summarizing our results, we find that against the DCU 105 development set, the treebank-and f-structure annotation algorithm-based LFG system using Bikel's parser retrained to retain Penn-II functional tag labels performs best, achieving f-scores of 82.92% preds-only and 88.3% all grammatical functions. Against the automatically generated WSJ Section 22 Dependency Bank, the system using Bikel's retrained parser achieves the highest results, achieving f-scores of 83.06% preds-only and 87.861% all GFs. This is statistically significantly better than all other parsers. In order to evaluate against the PARC 700 and CBS 500 gold standards, we automatically map the dependencies produced by our treebank-based LFG system into a format compatible with the gold standards. Against the PARC 700 Dependency Bank, the treebank-based LFG system using Bikel's retrained parser achieves an f-score of 82.73%, a statistically significant improvement of 2.18% against the most up-to-date results of the hand-crafted XLEbased parsing resources. Against the CBS 500, the treebank-based LFG system using Bikel's retrained parser achieved the highest f-score of 80.23%, a statistically significant improvement of 3.66 percentage points on the highest previously published results for the same experiment with the hand-crafted RASP resources in Carroll and Briscoe (2002) .",
"cite_spans": [
{
"start": 575,
"end": 596,
"text": "Riezler et al. (2002)",
"ref_id": "BIBREF58"
},
{
"start": 601,
"end": 621,
"text": "Kaplan et al. (2004)",
"ref_id": "BIBREF39"
},
{
"start": 712,
"end": 732,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF14"
},
{
"start": 2440,
"end": 2466,
"text": "Carroll and Briscoe (2002)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
},
{
"text": "This section provides a complete list of the parameter settings used for each of the parsers described in this article.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Appendix A. Parser Parameter Settings",
"sec_num": null
},
{
"text": "We used the Collins parser with its default settings of a beam size of 10,000 and where the values of the following flags are set to 1: punctuation-flag, distaflag, distvflag, and npbflag. Input was pre-tagged using the MXPOST POS tagger (Ratnaparkhi 1996) . We parse the input file with all three models and use the scripts provided to merge the outputs into the final parser output file. Note that this file has been cleaned of all -A functional tags and trace nodes.",
"cite_spans": [
{
"start": 238,
"end": 256,
"text": "(Ratnaparkhi 1996)",
"ref_id": "BIBREF57"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Collins Model 3",
"sec_num": null
},
{
"text": "We used the parser dated August 2005 and ran the parser using the data provided in the download on pretokenized sentences of length \u2264200. Input was automatically tagged by the parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Charniak",
"sec_num": null
},
{
"text": "We used version 0.9.9b of the parser trained on the file Collins Model 2 of observed events made available on the downloads page. We used the collins.properties file and a maximum heap size of 1,500 MB. Input was pre-tagged using the MXPOST POS tagger (Ratnaparkhi 1996) .",
"cite_spans": [
{
"start": 252,
"end": 270,
"text": "(Ratnaparkhi 1996)",
"ref_id": "BIBREF57"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bikel Emulation of",
"sec_num": null
},
{
"text": "We used version 0.9.9b of the parser trained on a version of Sections 02-21 of the Penn-II treebank where functional tags were not ignored by the parser. We updated the default head-finding rules to deal with the new categories. We also trained on all sentences from the training set (the default collins.properties file is set to ignore trees of more than 500 tokens). Input was pre-tagged using the MXPOST POS tagger (Ratnaparkhi 1996) and the maximum heap size was 1,500 MB.",
"cite_spans": [
{
"start": 419,
"end": 437,
"text": "(Ratnaparkhi 1996)",
"ref_id": "BIBREF57"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Bikel + Functional Tags",
"sec_num": null
},
{
"text": "We used a file of parser output provided through personal communication with John Carroll. (Tagging is carried out automatically by the parser.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RASP",
"sec_num": null
},
{
"text": "We used a file of parser output provided by the Natural Language Theory and Technology group at the Palo Alto Research Center. (Tagging is carried out automatically by the parser.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "XLE",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Stochastic attribute-value grammars",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Abney",
"suffix": ""
}
],
"year": 1997,
"venue": "Computational Linguistics",
"volume": "23",
"issue": "4",
"pages": "597--618",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abney, Stephen. 1997. Stochastic attribute-value grammars. Computational Linguistics, 23(4):597-618.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Ellipsis, Comparatives, and Generation, chapter 13",
"authors": [
{
"first": "Hiyan",
"middle": [],
"last": "Alshawi",
"suffix": ""
},
{
"first": "Stephen",
"middle": [],
"last": "Pulman",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alshawi, Hiyan and Stephen Pulman, 1992. Ellipsis, Comparatives, and Generation, chapter 13. The MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Road-testing the English Resource Grammar over the British National Corpus",
"authors": [
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
},
{
"first": "Emily",
"middle": [],
"last": "Bender",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Ara",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Stephan",
"middle": [],
"last": "Oepen",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Fourth International Conference on Language Resources and Evaluation (LREC 2004)",
"volume": "",
"issue": "",
"pages": "2047--2050",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Baldwin, Timothy, Emily Bender, Dan Flickinger, Ara Kim, and Stephan Oepen. 2004. Road-testing the English Resource Grammar over the British National Corpus. In Proceedings of the Fourth International Conference on Language Resources and Evaluation (LREC 2004), pages 2047-2050, Lisbon, Portugal.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Design of a multi-lingual, parallel-processing statistical parsing engine",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Bikel",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of HLT 2002",
"volume": "",
"issue": "",
"pages": "24--27",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bikel, Dan. 2002. Design of a multi-lingual, parallel-processing statistical parsing engine. In Proceedings of HLT 2002, pages 24-27, San Diego, CA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A procedure for quantitatively comparing the syntactic coverage of english grammars",
"authors": [
{
"first": "Ezra",
"middle": [],
"last": "Black",
"suffix": ""
},
{
"first": "Steven",
"middle": [],
"last": "Abney",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickenger",
"suffix": ""
},
{
"first": "Claudia",
"middle": [],
"last": "Gdaniec",
"suffix": ""
},
{
"first": "Ralph",
"middle": [],
"last": "Grishman",
"suffix": ""
},
{
"first": "Philip",
"middle": [],
"last": "Harrison",
"suffix": ""
},
{
"first": "Donald",
"middle": [],
"last": "Hindle",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Ingria",
"suffix": ""
},
{
"first": "Fred",
"middle": [],
"last": "Jelineck",
"suffix": ""
},
{
"first": "Judith",
"middle": [],
"last": "Klavans",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Liberman",
"suffix": ""
},
{
"first": "Mitchell",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "Salim",
"middle": [],
"last": "Roukos",
"suffix": ""
},
{
"first": "Beatrice",
"middle": [],
"last": "Santorini",
"suffix": ""
},
{
"first": "Tomek",
"middle": [],
"last": "Strzalkowski",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Speech and Natural Language Workshop",
"volume": "",
"issue": "",
"pages": "306--311",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Black, Ezra, Steven Abney, Dan Flickenger, Claudia Gdaniec, Ralph Grishman, Philip Harrison, Donald Hindle, Robert Ingria, Fred Jelineck, Judith Klavans, Mark Liberman, Mitchell Marcus, Salim Roukos, Beatrice Santorini, and Tomek Strzalkowski. 1991. A procedure for quantitatively comparing the syntactic coverage of english grammars. In Proceedings of the Speech and Natural Language Workshop, pages 306-311, Pacific Grove, CA.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "An efficient implementation of a new DOP model",
"authors": [
{
"first": "Rens",
"middle": [],
"last": "Bod",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Tenth Conference of the European Chapter of the Association for Computational Linguistics (EACL'03)",
"volume": "",
"issue": "",
"pages": "19--26",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bod, Rens. 2003. An efficient implementation of a new DOP model. In Proceedings of the Tenth Conference of the European Chapter of the Association for Computational Linguistics (EACL'03), pages 19-26, Budapest, Hungary.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Alpino: Wide-coverage computational analysis of dutch",
"authors": [
{
"first": "Gosse",
"middle": [],
"last": "Bouma",
"suffix": ""
},
{
"first": "Gertjan",
"middle": [],
"last": "Van Noord",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Malouf",
"suffix": ""
}
],
"year": 2000,
"venue": "Walter Daelemans, Khalil Sima'an, Jorn Veenstra, and Jakub Zavrel",
"volume": "",
"issue": "",
"pages": "45--59",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bouma, Gosse, Gertjan van Noord, and Robert Malouf. 2000. Alpino: Wide-coverage computational analysis of dutch. In Walter Daelemans, Khalil Sima'an, Jorn Veenstra, and Jakub Zavrel, editors, Computational Linguistics in The Netherlands 2000. Rodopi, Amsterdam, pages 45-59.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Lexical-Functional Syntax",
"authors": [
{
"first": "Joan",
"middle": [],
"last": "Bresnan",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bresnan, Joan. 2001. Lexical-Functional Syntax. Blackwell, Oxford, England.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Generalized probabilistic LR parsing of natural language (corpora) with unification-based grammars",
"authors": [
{
"first": "Edward",
"middle": [],
"last": "Briscoe",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Carroll",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "1",
"pages": "25--59",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Briscoe, Edward and John Carroll. 1993. Generalized probabilistic LR parsing of natural language (corpora) with unification-based grammars. Computational Linguistics, 19(1):25-59.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Evaluating the accuracy of an unlexicalized statistical parser on the PARC DepBank",
"authors": [
{
"first": "Ted",
"middle": [],
"last": "Briscoe",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Carroll",
"suffix": ""
}
],
"year": 1987,
"venue": "Proceedings of the COLING/ACL 2006 Main Conference Poster Sessions",
"volume": "",
"issue": "",
"pages": "703--708",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Briscoe, Ted and John Carroll. 2006. Evaluating the accuracy of an unlexicalized statistical parser on the PARC DepBank. In Proceedings of the COLING/ACL 2006 Main Conference Poster Sessions, pages 41-48, Sydney, Australia. Briscoe, Edward, Claire Grover, Bran Boguraev, and John Carroll. 1987. A formalism and environment for the development of a large grammar of English. In Proceedings of the 10th International Joint Conference on AI, pages 703-708, Milan, Italy.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Automatic Treebank Annotation for the Acquisition of LFG Resources",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Burke",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Burke, Michael. 2006. Automatic Treebank Annotation for the Acquisition of LFG Resources. Ph.D. thesis, School of Computing, Dublin City University, Dublin, Ireland.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Evaluation of an automatic annotation algorithm against the PARC 700 Dependency Bank",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Burke",
"suffix": ""
},
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "O'",
"middle": [],
"last": "Ruth",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Donovan",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Ninth International Conference on LFG",
"volume": "",
"issue": "",
"pages": "101--121",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Burke, Michael, Aoife Cahill, Ruth O'Donovan, Josef van Genabith, and Andy Way. 2004. Evaluation of an automatic annotation algorithm against the PARC 700 Dependency Bank. In Proceedings of the Ninth International Conference on LFG, pages 101-121, Christchurch, New Zealand.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "The Parallel Grammar Project",
"authors": [
{
"first": "Miriam",
"middle": [],
"last": "Butt",
"suffix": ""
},
{
"first": "Helge",
"middle": [],
"last": "Dyvik",
"suffix": ""
},
{
"first": "Tracy",
"middle": [
"Holloway"
],
"last": "King",
"suffix": ""
},
{
"first": "Hiroshi",
"middle": [],
"last": "Masuichi",
"suffix": ""
},
{
"first": "Christian",
"middle": [],
"last": "Rohrer",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of COLING 2002",
"volume": "",
"issue": "",
"pages": "1--7",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Butt, Miriam, Helge Dyvik, Tracy Holloway King, Hiroshi Masuichi, and Christian Rohrer. 2002. The Parallel Grammar Project. In Proceedings of COLING 2002, Workshop on Grammar Engineering and Evaluation, pages 1-7, Taipei, Taiwan.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Parsing with Automatically Acquired, Wide-Coverage, Robust, Probabilistic LFG Approximations",
"authors": [
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cahill, Aoife. 2004. Parsing with Automatically Acquired, Wide-Coverage, Robust, Probabilistic LFG Approximations. Ph.D. thesis, School of Computing, Dublin City University, Dublin, Ireland.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Long-distance dependency resolution in automatically acquired wide-coverage PCFG-based LFG approximations",
"authors": [
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Burke",
"suffix": ""
},
{
"first": "O'",
"middle": [],
"last": "Ruth",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Donovan",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "320--327",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cahill, Aoife, Michael Burke, Ruth O'Donovan, Josef van Genabith, and Andy Way. 2004. Long-distance dependency resolution in automatically acquired wide-coverage PCFG-based LFG approximations. In Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics, pages 320-327, Barcelona, Spain.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Automatic annotation of the Penn Treebank with LFG f-structure information",
"authors": [
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "Mair\u00e9ad",
"middle": [],
"last": "Mccarthy",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the LREC Workshop on Linguistic Knowledge Acquisition and Representation: Bootstrapping Annotated Language Data",
"volume": "",
"issue": "",
"pages": "8--15",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cahill, Aoife, Mair\u00e9ad McCarthy, Josef van Genabith, and Andy Way. 2002a. Automatic annotation of the Penn Treebank with LFG f-structure information. In Proceedings of the LREC Workshop on Linguistic Knowledge Acquisition and Representation: Bootstrapping Annotated Language Data, pages 8-15, Las Palmas, Canary Islands, Spain.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Parsing with PCFGs and automatic f-structure annotation",
"authors": [
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "Mair\u00e9ad",
"middle": [],
"last": "Mccarthy",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the Seventh International Conference on LFG",
"volume": "",
"issue": "",
"pages": "76--95",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cahill, Aoife, Mair\u00e9ad McCarthy, Josef van Genabith, and Andy Way. 2002b. Parsing with PCFGs and automatic f-structure annotation. In Proceedings of the Seventh International Conference on LFG, pages 76-95, Palo Alto, CA.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "High precision extraction of grammatical relations",
"authors": [
{
"first": "John",
"middle": [],
"last": "Carroll",
"suffix": ""
},
{
"first": "Edward",
"middle": [],
"last": "Briscoe",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 19th International Conference on Computational Linguistics (COLING)",
"volume": "",
"issue": "",
"pages": "134--140",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carroll, John and Edward Briscoe. 2002. High precision extraction of grammatical relations. In Proceedings of the 19th International Conference on Computational Linguistics (COLING), pages 134-140, Taipei, Taiwan.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Parser evaluation: A survey and new proposal",
"authors": [
{
"first": "John",
"middle": [],
"last": "Carroll",
"suffix": ""
},
{
"first": "Edward",
"middle": [],
"last": "Briscoe",
"suffix": ""
},
{
"first": "Antonio",
"middle": [],
"last": "Sanfilippo",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the International Conference on Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "447--454",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carroll, John, Edward Briscoe, and Antonio Sanfilippo. 1998. Parser evaluation: A survey and new proposal. In Proceedings of the International Conference on Language Resources and Evaluation, pages 447-454, Granada, Spain.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "HLT Workhop: 'Beyond PARSEVAL -Towards improved evaluation measures for parsing systems",
"authors": [
{
"first": "John",
"middle": [],
"last": "Carroll",
"suffix": ""
},
{
"first": "Anette",
"middle": [],
"last": "Frank",
"suffix": ""
},
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Detlef",
"middle": [],
"last": "Prescher",
"suffix": ""
},
{
"first": "Hans",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the First Annual Meeting of the North American Chapter of the Association for Computational Linguistics (NAACL 2000)",
"volume": "",
"issue": "",
"pages": "132--139",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carroll, John, Anette Frank, Dekang Lin, Detlef Prescher, and Hans Uszkoreit, editors. 2002. HLT Workhop: 'Beyond PARSEVAL -Towards improved evaluation measures for parsing systems', Las Palmas, Canary Islands, Spain. Charniak, Eugene. 1996. Tree-bank grammars. In Proceedings of the Thirteenth National Conference on Artificial Intelligence, pages 1031-1036, Menlo Park, CA. Charniak, Eugene. 2000. A maximum entropy inspired parser. In Proceedings of the First Annual Meeting of the North American Chapter of the Association for Computational Linguistics (NAACL 2000), pages 132-139, Seattle, WA.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Evaluating message understanding systems: An analysis of the Third Message Understanding Conference (MUC-3)",
"authors": [
{
"first": "Nancy",
"middle": [],
"last": "Chinchor",
"suffix": ""
},
{
"first": "Lynette",
"middle": [],
"last": "Hirschman",
"suffix": ""
},
{
"first": "David",
"middle": [
"D"
],
"last": "Lewis",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "3",
"pages": "409--449",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chinchor, Nancy, Lynette Hirschman, and David D. Lewis. 1993. Evaluating message understanding systems: An analysis of the Third Message Understanding Conference (MUC-3). Computational Linguistics, 19(3):409-449.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Parsing the WSJ using CCG and log-linear models",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Curran",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL-04)",
"volume": "",
"issue": "",
"pages": "104--111",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clark, Stephen and James Curran. 2004. Parsing the WSJ using CCG and log-linear models. In Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL-04), pages 104-111, Barcelona, Spain.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Formalism-independent parser evaluation with CCG and DepBank",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Curran",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL 2007)",
"volume": "",
"issue": "",
"pages": "7--1032",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clark, Stephen and James Curran. 2007. Formalism-independent parser evaluation with CCG and DepBank. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL 2007), pages 248-255, Prague, Czech Republic http://www.aclweb-org/anthology/P/ P07/P07-1032.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Evaluating a wide-coverage CCG parser",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clark, Stephen and Julia Hockenmaier. 2002. Evaluating a wide-coverage CCG parser.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Proceedings of the LREC 2002 Beyond Parseval Workshop",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "60--66",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In Proceedings of the LREC 2002 Beyond Parseval Workshop, pages 60-66, Las Palmas, Canary Islands, Spain.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Empirical Methods for Artificial Intelligence",
"authors": [
{
"first": "Paul",
"middle": [
"R"
],
"last": "Cohen",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cohen, Paul R. 1995. Empirical Methods for Artificial Intelligence. The MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"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": "16--23",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Collins, Michael. 1997. Three generative, lexicalized models for statistical parsing. In Proceedings of the 35th Annual Meeting of the Association for Computational Linguistics, pages 16-23, Madrid, Spain.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Head-Driven Statistical Models for Natural Language Parsing",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Collins, Michael. 1999. Head-Driven Statistical Models for Natural Language Parsing. Ph.D. thesis, University of Pennsylvania, Philadelphia, PA.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "A comparison of evaluation metrics for a broad coverage parser",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Crouch",
"suffix": ""
},
{
"first": "Ron",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "Tracy",
"middle": [
"Holloway"
],
"last": "King",
"suffix": ""
},
{
"first": "Stefan",
"middle": [],
"last": "Riezler",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the LREC Workshop: Beyond PARSEVAL-Towards Improved Evaluation Measures for Parsing Systems",
"volume": "",
"issue": "",
"pages": "67--74",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Crouch, Richard, Ron Kaplan, Tracy Holloway King, and Stefan Riezler. 2002. A comparison of evaluation metrics for a broad coverage parser. In Proceedings of the LREC Workshop: Beyond PARSEVAL- Towards Improved Evaluation Measures for Parsing Systems, pages 67-74, Las Palmas, Canary Islands, Spain.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Lexical-Functional Grammar",
"authors": [
{
"first": "Mary",
"middle": [],
"last": "Dalrymple",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dalrymple, Mary. 2001. Lexical-Functional Grammar. London, Academic Press.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Antecedent recovery: Experiments with a trace tagger",
"authors": [
{
"first": "P\u00e9ter",
"middle": [],
"last": "Dienes",
"suffix": ""
},
{
"first": "Amit",
"middle": [],
"last": "Dubey",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "33--40",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dienes, P\u00e9ter and Amit Dubey. 2003. Antecedent recovery: Experiments with a trace tagger. In Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing, pages 33-40, Sapporo, Japan.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "A lexical functional grammar system in Prolog",
"authors": [
{
"first": "Andreas",
"middle": [],
"last": "Eisele",
"suffix": ""
},
{
"first": "Jochen",
"middle": [],
"last": "D\u00f6rre",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the 11th International Conference on Computational Linguistics (COLING 1986)",
"volume": "",
"issue": "",
"pages": "551--553",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eisele, Andreas and Jochen D\u00f6rre. 1986. A lexical functional grammar system in Prolog. In Proceedings of the 11th International Conference on Computational Linguistics (COLING 1986), pages 551-553, Bonn.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "On building a more efficient grammar by exploiting types",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
}
],
"year": 2000,
"venue": "Natural Language Engineering",
"volume": "6",
"issue": "1",
"pages": "15--28",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Flickinger, Dan. 2000. On building a more efficient grammar by exploiting types. Natural Language Engineering, 6(1):15-28.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Investigations into the grammar underlying the Penn Treebank II",
"authors": [
{
"first": "Rob",
"middle": [],
"last": "Gaizauskas",
"suffix": ""
},
{
"first": "U",
"middle": [
"K"
],
"last": "Sheffield",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "57--64",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gaizauskas, Rob. 1995. Investigations into the grammar underlying the Penn Treebank II. Research Memorandum CS-95-25, Department of Computer Science, Univeristy of Sheffield, UK. Gildea, Daniel and Julia Hockenmaier. 2003. Identifying semantic roles using combinatory categorial grammar. In Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing, pages 57-64, Sapporo, Japan.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Parsing with generative models of predicate-argument structure",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 41st Annual Conference of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "359--366",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hockenmaier, Julia. 2003. Parsing with generative models of predicate-argument structure. In Proceedings of the 41st Annual Conference of the Association for Computational Linguistics, pages 359-366, Sapporo, Japan.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Generative models for statistical parsing with combinatory categorial grammar",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "335--342",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hockenmaier, Julia and Mark Steedman. 2002. Generative models for statistical parsing with combinatory categorial grammar. In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, pages 335-342, Philadelphia, PA.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "PCFG models of linguistic tree representations",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 1999,
"venue": "Computational Linguistics",
"volume": "24",
"issue": "4",
"pages": "613--632",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Johnson, Mark. 1999. PCFG models of linguistic tree representations. Computational Linguistics, 24(4):613-632.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"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 40th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "136--143",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Johnson, Mark. 2002. A simple pattern-matching algorithm for recovering empty nodes and their antecedents. In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, pages 136-143, Philadelphia, PA.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Lexical functional grammar, a formal system for grammatical representation",
"authors": [
{
"first": "Ron",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "Joan",
"middle": [],
"last": "Bresnan",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "173--281",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaplan, Ron and Joan Bresnan. 1982. Lexical functional grammar, a formal system for grammatical representation. In Joan Bresnan, editor, The Mental Representation of Grammatical Relations. MIT Press, Cambridge, MA, pages 173-281.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Speed and accuracy in shallow and deep stochastic parsing",
"authors": [
{
"first": "Ron",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "Stefan",
"middle": [],
"last": "Riezler",
"suffix": ""
},
{
"first": "Tracy",
"middle": [
"Holloway"
],
"last": "King",
"suffix": ""
},
{
"first": "John",
"middle": [
"T"
],
"last": "Maxwell",
"suffix": ""
},
{
"first": "Alexander",
"middle": [],
"last": "Vasserman",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Crouch",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Human Language Technology Conference and the 4th Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL'04)",
"volume": "",
"issue": "",
"pages": "97--104",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaplan, Ron, Stefan Riezler, Tracy Holloway King, John T. Maxwell, Alexander Vasserman, and Richard Crouch. 2004. Speed and accuracy in shallow and deep stochastic parsing. In Proceedings of the Human Language Technology Conference and the 4th Annual Meeting of the North American Chapter of the Association for Computational Linguistics (HLT-NAACL'04), pages 97-104, Boston, MA.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "Long-distance dependencies, constituent structure and functional uncertainty",
"authors": [
{
"first": "Ronald",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "Annie",
"middle": [],
"last": "Zaenen",
"suffix": ""
}
],
"year": 1989,
"venue": "Alternative Conceptions of Phrase Structure",
"volume": "",
"issue": "",
"pages": "17--42",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaplan, Ronald and Annie Zaenen. 1989. Long-distance dependencies, constituent structure and functional uncertainty. In Mark Baltin and Anthony Kroch, editors, Alternative Conceptions of Phrase Structure, pages 17-42, University of Chicago Press, Chicago.",
"links": null
},
"BIBREF41": {
"ref_id": "b41",
"title": "The PARC 700 dependency bank",
"authors": [
{
"first": "Tracy",
"middle": [],
"last": "King",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Holloway",
"suffix": ""
},
{
"first": "Stefan",
"middle": [],
"last": "Crouch",
"suffix": ""
},
{
"first": "Mary",
"middle": [],
"last": "Riezler",
"suffix": ""
},
{
"first": "Ron",
"middle": [],
"last": "Dalrymple",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Kaplan",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the EACL03: 4th International Workshop on Linguistically Interpreted Corpora (LINC-03)",
"volume": "",
"issue": "",
"pages": "1--8",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "King, Tracy Holloway, Richard Crouch, Stefan Riezler, Mary Dalrymple, and Ron Kaplan. 2003. The PARC 700 dependency bank. In Proceedings of the EACL03: 4th International Workshop on Linguistically Interpreted Corpora (LINC-03), pages 1-8, Budapest, Hungary.",
"links": null
},
"BIBREF42": {
"ref_id": "b42",
"title": "Adding semantic annotation to the Penn TreeBank",
"authors": [
{
"first": "Paul",
"middle": [],
"last": "Kingsbury",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Mitch",
"middle": [],
"last": "Marcus",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the Human Language Technology Conference",
"volume": "",
"issue": "",
"pages": "252--256",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kingsbury, Paul, Martha Palmer, and Mitch Marcus. 2002. Adding semantic annotation to the Penn TreeBank. In Proceedings of the Human Language Technology Conference, pages 252-256, San Diego, CA.",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "Running a grammar factory: On the compilation of parsed corpora, or 'treebanks",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Japan",
"middle": [],
"last": "Sapporo",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Leech",
"suffix": ""
},
{
"first": "Roger",
"middle": [],
"last": "Garside",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "15--32",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Klein, Dan and Christopher D. Manning. 2003. Accurate unlexicalized parsing. In Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics, pages 423-430, Sapporo, Japan. Leech, Geoffrey and Roger Garside. 1991. Running a grammar factory: On the compilation of parsed corpora, or 'treebanks'. In Stig Johansson and Anna-Brita Stenstr\u00f6m, editors, English Computer Corpora: Selected Papers. Mouton de Gruyter, Berlin, pages 15-32.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "Deep dependencies from context-free statistical parsers: Correcting the surface dependency approximation",
"authors": [
{
"first": "Roger",
"middle": [],
"last": "Levy",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL 2004)",
"volume": "",
"issue": "",
"pages": "328--335",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Levy, Roger and Christopher D. Manning. 2004. Deep dependencies from context-free statistical parsers: Correcting the surface dependency approximation. In Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics (ACL 2004), pages 328-335, Barcelona, Spain.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "A dependency-based method for evaluating broad-coverage parsers",
"authors": [
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the International Joint Conference on AI",
"volume": "",
"issue": "",
"pages": "1420--1427",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lin, Dekang. 1995. A dependency-based method for evaluating broad-coverage parsers. In Proceedings of the International Joint Conference on AI, pages 1420-1427, Montr\u00e9al, Canada.",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "Natural Language Parsing as Statistical Pattern Recognition",
"authors": [
{
"first": "David",
"middle": [],
"last": "Magerman",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Magerman, David. 1994. Natural Language Parsing as Statistical Pattern Recognition. Ph.D. thesis, Department of Computer Science, Stanford University, CA.",
"links": null
},
"BIBREF47": {
"ref_id": "b47",
"title": "The Penn Treebank: Annotating predicate argument structure",
"authors": [
{
"first": "Mitchell",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "Grace",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Mary",
"middle": [
"Ann"
],
"last": "Marcinkiewicz",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Macintyre",
"suffix": ""
},
{
"first": "Ann",
"middle": [],
"last": "Bies",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Ferguson",
"suffix": ""
},
{
"first": "Karen",
"middle": [],
"last": "Katz",
"suffix": ""
},
{
"first": "Britta",
"middle": [],
"last": "Schasberger",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the ARPA Workshop on Human Language Technology",
"volume": "",
"issue": "",
"pages": "110--115",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcus, Mitchell, Grace Kim, Mary Ann Marcinkiewicz, Robert MacIntyre, Ann Bies, Mark Ferguson, Karen Katz, and Britta Schasberger. 1994. The Penn Treebank: Annotating predicate argument structure. In Proceedings of the ARPA Workshop on Human Language Technology, pages 110-115, Princeton, NJ.",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "Design and Evaluation of the Linguistic Basis of an Automatic F-Structure Annotation Algorithm for the Penn-II Treebank",
"authors": [
{
"first": "Mair\u00e9ad",
"middle": [],
"last": "Mccarthy",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McCarthy, Mair\u00e9ad. 2003. Design and Evaluation of the Linguistic Basis of an Automatic F-Structure Annotation Algorithm for the Penn-II Treebank. Master's thesis, School of Computing, Dublin City University, Dublin, Ireland.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "Online learning of approximate dependency parsing algorithms",
"authors": [
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "81--88",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, Ryan and Fernando Pereira. 2006. Online learning of approximate dependency parsing algorithms. In Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics, pages 81-88, Trento, Italy.",
"links": null
},
"BIBREF50": {
"ref_id": "b50",
"title": "Probabilistic modeling of argument structures including non-local dependencies",
"authors": [
{
"first": "Yusuke",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "Takashi",
"middle": [],
"last": "Ninomiya",
"suffix": ""
},
{
"first": "Jun'ichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Conference on Recent Advances in Natural Language Processing (RANLP)",
"volume": "",
"issue": "",
"pages": "285--291",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Miyao, Yusuke, Takashi Ninomiya, and Jun'ichi Tsujii. 2003. Probabilistic modeling of argument structures including non-local dependencies. In Proceedings of the Conference on Recent Advances in Natural Language Processing (RANLP), pages 285-291, Borovets, Bulgaria.",
"links": null
},
"BIBREF51": {
"ref_id": "b51",
"title": "Maximum entropy estimation for feature forests",
"authors": [
{
"first": "Yusuke",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "Jun'ichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of Human Language Technology Conference (HLT 2002)",
"volume": "",
"issue": "",
"pages": "292--297",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Miyao, Yusuke and Jun'ichi Tsujii. 2002. Maximum entropy estimation for feature forests. In Proceedings of Human Language Technology Conference (HLT 2002), pages 292-297, San Diego, CA.",
"links": null
},
"BIBREF52": {
"ref_id": "b52",
"title": "Deep linguistic analysis for the accurate identification of predicate-argument relations",
"authors": [
{
"first": "Yusuke",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "Jun'ichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 18th International Conference on Computational Linguistics (COLING 2004)",
"volume": "",
"issue": "",
"pages": "1392--1397",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Miyao, Yusuke and Jun'ichi Tsujii. 2004. Deep linguistic analysis for the accurate identification of predicate-argument relations. In Proceedings of the 18th International Conference on Computational Linguistics (COLING 2004), pages 1392-1397, Geneva, Switzerland.",
"links": null
},
"BIBREF53": {
"ref_id": "b53",
"title": "Computer Intensive Methods for Testing Hypotheses: An Introduction",
"authors": [
{
"first": "Eric",
"middle": [
"W"
],
"last": "Noreen",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Noreen, Eric W. 1989. Computer Intensive Methods for Testing Hypotheses: An Introduction. Wiley, New York.",
"links": null
},
"BIBREF54": {
"ref_id": "b54",
"title": "Large-scale induction and evaluation of lexical resources from the Penn-II treebank",
"authors": [
{
"first": "Ruth",
"middle": [],
"last": "O'donovan",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Burke",
"suffix": ""
},
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "368--375",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "O'Donovan, Ruth, Michael Burke, Aoife Cahill, Josef van Genabith, and Andy Way. 2004. Large-scale induction and evaluation of lexical resources from the Penn-II treebank. In Proceedings of the 42nd Annual Meeting of the Association for Computational Linguistics, pages 368-375, Barcelona, Spain.",
"links": null
},
"BIBREF55": {
"ref_id": "b55",
"title": "Head-driven Phrase Structure Grammar",
"authors": [
{
"first": "Carl",
"middle": [],
"last": "Pollard",
"suffix": ""
},
{
"first": "Ivan",
"middle": [],
"last": "Sag",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pollard, Carl and Ivan Sag. 1994. Head-driven Phrase Structure Grammar. CSLI Publications, Stanford, CA.",
"links": null
},
"BIBREF56": {
"ref_id": "b56",
"title": "Using grammatical relations to compare parsers",
"authors": [
{
"first": "Judita",
"middle": [],
"last": "Preiss",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the Tenth Conference of the European Chapter of the Association for Computational Linguistics (EACL'03)",
"volume": "",
"issue": "",
"pages": "291--298",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Preiss, Judita. 2003. Using grammatical relations to compare parsers. In Proceedings of the Tenth Conference of the European Chapter of the Association for Computational Linguistics (EACL'03), pages 291-298, Budapest, Hungary.",
"links": null
},
"BIBREF57": {
"ref_id": "b57",
"title": "A maximum entropy part-of-speech tagger",
"authors": [
{
"first": "Adwait",
"middle": [],
"last": "Ratnaparkhi",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the Empirical Methods in Natural Language Processing Conference",
"volume": "",
"issue": "",
"pages": "133--142",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ratnaparkhi, Adwait. 1996. A maximum entropy part-of-speech tagger. In Proceedings of the Empirical Methods in Natural Language Processing Conference, pages 133-142, Philadelphia, PA.",
"links": null
},
"BIBREF58": {
"ref_id": "b58",
"title": "Parsing the Wall Street Journal using a lexical-functional grammar and discriminative estimation techniques",
"authors": [
{
"first": "Stefan",
"middle": [],
"last": "Riezler",
"suffix": ""
},
{
"first": "Tracy",
"middle": [],
"last": "King",
"suffix": ""
},
{
"first": "Ronald",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Crouch",
"suffix": ""
},
{
"first": "John",
"middle": [
"T"
],
"last": "Maxwell",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Annual Conference of the Association for Computational Linguistics (ACL-02)",
"volume": "",
"issue": "",
"pages": "271--278",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Riezler, Stefan, Tracy King, Ronald Kaplan, Richard Crouch, John T. Maxwell, and Mark Johnson. 2002. Parsing the Wall Street Journal using a lexical-functional grammar and discriminative estimation techniques. In Proceedings of the 40th Annual Conference of the Association for Computational Linguistics (ACL-02), pages 271-278, Philadelphia, PA.",
"links": null
},
"BIBREF59": {
"ref_id": "b59",
"title": "English for the Computer: The SUSANNE Corpus and Analytic Scheme",
"authors": [
{
"first": "Geoffrey",
"middle": [],
"last": "Sampson",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sampson, Geoffrey. 1995. English for the Computer: The SUSANNE Corpus and Analytic Scheme. Clarendon Press, Oxford, England.",
"links": null
},
"BIBREF60": {
"ref_id": "b60",
"title": "Towards efficient probabilistic HPSG parsing: Integrating semantic and syntactic preference to guide the parsing",
"authors": [
{
"first": "Yoshimasa",
"middle": [],
"last": "Tsuruoka",
"suffix": ""
},
{
"first": "Yusuke",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "Jun'ichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of IJCNLP-04 Workshop: Beyond shallow analyses-Formalisms and statistical modeling for deep analyses",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tsuruoka, Yoshimasa, Yusuke Miyao, and Jun'ichi Tsujii. 2004. Towards efficient probabilistic HPSG parsing: Integrating semantic and syntactic preference to guide the parsing. In Proceedings of IJCNLP-04 Workshop: Beyond shallow analyses-Formalisms and statistical modeling for deep analyses, Hainan Island, China. [No page numbers].",
"links": null
},
"BIBREF61": {
"ref_id": "b61",
"title": "Direct and underspecified interpretations of LFG f-structures",
"authors": [
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Crouch",
"suffix": ""
}
],
"year": 1996,
"venue": "16th International Conference on Computational Linguistics (COLING 96)",
"volume": "",
"issue": "",
"pages": "262--267",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "van Genabith, Josef and Richard Crouch. 1996. Direct and underspecified interpretations of LFG f-structures. In 16th International Conference on Computational Linguistics (COLING 96), pages 262-267, Copenhagen, Denmark.",
"links": null
},
"BIBREF62": {
"ref_id": "b62",
"title": "On interpreting f-structures as UDRSs",
"authors": [
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Crouch",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of ACL-EACL-97",
"volume": "",
"issue": "",
"pages": "402--409",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "van Genabith, Josef and Richard Crouch. 1997. On interpreting f-structures as UDRSs. In Proceedings of ACL-EACL-97, pages 402-409, Madrid, Spain.",
"links": null
},
"BIBREF63": {
"ref_id": "b63",
"title": "Extracting tree adjoining grammars from bracketed corpora",
"authors": [
{
"first": "Fei",
"middle": [],
"last": "Xia",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the 5th Natural Language Processing Pacific Rim Symposium (NLPRS-99)",
"volume": "",
"issue": "",
"pages": "398--403",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xia, Fei. 1999. Extracting tree adjoining grammars from bracketed corpora. In Proceedings of the 5th Natural Language Processing Pacific Rim Symposium (NLPRS-99), pages 398-403, Beijing, China.",
"links": null
},
"BIBREF64": {
"ref_id": "b64",
"title": "The Penn Chinese treebank: Phrase structure annotation of a large corpus",
"authors": [
{
"first": "Nianwen",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "Fei",
"middle": [],
"last": "Xia",
"suffix": ""
},
{
"first": "Fu-Dong",
"middle": [],
"last": "Chiou",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2004,
"venue": "Natural Language Engineering",
"volume": "10",
"issue": "4",
"pages": "1--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xue, Nianwen, Fei Xia, Fu-Dong Chiou, and Martha Palmer. 2004. The Penn Chinese treebank: Phrase structure annotation of a large corpus. Natural Language Engineering, 10(4):1-30.",
"links": null
},
"BIBREF65": {
"ref_id": "b65",
"title": "More accurate tests for the statistical significance of result differences",
"authors": [
{
"first": "Alexander",
"middle": [],
"last": "Yeh",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 18th International Conference on Computational Linguistics (COLING, 2000)",
"volume": "",
"issue": "",
"pages": "947--953",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yeh, Alexander. 2000. More accurate tests for the statistical significance of result differences. In Proceedings of the 18th International Conference on Computational Linguistics (COLING, 2000), pages 947-953, Saarbr\u00fccken, Germany.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "-and f-structures for the sentence U.N. signs treaty.",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "-structure annotation algorithm modules.",
"num": null
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"text": "Automatically annotated Penn-II tree (fragment) and f-structure (simplified) for Gerry Purdy, director of marketing.",
"num": null
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"text": "Automatically annotated Penn-II tree (fragment) and resulting f-structure for asked for and received refunds.",
"num": null
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"text": "Treebank-based LFG parsing architecture.",
"num": null
},
"FIGREF5": {
"uris": null,
"type_str": "figure",
"text": "Figure 13 PARC 700 conversion software.",
"num": null
},
"FIGREF6": {
"uris": null,
"type_str": "figure",
"text": "DCU 105 and PARC 700 analyses for the sentence Unlike 1987, interest rates have been falling this year.",
"num": null
},
"FIGREF7": {
"uris": null,
"type_str": "figure",
"text": "Figure 16 CBS 500 conversion software.",
"num": null
},
"FIGREF8": {
"uris": null,
"type_str": "figure",
"text": "Distribution of sentence frequency by sentence length in the PARC 700 test set with Bezier interpolation. Vertical lines mark two standard deviations from the mean.",
"num": null
},
"FIGREF9": {
"uris": null,
"type_str": "figure",
"text": "Figure 20 Average f-score by sentence length for PARC 700 test set with Bezier interpolation.",
"num": null
},
"FIGREF10": {
"uris": null,
"type_str": "figure",
"text": "Average f-score by sentence length for PARC 700 test set with Bezier interpolation.",
"num": null
},
"FIGREF11": {
"uris": null,
"type_str": "figure",
"text": "Figure 21 Average f-score by sentence length for CB 500 test set with Bezier interpolation.",
"num": null
},
"FIGREF12": {
"uris": null,
"type_str": "figure",
"text": "Average f-score by sentence length for CB 500 test set with Bezier interpolation.",
"num": null
},
"FIGREF13": {
"uris": null,
"type_str": "figure",
"text": "30 The dependency relations we include in preds-only evaluation are: ADJUNCT, AQUANT, COMP, CONJ, COORD FORM, DET FORM, FOCUS INT, MOD, NUMBER, OBJ, OBJ THETA, OBL, OBL AG, OBL COMPAR, POSS, PRON INT, PRON REL, PRT FORM, QUANT, SUBJ, SUBORD FORM, TOPIC REL, XCOMP.",
"num": null
},
"TABREF0": {
"html": null,
"type_str": "table",
"num": null,
"text": "A complete list of the Penn-II functional labels.",
"content": "<table><tr><td>Tag</td><td>Description</td></tr><tr><td/><td>Form/function discrepancies</td></tr><tr><td>-ADV</td><td>clausal and NP adverbials</td></tr><tr><td colspan=\"2\">-NOM non NPs that function as NPs</td></tr><tr><td/><td>Grammatical role</td></tr><tr><td>-DTV</td><td>dative</td></tr><tr><td>-LGS</td><td>logical subjects in passives</td></tr><tr><td>-PRD</td><td>non VP predicates</td></tr><tr><td>-PUT</td><td>locative complement of put</td></tr><tr><td>-SBJ</td><td>surface subject</td></tr><tr><td>-TPC</td><td>topicalized and fronted constituents</td></tr><tr><td>-VOC</td><td>vocatives</td></tr><tr><td/><td>Adverbials</td></tr><tr><td>-BNF</td><td>benefactive</td></tr><tr><td>-DIR</td><td>direction and trajectory</td></tr><tr><td>-EXT</td><td>extent</td></tr><tr><td>-LOC</td><td>location</td></tr><tr><td colspan=\"2\">-MNR manner</td></tr><tr><td>-PRP</td><td>purpose and reason</td></tr><tr><td>-TMP</td><td>temporal phrases</td></tr><tr><td/><td>Miscellaneous</td></tr><tr><td>-CLR</td><td>closely related to verb</td></tr><tr><td>-CLF</td><td>true clefts</td></tr><tr><td>-HLN</td><td>headlines and datelines</td></tr><tr><td>-TTL</td><td>titles</td></tr></table>"
},
"TABREF1": {
"html": null,
"type_str": "table",
"num": null,
"text": "Sample from an NP Annotation matrix.",
"content": "<table><tr><td>Left context</td><td>Head</td><td>Right context</td></tr><tr><td>DT: (\u2191SPEC DET)=\u2193</td><td colspan=\"2\">NN, NNS, NNP, NNPS, NP: RRC, SBAR: (\u2191RELMOD)=\u2193</td></tr><tr><td>CD: (\u2191SPEC QUANT)=\u2193</td><td>\u2191 =\u2193</td><td>PP: \u2193\u2208(\u2191ADJUNCT)</td></tr><tr><td>ADJP, JJ, NN, NNP: \u2193\u2208(\u2191ADJUNCT)</td><td/><td>N P : \u2193\u2208(\u2191APP)</td></tr><tr><td colspan=\"3\">functional tag labels (Table 1) are used by the f-structure annotation algorithm. For each</td></tr><tr><td colspan=\"3\">Penn-II mother (i.e., phrasal) category an Annotation matrix expresses generalizations</td></tr><tr><td colspan=\"3\">about how to annotate immediate daughters dominated by the mother category relative</td></tr><tr><td colspan=\"3\">to their location in relation to the local head. To give a (much simplified) example,</td></tr><tr><td colspan=\"3\">the head finding rules for NPs state that the rightmost nominal (NN, NNS, NNP, . . . )</td></tr></table>"
},
"TABREF2": {
"html": null,
"type_str": "table",
"num": null,
"text": "Most frequent wh-TOPICREL paths. Most frequent semantic forms for active and passive (p) occurrences of the verb want and reward.",
"content": "<table><tr><td>wh-TOPICREL</td><td colspan=\"3\">Probability wh-TOPICREL Probability</td></tr><tr><td>subj</td><td>.7583</td><td>xcomp</td><td>.0830</td></tr><tr><td>obj</td><td>.0458</td><td>xcomp:obj</td><td>.0338</td></tr><tr><td>xcomp:xcomp</td><td>.0168</td><td>xcomp:subj</td><td>.0109</td></tr><tr><td>comp</td><td>.0097</td><td>comp:subj</td><td>.0073</td></tr><tr><td>Semantic form</td><td/><td>Probability</td><td/></tr><tr><td colspan=\"2\">want([subj,xcomp])</td><td>.6208</td><td/></tr><tr><td colspan=\"2\">want([subj,obj])</td><td/><td/></tr></table>"
},
"TABREF3": {
"html": null,
"type_str": "table",
"num": null,
"text": "Collins's 1999 Models 3 11 r Charniak's 2000 maximum-entropy inspired parser 12 r Bikel's 2002 emulation of Collins Model 2 13 r a retrained version of",
"content": "<table/>"
},
"TABREF4": {
"html": null,
"type_str": "table",
"num": null,
"text": "Results of tree-based evaluation on all sentences WSJ section 23, Penn-II.",
"content": "<table><tr><td>Parser</td><td>Labeled</td></tr><tr><td/><td>f-score (%)</td></tr><tr><td>PCFG</td><td>73.03</td></tr><tr><td>Parent-PCFG</td><td>78.05</td></tr><tr><td>Collins M3</td><td>88.33</td></tr><tr><td>Charniak</td><td>89.73</td></tr><tr><td>Bikel</td><td>88.32</td></tr><tr><td>Bikel+Tags</td><td>87.53</td></tr></table>"
},
"TABREF5": {
"html": null,
"type_str": "table",
"num": null,
"text": "Treebank-induced parsers: results of dependency-based evaluation against DCU 105.",
"content": "<table><tr><td>Parser</td><td/><td>Preds only</td><td>All GFs</td><td/><td/><td/></tr><tr><td/><td/><td colspan=\"2\">f-score (%) f-score (%)</td><td/><td/><td/></tr><tr><td>PCFG</td><td/><td>70.24</td><td>79.90</td><td/><td/><td/></tr><tr><td colspan=\"2\">Parent-PCFG</td><td>75.84</td><td>83.58</td><td/><td/><td/></tr><tr><td>Collins M3</td><td/><td>77.84</td><td>85.08</td><td/><td/><td/></tr><tr><td>Charniak</td><td/><td>79.61</td><td>85.66</td><td/><td/><td/></tr><tr><td>Bikel</td><td/><td>79.39</td><td>86.56</td><td/><td/><td/></tr><tr><td>Bikel+Tags</td><td/><td>82.92</td><td>88.30</td><td/><td/><td/></tr><tr><td>Table 7</td><td/><td/><td/><td/><td/><td/></tr><tr><td colspan=\"8\">Treebank induced parsers: breakdown by dependency relation of preds-only evaluation against</td></tr><tr><td>DCU 105.</td><td/><td/><td/><td/><td/><td/></tr><tr><td>Dep.</td><td colspan=\"2\">Percent of total</td><td/><td>F-score (%)</td><td/><td/></tr><tr><td/><td/><td/><td colspan=\"5\">Parent-PCFG Collins M3 Charniak Bikel Bikel+Tags</td></tr><tr><td>ADJUNCT</td><td/><td>33.73</td><td>71</td><td>72</td><td>76</td><td/><td>79</td></tr><tr><td>APP</td><td/><td>0.68</td><td>61</td><td>0</td><td>55</td><td/><td>65</td></tr><tr><td>COMP</td><td/><td>2.31</td><td>60</td><td>61</td><td>66</td><td/><td>73</td></tr><tr><td>COORD</td><td/><td>5.73</td><td>64</td><td>73</td><td>77</td><td/><td>76</td></tr><tr><td>DET</td><td/><td>9.58</td><td>91</td><td>93</td><td>96</td><td/><td>96</td></tr><tr><td>FOCUS</td><td/><td>0.04</td><td>100</td><td>100</td><td>0</td><td/><td>100</td></tr><tr><td>OBJ</td><td/><td>16.42</td><td>82</td><td>84</td><td>86</td><td/><td>90</td></tr><tr><td>OBJ2</td><td/><td>0 . 0 7</td><td>8 0</td><td>5 7</td><td>5 0</td><td>5</td><td>5 0</td></tr><tr><td>OBL</td><td/><td>2.17</td><td>58</td><td>24</td><td>27</td><td/><td>63</td></tr><tr><td>OBL2</td><td/><td>0 . 0 7</td><td>5 0</td><td>0</td><td>0</td><td/><td>6 7</td></tr><tr><td>OBL AG</td><td/><td>0.43</td><td>40</td><td>96</td><td>96</td><td/><td>92</td></tr><tr><td>POSS</td><td/><td>2.88</td><td>80</td><td>83</td><td>82</td><td/><td>79</td></tr><tr><td>QUANT</td><td/><td>1.85</td><td>70</td><td>67</td><td>69</td><td/><td>70</td></tr><tr><td>RELMOD</td><td/><td>1.78</td><td>50</td><td>78</td><td>67</td><td/><td>73</td></tr><tr><td>SUBJ</td><td/><td>14.74</td><td>80</td><td>81</td><td>83</td><td/><td>85</td></tr><tr><td>TOPIC</td><td/><td>0.46</td><td>85</td><td>87</td><td>96</td><td/><td>89</td></tr><tr><td>TOPICREL</td><td/><td>1.85</td><td>61</td><td>80</td><td>80</td><td/><td>74</td></tr><tr><td>XCOMP</td><td/><td>5.20</td><td>90</td><td>92</td><td>79</td><td/><td>93</td></tr></table>"
},
"TABREF8": {
"html": null,
"type_str": "table",
"num": null,
"text": "Comparing parsers evaluated against Section 22 dependencies (preds-only): p-values for approximate randomization test for 10,000,000 randomizations.",
"content": "<table><tr><td/><td>PCFG</td><td colspan=\"3\">Parent-PCFG Collins M3 Charniak</td><td>Bikel</td><td>Bikel+Tags</td></tr><tr><td>PCFG</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td colspan=\"2\">Parent-PCFG &lt;.0001</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Collins M3</td><td>&lt;.0001</td><td>&lt;.0001</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Charniak</td><td>&lt;.0001</td><td>&lt;.0001</td><td>&lt;.0001</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Bikel</td><td>&lt;.0001</td><td>&lt;.0001</td><td>&lt;.0001</td><td>.0003</td><td>-</td><td>-</td></tr><tr><td>Bikel+Tags</td><td>&lt;.0001</td><td>&lt;.0001</td><td>&lt;.0001</td><td>&lt;.0001</td><td>&lt;.0001</td><td>-</td></tr></table>"
},
"TABREF10": {
"html": null,
"type_str": "table",
"num": null,
"text": "Breakdown by dependency relation of results of evaluation against PARC 700.",
"content": "<table><tr><td>Dep.</td><td>Percent of deps.</td><td>F-score (%)</td><td/></tr><tr><td/><td/><td colspan=\"2\">Bikel+Tags XLE</td></tr><tr><td>ADEGREE</td><td>6.17</td><td>80</td><td>82</td></tr><tr><td>ADJUNCT</td><td>14.32</td><td>68</td><td>66</td></tr><tr><td>AQUANT</td><td>0.06</td><td>78</td><td>61</td></tr><tr><td>COMP</td><td>1.23</td><td>80</td><td>74</td></tr><tr><td>CONJ</td><td>2.64</td><td>73</td><td>69</td></tr><tr><td>COORD FORM</td><td>1.20</td><td>83</td><td>90</td></tr><tr><td>DET FORM</td><td>4.61</td><td>97</td><td>91</td></tr><tr><td>FOCUS</td><td>0.02</td><td>0</td><td>36</td></tr><tr><td>MOD</td><td>2.74</td><td>74</td><td>67</td></tr><tr><td>NUM</td><td>19.82</td><td>91</td><td>89</td></tr><tr><td>NUMBER</td><td>1.42</td><td>89</td><td>83</td></tr><tr><td>NUMBER TYPE</td><td>2.10</td><td>94</td><td>86</td></tr><tr><td>OBJ</td><td>8.92</td><td>87</td><td>78</td></tr><tr><td>OBJ THETA</td><td>0.05</td><td>43</td><td>31</td></tr><tr><td>OBL</td><td>0.83</td><td>55</td><td>69</td></tr><tr><td>OBL AG</td><td>0.22</td><td>82</td><td>76</td></tr><tr><td>OBL COMPAR</td><td>0.07</td><td>38</td><td>56</td></tr><tr><td>PASSIVE</td><td>1.14</td><td>80</td><td>88</td></tr><tr><td>PCASE</td><td>0.25</td><td>79</td><td>68</td></tr><tr><td>PERF</td><td>0.41</td><td>89</td><td>90</td></tr><tr><td>POSS</td><td>0.98</td><td>88</td><td>80</td></tr><tr><td>PRECOORD FORM</td><td>0.03</td><td>0</td><td>91</td></tr><tr><td>PROG</td><td>0.97</td><td>89</td><td>81</td></tr><tr><td>PRON FORM</td><td>2.54</td><td>92</td><td>94</td></tr><tr><td>PRON INT</td><td>0.03</td><td>0</td><td>33</td></tr><tr><td>PRON REL</td><td>0.57</td><td>74</td><td>72</td></tr><tr><td>PROPER</td><td>3.56</td><td>83</td><td>93</td></tr><tr><td>PRT FORM</td><td>0.22</td><td>80</td><td>41</td></tr><tr><td>QUANT</td><td>0.34</td><td>77</td><td>80</td></tr><tr><td>STMT TYPE</td><td>5.23</td><td>87</td><td>80</td></tr><tr><td>SUBJ</td><td>8.51</td><td>78</td><td>78</td></tr><tr><td>SUBORD FORM</td><td>0.93</td><td>47</td><td>42</td></tr><tr><td>TENSE</td><td>5.02</td><td>95</td><td>90</td></tr><tr><td>TOPIC REL</td><td>0.57</td><td>56</td><td>73</td></tr><tr><td>XCOMP</td><td>2.29</td><td>80</td><td>78</td></tr></table>"
},
"TABREF11": {
"html": null,
"type_str": "table",
"num": null,
"text": "Breakdown by grammatical relation for results of evaluation against CBS 500.",
"content": "<table><tr><td>Dep.</td><td>Percent of deps.</td><td colspan=\"2\">F-score (%)</td></tr><tr><td/><td/><td colspan=\"2\">Bikel+Tags RASP</td></tr><tr><td>DEPENDANT</td><td>100.00</td><td>80.23</td><td>76.57</td></tr><tr><td>MOD</td><td>48.96</td><td>80.30</td><td>75.29</td></tr><tr><td>NCMOD</td><td>30.42</td><td>85.37</td><td>72.98</td></tr><tr><td>XMOD</td><td>1.60</td><td>70.05</td><td>55.88</td></tr><tr><td>CMOD</td><td>2.61</td><td>75.60</td><td>53.08</td></tr><tr><td>DETMOD</td><td>14.06</td><td>95.85</td><td>91.97</td></tr><tr><td>ARG MOD</td><td>0.51</td><td>80.00</td><td>64.52</td></tr><tr><td>ARG</td><td>43.70</td><td>78.28</td><td>77.57</td></tr><tr><td>SUBJ</td><td>13.10</td><td>79.84</td><td>83.57</td></tr><tr><td>NCSUBJ</td><td>12.99</td><td>87.84</td><td>84.32</td></tr><tr><td>XSUBJ</td><td>0.06</td><td>0.00</td><td>88.89</td></tr><tr><td>CSUBJ</td><td>0.04</td><td>0.00</td><td>22.22</td></tr><tr><td>SUBJ OR DOBJ</td><td>18.22</td><td>81.21</td><td>83.84</td></tr><tr><td>COMP</td><td>12.38</td><td>76.73</td><td>71.87</td></tr><tr><td>OBJ</td><td>7.34</td><td>76.05</td><td>69.53</td></tr><tr><td>DOBJ</td><td>5.11</td><td>84.55</td><td>84.57</td></tr><tr><td>OBJ2</td><td>0.25</td><td>48.00</td><td>43.84</td></tr><tr><td>IOBJ</td><td>1.98</td><td>59.04</td><td>47.60</td></tr><tr><td>CLAUSAL</td><td>5.04</td><td>77.74</td><td>75.37</td></tr><tr><td>XCOMP</td><td>4.03</td><td>80.00</td><td>84.11</td></tr><tr><td>CCOMP</td><td>1.01</td><td>69.61</td><td>75.14</td></tr><tr><td>AUX</td><td>4.76</td><td>94.94</td><td>88.27</td></tr><tr><td>CONJ</td><td>2.06</td><td>68.84</td><td>69.09</td></tr></table>"
},
"TABREF12": {
"html": null,
"type_str": "table",
"num": null,
"text": "Evaluation and significance testing of sentences length \u226440 against the PARC 700.",
"content": "<table><tr><td/><td colspan=\"2\">All sentence lengths Length \u226440</td></tr><tr><td/><td>f-score</td><td>f-score</td></tr><tr><td>Bikel + Tags</td><td>82.73</td><td>83.18</td></tr><tr><td>XLE</td><td>80.55</td><td>80.51</td></tr><tr><td>p-value</td><td>.0054</td><td>.0010</td></tr><tr><td>Table 16</td><td/><td/></tr><tr><td colspan=\"3\">Evaluation and significance testing of sentences length \u226440 against the CBS 500.</td></tr><tr><td/><td colspan=\"2\">All sentence lengths Length \u226440</td></tr><tr><td/><td>f-score</td><td>f-score</td></tr><tr><td>Bikel + Tags</td><td>80.23</td><td>82.58</td></tr><tr><td>RASP</td><td>76.57</td><td>78.81</td></tr><tr><td>p-value</td><td>&lt;.0001</td><td>&lt;.0001</td></tr></table>"
},
"TABREF13": {
"html": null,
"type_str": "table",
"num": null,
"text": "Preds-only evaluation against the PARC 700 Dependency Bank.",
"content": "<table><tr><td/><td colspan=\"2\">All GFs Preds only</td></tr><tr><td/><td>f-score</td><td>f-score</td></tr><tr><td>Bikel + Tags</td><td>82.73</td><td>77.40</td></tr><tr><td>XLE</td><td>80.55</td><td>74.31</td></tr></table>"
}
}
}
}