ACL-OCL / Base_JSON /prefixP /json /P04 /P04-1041.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P04-1041",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:43:32.316368Z"
},
"title": "Long-Distance Dependency Resolution in Automatically Acquired Wide-Coverage PCFG-Based LFG Approximations",
"authors": [
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Dublin City University",
"location": {
"settlement": "Dublin",
"country": "Ireland"
}
},
"email": "acahill@computing.dcu.ie"
},
{
"first": "Michael",
"middle": [],
"last": "Burke",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Dublin City University",
"location": {
"settlement": "Dublin",
"country": "Ireland"
}
},
"email": "mburke@computing.dcu.ie"
},
{
"first": "Ruth",
"middle": [],
"last": "O'donovan",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Dublin City University",
"location": {
"settlement": "Dublin",
"country": "Ireland"
}
},
"email": "rodonovan@computing.dcu.ie"
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Dublin City University",
"location": {
"settlement": "Dublin",
"country": "Ireland"
}
},
"email": ""
},
{
"first": "Andy",
"middle": [],
"last": "Way",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Dublin City University",
"location": {
"settlement": "Dublin",
"country": "Ireland"
}
},
"email": "away@computing.dcu.ie"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper shows how finite approximations of long distance dependency (LDD) resolution can be obtained automatically for wide-coverage, robust, probabilistic Lexical-Functional Grammar (LFG) resources acquired from treebanks. We extract LFG subcategorisation frames and paths linking LDD reentrancies from f-structures generated automatically for the Penn-II treebank trees and use them in an LDD resolution algorithm to parse new text. Unlike (Collins, 1999; Johnson, 2002), in our approach resolution of LDDs is done at f-structure (attribute-value structure representations of basic predicate-argument or dependency structure) without empty productions, traces and coindexation in CFG parse trees. Currently our best automatically induced grammars achieve 80.97% f-score for fstructures parsing section 23 of the WSJ part of the Penn-II treebank and evaluating against the DCU 105 1 and 80.24% against the PARC 700 Dependency Bank (King et al., 2003), performing at the same or a slightly better level than state-of-the-art hand-crafted grammars (Kaplan et al., 2004).",
"pdf_parse": {
"paper_id": "P04-1041",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper shows how finite approximations of long distance dependency (LDD) resolution can be obtained automatically for wide-coverage, robust, probabilistic Lexical-Functional Grammar (LFG) resources acquired from treebanks. We extract LFG subcategorisation frames and paths linking LDD reentrancies from f-structures generated automatically for the Penn-II treebank trees and use them in an LDD resolution algorithm to parse new text. Unlike (Collins, 1999; Johnson, 2002), in our approach resolution of LDDs is done at f-structure (attribute-value structure representations of basic predicate-argument or dependency structure) without empty productions, traces and coindexation in CFG parse trees. Currently our best automatically induced grammars achieve 80.97% f-score for fstructures parsing section 23 of the WSJ part of the Penn-II treebank and evaluating against the DCU 105 1 and 80.24% against the PARC 700 Dependency Bank (King et al., 2003), performing at the same or a slightly better level than state-of-the-art hand-crafted grammars (Kaplan et al., 2004).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The determination of syntactic structure is an important step in natural language processing as syntactic structure strongly determines semantic interpretation in the form of predicate-argument structure, dependency relations or logical form. For a substantial number of linguistic phenomena such as topicalisation, wh-movement in relative clauses and interrogative sentences, however, there is an important difference between the location of the (surface) realisation of linguistic material and the location where this material should be interpreted semantically. Resolution of such long-distance dependencies (LDDs) is therefore crucial in the determination of accurate predicate-argument struc-ture, deep dependency relations and the construction of proper meaning representations such as logical forms (Johnson, 2002) .",
"cite_spans": [
{
"start": 806,
"end": 821,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Modern unification/constraint-based grammars such as LFG or HPSG capture deep linguistic information including LDDs, predicate-argument structure, or logical form. Manually scaling rich unification grammars to naturally occurring free text, however, is extremely time-consuming, expensive and requires considerable linguistic and computational expertise. Few hand-crafted, deep unification grammars have in fact achieved the coverage and robustness required to parse a corpus of say the size and complexity of the Penn treebank: (Riezler et al., 2002) show how a deep, carefully hand-crafted LFG is successfully scaled to parse the Penn-II treebank (Marcus et al., 1994) with discriminative (loglinear) parameter estimation techniques.",
"cite_spans": [
{
"start": 529,
"end": 551,
"text": "(Riezler et al., 2002)",
"ref_id": "BIBREF18"
},
{
"start": 649,
"end": 670,
"text": "(Marcus et al., 1994)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The last 20 years have seen continuously increasing efforts in the construction of parse-annotated corpora. Substantial treebanks 2 are now available for many languages (including English, Japanese, Chinese, German, French, Czech, Turkish), others are currently under construction (Arabic, Bulgarian) or near completion (Spanish, Catalan). Treebanks have been enormously influential in the development of robust, state-of-the-art parsing technology: grammars (or grammatical information) automatically extracted from treebank resources provide the backbone of many state-of-the-art probabilistic parsing approaches (Charniak, 1996; Collins, 1999; Charniak, 1999; Hockenmaier, 2003; Klein and Manning, 2003) . Such approaches are attractive as they achieve robustness, coverage and performance while incurring very low grammar development cost. However, with few notable exceptions (e.g. Collins' Model 3, (Johnson, 2002) , (Hockenmaier, 2003) ), treebank-based probabilistic parsers return fairly simple \"surfacey\" CFG trees, without deep syntactic or semantic information. The grammars used by such systems are sometimes re-ferred to as \"half\" (or \"shallow\") grammars (Johnson, 2002) , i.e. they do not resolve LDDs but interpret linguistic material purely locally where it occurs in the tree.",
"cite_spans": [
{
"start": 615,
"end": 631,
"text": "(Charniak, 1996;",
"ref_id": null
},
{
"start": 632,
"end": 646,
"text": "Collins, 1999;",
"ref_id": "BIBREF4"
},
{
"start": 647,
"end": 662,
"text": "Charniak, 1999;",
"ref_id": "BIBREF3"
},
{
"start": 663,
"end": 681,
"text": "Hockenmaier, 2003;",
"ref_id": "BIBREF6"
},
{
"start": 682,
"end": 706,
"text": "Klein and Manning, 2003)",
"ref_id": "BIBREF12"
},
{
"start": 905,
"end": 920,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF8"
},
{
"start": 923,
"end": 942,
"text": "(Hockenmaier, 2003)",
"ref_id": "BIBREF6"
},
{
"start": 1169,
"end": 1184,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Recently (Cahill et al., 2002) showed how wide-coverage, probabilistic unification grammar resources can be acquired automatically from fstructure-annotated treebanks. Many second generation treebanks provide a certain amount of deep syntactic or dependency information (e.g. in the form of Penn-II functional tags and traces) supporting the computation of representations of deep linguistic information. Exploiting this information (Cahill et al., 2002) implement an automatic LFG f-structure annotation algorithm that associates nodes in treebank trees with fstructure annotations in the form of attribute-value structure equations representing abstract predicateargument structure/dependency relations. From the f-structure annotated treebank they automatically extract wide-coverage, robust, PCFG-based LFG approximations that parse new text into trees and f-structure representations.",
"cite_spans": [
{
"start": 9,
"end": 30,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
},
{
"start": 433,
"end": 454,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The LFG approximations of (Cahill et al., 2002) , however, are only \"half\" grammars, i.e. like most of their probabilistic CFG cousins (Charniak, 1996; Johnson, 1999; Klein and Manning, 2003) they do not resolve LDDs but interpret linguistic material purely locally where it occurs in the tree.",
"cite_spans": [
{
"start": 26,
"end": 47,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
},
{
"start": 135,
"end": 151,
"text": "(Charniak, 1996;",
"ref_id": null
},
{
"start": 152,
"end": 166,
"text": "Johnson, 1999;",
"ref_id": "BIBREF7"
},
{
"start": 167,
"end": 191,
"text": "Klein and Manning, 2003)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper we show how finite approximations of long distance dependency resolution can be obtained automatically for wide-coverage, robust, probabilistic LFG resources automatically acquired from treebanks. We extract LFG subcategorisation frames and paths linking LDD reentrancies from f-structures generated automatically for the Penn-II treebank trees and use them in an LDD resolution algorithm to parse new text. Unlike (Collins, 1999; Johnson, 2002) , in our approach LDDs are resolved on the level of f-structure representation, rather than in terms of empty productions and coindexation on parse trees. Currently we achieve fstructure/dependency f-scores of 80.24 and 80.97 for parsing section 23 of the WSJ part of the Penn-II treebank, evaluating against the PARC 700 and DCU 105 respectively.",
"cite_spans": [
{
"start": 429,
"end": 444,
"text": "(Collins, 1999;",
"ref_id": "BIBREF4"
},
{
"start": 445,
"end": 459,
"text": "Johnson, 2002)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The paper is structured as follows: we give a brief introduction to LFG. We outline the automatic f-structure annotation algorithm, PCFG-based LFG grammar approximations and parsing architectures of (Cahill et al., 2002) . We present our subcategorisation frame extraction and introduce the treebankbased acquisition of finite approximations of LFG functional uncertainty equations in terms of LDD paths. We present the f-structure LDD resolution algorithm, provide results and extensive evaluation. We compare our method with previous work. Finally, we conclude.",
"cite_spans": [
{
"start": 199,
"end": 220,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Lexical-Functional Grammar (Kaplan and Bresnan, 1982; Dalrymple, 2001 ) minimally involves two levels of syntactic representation: 3 c-structure and f-structure. C(onstituent)-structure represents the grouping of words and phrases into larger constituents and is realised in terms of a CF-PSG grammar. F(unctional)-structure represents abstract syntactic functions such as SUBJ(ect), OBJ(ect), OBL(ique), closed and open clausal COMP/XCOMP(lement), ADJ(unct), APP(osition) etc. and is implemented in terms of recursive feature structures (attribute-value matrices). C-structure captures surface grammatical configurations, fstructure encodes abstract syntactic information approximating to predicate-argument/dependency structure or simple logical form (van Genabith and Crouch, 1996) . C-and f-structures are related in terms of functional annotations (constraints, attribute-value equations) on c-structure rules (cf. Figure 1 ). ",
"cite_spans": [
{
"start": 27,
"end": 53,
"text": "(Kaplan and Bresnan, 1982;",
"ref_id": "BIBREF9"
},
{
"start": 54,
"end": 69,
"text": "Dalrymple, 2001",
"ref_id": "BIBREF5"
},
{
"start": 753,
"end": 784,
"text": "(van Genabith and Crouch, 1996)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [
{
"start": 920,
"end": 928,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Lexical Functional Grammar (LFG)",
"sec_num": "2"
},
{
"text": "VP \u2192 V NP \u2191=\u2193 \u2191OBJ=\u2193 NP \u2192 U.N V \u2192 signs \u2191PRED=U.N. \u2191PRED=sign",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Functional Grammar (LFG)",
"sec_num": "2"
},
{
"text": "The Penn-II treebank employs CFG trees with additional \"functional\" node annotations (such as -LOC, -TMP, -SBJ, -LGS, . . . ) as well as traces and coindexation (to indicate LDDs) as basic data structures. The f-structure annotation algorithm of (Cahill et al., 2002) exploits configurational, categorial, Penn-II \"functional\", local head and trace information to annotate nodes with LFG feature-structure equations. A slightly adapted version of (Magerman, 1994) 's scheme automatically head-lexicalises the Penn-II trees. This partitions local subtrees of depth one (corresponding to CFG rules) into left and right contexts (relative to head). The annotation algorithm is modular with four components ( Figure 2 ): left-right (L-R) annotation principles (e.g. leftmost NP to right of V head of VP type rule is likely to be an object etc.); coordination annotation principles (separating these out simplifies other components of the algorithm); traces (translates traces and coindexation in trees into corresponding reentrancies in f-structure ( 1 in Figure 3) ); catch all and clean-up. Lexical information is provided via macros for POS tag classes.",
"cite_spans": [
{
"start": 246,
"end": 267,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
},
{
"start": 447,
"end": 463,
"text": "(Magerman, 1994)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [
{
"start": 705,
"end": 713,
"text": "Figure 2",
"ref_id": null
},
{
"start": 1052,
"end": 1061,
"text": "Figure 3)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Automatic F-Structure Annotation",
"sec_num": "3"
},
{
"text": "L/R Context \u21d2 Coordination \u21d2 Traces \u21d2 Catch-All Figure 2: Annotation Algorithm",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Automatic F-Structure Annotation",
"sec_num": "3"
},
{
"text": "The f-structure annotations are passed to a constraint solver to produce f-structures. Annotation is evaluated in terms of coverage and quality, summarised in Table 1 . Coverage is near complete with 99.82% of the 48K Penn-II sentences receiving a single, connected f-structure. Annotation quality is measured in terms of precision and recall (P&R) against the DCU 105. The algorithm achieves an F-score of 96.57% for full f-structures and 94.3% for preds-only f-structures. 4 ",
"cite_spans": [],
"ref_spans": [
{
"start": 159,
"end": 166,
"text": "Table 1",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Automatic F-Structure Annotation",
"sec_num": "3"
},
{
"text": "V said S T-1 \uf8ee \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8f0 TOPIC SUBJ PRED U.N. PRED sign OBJ PRED treaty 1 SUBJ SPEC the PRED headline PRED say COMP 1 \uf8f9 \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fb",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Automatic F-Structure Annotation",
"sec_num": "3"
},
{
"text": "Based on these resources (Cahill et al., 2002) developed two parsing architectures. Both generate PCFG-based approximations of LFG grammars.",
"cite_spans": [
{
"start": 25,
"end": 46,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "In the pipeline architecture a standard PCFG is extracted from the \"raw\" treebank to parse unseen text. The resulting parse-trees are then annotated by the automatic f-structure annotation algorithm and resolved into f-structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "In the integrated architecture the treebank is first annotated with f-structure equations. An annotated PCFG is then extracted where each non-terminal symbol in the grammar has been augmented with LFG f-equations:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "NP[\u2191OBJ=\u2193] \u2192 DT[\u2191SPEC=\u2193] NN[\u2191=\u2193]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": ". Nodes followed by annotations are treated as a monadic category for grammar extraction and parsing. Post-parsing, equations are collected from parse trees and resolved into f-structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "Both architectures parse raw text into \"proto\" fstructures with LDDs unresolved resulting in incomplete argument structures as in In LFG, LDDs are resolved at the f-structure level, obviating the need for empty productions and traces in trees (Dalrymple, 2001 ), using functional uncertainty (FU) equations. FUs are regular expressions specifying paths in f-structure between a source (where linguistic material is encountered) and a target (where linguistic material is interpreted semantically). To account for the fronted sentential constituents in Figures 3 and 4 , an FU equation of the form \u2191 TOPIC = \u2191 COMP* COMP would be required. The equation states that the value of the TOPIC attribute is token identical with the value of the final COMP argument along a path through the immediately enclosing f-structure along zero or more COMP attributes. This FU equation is annotated to the topicalised sentential constituent in the relevant CFG rules as follows S \u2192 S NP VP \u2191TOPIC=\u2193 \u2191SUBJ=\u2193 \u2191=\u2193 \u2191TOPIC=\u2191COMP*COMP and generates the LDD-resolved proper f-structure in Figure 3 for the traceless tree in Figure 4 , as required.",
"cite_spans": [
{
"start": 243,
"end": 259,
"text": "(Dalrymple, 2001",
"ref_id": "BIBREF5"
}
],
"ref_spans": [
{
"start": 552,
"end": 567,
"text": "Figures 3 and 4",
"ref_id": "FIGREF2"
},
{
"start": 1066,
"end": 1074,
"text": "Figure 3",
"ref_id": null
},
{
"start": 1101,
"end": 1109,
"text": "Figure 4",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "In addition to FU equations, subcategorisation information is a crucial ingredient in LFG's account of LDDs. As an example, for a topicalised constituent to be resolved as the argument of a local predicate as specified by the FU equation, the local predicate must (i) subcategorise for the argument in question and (ii) the argument in question must not be already filled. Subcategorisation requirements are provided lexically in terms of semantic forms (subcat lists) and coherence and completeness conditions (all GFs specified must be present, and no others may be present) on f-structure representations. Semantic forms specify which grammatical functions (GFs) a predicate requires locally. For our example in Figures 3 and 4 , the relevant lexical entries are:",
"cite_spans": [],
"ref_spans": [
{
"start": 715,
"end": 730,
"text": "Figures 3 and 4",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "V \u2192 said \u2191PRED=say \u2191 SUBJ, \u2191 COMP V \u2192 signs \u2191PRED=sign \u2191 SUBJ, \u2191 OBJ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "FU equations and subcategorisation requirements together ensure that LDDs can only be resolved at suitable f-structure locations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PCFG-Based LFG Approximations",
"sec_num": "4"
},
{
"text": "In order to model the LFG account of LDD resolution we require subcat frames (i.e. semantic forms) and LDD resolution paths through f-structure. Traditionally, such resources were handcoded. Here we show how they can be acquired from f-structure annotated treebank resources.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acquiring Lexical and LDD Resources",
"sec_num": "6"
},
{
"text": "LFG distinguishes between governable (arguments) and nongovernable (adjuncts) grammatical functions (GFs). If the automatic f-structure annotation algorithm outlined in Section 3 generates high quality f-structures, reliable semantic forms can be extracted (reverse-engineered): for each f-structure generated, for each level of embedding we determine the local PRED value and collect the governable, i.e. subcategorisable grammatical functions present at that level of embedding.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acquiring Lexical and LDD Resources",
"sec_num": "6"
},
{
"text": "For the proper f-structure in Figure 3 we obtain sign ([subj,obj] ) and say ([subj,comp] ). We extract frames from the full WSJ section of the Penn-II Treebank with 48K trees. Unlike many other approaches, our extraction process does not predefine frames, fully reflects LDDs in the source data-structures (cf. Figure 3 ), discriminates between active and passive frames, computes GF, GF:CFG category pairas well as CFG category-based subcategorisation frames and associates conditional probabilities with frames. Given a lemma l and an argument list s, the probability of s given l is estimated as:",
"cite_spans": [
{
"start": 54,
"end": 65,
"text": "([subj,obj]",
"ref_id": null
},
{
"start": 76,
"end": 88,
"text": "([subj,comp]",
"ref_id": null
}
],
"ref_spans": [
{
"start": 30,
"end": 38,
"text": "Figure 3",
"ref_id": null
},
{
"start": 311,
"end": 319,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Acquiring Lexical and LDD Resources",
"sec_num": "6"
},
{
"text": "P(s|l) := count(l, s) n i=1 count(l, si)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acquiring Lexical and LDD Resources",
"sec_num": "6"
},
{
"text": "Table 2 summarises the results. We extract 3586 verb lemmas and 10969 unique verbal semantic form types (lemma followed by non-empty argument list). Including prepositions associated with the subcategorised OBLs and particles, this number goes up to 14348. The number of unique frame types (without lemma) is 38 without specific prepositions and particles, 577 with. F-structure annotations allow us to distinguish passive and active frames. Table 3 shows the most frequent semantic forms for accept. Passive frames are marked p. We carried out a comprehensive evaluation of the automatically acquired verbal semantic forms against the COMLEX Resource (Macleod et al., 1994) for the 2992 active verb lemmas that both resources have in common. We report on the evaluation of GF-based frames for the full frames with complete prepositional and particle infomation. We use relative conditional probability thresholds (1% and 5%) to filter the selection of semantic forms (Table 4 ). (O'Donovan et al., 2004) provide a more detailed description of the extraction and evaluation of semantic forms. We further acquire finite approximations of FUequations. by extracting paths between co-indexed material occurring in the automatically generated fstructures from sections 02-21 of the Penn-II treebank. We extract 26 unique TOPIC, 60 TOPIC-REL and 13 FOCUS path types (with a total of 14,911 token occurrences), each with an associated probability. We distinguish between two types of TOPIC-REL paths, those that occur in wh-less constructions, and all other types (c.f Table 5 ). Given a path p and an LDD type t (either TOPIC, TOPIC-REL or FO-CUS), the probability of p given t is estimated as:",
"cite_spans": [
{
"start": 652,
"end": 674,
"text": "(Macleod et al., 1994)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 442,
"end": 449,
"text": "Table 3",
"ref_id": "TABREF5"
},
{
"start": 968,
"end": 976,
"text": "(Table 4",
"ref_id": "TABREF6"
},
{
"start": 1563,
"end": 1570,
"text": "Table 5",
"ref_id": "TABREF8"
}
],
"eq_spans": [],
"section": "Acquiring Lexical and LDD Resources",
"sec_num": "6"
},
{
"text": "P(p|t) := count(t, p) n i=1 count(t, pi)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acquiring Lexical and LDD Resources",
"sec_num": "6"
},
{
"text": "In order to get a first measure of how well the approximation models the data, we compute the path types in section 23 not covered by those extracted from 02-21: 23/(02-21). There are 3 such path types (Table 6) , each occuring exactly once. Given that the total number of path tokens in section 23 is 949, the finite approximation extracted from 02-23 covers 99.69% of all LDD paths in section 23.",
"cite_spans": [],
"ref_spans": [
{
"start": 202,
"end": 211,
"text": "(Table 6)",
"ref_id": "TABREF9"
}
],
"eq_spans": [],
"section": "Acquiring Lexical and LDD Resources",
"sec_num": "6"
},
{
"text": "Given a set of semantic forms s with probabilities P(s|l) (where l is a lemma), a set of paths p with P(p|t) (where t is either TOPIC, TOPIC-REL or FO-CUS) and an f-structure f , the core of the algorithm to resolve LDDs recursively traverses f to: find TOPIC|TOPIC-REL|FOCUS:g pair; retrieve TOPIC|TOPIC-REL|FOCUS paths; for each path p with GF1 : . . . : GFn : GF, traverse f along GF1 : . . . : GFn to sub-f-structure h; retrieve local PRED:l; The algorithm supports multiple, interacting TOPIC, TOPIC-REL and FOCUS LDDs. We use P(s|l) \u00d7 P(p|t) to rank a solution, depending on how likely the PRED takes semantic frame s, and how likely the TOPIC, FOCUS or TOPIC-REL is resolved using path p. The algorithm also supports resolution of LDDs where no overt linguistic material introduces a source TOPIC-REL function (e.g. in reduced relative clause constructions). We distinguish between passive and active constructions, using the relevant semantic frame type when resolving LDDs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Resolving LDDs in F-Structure",
"sec_num": "7"
},
{
"text": "We ran experiments with grammars in both the pipeline and the integrated parsing architectures. The first grammar is a basic PCFG, while A-PCFG includes the f-structure annotations. We apply a parent transformation to each grammar (Johnson, 1999) to give P-PCFG and PA-PCFG. We train on sections 02-21 (grammar, lexical extraction and LDD paths) of the Penn-II Treebank and test on section 23. The only pre-processing of the trees that we do is to remove empty nodes, and remove all Penn-II functional tags in the integrated model. We evaluate the parse trees using evalb. Following (Riezler et al., 2002) , we convert f-structures into dependency triple format. Using their software we evaluate the f-structure parser output against:",
"cite_spans": [
{
"start": 231,
"end": 246,
"text": "(Johnson, 1999)",
"ref_id": "BIBREF7"
},
{
"start": 583,
"end": 605,
"text": "(Riezler et al., 2002)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Evaluation",
"sec_num": "8"
},
{
"text": "1. The DCU 105 (Cahill et al., 2002) 2. The full 2,416 f-structures automatically generated by the f-structure annotation algorithm for the original Penn-II trees, in a CCG-style (Hockenmaier, 2003) (Kaplan et al., 2004) 77.86 80.24 77.68 78.60 plan et al., 2004) The results are given in Table 7 . The parenttransformed grammars perform best in both architectures. In all cases, there is a marked improvement (2.07-6.36%) in the f-structures after LDD resolution. We achieve between 73.78% and 80.97% preds-only and 83.79% to 87.04% all GFs f-score, depending on gold-standard. We achieve between 77.68% and 80.24% against the PARC 700 following the experiments in (Kaplan et al., 2004) . For details on how we map the f-structures produced by our parsers to a format similar to that of the PARC 700 Dependency Bank, see . Table 8 shows the evaluation result broken down by individual GF (preds-only) for the integrated model PA-PCFG against the DCU 105. In order to measure how many of the LDD reentrancies in the gold-standard f-structures are captured correctly by our parsers, we developed evaluation software for f-structure LDD reentrancies (similar to Johnson's (2002) evaluation to capture traces and their antecedents in trees). Table 9 shows the results with the integrated model achieving more than 76% correct LDD reentrancies.",
"cite_spans": [
{
"start": 15,
"end": 36,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
},
{
"start": 179,
"end": 198,
"text": "(Hockenmaier, 2003)",
"ref_id": "BIBREF6"
},
{
"start": 199,
"end": 220,
"text": "(Kaplan et al., 2004)",
"ref_id": "BIBREF10"
},
{
"start": 245,
"end": 263,
"text": "plan et al., 2004)",
"ref_id": null
},
{
"start": 666,
"end": 687,
"text": "(Kaplan et al., 2004)",
"ref_id": "BIBREF10"
},
{
"start": 1160,
"end": 1176,
"text": "Johnson's (2002)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 289,
"end": 296,
"text": "Table 7",
"ref_id": "TABREF11"
},
{
"start": 824,
"end": 831,
"text": "Table 8",
"ref_id": "TABREF13"
},
{
"start": 1239,
"end": 1246,
"text": "Table 9",
"ref_id": "TABREF15"
}
],
"eq_spans": [],
"section": "Experiments and Evaluation",
"sec_num": "8"
},
{
"text": "9 Related Work (Collins, 1999) 's Model 3 is limited to wh-traces in relative clauses (it doesn't treat topicalisation, focus etc.). Johnson's (2002) work is closest to ours in spirit. Like our approach he provides a finite approximation of LDDs. Unlike our approach, however, he works with tree fragments in a postprocessing approach to add empty nodes and their antecedents to parse trees, while we present an approach to LDD resolution on the level of f-structure. It seems that the f-structure-based approach is more abstract (99 LDD path types against approximately 9,000 tree-fragment types in (Johnson, 2002) ) and fine-grained in its use of lexical information (subcat frames). In contrast to Johnson's approach, our LDD resolution algorithm is not biased. It computes all possible complete resolutions and orderranks them using LDD path and subcat frame probabilities. It is difficult to provide a satisfactory comparison between the two methods, but we have carried out an experiment that compares them at the f-structure level. We take the output of Charniak's Table 10 : Comparison at f-structure level of LDD resolution to (Johnson, 2002) on the DCU 105 parser (Charniak, 1999) and, using the pipeline f-structure annotation model, evaluate against the DCU 105, both before and after LDD resolution. Using the software described in (Johnson, 2002) we add empty nodes to the output of Charniak's parser, pass these trees to our automatic annotation algorithm and evaluate against the DCU 105. The results are given in Table 10 . Our method of resolving LDDs at f-structure level results in a preds-only f-score of 80.97%. Using (Johnson, 2002) 's method of adding empty nodes to the parse-trees results in an f-score of 79.75%. (Hockenmaier, 2003) provides CCG-based models of LDDs. Some of these involve extensive cleanup of the underlying Penn-II treebank resource prior to grammar extraction. In contrast, in our approach we leave the treebank as is and only add (but never correct) annotations. Earlier HPSG work (Tateisi et al., 1998) is based on independently constructed hand-crafted XTAG resources. In contrast, we acquire our resources from treebanks and achieve substantially wider coverage.",
"cite_spans": [
{
"start": 15,
"end": 30,
"text": "(Collins, 1999)",
"ref_id": "BIBREF4"
},
{
"start": 133,
"end": 149,
"text": "Johnson's (2002)",
"ref_id": "BIBREF8"
},
{
"start": 600,
"end": 615,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF8"
},
{
"start": 1136,
"end": 1151,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF8"
},
{
"start": 1174,
"end": 1190,
"text": "(Charniak, 1999)",
"ref_id": "BIBREF3"
},
{
"start": 1345,
"end": 1360,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF8"
},
{
"start": 1640,
"end": 1655,
"text": "(Johnson, 2002)",
"ref_id": "BIBREF8"
},
{
"start": 1740,
"end": 1759,
"text": "(Hockenmaier, 2003)",
"ref_id": "BIBREF6"
},
{
"start": 2029,
"end": 2051,
"text": "(Tateisi et al., 1998)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [
{
"start": 1072,
"end": 1080,
"text": "Table 10",
"ref_id": "TABREF2"
},
{
"start": 1530,
"end": 1538,
"text": "Table 10",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Experiments and Evaluation",
"sec_num": "8"
},
{
"text": "Our approach provides wide-coverage, robust, and -with the addition of LDD resolution -\"deep\" or \"full\", PCFG-based LFG approximations. Crucially, we do not claim to provide fully adequate statistical models. It is well known (Abney, 1997) that PCFG-type approximations to unification grammars can yield inconsistent probability models due to loss of probability mass: the parser successfully returns the highest ranked parse tree but the constraint solver cannot resolve the f-equations (generated in the pipeline or \"hidden\" in the integrated model) and the probability mass associated with that tree is lost. This case, however, is surprisingly rare for our grammars: only 0.0018% (85 out of 48424) of the original Penn-II trees (without FRAGs) fail to produce an f-structure due to inconsistent annotations (Table 1) , and for parsing section 23 with the integrated model (A-PCFG), only 9 sentences do not receive a parse because no f-structure can be generated for the highest ranked tree (0.4%). Parsing with the pipeline model, all sentences receive one complete f-structure. Research on adequate probability models for unification grammars is important. (Miyao et al., 2003) present a Penn-II treebank based HPSG with log-linear probability models. They achieve coverage of 50.2% on section 23, as against 99% in our approach. (Riezler et al., 2002; Kaplan et al., 2004) describe how a carefully hand-crafted LFG is scaled to the full Penn-II treebank with log-linear based probability models. They achieve 79% coverage (full parse) and 21% fragement/skimmed parses. By the same measure, full parse coverage is around 99% for our automatically acquired PCFG-based LFG approximations. Against the PARC 700, the hand-crafted LFG grammar reported in (Kaplan et al., 2004) achieves an fscore of 79.6%. For the same experiment, our best automatically-induced grammar achieves an f-score of 80.24%.",
"cite_spans": [
{
"start": 226,
"end": 239,
"text": "(Abney, 1997)",
"ref_id": "BIBREF0"
},
{
"start": 1162,
"end": 1182,
"text": "(Miyao et al., 2003)",
"ref_id": null
},
{
"start": 1335,
"end": 1357,
"text": "(Riezler et al., 2002;",
"ref_id": "BIBREF18"
},
{
"start": 1358,
"end": 1378,
"text": "Kaplan et al., 2004)",
"ref_id": "BIBREF10"
},
{
"start": 1755,
"end": 1776,
"text": "(Kaplan et al., 2004)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 811,
"end": 820,
"text": "(Table 1)",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Experiments and Evaluation",
"sec_num": "8"
},
{
"text": "We presented and extensively evaluated a finite approximation of LDD resolution in automatically constructed, wide-coverage, robust, PCFGbased LFG approximations, effectively turning the \"half\"(or \"shallow\")-grammars presented in (Cahill et al., 2002) into \"full\" or \"deep\" grammars. In our approach, LDDs are resolved in f-structure, not trees. The method achieves a preds-only f-score of 80.97% for f-structures with the PA-PCFG in the integrated architecture against the DCU 105 and 78.4% against the 2,416 automatically generated f-structures for the original Penn-II treebank trees. Evaluating against the PARC 700 Dependency Bank, the P-PCFG achieves an f-score of 80.24%, an overall improvement of approximately 0.6% on the result reported for the best hand-crafted grammars in (Kaplan et al., 2004) .",
"cite_spans": [
{
"start": 230,
"end": 251,
"text": "(Cahill et al., 2002)",
"ref_id": "BIBREF2"
},
{
"start": 785,
"end": 806,
"text": "(Kaplan et al., 2004)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "10"
},
{
"text": "Manually constructed f-structures for 105 randomly selected trees from Section 23 of the WSJ section of the Penn-II Treebank",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Or dependency banks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "LFGs may also involve morphological and semantic levels of representation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Full f-structures measure all attribute-value pairs including\"minor\" features such as person, number etc. The stricter preds-only captures only paths ending in PRED:VALUE.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This research was funded by Enterprise Ireland Basic Research Grant SC/2001/186 and IRCSET.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Stochastic attribute-value grammars",
"authors": [
{
"first": "S",
"middle": [],
"last": "Abney",
"suffix": ""
}
],
"year": 1997,
"venue": "Computational Linguistics",
"volume": "23",
"issue": "4",
"pages": "597--618",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Abney. 1997. Stochastic attribute-value gram- mars. Computational Linguistics, 23(4):597- 618.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Evaluation of an Automatic Annotation Algorithm against the PARC 700 Dependency Bank",
"authors": [
{
"first": "M",
"middle": [],
"last": "Burke",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "O'donovan",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the Ninth International Conference on LFG",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Burke, A. Cahill, R. O'Donovan, J. van Gen- abith, and A. Way 2004. The Evaluation of an Automatic Annotation Algorithm against the PARC 700 Dependency Bank. In Proceedings of the Ninth International Conference on LFG, Christchurch, New Zealand (to appear).",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Parsing with PCFGs and Automatic F-Structure Annotation",
"authors": [
{
"first": "A",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Mccarthy",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the Seventh International Conference on LFG",
"volume": "2",
"issue": "",
"pages": "1031--1036",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Cahill, M. McCarthy, J. van Genabith, and A. Way. 2002. Parsing with PCFGs and Auto- matic F-Structure Annotation. In Miriam Butt and Tracy Holloway King, editors, Proceedings of the Seventh International Conference on LFG, pages 76-95. CSLI Publications, Stanford, CA. E. Charniak. 1996. Tree-Bank Grammars. In AAAI/IAAI, Vol. 2, pages 1031-1036.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A Maximum-Entropy-Inspired Parser",
"authors": [
{
"first": "E",
"middle": [],
"last": "Charniak",
"suffix": ""
}
],
"year": 1999,
"venue": "Brown University",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Charniak. 1999. A Maximum-Entropy-Inspired Parser. Technical Report CS-99-12, Brown Uni- versity, Providence, RI.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Head-Driven Statistical Models for Natural Language Parsing",
"authors": [
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Collins. 1999. Head-Driven Statistical Models for Natural Language Parsing. Ph.D. thesis, Uni- versity of Pennsylvania, Philadelphia, PA.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Lexical-Functional Grammar",
"authors": [
{
"first": "M",
"middle": [],
"last": "Dalrymple",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Dalrymple. 2001. Lexical-Functional Gram- mar. San Diego, CA; London Academic Press.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Parsing with Generative models of Predicate-Argument Structure",
"authors": [
{
"first": "J",
"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": "J. Hockenmaier. 2003. Parsing with Generative models of Predicate-Argument Structure. In Pro- ceedings of the 41st Annual Conference of the Association for Computational Linguistics, pages 359-366, Sapporo, Japan.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "PCFG models of linguistic tree representations",
"authors": [
{
"first": "M",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 1999,
"venue": "Computational Linguistics",
"volume": "24",
"issue": "4",
"pages": "613--632",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Johnson. 1999. PCFG models of linguistic tree representations. Computational Linguistics, 24(4):613-632.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A simple pattern-matching algorithm for recovering empty nodes and their antecedents",
"authors": [
{
"first": "M",
"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": "M. Johnson. 2002. A simple pattern-matching al- gorithm 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
},
"BIBREF9": {
"ref_id": "b9",
"title": "Lexical Functional Grammar, a Formal System for Grammatical Representation",
"authors": [
{
"first": "R",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Bresnan",
"suffix": ""
}
],
"year": 1982,
"venue": "The Mental Representation of Grammatical Relations",
"volume": "",
"issue": "",
"pages": "173--281",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Kaplan and J. Bresnan. 1982. Lexical Func- tional Grammar, a Formal System for Grammat- ical Representation. In The Mental Representa- tion of Grammatical Relations, pages 173-281. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Speed and accuracy in shallow and deep stochastic parsing",
"authors": [
{
"first": "S",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "T",
"middle": [
"H"
],
"last": "Riezler",
"suffix": ""
},
{
"first": "J",
"middle": [
"T"
],
"last": "King",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Maxwell",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Vasserman",
"suffix": ""
},
{
"first": "",
"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",
"volume": "",
"issue": "",
"pages": "97--104",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaplan, S. Riezler, T. H. King, J. T. Maxwell, A. Vasserman, and R. Crouch. 2004. Speed and accuracy in shallow and deep stochastic parsing. In Proceedings of the Human Language Tech- nology Conference and the 4th Annual Meeting of the North American Chapter of the Associ- ation for Computational Linguistics, pages 97- 104, Boston, MA.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "The PARC700 dependency bank",
"authors": [
{
"first": "H",
"middle": [],
"last": "King",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Crouch",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Riezler",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Dalrymple",
"suffix": ""
},
{
"first": "R",
"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": "H. King, R. Crouch, S. Riezler, M. Dalrymple, and R. Kaplan. 2003. The PARC700 dependency bank. In Proceedings of the EACL03: 4th Inter- national Workshop on Linguistically Interpreted Corpora (LINC-03), pages 1-8, Budapest.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Accurate Unlexicalized Parsing",
"authors": [
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 41st Annual Meeting of the Association for Computational Linguistics (ACL'02)",
"volume": "",
"issue": "",
"pages": "423--430",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Klein and C. Manning. 2003. Accurate Unlexi- calized Parsing. In Proceedings of the 41st An- nual Meeting of the Association for Computa- tional Linguistics (ACL'02), pages 423-430, Sap- poro, Japan.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "The COMLEX Syntax Project: The First Year",
"authors": [
{
"first": "A",
"middle": [],
"last": "Macleod",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Grishman",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the ARPA Workshop on Human Language Technology",
"volume": "",
"issue": "",
"pages": "669--703",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Macleod, A. Meyers, and R. Grishman. 1994. The COMLEX Syntax Project: The First Year. In Proceedings of the ARPA Workshop on Human Language Technology, pages 669-703, Princeton, NJ.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Natural Language Parsing as Statistical Pattern Recognition",
"authors": [
{
"first": "D",
"middle": [],
"last": "Magerman",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Magerman. 1994. Natural Language Parsing as Statistical Pattern Recognition. PhD thesis, Stan- ford University, CA.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Probabilistic modeling of argument structures including non-local dependencies",
"authors": [
{
"first": "M",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "M",
"middle": [
"A"
],
"last": "Marcinkiewicz",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Mac-Intyre",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Bies",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Ferguson",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Katz",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Schasberger",
"suffix": ""
},
{
"first": "; T",
"middle": [],
"last": "Ninomiya",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 1994,
"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": "M. Marcus, G. Kim, M.A. Marcinkiewicz, R. Mac- Intyre, A. Bies, M. Ferguson, K. Katz, and B. Schasberger. 1994. The Penn Treebank: Anno- tating Predicate Argument Structure. In Proceed- ings of the ARPA Workshop on Human Language Technology, pages 110-115, Princeton, NJ. Y. Miyao, T. Ninomiya, and J. Tsujii. 2003. Proba- bilistic modeling of argument structures includ- ing non-local dependencies. In Proceedings of the Conference on Recent Advances in Natural Language Processing (RANLP), pages 285-291, Borovets, Bulgaria.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Large-Scale Induction and Evaluation of Lexical Resources from the Penn-II Treebank",
"authors": [
{
"first": "R",
"middle": [],
"last": "O'donovan",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Burke",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42nd",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. O'Donovan, M. Burke, A. Cahill, J. van Gen- abith, and A. Way. 2004. Large-Scale Induc- tion and Evaluation of Lexical Resources from the Penn-II Treebank. In Proceedings of the 42nd",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Annual Conference of the Association for Computational Linguistics (ACL-04)",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Annual Conference of the Association for Com- putational Linguistics (ACL-04), Barcelona.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Parsing the Wall Street Journal using a Lexical-Functional Grammar and Discriminative Estimation Techniques",
"authors": [
{
"first": "S",
"middle": [],
"last": "Riezler",
"suffix": ""
},
{
"first": "T",
"middle": [
"H"
],
"last": "King",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Kaplan",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Crouch",
"suffix": ""
},
{
"first": "J",
"middle": [
"T"
],
"last": "Maxwell",
"suffix": ""
},
{
"first": "Iii",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "M",
"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": "S. Riezler, T.H. King, R. Kaplan, R. Crouch, J. T. Maxwell III, and M. Johnson. 2002. Pars- ing the Wall Street Journal using a Lexical- Functional Grammar and Discriminative Estima- tion Techniques. In Proceedings of the 40th An- nual Conference of the Association for Compu- tational Linguistics (ACL-02), pages 271-278, Philadelphia, PA.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Translating the XTAG English Grammar to HPSG",
"authors": [
{
"first": "K",
"middle": [],
"last": "Tateisi",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Torisawa",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 1998,
"venue": "4th International Workshop on Tree Adjoining Grammars and Related Frameworks",
"volume": "",
"issue": "",
"pages": "172--175",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tateisi, K. Torisawa, Y. Miyao, and J. Tsujii. 1998. Translating the XTAG English Grammar to HPSG. In 4th International Workshop on Tree Adjoining Grammars and Related Frameworks, Philadelphia, PA, pages 172-175.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Direct and Underspecified Interpretations of LFG f-Structures",
"authors": [
{
"first": "J",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Crouch",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the 16th International Conference on Computational Linguistics (COLING)",
"volume": "",
"issue": "",
"pages": "262--267",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. van Genabith and R. Crouch. 1996. Direct and Underspecified Interpretations of LFG f- Structures. In Proceedings of the 16th Interna- tional Conference on Computational Linguistics (COLING), pages 262-267, Copenhagen.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "SimpleLFG C-and F-Structure Uparrows point to the f-structure associated with the mother node, downarrows to that of the local node. The equations are collected with arrows instantiated to unique tree node identifiers, and a constraint solver generates an f-structure."
},
"FIGREF2": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Shallow-Parser Output with Unresolved LDD and Incomplete Argument Structure (cf. Figure 3) 5 LDDs and LFG FU-Equations Theoretically, LDDs can span unbounded amounts of intervening linguistic material as in [U.N. signs treaty]1 the paper claimed . . . a source said []1."
},
"TABREF2": {
"text": "F-structure annotation results for DCU 105",
"num": null,
"content": "<table/>",
"html": null,
"type_str": "table"
},
"TABREF4": {
"text": "Verb Results",
"num": null,
"content": "<table><tr><td>Semantic Form</td><td>Occurrences</td><td>Prob.</td></tr><tr><td>accept([obj,subj])</td><td>122</td><td>0.813</td></tr><tr><td>accept([subj],p)</td><td>9</td><td>0.060</td></tr><tr><td>accept([comp,subj])</td><td>5</td><td>0.033</td></tr><tr><td>accept([subj,obl:as],p)</td><td>3</td><td>0.020</td></tr><tr><td>accept([obj,subj,obl:as])</td><td>3</td><td>0.020</td></tr><tr><td>accept([obj,subj,obl:from])</td><td>3</td><td>0.020</td></tr><tr><td>accept([subj])</td><td>2</td><td>0.013</td></tr><tr><td>accept([obj,subj,obl:at])</td><td>1</td><td>0.007</td></tr><tr><td>accept([obj,subj,obl:for])</td><td>1</td><td>0.007</td></tr><tr><td>accept([obj,subj,xcomp])</td><td>1</td><td>0.007</td></tr></table>",
"html": null,
"type_str": "table"
},
"TABREF5": {
"text": "Semantic forms for the verb accept.",
"num": null,
"content": "<table><tr><td/><td colspan=\"2\">Threshold 1%</td><td/><td colspan=\"2\">Threshold 5%</td></tr><tr><td>P</td><td>R</td><td>F-Score</td><td>P</td><td>R</td><td>F-Score</td></tr><tr><td>Exp. 73.7%</td><td>22.1%</td><td>34.0%</td><td>78.0%</td><td>18.3%</td><td>29.6%</td></tr></table>",
"html": null,
"type_str": "table"
},
"TABREF6": {
"text": "",
"num": null,
"content": "<table/>",
"html": null,
"type_str": "table"
},
"TABREF7": {
"text": "add GF:g to h iff * GF is not present at h",
"num": null,
"content": "<table><tr><td>wh-less TOPIC-REL</td><td>#</td><td>wh-less TOPIC-REL</td><td>#</td></tr><tr><td>subj</td><td>5692</td><td>adjunct</td><td>1314</td></tr><tr><td>xcomp:adjunct</td><td>610</td><td>obj</td><td>364</td></tr><tr><td>xcomp:obj</td><td>291</td><td>xcomp:xcomp:adjunct</td><td>96</td></tr><tr><td>comp:subj</td><td>76</td><td>xcomp:subj</td><td>67</td></tr></table>",
"html": null,
"type_str": "table"
},
"TABREF8": {
"text": "Most frequent wh-less TOPIC-REL paths",
"num": null,
"content": "<table><tr><td/><td>02-21</td><td>23</td><td>23 /(02-21)</td></tr><tr><td>TOPIC</td><td>26</td><td>7</td><td>2</td></tr><tr><td>FOCUS</td><td>13</td><td>4</td><td>0</td></tr><tr><td>TOPIC-REL</td><td>60</td><td>22</td><td>1</td></tr></table>",
"html": null,
"type_str": "table"
},
"TABREF9": {
"text": "Number of path types extracted * h together with GF is locally complete and coherent with respect to a semantic form s for l",
"num": null,
"content": "<table><tr><td>rank resolution by P(s|l) \u00d7 P(p|t)</td></tr></table>",
"html": null,
"type_str": "table"
},
"TABREF11": {
"text": "",
"num": null,
"content": "<table><tr><td>: Parser Evaluation</td></tr></table>",
"html": null,
"type_str": "table"
},
"TABREF13": {
"text": "Preds-only results of PA-PCFG against the DCU 105",
"num": null,
"content": "<table/>",
"html": null,
"type_str": "table"
},
"TABREF15": {
"text": "",
"num": null,
"content": "<table><tr><td/><td colspan=\"3\">: LDD Evaluation on the DCU 105</td></tr><tr><td>Charniak</td><td colspan=\"3\">-LDD res. +LDD res. (Johnson, 2002)</td></tr><tr><td>All GFs</td><td>80.86</td><td>86.65</td><td>85.16</td></tr><tr><td>Preds Only</td><td>74.63</td><td>80.97</td><td>79.75</td></tr></table>",
"html": null,
"type_str": "table"
}
}
}
}