ACL-OCL / Base_JSON /prefixP /json /P04 /P04-1014.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P04-1014",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:44:07.087807Z"
},
"title": "Parsing the WSJ using CCG and Log-Linear Models",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": "",
"affiliation": {},
"email": "stephen.clark@ed.ac.uk"
},
{
"first": "James",
"middle": [
"R"
],
"last": "Curran",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper describes and evaluates log-linear parsing models for Combinatory Categorial Grammar (CCG). A parallel implementation of the L-BFGS optimisation algorithm is described, which runs on a Beowulf cluster allowing the complete Penn Treebank to be used for estimation. We also develop a new efficient parsing algorithm for CCG which maximises expected recall of dependencies. We compare models which use all CCG derivations, including nonstandard derivations, with normal-form models. The performances of the two models are comparable and the results are competitive with existing wide-coverage CCG parsers.",
"pdf_parse": {
"paper_id": "P04-1014",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper describes and evaluates log-linear parsing models for Combinatory Categorial Grammar (CCG). A parallel implementation of the L-BFGS optimisation algorithm is described, which runs on a Beowulf cluster allowing the complete Penn Treebank to be used for estimation. We also develop a new efficient parsing algorithm for CCG which maximises expected recall of dependencies. We compare models which use all CCG derivations, including nonstandard derivations, with normal-form models. The performances of the two models are comparable and the results are competitive with existing wide-coverage CCG parsers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "A number of statistical parsing models have recently been developed for Combinatory Categorial Grammar (CCG; Steedman, 2000) and used in parsers applied to the WSJ Penn Treebank (Clark et al., 2002; Hockenmaier, 2003b) . In we argued for the use of log-linear parsing models for CCG. However, estimating a log-linear model for a widecoverage CCG grammar is very computationally expensive. Following Miyao and Tsujii (2002) , we showed how the estimation can be performed efficiently by applying the inside-outside algorithm to a packed chart. We also showed how the complete WSJ Penn Treebank can be used for training by developing a parallel version of Generalised Iterative Scaling (GIS) to perform the estimation.",
"cite_spans": [
{
"start": 109,
"end": 124,
"text": "Steedman, 2000)",
"ref_id": "BIBREF17"
},
{
"start": 178,
"end": 198,
"text": "(Clark et al., 2002;",
"ref_id": "BIBREF4"
},
{
"start": 199,
"end": 218,
"text": "Hockenmaier, 2003b)",
"ref_id": "BIBREF12"
},
{
"start": 399,
"end": 422,
"text": "Miyao and Tsujii (2002)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper significantly extends our earlier work in a number of ways. First, we evaluate a number of log-linear models, obtaining results which are competitive with the state-of-the-art for CCG parsing. We also compare log-linear models which use all CCG derivations, including non-standard derivations, with normal-form models. Second, we find that GIS is unsuitable for estimating a model of the size being considered, and develop a parallel version of the L-BFGS algorithm (Nocedal and Wright, 1999) . And finally, we show that the parsing algo-rithm described in is extremely slow in some cases, and suggest an efficient alternative based on Goodman (1996) .",
"cite_spans": [
{
"start": 477,
"end": 503,
"text": "(Nocedal and Wright, 1999)",
"ref_id": "BIBREF14"
},
{
"start": 647,
"end": 661,
"text": "Goodman (1996)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The development of parsing and estimation algorithms for models which use all derivations extends existing CCG parsing techniques, and allows us to test whether there is useful information in the additional derivations. However, we find that the performance of the normal-form model is at least as good as the all-derivations model, in our experiments todate. The normal-form approach allows the use of additional constraints on rule applications, leading to a smaller model, reducing the computational resources required for estimation, and resulting in an extremely efficient parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper assumes a basic understanding of CCG; see Steedman (2000) for an introduction, and Clark et al. (2002) and Hockenmaier (2003a) for an introduction to statistical parsing with CCG.",
"cite_spans": [
{
"start": 53,
"end": 68,
"text": "Steedman (2000)",
"ref_id": "BIBREF17"
},
{
"start": 94,
"end": 113,
"text": "Clark et al. (2002)",
"ref_id": "BIBREF4"
},
{
"start": 118,
"end": 137,
"text": "Hockenmaier (2003a)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "CCG is unusual among grammar formalisms in that, for each derived structure for a sentence, there can be many derivations leading to that structure. The presence of such ambiguity, sometimes referred to as spurious ambiguity, enables CCG to produce elegant analyses of coordination and extraction phenomena (Steedman, 2000) . However, the introduction of extra derivations increases the complexity of the modelling and parsing problem. Clark et al. (2002) handle the additional derivations by modelling the derived structure, in their case dependency structures. They use a conditional model, based on Collins (1996) , which, as the authors acknowledge, has a number of theoretical deficiencies; thus the results of Clark et al. provide a useful baseline for the new models presented here. Hockenmaier (2003a) uses a model which favours only one of the derivations leading to a derived structure, namely the normal-form derivation (Eisner, 1996) . In this paper we compare the normal-form approach with a dependency model. For the dependency model, we define the probabil-ity of a dependency structure as follows:",
"cite_spans": [
{
"start": 307,
"end": 323,
"text": "(Steedman, 2000)",
"ref_id": "BIBREF17"
},
{
"start": 436,
"end": 455,
"text": "Clark et al. (2002)",
"ref_id": "BIBREF4"
},
{
"start": 602,
"end": 616,
"text": "Collins (1996)",
"ref_id": "BIBREF5"
},
{
"start": 790,
"end": 809,
"text": "Hockenmaier (2003a)",
"ref_id": "BIBREF11"
},
{
"start": 931,
"end": 945,
"text": "(Eisner, 1996)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Models for CCG",
"sec_num": "2"
},
{
"text": "P(\u03c0|S ) = d\u2208\u2206(\u03c0) P(d, \u03c0|S ) (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Models for CCG",
"sec_num": "2"
},
{
"text": "where \u03c0 is a dependency structure, S is a sentence and \u2206(\u03c0) is the set of derivations which lead to \u03c0. This extends the approach of Clark et al. (2002) who modelled the dependency structures directly, not using any information from the derivations. In contrast to the dependency model, the normal-form model simply defines a distribution over normalform derivations.",
"cite_spans": [
{
"start": 132,
"end": 151,
"text": "Clark et al. (2002)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Models for CCG",
"sec_num": "2"
},
{
"text": "The dependency structures considered in this paper are described in detail in Clark et al. (2002) and . Each argument slot in a CCG lexical category represents a dependency relation, and a dependency is defined as a 5-tuple h f , f, s, h a , l , where h f is the head word of the lexical category, f is the lexical category, s is the argument slot, h a is the head word of the argument, and l indicates whether the dependency is long-range. For example, the long-range dependency encoding company as the extracted object of bought (as in the company that IBM bought) is represented as the following 5-tuple:",
"cite_spans": [
{
"start": 78,
"end": 97,
"text": "Clark et al. (2002)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Models for CCG",
"sec_num": "2"
},
{
"text": "bought, (S[dcl]\\NP 1 )/NP 2 , 2, company, *",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Models for CCG",
"sec_num": "2"
},
{
"text": "where * is the category (NP\\NP)/(S[dcl]/NP) assigned to the relative pronoun. For local dependencies l is assigned a null value. A dependency structure is a multiset of these dependencies.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Models for CCG",
"sec_num": "2"
},
{
"text": "Log-linear models (also known as Maximum Entropy models) are popular in NLP because of the ease with which discriminating features can be included in the model. Log-linear models have been applied to the parsing problem across a range of grammar formalisms, e.g. Riezler et al. (2002) and Toutanova et al. (2002) . One motivation for using a log-linear model is that long-range dependencies which CCG was designed to handle can easily be encoded as features.",
"cite_spans": [
{
"start": 263,
"end": 284,
"text": "Riezler et al. (2002)",
"ref_id": "BIBREF15"
},
{
"start": 289,
"end": 312,
"text": "Toutanova et al. (2002)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "A conditional log-linear model of a parse \u03c9 \u2208 \u2126, given a sentence S , is defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "P(\u03c9|S ) = 1 Z S e \u03bb. f (\u03c9)",
"eq_num": "(2)"
}
],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "\u03bb. f (\u03c9) = i \u03bb i f i (\u03c9).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "The function f i is a feature of the parse which can be any real-valued function over the space of parses \u2126. Each feature f i has an associated weight \u03bb i which is a parameter of the model to be estimated. Z S is a normalising constant which ensures that P(\u03c9|S ) is a probability distribution:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "Z S = \u03c9 \u2208\u03c1(S ) e \u03bb. f (\u03c9 ) (3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "where \u03c1(S ) is the set of possible parses for S . For the dependency model a parse, \u03c9, is a d, \u03c0 pair (as given in (1)). A feature is a count of the number of times some configuration occurs in d or the number of times some dependency occurs in \u03c0. Section 6 gives examples of features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Log-Linear Parsing Models",
"sec_num": "3"
},
{
"text": "We follow Riezler et al. (2002) in using a discriminative estimation method by maximising the conditional likelihood of the model given the data. For the dependency model, the data consists of sentences S 1 , . . . , S m , together with gold standard dependency structures, \u03c0 1 , . . . , \u03c0 m . The gold standard structures are multisets of dependencies, as described earlier. Section 6 explains how the gold standard structures are obtained.",
"cite_spans": [
{
"start": 10,
"end": 31,
"text": "Riezler et al. (2002)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "The objective function of a model \u039b is the conditional log-likelihood, L(\u039b), minus a Gaussian prior term, G(\u039b), used to reduce overfitting (Chen and Rosenfeld, 1999) . Hence, given the definition of the probability of a dependency structure (1), the objective function is as follows:",
"cite_spans": [
{
"start": 139,
"end": 165,
"text": "(Chen and Rosenfeld, 1999)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "L (\u039b) = L(\u039b) \u2212 G(\u039b) (4) = log m j=1 P \u039b (\u03c0 j |S j ) \u2212 n i=1 \u03bb 2 i 2\u03c3 2 i = m j=1 log d\u2208\u2206(\u03c0 j ) e \u03bb. f (d,\u03c0 j ) \u03c9\u2208\u03c1(S j ) e \u03bb. f (\u03c9) \u2212 n i=1 \u03bb 2 i 2\u03c3 2 i = m j=1 log d\u2208\u2206(\u03c0 j ) e \u03bb. f (d,\u03c0 j ) \u2212 m j=1 log \u03c9\u2208\u03c1(S j ) e \u03bb. f (\u03c9) \u2212 n i=1 \u03bb 2 i 2\u03c3 2 i",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "where n is the number of features. Rather than have a different smoothing parameter \u03c3 i for each feature, we use a single parameter \u03c3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "We use a technique from the numerical optimisation literature, the L-BFGS algorithm (Nocedal and Wright, 1999) , to optimise the objective function. L-BFGS is an iterative algorithm which requires the gradient of the objective function to be computed at each iteration. The components of the gradient vec-tor are as follows:",
"cite_spans": [
{
"start": 84,
"end": 110,
"text": "(Nocedal and Wright, 1999)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "\u2202L (\u039b) \u2202\u03bb i = m j=1 d\u2208\u2206(\u03c0 j ) e \u03bb. f (d,\u03c0 j ) f i (d, \u03c0 j ) d\u2208\u2206(\u03c0 j ) e \u03bb. f (d,\u03c0 j ) (5) \u2212 m j=1 \u03c9\u2208\u03c1(S j ) e \u03bb. f (\u03c9) f i (\u03c9) \u03c9\u2208\u03c1(S j ) e \u03bb. f (\u03c9) \u2212 \u03bb i \u03c3 2 i",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "The first two terms in (5) are expectations of feature f i : the first expectation is over all derivations leading to each gold standard dependency structure; the second is over all derivations for each sentence in the training data. Setting the gradient to zero yields the usual maximum entropy constraints (Berger et al., 1996) , except that in this case the empirical values are themselves expectations (over all derivations leading to each gold standard dependency structure). The estimation process attempts to make the expectations equal, by putting as much mass as possible on the derivations leading to the gold standard structures. 1 The Gaussian prior term penalises any model whose weights get too large in absolute value.",
"cite_spans": [
{
"start": 308,
"end": 329,
"text": "(Berger et al., 1996)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "Calculation of the feature expectations requires summing over all derivations for a sentence, and summing over all derivations leading to a gold standard dependency structure. In both cases there can be exponentially many derivations, and so enumerating all derivations is not possible (at least for wide-coverage automatically extracted grammars). show how the sum over the complete derivation space can be performed efficiently using a packed chart and a variant of the inside-outside algorithm. Section 5 shows how the same technique can also be applied to all derivations leading to a gold standard dependency structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Dependency Model",
"sec_num": "3.1"
},
{
"text": "The objective function and gradient vector for the normal-form model are as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Normal-Form Model",
"sec_num": "3.2"
},
{
"text": "L (\u039b) = L(\u039b) \u2212 G(\u039b) (6) = log m j=1 P \u039b (d j |S j ) \u2212 n i=1 \u03bb 2 i 2\u03c3 2 i \u2202L (\u039b) \u2202\u03bb i = m j=1 f i (d j ) (7) \u2212 m j=1 d\u2208\u03b8(S j ) e \u03bb. f(d) f i (d) d\u2208\u03b8(S j ) e \u03bb. f(d) \u2212 \u03bb i \u03c3 2 i",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Normal-Form Model",
"sec_num": "3.2"
},
{
"text": "where d j is the the gold standard derivation for sentence S j and \u03b8(S j ) is the set of possible derivations for S j . Note that the empirical expectation in 7is simply a count of the number of times the feature appears in the gold-standard derivations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Normal-Form Model",
"sec_num": "3.2"
},
{
"text": "The packed charts perform a number of roles: they are a compact representation of a very large number of CCG derivations; they allow recovery of the highest scoring parse or dependency structure without enumerating all derivations; and they represent an instance of what Miyao and Tsujii (2002) call a feature forest, which is used to efficiently estimate a log-linear model. The idea behind a packed chart is simple: equivalent chart entries of the same type, in the same cell, are grouped together, and back pointers to the daughters indicate how an individual entry was created. Equivalent entries form the same structures in any subsequent parsing.",
"cite_spans": [
{
"start": 271,
"end": 294,
"text": "Miyao and Tsujii (2002)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Packed Charts",
"sec_num": "4"
},
{
"text": "Since the packed charts are used for model estimation and recovery of the highest scoring parse or dependency structure, the features in the model partly determine which entries can be grouped together. In this paper we use features from the dependency structure, and features defined on the local rule instantiations. 2 Hence, any two entries with identical category type, identical head, and identical unfilled dependencies are equivalent. Note that not all features are local to a rule instantiation; for example, features encoding long-range dependencies may involve words which are a long way apart in the sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Packed Charts",
"sec_num": "4"
},
{
"text": "For the purposes of estimation and finding the highest scoring parse or dependency structure, only entries which are part of a derivation spanning the whole sentence are relevant. These entries can be easily found by traversing the chart top-down, starting with the entries which span the sentence. The entries within spanning derivations form a feature forest (Miyao and Tsujii, 2002) ",
"cite_spans": [
{
"start": 361,
"end": 385,
"text": "(Miyao and Tsujii, 2002)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Packed Charts",
"sec_num": "4"
},
{
"text": "\uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f3 \u22121 if cdeps(c) = \u22121 \u22121 if dmax(d) = \u22121 for some d \u2208 \u03b4(c) d\u2208\u03b4(c) dmax(d) + cdeps(c) otherwise dmax(d) = max{dmax(c) | c \u2208 \u03b3(d)} mark(d): mark d as a correct node foreach c \u2208 \u03b3(d) if dmax(c) = dmax(d) mark c as a correct node foreach d \u2208 \u03b4(c) mark(d ) foreach d r \u2208 R such that dmax . (d r ) = |G| mark(d r )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Packed Charts",
"sec_num": "4"
},
{
"text": "Figure 1: Finding nodes in correct derivations junctive nodes. The roots of the CCG derivations represent the root disjunctive nodes. 3",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Packed Charts",
"sec_num": "4"
},
{
"text": "The L-BFGS algorithm requires the following values at each iteration: the expected value, and the empirical expected value, of each feature (to calculate the gradient); and the value of the likelihood function. For the normal-form model, the empirical expected values and the likelihood can easily be obtained, since these only involve the single goldstandard derivation for each sentence. The expected values can be calculated using the method in . For the dependency model, the computations of the empirical expected values (5) and the likelihood function (4) are more complex, since these require sums over just those derivations leading to the gold standard dependency structure. We will refer to such derivations as correct derivations. Figure 1 gives an algorithm for finding nodes in a packed chart which appear in correct derivations. cdeps(c) is the number of correct dependencies on conjunctive node c, and takes the value \u22121 if there are any incorrect dependencies on c. dmax(c) is the maximum number of correct dependencies produced by any sub-derivation headed by c, and takes the value \u22121 if there are no sub-derivations producing only correct dependencies. dmax(d) is the same value but for disjunctive node d. Recursive definitions for calculating these values are given in Figure 1 ; the base case occurs when conjunctive nodes have no disjunctive daughters.",
"cite_spans": [],
"ref_spans": [
{
"start": 742,
"end": 750,
"text": "Figure 1",
"ref_id": null
},
{
"start": 1290,
"end": 1298,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Efficient Estimation",
"sec_num": "5"
},
{
"text": "The algorithm identifies all those root nodes heading derivations which produce just the correct dependencies, and traverses the chart top-down marking the nodes in those derivations. The insight behind the algorithm is that, for two conjunctive nodes in the same equivalence class, if one node heads a sub-derivation producing more correct dependencies than the other node (and each sub-derivation only produces correct dependencies), then the node with less correct dependencies cannot be part of a correct derivation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Efficient Estimation",
"sec_num": "5"
},
{
"text": "The conjunctive and disjunctive nodes appearing in correct derivations form a new correct feature forest. The correct forest, and the complete forest containing all derivations spanning the sentence, can be used to estimate the required likelihood value and feature expectations. Let E \u03a6 \u039b f i be the expected value of f i over the forest \u03a6 for model \u039b; then the values in (5) can be obtained by calculating E \u03a6 j \u039b f i for the complete forest \u03a6 j for each sentence S j in the training data (the second sum in (5)), and also E \u03a8 j \u039b f i for each forest \u03a8 j of correct derivations (the first sum in (5)):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Efficient Estimation",
"sec_num": "5"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2202L(\u039b) \u2202\u03bb i = m j=1 (E \u03a8 j \u039b f i \u2212 E \u03a6 j \u039b f i )",
"eq_num": "(8)"
}
],
"section": "Efficient Estimation",
"sec_num": "5"
},
{
"text": "The likelihood in (4) can be calculated as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Efficient Estimation",
"sec_num": "5"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "L(\u039b) = m j=1 (log Z \u03a8 j \u2212 log Z \u03a6 j )",
"eq_num": "(9)"
}
],
"section": "Efficient Estimation",
"sec_num": "5"
},
{
"text": "where log Z \u03a6 is the normalisation constant for \u03a6.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Efficient Estimation",
"sec_num": "5"
},
{
"text": "The gold standard dependency structures are produced by running our CCG parser over the normal-form derivations in CCGbank (Hockenmaier, 2003a) . Not all rule instantiations in CCGbank are instances of combinatory rules, and not all can be produced by the parser, and so gold standard structures were created for 85.5% of the sentences in sections 2-21 (33,777 sentences). The same parser is used to produce the packed charts. The parser uses a maximum entropy supertagger (Clark and Curran, 2004) to assign lexical categories to the words in a sentence, and applies the CKY chart parsing algorithm described in Steedman (2000) . For parsing the training data, we ensure that the correct category is a member of the set assigned to each word. The average number of categories assigned to each word is determined by a parameter in the supertagger. For the first set of experiments, we used a setting which assigns 1.7 categories on average per word.",
"cite_spans": [
{
"start": 123,
"end": 143,
"text": "(Hockenmaier, 2003a)",
"ref_id": "BIBREF11"
},
{
"start": 473,
"end": 497,
"text": "(Clark and Curran, 2004)",
"ref_id": "BIBREF3"
},
{
"start": 612,
"end": 627,
"text": "Steedman (2000)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation in Practice",
"sec_num": "6"
},
{
"text": "The feature set for the dependency model consists of the following types of features: dependency features (with and without distance measures), rule instantiation features (with and without a lexical head), lexical category features, and root category features. Dependency features are the 5-tuples defined in Section 1. There are also three additional dependency feature types which have an extra distance field (and only include the head of the lexical category, and not the head of the argument); these count the number of words (0, 1, 2 or more), punctuation marks (0, 1, 2 or more), and verbs (0, 1 or more) between head and dependent. Lexical category features are word-category pairs at the leaf nodes, and root features are headword-category pairs at the root nodes. Rule instantiation features simply encode the combining categories together with the result category. There is an additional rule feature type which also encodes the lexical head of the resulting category. Additional generalised features for each feature type are formed by replacing words with their POS tags.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation in Practice",
"sec_num": "6"
},
{
"text": "The feature set for the normal-form model is the same except that, following , the dependency features are defined in terms of the local rule instantiations, by adding the heads of the combining categories to the rule instantiation features. Again there are 3 additional distance feature types, as above, which only include the head of the resulting category. We had hoped that by modelling the predicate-argument dependencies produced by the parser, rather than local rule dependencies, we would improve performance. However, using the predicate-argument dependencies in the normal-form model instead of, or in addition to, the local rule dependencies, has not led to an improvement in parsing accuracy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation in Practice",
"sec_num": "6"
},
{
"text": "Only features which occurred more than once in the training data were included, except that, for the dependency model, the cutoff for the rule features was 9 and the counting was performed across all derivations, not just the gold-standard derivation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation in Practice",
"sec_num": "6"
},
{
"text": "The normal-form model has 482,007 features and the dependency model has 984,522 features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation in Practice",
"sec_num": "6"
},
{
"text": "We used 45 machines of a 64-node Beowulf clus-ter to estimate the dependency model, with an average memory usage of approximately 550 MB for each machine. For the normal-form model we were able to reduce the size of the charts considerably by applying two types of restriction to the parser: first, categories can only combine if they appear together in a rule instantiation in sections 2-21 of CCGbank; and second, we apply the normal-form restrictions described in Eisner (1996) . (See Clark and Curran (2004) for a description of the Eisner constraints.)",
"cite_spans": [
{
"start": 467,
"end": 480,
"text": "Eisner (1996)",
"ref_id": "BIBREF7"
},
{
"start": 488,
"end": 511,
"text": "Clark and Curran (2004)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation in Practice",
"sec_num": "6"
},
{
"text": "The normal-form model requires only 5 machines for estimation, with an average memory usage of 730 MB for each machine. Initially we tried the parallel version of GIS described in to perform the estimation, running over the Beowulf cluster. However, we found that GIS converged extremely slowly; this is in line with other recent results in the literature applying GIS to globally optimised models such as conditional random fields, e.g. Sha and Pereira (2003) . As an alternative to GIS, we have implemented a parallel version of our L-BFGS code using the Message Passing Interface (MPI) standard. L-BFGS over forests can be parallelised, using the method described in to calculate the feature expectations. The L-BFGS algorithm, run to convergence on the cluster, takes 479 iterations and 2 hours for the normal-form model, and 1,550 iterations and roughly 17 hours for the dependency model.",
"cite_spans": [
{
"start": 438,
"end": 460,
"text": "Sha and Pereira (2003)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Estimation in Practice",
"sec_num": "6"
},
{
"text": "For the normal-form model, the Viterbi algorithm is used to find the most probable derivation. For the dependency model, the highest scoring dependency structure is required. outlines an algorithm for finding the most probable dependency structure, which keeps track of the highest scoring set of dependencies for each node in the chart. For a set of equivalent entries in the chart (a disjunctive node), this involves summing over all conjunctive node daughters which head subderivations leading to the same set of high scoring dependencies. In practice large numbers of such conjunctive nodes lead to very long parse times.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "As an alternative to finding the most probable dependency structure, we have developed an algorithm which maximises the expected labelled recall over dependencies. Our algorithm is based on Goodman's (1996) labelled recall algorithm for the phrase-structure PARSEVAL measures.",
"cite_spans": [
{
"start": 190,
"end": 206,
"text": "Goodman's (1996)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "Let L \u03c0 be the number of correct dependencies in \u03c0 with respect to a gold standard dependency structure G; then the dependency structure, \u03c0 max , which maximises the expected recall rate is:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "\u03c0 max = arg max \u03c0 E(L \u03c0 /|G|) (10) = arg max \u03c0 \u03c0 i P(\u03c0 i |S )|\u03c0 \u2229 \u03c0 i |",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "where S is the sentence for gold standard dependency structure G and \u03c0 i ranges over the dependency structures for S . This expression can be expanded further:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "\u03c0 max = arg max \u03c0 \u03c0 i P(\u03c0 i |S ) \u03c4\u2208\u03c0 1 if \u03c4 \u2208 \u03c0 i = arg max \u03c0 \u03c4\u2208\u03c0 \u03c0 |\u03c4\u2208\u03c0 P(\u03c0 |S ) = arg max \u03c0 \u03c4\u2208\u03c0 d\u2208\u2206(\u03c0 )|\u03c4\u2208\u03c0 P(d|S ) (11)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "The final score for a dependency structure \u03c0 is a sum of the scores for each dependency \u03c4 in \u03c0; and the score for a dependency \u03c4 is the sum of the probabilities of those derivations producing \u03c4. This latter sum can be calculated efficiently using inside and outside scores:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u03c0 max = arg max \u03c0 \u03c4\u2208\u03c0 1 Z S c\u2208C \u03c6 c \u03c8 c if \u03c4 \u2208 deps(c)",
"eq_num": "(12)"
}
],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "where \u03c6 c is the inside score and \u03c8 c is the outside score for node c (see ); C is the set of conjunctive nodes in the packed chart for sentence S and deps(c) is the set of dependencies on conjunctive node c. The intuition behind the expected recall score is that a dependency structure scores highly if it has dependencies produced by high scoring derivations. 4 The algorithm which finds \u03c0 max is a simple variant on the Viterbi algorithm, efficiently finding a derivation which produces the highest scoring set of dependencies.",
"cite_spans": [
{
"start": 362,
"end": 363,
"text": "4",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Parsing Algorithm",
"sec_num": "7"
},
{
"text": "Gold standard dependency structures were derived from section 00 (for development) and section 23 (for testing) by running the parser over the derivations in CCGbank, some of which the parser could not process. In order to increase the number of test sentences, and to allow a fair comparison with other CCG parsers, extra rules were encoded in the parser (but we emphasise these were only used to obtain the section 23 test data; they were not used to parse unseen data as part of the testing). This resulted in 2,365 dependency structures for section 23 (98.5% of the full section), and 1,825 (95.5%) dependency structures for section 00.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "The first stage in parsing the test data is to apply the supertagger. We use the novel strategy developed in Clark and Curran (2004) : first assign a small number of categories (approximately 1.4) on average to each word, and increase the number of categories if the parser fails to find an analysis. We were able to parse 98.9% of section 23 using this strategy. Clark and Curran (2004) shows that this supertagging method results in a highly efficient parser.",
"cite_spans": [
{
"start": 109,
"end": 132,
"text": "Clark and Curran (2004)",
"ref_id": "BIBREF3"
},
{
"start": 364,
"end": 387,
"text": "Clark and Curran (2004)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "For the normal-form model we returned the dependency structure for the most probable derivation, applying the two types of normal-form constraints described in Section 6. For the dependency model we returned the dependency structure with the highest expected labelled recall score.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "Following Clark et al. (2002) , evaluation is by precision and recall over dependencies. For a labelled dependency to be correct, the first 4 elements of the dependency tuple must match exactly. For an unlabelled dependency to be correct, the heads of the functor and argument must appear together in some relation in the gold standard (in any order). The results on section 00, using the feature sets described earlier, are given in Table 1 , with similar results overall for the normal-form model and the dependency model. Since experimentation is easier with the normal-form model than the dependency model, we present additional results for the normalform model. Table 3 : Results on the test set mance. Hockenmaier also found the dependencies to be very beneficial -in contrast to recent results from the lexicalised PCFG parsing literature (Gildea, 2001 ) -but did not gain from the use of distance measures. One of the advantages of a log-linear model is that it is easy to include additional information, such as distance, as features. The FINAL result in Table 2 is obtained by using a larger derivation space for training, created using more categories per word from the supertagger, 2.9, and hence using charts containing more derivations. (15 machines were used to estimate this model.) More investigation is needed to find the optimal chart size for estimation, but the results show a gain in accuracy. Table 3 gives the results of the best performing normal-form model on the test set. The results of Clark et al. (2002) and Hockenmaier (2003a) are shown for comparison. The dependency set used by Hockenmaier contains some minor differences to the set used here, but \"evaluating\" our test set against Hockenmaier's gives an F-score of over 97%, showing the test sets to be very similar. The results show that our parser is performing significantly better than that of Clark et al., demonstrating the benefit of derivation features and the use of a sound statistical model.",
"cite_spans": [
{
"start": 10,
"end": 29,
"text": "Clark et al. (2002)",
"ref_id": "BIBREF4"
},
{
"start": 846,
"end": 859,
"text": "(Gildea, 2001",
"ref_id": "BIBREF8"
},
{
"start": 1515,
"end": 1534,
"text": "Clark et al. (2002)",
"ref_id": "BIBREF4"
},
{
"start": 1539,
"end": 1558,
"text": "Hockenmaier (2003a)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [
{
"start": 434,
"end": 441,
"text": "Table 1",
"ref_id": null
},
{
"start": 667,
"end": 674,
"text": "Table 3",
"ref_id": null
},
{
"start": 1064,
"end": 1071,
"text": "Table 2",
"ref_id": "TABREF1"
},
{
"start": 1416,
"end": 1423,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "The results given so far have all used gold standard POS tags from CCGbank. Table 3 also gives the results if automatically assigned POS tags are used in the training and testing phases, using the C&C POS tagger (Curran and . The performance reduction is expected given that the supertagger relies heavily on POS tags as features.",
"cite_spans": [],
"ref_spans": [
{
"start": 76,
"end": 83,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "More investigation is needed to properly compare our parser and Hockenmaier's, since there are a number of differences in addition to the models used: Hockenmaier effectively reads a lexicalised PCFG off CCGbank, and is able to use all of the available training data; Hockenmaier does not use a supertagger, but does use a beam search.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "Parsing the 2,401 sentences in section 23 takes 1.6 minutes using the normal-form model, and 10.5 minutes using the dependency model. The difference is due largely to the normal-form constraints used by the normal-form parser. Clark and Curran (2004) shows that the normal-form constraints significantly increase parsing speed and, in combination with adaptive supertagging, result in a highly efficient wide-coverage parser.",
"cite_spans": [
{
"start": 227,
"end": 250,
"text": "Clark and Curran (2004)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "As a final oracle experiment we parsed the sentences in section 00 using the correct lexical categories from CCGbank. Since the parser uses only a subset of the lexical categories in CCGbank, 7% of the sentences could not be parsed; however, the labelled F-score for the parsed sentences was almost 98%. This very high score demonstrates the large amount of information in lexical categories.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "8"
},
{
"text": "A major contribution of this paper has been the development of a parsing model for CCG which uses all derivations, including non-standard derivations. Non-standard derivations are an integral part of the CCG formalism, and it is an interesting question whether efficient estimation and parsing algorithms can be defined for models which use all derivations. We have answered this question, and in doing so developed a new parsing algorithm for CCG which maximises expected recall of dependencies.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "9"
},
{
"text": "We would like to extend the dependency model, by including the local-rule dependencies which are used by the normal-form model, for example. However, one of the disadvantages of the dependency model is that the estimation process is already using a large proportion of our existing resources, and extending the feature set will further increase the execution time and memory requirement of the estimation algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "9"
},
{
"text": "We have also shown that a normal-form model performs as well as the dependency model. There are a number of advantages to the normal-form model: it requires less space and time resources for estimation and it produces a faster parser. Our normal-form parser significantly outperforms the parser of Clark et al. (2002) and produces results at least as good as the current state-of-the-art for CCG parsing. The use of adaptive supertagging and the normal-form constraints result in a very efficient wide-coverage parser. Our system demonstrates that accurate and efficient wide-coverage CCG parsing is feasible.",
"cite_spans": [
{
"start": 298,
"end": 317,
"text": "Clark et al. (2002)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "9"
},
{
"text": "Future work will investigate extending the feature sets used by the log-linear models with the aim of further increasing parsing accuracy. Finally, the oracle results suggest that further experimentation with the supertagger will significantly improve parsing accuracy, efficiency and robustness.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "9"
},
{
"text": "See Riezler et al. (2002) for a similar description in the context of LFG parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "By rule instantiation we mean the local tree arising from the application of a CCG combinatory rule.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "A more complete description of CCG feature forests is given in.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Coordinate constructions can create multiple dependencies for a single argument slot; in this case the score for the multiple dependencies is the average of the individual scores.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank Julia Hockenmaier for the use of CCGbank and helpful comments, and Mark Steedman for guidance and advice. Jason Baldridge, Frank Keller, Yuval Krymolowski and Miles Osborne provided useful feedback. This work was supported by EPSRC grant GR/M96889, and a Commonwealth scholarship and a Sydney University Travelling scholarship to the second author.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A maximum entropy approach to natural language processing",
"authors": [
{
"first": "Adam",
"middle": [],
"last": "Berger",
"suffix": ""
},
{
"first": "Stephen",
"middle": [
"Della"
],
"last": "Pietra",
"suffix": ""
},
{
"first": "Vincent",
"middle": [
"Della"
],
"last": "Pietra",
"suffix": ""
}
],
"year": 1996,
"venue": "Computational Linguistics",
"volume": "22",
"issue": "1",
"pages": "39--71",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Adam Berger, Stephen Della Pietra, and Vincent Della Pietra. 1996. A maximum entropy approach to nat- ural language processing. Computational Linguistics, 22(1):39-71.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A Gaussian prior for smoothing maximum entropy models",
"authors": [
{
"first": "Stanley",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Ronald",
"middle": [],
"last": "Rosenfeld",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stanley Chen and Ronald Rosenfeld. 1999. A Gaussian prior for smoothing maximum entropy models. Tech- nical report, Carnegie Mellon University, Pittsburgh, PA.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Log-linear models for wide-coverage CCG parsing",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "James",
"middle": [
"R"
],
"last": "Curran",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the EMNLP Conference",
"volume": "",
"issue": "",
"pages": "97--104",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephen Clark and James R. Curran. 2003. Log-linear models for wide-coverage CCG parsing. In Proceed- ings of the EMNLP Conference, pages 97-104, Sap- poro, Japan.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The importance of supertagging for wide-coverage CCG parsing",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "James",
"middle": [
"R"
],
"last": "Curran",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of COLING-04",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephen Clark and James R. Curran. 2004. The impor- tance of supertagging for wide-coverage CCG pars- ing. In Proceedings of COLING-04, Geneva, Switzer- land.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Building deep dependency structures with a wide-coverage CCG parser",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Clark",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "327--334",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephen Clark, Julia Hockenmaier, and Mark Steedman. 2002. Building deep dependency structures with a wide-coverage CCG parser. In Proceedings of the 40th Meeting of the ACL, pages 327-334, Philadel- phia, PA.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A new statistical parser based on bigram lexical dependencies",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the 34th Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "184--191",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Collins. 1996. A new statistical parser based on bigram lexical dependencies. In Proceedings of the 34th Meeting of the ACL, pages 184-191, Santa Cruz, CA.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Investigating GIS and smoothing for maximum entropy taggers",
"authors": [
{
"first": "R",
"middle": [],
"last": "James",
"suffix": ""
},
{
"first": "Stephen",
"middle": [],
"last": "Curran",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Clark",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 10th Meeting of the EACL",
"volume": "",
"issue": "",
"pages": "91--98",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James R. Curran and Stephen Clark. 2003. Investigating GIS and smoothing for maximum entropy taggers. In Proceedings of the 10th Meeting of the EACL, pages 91-98, Budapest, Hungary.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Efficient normal-form parsing for Combinatory Categorial Grammar",
"authors": [
{
"first": "Jason",
"middle": [],
"last": "Eisner",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the 34th Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "79--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jason Eisner. 1996. Efficient normal-form parsing for Combinatory Categorial Grammar. In Proceedings of the 34th Meeting of the ACL, pages 79-86, Santa Cruz, CA.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Corpus variation and parser performance",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the EMNLP Conference",
"volume": "",
"issue": "",
"pages": "167--202",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Gildea. 2001. Corpus variation and parser per- formance. In Proceedings of the EMNLP Conference, pages 167-202, Pittsburgh, PA.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Parsing algorithms and metrics",
"authors": [
{
"first": "Joshua",
"middle": [],
"last": "Goodman",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the 34th Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "177--183",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joshua Goodman. 1996. Parsing algorithms and metrics. In Proceedings of the 34th Meeting of the ACL, pages 177-183, Santa Cruz, CA.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"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 Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "335--342",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Julia Hockenmaier and Mark Steedman. 2002. Gen- erative models for statistical parsing with Combina- tory Categorial Grammar. In Proceedings of the 40th Meeting of the ACL, pages 335-342, Philadelphia, PA.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Data and Models for Statistical Parsing with Combinatory Categorial Grammar",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Julia Hockenmaier. 2003a. Data and Models for Statis- tical Parsing with Combinatory Categorial Grammar. Ph.D. thesis, University of Edinburgh.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Parsing with generative models of predicate-argument structure",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 41st Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "359--366",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Julia Hockenmaier. 2003b. Parsing with generative models of predicate-argument structure. In Proceed- ings of the 41st Meeting of the ACL, pages 359-366, Sapporo, Japan.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"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 the Human Language Technology Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yusuke Miyao and Jun'ichi Tsujii. 2002. Maximum en- tropy estimation for feature forests. In Proceedings of the Human Language Technology Conference, San Diego, CA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Numerical Optimization",
"authors": [
{
"first": "Jorge",
"middle": [],
"last": "Nocedal",
"suffix": ""
},
{
"first": "Stephen",
"middle": [
"J"
],
"last": "Wright",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jorge Nocedal and Stephen J. Wright. 1999. Numerical Optimization. Springer, New York, USA.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"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": [
"H"
],
"last": "King",
"suffix": ""
},
{
"first": "Ronald",
"middle": [
"M"
],
"last": "Kaplan",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Crouch",
"suffix": ""
},
{
"first": "John",
"middle": [
"T"
],
"last": "Maxwell",
"suffix": ""
},
{
"first": "Iii",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th Meeting of the ACL",
"volume": "",
"issue": "",
"pages": "271--278",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stefan Riezler, Tracy H. King, Ronald M. Kaplan, Richard Crouch, John T. Maxwell III, and Mark John- son. 2002. Parsing the Wall Street Journal using a Lexical-Functional Grammar and discriminative esti- mation techniques. In Proceedings of the 40th Meet- ing of the ACL, pages 271-278, Philadelphia, PA.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Shallow parsing with conditional random fields",
"authors": [
{
"first": "Fei",
"middle": [],
"last": "Sha",
"suffix": ""
},
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the HLT/NAACL Conference",
"volume": "",
"issue": "",
"pages": "213--220",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fei Sha and Fernando Pereira. 2003. Shallow parsing with conditional random fields. In Proceedings of the HLT/NAACL Conference, pages 213-220, Edmonton, Canada.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "The Syntactic Process",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Steedman. 2000. The Syntactic Process. The MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Parse disambiguation for a rich HPSG grammar",
"authors": [
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Manning",
"suffix": ""
},
{
"first": "Stuart",
"middle": [],
"last": "Shieber",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Stephan",
"middle": [],
"last": "Oepen",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the First Workshop on Treebanks and Linguistic Theories",
"volume": "",
"issue": "",
"pages": "253--263",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kristina Toutanova, Christopher Manning, Stuart Shieber, Dan Flickinger, and Stephan Oepen. 2002. Parse disambiguation for a rich HPSG grammar. In Proceedings of the First Workshop on Treebanks and Linguistic Theories, pages 253-263, Sozopol, Bulgaria.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": ". A feature forest \u03a6 is a tuple C, D, R, \u03b3, \u03b4 where: C is a set of conjunctive nodes; D is a set of disjunctive nodes; R \u2286 D is a set of root disjunctive nodes; \u03b3 : D \u2192 2 C is a conjunctive daughter function; \u03b4 : C \u2192 2 D is a disjunctive daughter function. The individual entries in a cell are conjunctive nodes, and the equivalence classes of entries are dis-C, D, R, \u03b3, \u03b4 is a packed chart / feature forest G is a set of gold standard dependencies Let c be a conjunctive node Let d be a disjunctive node deps(c) is the set of dependencies on node c cdeps(c) = \u22121 if, for some \u03c4 \u2208 deps(c), \u03c4 G |deps(c)| otherwise dmax(c) ="
},
"TABREF1": {
"html": null,
"text": "Results on development set for the normalform models",
"num": null,
"content": "<table/>",
"type_str": "table"
},
"TABREF2": {
"html": null,
"text": "gives the results for the normal-form model for various feature sets. The results show that each additional feature type increases perfor-",
"num": null,
"content": "<table><tr><td/><td>LP</td><td>LR</td><td>UP</td><td>UR</td><td>cat</td></tr><tr><td>Clark et al. 2002</td><td colspan=\"5\">81.9 81.8 90.1 89.9 90.3</td></tr><tr><td colspan=\"6\">Hockenmaier 2003 84.3 84.6 91.8 92.2 92.2</td></tr><tr><td>Log-linear</td><td colspan=\"5\">86.6 86.3 92.5 92.1 93.6</td></tr><tr><td colspan=\"6\">Hockenmaier(POS) 83.1 83.5 91.1 91.5 91.5</td></tr><tr><td>Log-linear (POS)</td><td colspan=\"5\">84.8 84.5 91.4 91.0 92.5</td></tr></table>",
"type_str": "table"
}
}
}
}