Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
125 kB
{
"paper_id": "D07-1014",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T16:18:42.945684Z"
},
"title": "Probabilistic Models of Nonprojective Dependency Trees",
"authors": [
{
"first": "David",
"middle": [
"A"
],
"last": "Smith",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Johns Hopkins University Baltimore",
"location": {
"postCode": "21218",
"region": "MD",
"country": "USA"
}
},
"email": "dasmith@cs.jhu.edu"
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Smith",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University Pittsburgh",
"location": {
"postCode": "15213",
"region": "PA",
"country": "USA"
}
},
"email": "nasmith@cs.cmu.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "A notable gap in research on statistical dependency parsing is a proper conditional probability distribution over nonprojective dependency trees for a given sentence. We exploit the Matrix Tree Theorem (Tutte, 1984) to derive an algorithm that efficiently sums the scores of all nonprojective trees in a sentence, permitting the definition of a conditional log-linear model over trees. While discriminative methods, such as those presented in McDonald et al. (2005b), obtain very high accuracy on standard dependency parsing tasks and can be trained and applied without marginalization, \"summing trees\" permits some alternative techniques of interest. Using the summing algorithm, we present competitive experimental results on four nonprojective languages, for maximum conditional likelihood estimation, minimum Bayes-risk parsing, and hidden variable training.",
"pdf_parse": {
"paper_id": "D07-1014",
"_pdf_hash": "",
"abstract": [
{
"text": "A notable gap in research on statistical dependency parsing is a proper conditional probability distribution over nonprojective dependency trees for a given sentence. We exploit the Matrix Tree Theorem (Tutte, 1984) to derive an algorithm that efficiently sums the scores of all nonprojective trees in a sentence, permitting the definition of a conditional log-linear model over trees. While discriminative methods, such as those presented in McDonald et al. (2005b), obtain very high accuracy on standard dependency parsing tasks and can be trained and applied without marginalization, \"summing trees\" permits some alternative techniques of interest. Using the summing algorithm, we present competitive experimental results on four nonprojective languages, for maximum conditional likelihood estimation, minimum Bayes-risk parsing, and hidden variable training.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Recently dependency parsing has received renewed interest, both in the parsing literature (Buchholz and Marsi, 2006) and in applications like translation (Quirk et al., 2005) and information extraction (Culotta and Sorensen, 2004) . Dependency parsing can be used to provide a \"bare bones\" syntactic structure that approximates semantics, and it has the additional advantage of admitting fast parsing algorithms (Eisner, 1996; McDonald et al., 2005b ) with a negligible grammar constant in many cases.",
"cite_spans": [
{
"start": 90,
"end": 116,
"text": "(Buchholz and Marsi, 2006)",
"ref_id": "BIBREF7"
},
{
"start": 154,
"end": 174,
"text": "(Quirk et al., 2005)",
"ref_id": "BIBREF41"
},
{
"start": 202,
"end": 230,
"text": "(Culotta and Sorensen, 2004)",
"ref_id": "BIBREF12"
},
{
"start": 412,
"end": 426,
"text": "(Eisner, 1996;",
"ref_id": "BIBREF15"
},
{
"start": 427,
"end": 449,
"text": "McDonald et al., 2005b",
"ref_id": "BIBREF34"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The latest state-of-the-art statistical dependency parsers are discriminative, meaning that they are based on classifiers trained to score trees, given a sentence, either via factored whole-structure scores (McDonald et al., 2005a) or local parsing decision scores (Hall et al., 2006) . In the works cited, these scores are not intended to be interpreted as probabilistic quantities.",
"cite_spans": [
{
"start": 207,
"end": 231,
"text": "(McDonald et al., 2005a)",
"ref_id": "BIBREF33"
},
{
"start": 265,
"end": 284,
"text": "(Hall et al., 2006)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Here we consider weighted dependency parsing models that can be used to define well-formed conditional distributions p(y | x), for dependency trees y and a sentence x. Conditional distributions over outputs (here, trees) given inputs (here, sentences) have certain advantages. They permit marginalization over trees to compute posteriors of interesting sub-events (e.g., the probability that two noun tokens bear a relation, regardless of which tree is correct). A probability model permits alternative decoding procedures (Goodman, 1996) . Well-motivated hidden variable training procedures (such as EM and conditional EM) are also readily available for probabilistic models. Finally, probability models can be chained together (as in a noisy channel model), mixed, or combined in a product-of-experts.",
"cite_spans": [
{
"start": 207,
"end": 220,
"text": "(here, trees)",
"ref_id": null
},
{
"start": 523,
"end": 538,
"text": "(Goodman, 1996)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Sequence models, context-free models, and dependency models have appeared in several guises; a cross-model comparison clarifies the contribution of this paper. First, there were generative, stochastic models like HMMs, PCFGs, and Eisner's (1996) models. Local discriminative classifiers were proposed by McCallum et al. (2000) for sequence modeling, by Ratnaparkhi et al. (1994) for constituent parsing, and by Hall et al. (2006) (among others) for dependencies. Large-margin whole-structure models were proposed for sequence labeling by Altun et al. (2003) , for constituents by , and for dependency trees by McDonald et al. (2005a) . In this paper, we propose a model most similar to the conditional random fieldsinterpretable as log-linear models-of Lafferty et al. (2001) , which are now widely used for sequence labeling. Log-linear models have been used in parsing by Riezler et al. (2000) (for constraint-based grammars) and Johnson (2001) and Miyao and Tsujii (2002) (for CFGs). Like McDonald et al., we use an edge-factored model that permits nonprojective trees; like Lafferty et al., we argue for an alternative interpretation as a log-linear model over structures, conditioned on the observed sentence.",
"cite_spans": [
{
"start": 230,
"end": 245,
"text": "Eisner's (1996)",
"ref_id": "BIBREF15"
},
{
"start": 304,
"end": 326,
"text": "McCallum et al. (2000)",
"ref_id": "BIBREF30"
},
{
"start": 353,
"end": 378,
"text": "Ratnaparkhi et al. (1994)",
"ref_id": "BIBREF42"
},
{
"start": 411,
"end": 429,
"text": "Hall et al. (2006)",
"ref_id": "BIBREF19"
},
{
"start": 538,
"end": 557,
"text": "Altun et al. (2003)",
"ref_id": "BIBREF0"
},
{
"start": 610,
"end": 633,
"text": "McDonald et al. (2005a)",
"ref_id": "BIBREF33"
},
{
"start": 753,
"end": 775,
"text": "Lafferty et al. (2001)",
"ref_id": "BIBREF27"
},
{
"start": 874,
"end": 895,
"text": "Riezler et al. (2000)",
"ref_id": "BIBREF43"
},
{
"start": 932,
"end": 946,
"text": "Johnson (2001)",
"ref_id": "BIBREF21"
},
{
"start": 951,
"end": 974,
"text": "Miyao and Tsujii (2002)",
"ref_id": "BIBREF36"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In Section 2 we point out what would be required, computationally, for conditional training of nonprojective dependency models. The solution to the conditionalization problem is given in Section 3, using a widely-known but newly-applied Matrix Tree Theorem due to Tutte (1984) , and experimental results are presented with a comparison to the MIRA learning algorithm used by McDonald et al. (2005a) . We go on to describe and experiment with two useful applications of conditional modeling: minimum Bayesrisk decoding (Section 4) and hidden-variable training by conditional maximum likelihood estimation (Section 5). Discussion in Section 6 considers the implications of our experimental results. Two indepedent papers, published concurrently with this one, report closely related results to ours. Koo et al. (2007) and McDonald and Satta (2007) both describe how the Matrix Tree Theorem can be applied to computing the sum of scores of edgefactored dependency trees and the edge marginals. Koo et al. compare conditional likelihood training (as here) to the averaged perceptron and a maximum margin model trained using exponentiatedgradient (Bartlett et al., 2004) ; the latter requires the same marginalization calculations as conditional log-linear estimation. McDonald and Satta discuss a variety of applications (including minimum Bayesrisk decoding) and give complexity results for nonedge-factored models. Interested readers are referred to those papers for further discussion.",
"cite_spans": [
{
"start": 264,
"end": 276,
"text": "Tutte (1984)",
"ref_id": "BIBREF48"
},
{
"start": 375,
"end": 398,
"text": "McDonald et al. (2005a)",
"ref_id": "BIBREF33"
},
{
"start": 798,
"end": 815,
"text": "Koo et al. (2007)",
"ref_id": "BIBREF24"
},
{
"start": 820,
"end": 845,
"text": "McDonald and Satta (2007)",
"ref_id": "BIBREF32"
},
{
"start": 1142,
"end": 1165,
"text": "(Bartlett et al., 2004)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Let x = x 1 , ..., x n be a sequence of words (possibly with POS tags, lemmas, and morphological information) that are the input to a parser. y will refer to a directed, unlabeled dependency tree, which is a map y : {1, ..., n} \u2192 {0, ..., n} from child indices to parent indices; x 0 is the invisible \"wall\" symbol. Let Y x be the set of valid dependency trees for x. In this paper, Y x is equivalent to the set of all directed spanning trees over x. 1 A conditional model defines a family of probability distributions p(y | x), for all x and y \u2208 Y x . We propose that this model take a log-linear form:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p \u03b8 (y | x) = e \u03b8\u2022 f (x,y) y \u2208Yx e \u03b8\u2022 f (x,y ) = e \u03b8\u2022 f (x,y) Z \u03b8 (x)",
"eq_num": "(1)"
}
],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "where f is a feature vector function on parsed sentences and \u03b8 \u2208 R m parameterizes the model. Following McDonald et al. (2005a) , we assume that the features are edge-factored:",
"cite_spans": [
{
"start": 94,
"end": 127,
"text": "Following McDonald et al. (2005a)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "f (x, y) = n i=1 f (x, x i , x y(i) )",
"eq_num": "(2)"
}
],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "In other words, the dependencies between words in the tree are all conditionally independent of each other, given the sequence x and the fact that the parse is a spanning tree. Despite the constraints they impose on features, edge-factored models have the advantage of tractable O(n 3 ) inference algorithms or, with some trickery, O(n 2 ) maximum a posteriori (\"best parse tree\") inference algorithms in the nonprojective case. Exact nonprojective inference and estimation become intractable if we break edge factoring (McDonald and Pereira, 2006) . We wish to estimate the parameters \u03b8 by maximizing the conditional likelihood (like a CRF) rather than the margin (McDonald et al., 2005a) . For an empirical distributionp given by a set of training examples, this means:",
"cite_spans": [
{
"start": 520,
"end": 548,
"text": "(McDonald and Pereira, 2006)",
"ref_id": "BIBREF31"
},
{
"start": 665,
"end": 689,
"text": "(McDonald et al., 2005a)",
"ref_id": "BIBREF33"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "max \u03b8 x,yp (x, y) \u03b8 \u2022 f (x, y) \u2212 xp (x) log Z \u03b8 (x) (3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "This optimization problem is typically solved using a quasi-Newton numerical optimization method such as L-BFGS (Liu and Nocedal, 1989) . Such a method requires the gradient of the objective function, which for \u03b8 k is given by the following difference in expectations of the value of feature f k :",
"cite_spans": [
{
"start": 112,
"end": 135,
"text": "(Liu and Nocedal, 1989)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "\u2202 \u2202\u03b8 k = (4) Ep (X,Y) [f k (X, Y)] \u2212 Ep (X)p \u03b8 (Y|X) [f k (X, Y)]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "The computation of Z \u03b8 (x) and the sufficient statistics (second expectation in Equation 4) are typically the difficult parts. They require summing the scores of all the spanning trees for a given sentence. Note that, in large-margin training, and in standard maximum a posteriori decoding, only a maximum over spanning trees is called for-it is conditional training that requires Z \u03b8 (x). In Section 3, we will show how this can be done exactly in O(n 3 ) time.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "3 Exploiting the Matrix Tree Theorem for Z \u03b8 (x)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "We wish to apply conditional training to estimate conditional models of nonprojective trees. This requires computing Z \u03b8 (x) for each training example (as an inner loop to training). In this section we show how the summation can be computed and how conditional training performs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conditional Training for Nonprojective Dependency Models",
"sec_num": "2"
},
{
"text": "Recall that we defined the unnormalized probability (henceforth, score) of a dependency tree as a combination of edge-factored scores for the edges present in the tree (Eq. 2):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "exp \u03b8\u2022 f (x, y) = n i=1 e \u03b8\u2022 f (x,x i ,x y(i) ) = n i=1 s x, \u03b8 (i, y(i)) (5) where y(i) denotes the parent of x i in y. s x, \u03b8 (i, j),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "then, denotes the (multiplicative) contribution of the edge from child i to parent j to the total score of the tree, if the edge is present. Define the Kirchoff",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "matrix K x, \u03b8 \u2208 R n\u00d7n by K x, \u03b8 mom,kid = (6) \uf8f1 \uf8f2 \uf8f3 \u2212s x, \u03b8 (kid , mom) if mom = kid j\u2208{0,...n}:j =mom s x, \u03b8 (kid , j) if mom = kid .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "where mom indexes a parent node and kid a child node. K x \u03b8 can be regarded as a special weighted adjacency matrix in which the ith diagonal entry is the sum of edge-scores directed into vertex i (i.e., x i is the child)-note that the sum includes the score of attaching x i to the wall x 0 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "In our notation and in one specific form, the Matrix Tree Theorem (Tutte, 1984) states: 2",
"cite_spans": [
{
"start": 66,
"end": 79,
"text": "(Tutte, 1984)",
"ref_id": "BIBREF48"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "Theorem 1 The determinant of the Kirchoff matrix K x, \u03b8 is equal to the sum of scores of all directed spanning trees in Y x rooted at x 0 . Formally:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "K x, \u03b8 = Z \u03b8 (x).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "A proof is omitted; see Tutte (1984) .",
"cite_spans": [
{
"start": 24,
"end": 36,
"text": "Tutte (1984)",
"ref_id": "BIBREF48"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "To compute Z \u03b8 (x), we need only take the determinant of K x, \u03b8 , which can be done in O(n 3 ) time using the standard LU factorization to compute the matrix inverse. Since all of the edge weights used to construct the Kirchoff matrix are positive, it is diagonally dominant and therefore non-singular (i.e., invertible).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kirchoff Matrix",
"sec_num": "3.1"
},
{
"text": "The gradient of Z \u03b8 (x) (required for numerical optimization; see Eqs. 3-4) can be efficiently computed from the same matrix inverse. While \u2207 log Z \u03b8 (x) equates to a vector of feature expectations (Eq. 4), we exploit instead some facts from linear algebra",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "K x, \u03b8 = \uf8ee \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8ef \uf8f0 j\u2208{0,...,n}:j =1 s x, \u03b8 (1, j) \u2212s x, \u03b8 (2, 1) \u2022 \u2022 \u2022 \u2212s x, \u03b8 (n, 1) \u2212s x, \u03b8 (1, 2) j\u2208{0,...,n}:j =2 s x, \u03b8 (2, j) \u2022 \u2022 \u2022 \u2212s x, \u03b8 (n, 2) . . . . . . . . . . . . \u2212s x, \u03b8 (1, n) \u2212s x, \u03b8 (2, n) \u2022 \u2022 \u2022 j\u2208{0,...,n}:j =n s x, \u03b8 (n, j) \uf8f9 \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fa \uf8fb",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "and the chain rule. First, note that, for any weight \u03b8 k ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2202 log Z \u03b8 (x) \u2202\u03b8 k = \u2202 log |K x, \u03b8 | \u2202\u03b8 k = 1 |K x, \u03b8 | \u2202|K x, \u03b8 | \u2202\u03b8 k = 1 |K x, \u03b8 | n i=1 n j=0 \u2202|K x, \u03b8 | \u2202s x, \u03b8 (i, j) \u2202s x, \u03b8 (i, j) \u2202\u03b8 k = 1 |K x, \u03b8 | n i=1 n j=0 s x, \u03b8 (i, j)f k (x, x i , x j ) \u00d7 \u2202|K x, \u03b8 | \u2202s x, \u03b8 (i, j)",
"eq_num": "(7)"
}
],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "(We assume s x, \u03b8 (i, i) = 0, for simplicity of notation.) The last line follows from the definition of",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "s x, \u03b8 (i, j) as exp \u03b8\u2022 f (x, x i , x j ). Now, since s x, \u03b8 (i, j)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "affects the Kirchoff matrix in at most two cells-(i, i) and (j, i), the latter only when j > 0-we know that",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2202|K x, \u03b8 | \u2202s x, \u03b8 (i, j) = \u2202|K x, \u03b8 | \u2202[K x, \u03b8 ] i,i \u2202[K x, \u03b8 ] i,i \u2202s x, \u03b8 (i, i) \u2212 \u2202|K x, \u03b8 | \u2202[K x, \u03b8 ] j,i \u2202[K x, \u03b8 ] j,i \u2202s x, \u03b8 (i, j) = \u2202|K x, \u03b8 | \u2202[K x, \u03b8 ] i,i \u2212 \u2202|K x, \u03b8 | \u2202[K x, \u03b8 ] j,i",
"eq_num": "(8)"
}
],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "We have now reduced the problem of the gradient to a linear function of \u2207|K x, \u03b8 | with respect to the cells of the matrix itself. At this point, we simplify notation and consider an arbitrary matrix A.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "The minor m j,i of a matrix A is the determinant of the submatrix obtained by striking out row j and column i of A; the cofactor c j,i of A is then (\u22121) i+j m j,i . Laplace's formula defines the determinant as a linear combination of matrix cofactors of an arbitrary row j:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "|A| = n i=1 [A] j,i c j,i",
"eq_num": "(9)"
}
],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "It should be clear that any c j,k is constant with respect to the cell [A] j,i (since it is formed by removing row j of A) and that other entries of A are constant with respect to the cell [A] j,i . Therefore:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2202|A| \u2202[A] j,i = c j,i",
"eq_num": "(10)"
}
],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "The inverse matrix A \u22121 can also be defined in terms of cofactors:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "[A \u22121 ] i,j = c j,i |A|",
"eq_num": "(11)"
}
],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "Combining Eqs. 10 and 11, we have:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2202|A| \u2202[A] j,i = |A|[A \u22121 ] i,j",
"eq_num": "(12)"
}
],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "Plugging back in through Eq. 8 to Eq. 7, we have:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2202 log Z \u03b8 (x) \u2202\u03b8 k = n i=1 n j=0 s x, \u03b8 (i, j)f k (x, x i , x j ) \u00d7 K \u22121 x, \u03b8 i,i \u2212 K \u22121 x, \u03b8 i,j",
"eq_num": "(13)"
}
],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "where [K \u22121 ] i,0 is taken to be 0. Note that the cofactors do not need to be computed directly. We proposed in Section 3.1 to get Z \u03b8 (x) by computing the inverse of the Kirchoff matrix (which is known to exist). Under that procedure, the marginalization is a by-product of the gradient. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Gradient",
"sec_num": "3.2"
},
{
"text": "We compare conditional training of a nonprojective edge-factored parsing model to the online MIRA training used by McDonald et al. (2005b) . Four languages with relatively common nonprojective phenomena were tested: Arabic (Haji\u010d et al., 2004) , Czech (B\u00f6hmov\u00e1 et al., 2003) , Danish (Kromann, 2003) , and Dutch (van der Beek et al., 2002) . The Danish and Dutch datasets were prepared for the CoNLL 2006 shared task (Buchholz and Marsi, 2006) ; Arabic and Czech are from the 2007 shared task. We used the same features, extracted by Mc-Donald's code, in both MIRA and conditional training. In this paper, we consider only unlabeled dependency parsing.",
"cite_spans": [
{
"start": 115,
"end": 138,
"text": "McDonald et al. (2005b)",
"ref_id": "BIBREF34"
},
{
"start": 223,
"end": 243,
"text": "(Haji\u010d et al., 2004)",
"ref_id": "BIBREF18"
},
{
"start": 252,
"end": 274,
"text": "(B\u00f6hmov\u00e1 et al., 2003)",
"ref_id": "BIBREF4"
},
{
"start": 284,
"end": 299,
"text": "(Kromann, 2003)",
"ref_id": "BIBREF25"
},
{
"start": 312,
"end": 339,
"text": "(van der Beek et al., 2002)",
"ref_id": "BIBREF49"
},
{
"start": 417,
"end": 443,
"text": "(Buchholz and Marsi, 2006)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment",
"sec_num": "3.3"
},
{
"text": "Our conditional training used an online gradientbased method known as stochastic gradient descent (see, e.g., Bottou, 2003) . Training with MIRA and conditional estimation take about the same amount of time: approximately 50 sentences per second. Training proceeded as long as an improvement on held-out data was evident. The accuracy of the hypothesized parses for the two models, on each language, are shown in the top two rows of Tab. 1 (labeled \"map\" for maximum a posteriori, meaning that the highest-weighted tree is hypothesized).",
"cite_spans": [
{
"start": 110,
"end": 123,
"text": "Bottou, 2003)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment",
"sec_num": "3.3"
},
{
"text": "The two methods are, not surprisingly, close in performance; conditional likelihood outperformed MIRA on Arabic and Danish, underperformed MIRA on Czech, and the two tied on Dutch. Results are significant at the .05 level on a permutation test. Conditional estimation is in practice more prone to over-fitting than maximum margin methods, though we did not see any improvement using zero-mean Gaussian priors (variance 1 or 10).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment",
"sec_num": "3.3"
},
{
"text": "These experiments serve to validate conditional estimation as a competitive learning algorithm for parsing models, and the key contribution of the summing algorithm that permits conditional estimation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiment",
"sec_num": "3.3"
},
{
"text": "A second application of probability distributions over trees is the alternative decoding algorithm known as minimum Bayes-risk (mBr) decoding. The more commonly used maximum a posteriori decoding (also known as \"Viterbi\" decoding) that we applied in Section 3.3 sought to minimize the expected whole-tree loss:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "y = argmax y p \u03b8 (y | x) = argmin y E p \u03b8 (Y|x) [\u2212\u03b4(y, Y)] (14)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "Minimum Bayes-risk decoding generalizes this idea to an arbitrary loss function on the proposed tree:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "y = argmin y E p \u03b8 (Y|x) [ (y, Y)]",
"eq_num": "(15)"
}
],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "This technique was originally applied in speech recognition (Goel and Byrne, 2000) and translation (Kumar and Byrne, 2004) ; Goodman (1996) proposed a similar idea in probabilistic context-free parsing, seeking to maximize expected recall. For more applications in parsing, see Petrov and Klein (2007) .",
"cite_spans": [
{
"start": 60,
"end": 82,
"text": "(Goel and Byrne, 2000)",
"ref_id": "BIBREF16"
},
{
"start": 99,
"end": 122,
"text": "(Kumar and Byrne, 2004)",
"ref_id": "BIBREF26"
},
{
"start": 125,
"end": 139,
"text": "Goodman (1996)",
"ref_id": "BIBREF17"
},
{
"start": 278,
"end": 301,
"text": "Petrov and Klein (2007)",
"ref_id": "BIBREF38"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "The most common loss function used to evaluate dependency parsers is the number of attachment errors, so we seek to decode using:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "y = argmin y E p \u03b8 (Y|x) n i=1 \u2212\u03b4(y(i), Y(i)) = argmax y n i=1 p \u03b8 (Y(i) = y(i) | x)",
"eq_num": "(16)"
}
],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "To apply this decoding method, we make use of Eq. 13, which gives us the posterior probabilities of edges under the model, and the same Chiu-Liu-Edmonds maximum directed spanning tree algorithm used for maximum a posteriori decoding. Note that this decoding method can be applied regardless of how the model is trained. It merely requires assuming that the tree scores under the trained model (probabilistic or not) can be treated as unnormalized log-probabilities over trees given the sentence x.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "We applied minimum Bayes-risk decoding to the models trained using MIRA and using conditional estimation (see Section 3.3). Table 1 shows that, across languages, minimum Bayes-risk decoding hurts slightly the performance of a MIRA-trained model, but helps slightly or does not affect the performance of a conditionally-trained model. Since MIRA does not attempt to model the distribution over trees, this result is not surprising; interpreting weights as defining a conditional log-linear distribution is questionable under MIRA's training criterion.",
"cite_spans": [],
"ref_spans": [
{
"start": 124,
"end": 131,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "One option, which we do not test here, is to use minimum Bayes-risk decoding inside of MIRA training, to propose a hypothesis tree (or k-best trees) at each training step. Doing this would more closely match the training conditions with the testing conditions; however, it is unclear whether there is a formal interpretation of such a combination, for example its relationship to McDonald et al.'s \"factored MIRA.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "Minimum Bayes-risk decoding, we believe, will become important in nonprojective parsing with non-edge-factored models. Note that minimium Bayes-risk decoding reduces any parsing problem to the maximum directed spanning tree problem, even if the original model is not edge-factored. All that is required are the marginals p \u03b8 (Y(i) = y(i) | x), which may be intractable to compute exactly, though it may be possible to develop efficient approximations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Minimum Bayes-Risk Decoding",
"sec_num": "4"
},
{
"text": "A third application of probability distributions over trees is hidden-variable learning. The Expectation-Maximization (EM) algorithm (Baum and Petrie, 1966; Dempster et al., 1977; Baker, 1979) , for example, is a way to maximum the likelihood of training data, marginalizing out hidden variables. This has been applied widely in unsupervised parsing (Carroll and Charniak, 1992; Klein and Manning, 2002) . More recently, EM has been used to learn hidden variables in parse trees; these can be head-child annotations (Chiang and Bikel, 2002) , latent head features (Matsuzaki et al., 2005; Prescher, 2005; Dreyer and Eisner, 2006) , or hierarchicallysplit nonterminal states (Petrov et al., 2006) .",
"cite_spans": [
{
"start": 133,
"end": 156,
"text": "(Baum and Petrie, 1966;",
"ref_id": "BIBREF3"
},
{
"start": 157,
"end": 179,
"text": "Dempster et al., 1977;",
"ref_id": "BIBREF13"
},
{
"start": 180,
"end": 192,
"text": "Baker, 1979)",
"ref_id": "BIBREF1"
},
{
"start": 350,
"end": 378,
"text": "(Carroll and Charniak, 1992;",
"ref_id": "BIBREF8"
},
{
"start": 379,
"end": 403,
"text": "Klein and Manning, 2002)",
"ref_id": "BIBREF22"
},
{
"start": 516,
"end": 540,
"text": "(Chiang and Bikel, 2002)",
"ref_id": "BIBREF11"
},
{
"start": 564,
"end": 588,
"text": "(Matsuzaki et al., 2005;",
"ref_id": "BIBREF29"
},
{
"start": 589,
"end": 604,
"text": "Prescher, 2005;",
"ref_id": "BIBREF40"
},
{
"start": 605,
"end": 629,
"text": "Dreyer and Eisner, 2006)",
"ref_id": "BIBREF14"
},
{
"start": 674,
"end": 695,
"text": "(Petrov et al., 2006)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Hidden Variables",
"sec_num": "5"
},
{
"text": "To date, we know of no attempts to apply hidden variables to supervised dependency tree models. If the trees are constrained to be projective, EM is easily applied using the inside-outside variant of the parsing algorithm described by Eisner (1996) to compute the marginal probability. Moving to the nonprojective case, there are two difficulties: (a) we must marginalize over nonprojective trees and (b) we must define a generative model over (X, Y).",
"cite_spans": [
{
"start": 235,
"end": 248,
"text": "Eisner (1996)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Hidden Variables",
"sec_num": "5"
},
{
"text": "We have already shown in Section 3 how to solve (a); here we avoid (b) by maximizing conditional likelihood, marginalizing out the hidden variable, denoted z:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hidden Variables",
"sec_num": "5"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "max \u03b8 x,yp (x, y) log z p \u03b8 (y, z | x)",
"eq_num": "(17)"
}
],
"section": "Hidden Variables",
"sec_num": "5"
},
{
"text": "This sort of conditional training with hidden variables was carried out by Koo and Collins (2005) , for example, in reranking; it is related to the information bottleneck method (Tishby et al., 1999) and contrastive estimation (Smith and Eisner, 2005) .",
"cite_spans": [
{
"start": 75,
"end": 97,
"text": "Koo and Collins (2005)",
"ref_id": "BIBREF23"
},
{
"start": 178,
"end": 199,
"text": "(Tishby et al., 1999)",
"ref_id": "BIBREF46"
},
{
"start": 227,
"end": 251,
"text": "(Smith and Eisner, 2005)",
"ref_id": "BIBREF44"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Hidden Variables",
"sec_num": "5"
},
{
"text": "Noting that our model is edge-factored (Eq. 2), we define our hidden variables to be edge-factored as well. We can think of the hidden variables as clusters on dependency tokens, and redefine the score of an edge to be:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Latent Dependency Labels",
"sec_num": "5.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "s x, \u03b8 (i, j) = z\u2208Z e \u03b8\u2022 f (x,x i ,x j ,z)",
"eq_num": "(18)"
}
],
"section": "Latent Dependency Labels",
"sec_num": "5.1"
},
{
"text": "where Z is a set of dependency clusters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Latent Dependency Labels",
"sec_num": "5.1"
},
{
"text": "Note that keeping the model edge-factored means that the cluster of each dependency in a tree is conditionally independent of all the others, given the words. This is computationally advantageous (we can factor out the marginalization of the hidden variable by edge), and it permits the use of any clustering method at all. For example, if an auxiliary clustering model q(z | x, y)-perhaps one that did not make such independence assumptions-were used, the posterior probability q(Z i = z | x, y) could be a feature in the proposed model. On the other hand, we must consider carefully the role of the dependency clusters in the model; if clusters are learned extrinsic to estimation of the parsing model, we should not expect them to be directly advantageous to parsing accuracy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Latent Dependency Labels",
"sec_num": "5.1"
},
{
"text": "We tried two sets of experiments with clustering. In one case, we simply augmented all of McDonald et al.'s edge features with a cluster label in hopes of improved accuracy. Models were initialized near zero, with Gaussian noise added to break symmetry among clusters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "5.2"
},
{
"text": "Under these conditions, performance stayed the same or changed slightly (see Table 2 ); none of the improvements are significant. Note that three decoders were applied: maximum a posteriori (map) and minimum Bayes-risk (mBr) as described in Section 4, and \"max-z,\" in which each possible edge was labeled and weighted only with its most likely cluster (rather than the sum over all clusters), before finding the most probable tree. 3 For each of the three languages tested, some number of clusters and some decoding method gave small improvements over the baseline.",
"cite_spans": [],
"ref_spans": [
{
"start": 77,
"end": 84,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Experiments",
"sec_num": "5.2"
},
{
"text": "More ambitiously, we hypothesized that many lexicalized features on edges could be \"squeezed\" through clusters to reduce the size of the feature set. We thus removed all word-word and lemma-lemma features and all tag fourgrams. Although this reduced our feature set by a factor of 60 or more (prior to taking a cross-product with the clusters), the damage of breaking the features was tremendous, and performance even with a thousand clusters barely broke 25% accuracy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "5.2"
},
{
"text": "Noting that adding latent features to nonterminals in unlexicalized context-free parsing has been very successful (Chiang and Bikel, 2002; Matsuzaki et al., 2005; Prescher, 2005; Dreyer and Eisner, 2006; Petrov et al., 2006) more substantial performance improvement through latent features. We propose several interpretations. First, it may simply be that many more clusters may be required. Note that the label-set sizes for the labeled versions of these datasets are larger than 32 (e.g., 50 for Danish). This has the unfortunate effect of blowing up the feature space beyond the memory capacity of our machines (hence our attempts at squeezing high-dimensional features through the clusters). Of course, improved clustering methods may also improve performance. In particular, a clusterlearning algorithm that permits clusters to split and/or merge, as in Petrov et al. (2006) or in Pereira et al. (1993) , may be appropriate.",
"cite_spans": [
{
"start": 114,
"end": 138,
"text": "(Chiang and Bikel, 2002;",
"ref_id": "BIBREF11"
},
{
"start": 139,
"end": 162,
"text": "Matsuzaki et al., 2005;",
"ref_id": "BIBREF29"
},
{
"start": 163,
"end": 178,
"text": "Prescher, 2005;",
"ref_id": "BIBREF40"
},
{
"start": 179,
"end": 203,
"text": "Dreyer and Eisner, 2006;",
"ref_id": "BIBREF14"
},
{
"start": 204,
"end": 224,
"text": "Petrov et al., 2006)",
"ref_id": "BIBREF39"
},
{
"start": 859,
"end": 879,
"text": "Petrov et al. (2006)",
"ref_id": "BIBREF39"
},
{
"start": 886,
"end": 907,
"text": "Pereira et al. (1993)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
},
{
"text": "Given the relative simplicity of clustering methods for context-free parsing to date (gains were found just by using Expectation-Maximization), we believe the fundamental reason clustering was not particularly helpful here is a structural one. In context-free parsing, the latent features are (in published work to date) on nonterminal states, which are the stuctural \"bridge\" between context-free rules. Adding features to those states is a way of pushing information-encoded indirectly, perhaps-farther around the tree, and therefore circumventing the strict independence assumptions of probabilistic CFGs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
},
{
"text": "In an edge-factored dependency model, on the other hand, latent features on the edges seem to have little effect. Given that they are locally \"summed out\" when we compute the scores of possible attachments, it should be clear that the edge clusters do not circumvent any independence assumptions. Three options appear to present themselves. First, we might attempt to learn clusters in tandem with estimating a richer, non-edge-factored model which would require approximations to Z \u03b8 (x), if conditional training were to be used. Note that the approximations to maximizing over spanning trees with second-order features, proposed by McDonald and Pereira (2006) , do not permit estimating the clusters as part of the same process as weight estimation (at least not without modification). In the conditional estimation case, a variational approach might be appropriate. The second option is to learn clusters offline, before estimating the parser. (We suggested how to incorporate soft clusters into our model in Section 5.1.) This option is computationally advantageous but loses sight of the aim of learning the clusters specifically to improve parsing accuracy. Third, noting that the structural \"bridge\" between two coincident edges is the shared vertex (word), we might consider word token clustering. We also believe this structural locality issue helps explain the modesty of the gains using minimum Bayes-risk decoding with conditional training (Section 4). In other dependency parsing scenarios, minimum Bayes-risk decoding has been found to offer significant advantages-why not here? Minimum Bayes-risk makes use of global statistical dependencies in the posterior when making local decisions. But in an edge-factored model, the edges are all conditionally independent, given that y is a spanning tree.",
"cite_spans": [
{
"start": 634,
"end": 661,
"text": "McDonald and Pereira (2006)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
},
{
"text": "As a post hoc experiment, we compared purely greedy attachment (attach each word to its maximum-weighted parent, without any tree constraints). Edge scores as defined in the model were compared to minimum Bayes-risk posterior scores, and the latter were consistently better (though this always under-performed optimal spanning-tree decoding, unsurprisingly). This comparison serves only to confirm that minimum Bayes-risk decoding is a way to circumvent independence assumptions (here made by a decoder), but only when the trained model does not make those particular assumptions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "6"
},
{
"text": "We have shown how to carry out exact marginalization under an edge-factored, conditional log-linear model over nonprojective dependency trees. The method has cubic runtime in the length of the sequence, but is very fast in practice. It can be used in conditional training of such a model, in minimum Bayes-risk decoding (regardless of how the model is trained), and in training with hidden variables. We demonstrated how each of these techniques gives results competitive with state-of-the-art existing dependency parsers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "7"
},
{
"text": "To be precise, every word has in-degree 1, with the sole edge pointing from the word's parent, x y(i) \u2192 xi. x0 has indegree 0. By definition, trees are acyclic. The edges need not be planar and may \"cross\" in the plane, since we do not have a projectivity constraint. In some formulations, exactly one node in x can attach to x0; here we allow multiple nodes to attach to x0, since this occurs with some frequency in many existing datasets. Summation over trees where x0 has exactly one child is addressed directly byKoo et al. (2007).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "There are proven generalizations of this theorem(Chen, 1965;Chaiken, 1982;Minoux, 1999); we give the most specific form that applies to our case, originally proved by Tutte in 1948. Strictly speaking, our K x, \u03b8 is not the Kirchoff matrix, but rather a submatrix of the Kirchoff matrix with a leftmost column of zeroes and a topmost row [0, \u2212s x, \u03b8 (1, 0), ..., \u2212s x, \u03b8 (n, 0)] removed. Farther afield,Jaakkola et al. (1999) used an undirected matrix tree theorem for learning tree structures for graphical models.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Czech experiments were not done, since the number of features (more than 14 million) was too high to multiply out by clusters.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The authors thank the anonymous reviewers, Jason Eisner, Keith Hall, and Sanjeev Khudanpur for helpful comments, and Michael Collins and Ryan Mc-Donald for sharing drafts of their related, concurrent papers. This work was supported in part by NSF ITR grant IIS-0313193.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Investigating loss functions and optimization methods for discriminative learning of label sequences",
"authors": [
{
"first": "M",
"middle": [],
"last": "Altun",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Johnson",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hofmann",
"suffix": ""
}
],
"year": 2003,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Altun, M. Johnson, and T. Hofmann. 2003. Inves- tigating loss functions and optimization methods for discriminative learning of label sequences. In Proc. of EMNLP.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Trainable grammars for speech recognition",
"authors": [
{
"first": "J",
"middle": [
"K"
],
"last": "Baker",
"suffix": ""
}
],
"year": 1979,
"venue": "Proc. of the",
"volume": "",
"issue": "",
"pages": "547--550",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. K. Baker. 1979. Trainable grammars for speech recog- nition. In Proc. of the Acoustical Society of America, pages 547-550.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Exponentiated gradient algorithms for largemargin structured classification",
"authors": [
{
"first": "P",
"middle": [],
"last": "Bartlett",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Taskar",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Mcallester",
"suffix": ""
}
],
"year": 2004,
"venue": "Advances in NIPS 17",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Bartlett, M. Collins, B. Taskar, and D. McAllester. 2004. Exponentiated gradient algorithms for large- margin structured classification. In Advances in NIPS 17.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Statistical inference for probabilistic functions of finite state Markov chains",
"authors": [
{
"first": "L",
"middle": [
"E"
],
"last": "Baum",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Petrie",
"suffix": ""
}
],
"year": 1966,
"venue": "Annals of Mathematical Statistics",
"volume": "37",
"issue": "",
"pages": "1554--1563",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. E. Baum and T. Petrie. 1966. Statistical inference for probabilistic functions of finite state Markov chains. Annals of Mathematical Statistics, 37:1554-1563.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "The PDT: a 3-level annotation scenario",
"authors": [
{
"first": "A",
"middle": [],
"last": "B\u00f6hmov\u00e1",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Haji\u010dov\u00e1",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Hladk\u00e1",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. B\u00f6hmov\u00e1, J. Haji\u010d, E. Haji\u010dov\u00e1, and B. Hladk\u00e1. 2003. The PDT: a 3-level annotation scenario.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Building and Exploiting Syntactically-Annotated Corpora",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In A. Abeille, editor, Building and Exploiting Syntactically-Annotated Corpora. Kluwer.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Stochastic learning",
"authors": [
{
"first": "L",
"middle": [],
"last": "Bottou",
"suffix": ""
}
],
"year": 2003,
"venue": "Advanced Lectures in Machine Learning",
"volume": "",
"issue": "",
"pages": "146--168",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. Bottou. 2003. Stochastic learning. In Advanced Lec- tures in Machine Learning, pages 146-168. Springer.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "CoNLL-X shared task on multilingual dependency parsing",
"authors": [
{
"first": "S",
"middle": [],
"last": "Buchholz",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Marsi",
"suffix": ""
}
],
"year": 2006,
"venue": "Proc. of CoNLL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Buchholz and E. Marsi. 2006. CoNLL-X shared task on multilingual dependency parsing. In Proc. of CoNLL.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Two experiments on learning probabilistic dependency grammars from corpora",
"authors": [
{
"first": "G",
"middle": [],
"last": "Carroll",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Charniak",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "G. Carroll and E. Charniak. 1992. Two experiments on learning probabilistic dependency grammars from cor- pora. Technical report, Brown University.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A combinatorial proof of the all minors matrix tree theorem",
"authors": [
{
"first": "S",
"middle": [],
"last": "Chaiken",
"suffix": ""
}
],
"year": 1982,
"venue": "SIAM Journal on Algebraic and Discrete Methods",
"volume": "3",
"issue": "3",
"pages": "319--329",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Chaiken. 1982. A combinatorial proof of the all mi- nors matrix tree theorem. SIAM Journal on Algebraic and Discrete Methods, 3(3):319-329.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Topological analysis for active networks",
"authors": [
{
"first": "W.-K",
"middle": [],
"last": "Chen",
"suffix": ""
}
],
"year": 1965,
"venue": "IEEE Transactions on Circuit Theory",
"volume": "12",
"issue": "1",
"pages": "85--91",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "W.-K. Chen. 1965. Topological analysis for active networks. IEEE Transactions on Circuit Theory, 12(1):85-91.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Recovering latent information in treebanks",
"authors": [
{
"first": "D",
"middle": [],
"last": "Chiang",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Bikel",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of COLING",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Chiang and D. Bikel. 2002. Recovering latent infor- mation in treebanks. In Proc. of COLING.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Dependency tree kernels for relation extraction",
"authors": [
{
"first": "A",
"middle": [],
"last": "Culotta",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Sorensen",
"suffix": ""
}
],
"year": 2004,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Culotta and J. Sorensen. 2004. Dependency tree ker- nels for relation extraction. In Proc. of ACL.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Maximum likelihood estimation from incomplete data via the EM algorithm",
"authors": [
{
"first": "A",
"middle": [],
"last": "Dempster",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Laird",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Rubin",
"suffix": ""
}
],
"year": 1977,
"venue": "Journal of the Royal Statistical Society B",
"volume": "39",
"issue": "",
"pages": "1--38",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Dempster, N. Laird, and D. Rubin. 1977. Maximum likelihood estimation from incomplete data via the EM algorithm. Journal of the Royal Statistical Society B, 39:1-38.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Better informed training of latent syntactic features",
"authors": [
{
"first": "M",
"middle": [],
"last": "Dreyer",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Eisner",
"suffix": ""
}
],
"year": 2006,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Dreyer and J. Eisner. 2006. Better informed training of latent syntactic features. In Proc. of EMNLP.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Three new probabilistic models for dependency parsing: An exploration",
"authors": [
{
"first": "J",
"middle": [],
"last": "Eisner",
"suffix": ""
}
],
"year": 1996,
"venue": "Proc. of COL-ING",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Eisner. 1996. Three new probabilistic models for de- pendency parsing: An exploration. In Proc. of COL- ING.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Minimum Bayes risk automatic speech recognition",
"authors": [
{
"first": "V",
"middle": [],
"last": "Goel",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Byrne",
"suffix": ""
}
],
"year": 2000,
"venue": "Computer Speech and Language",
"volume": "14",
"issue": "2",
"pages": "115--135",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "V. Goel and W. Byrne. 2000. Minimum Bayes risk auto- matic speech recognition. Computer Speech and Lan- guage, 14(2):115-135.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Parsing algorithms and metrics",
"authors": [
{
"first": "J",
"middle": [],
"last": "Goodman",
"suffix": ""
}
],
"year": 1996,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Goodman. 1996. Parsing algorithms and metrics. In Proc. of ACL.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Prague Arabic Dependency Treebank: Development in data and tools",
"authors": [
{
"first": "J",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "O",
"middle": [],
"last": "Smr\u017e",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Zem\u00e1nek",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "\u0160naidauf",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Be\u0161ka",
"suffix": ""
}
],
"year": 2004,
"venue": "Proc. of the NEMLAR Intern. Conf. on Arabic Language Resources and Tools",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Haji\u010d, O. Smr\u017e, P. Zem\u00e1nek J.\u0160naidauf, and E. Be\u0161ka. 2004. Prague Arabic Dependency Treebank: Devel- opment in data and tools. In Proc. of the NEMLAR In- tern. Conf. on Arabic Language Resources and Tools.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Discriminative learning for data-driven dependency parsing",
"authors": [
{
"first": "J",
"middle": [],
"last": "Hall",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Nilsson",
"suffix": ""
}
],
"year": 2006,
"venue": "Proc. of COLING-ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Hall, J. Nivre, and J. Nilsson. 2006. Discriminative learning for data-driven dependency parsing. In Proc. of COLING-ACL.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Maximum entropy discrimination",
"authors": [
{
"first": "T",
"middle": [],
"last": "Jaakkola",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Meila",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Jebara",
"suffix": ""
}
],
"year": 1999,
"venue": "Advances in NIPS 12",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Jaakkola, M. Meila, and T. Jebara. 1999. Maximum entropy discrimination. In Advances in NIPS 12.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Joint and conditional estimation of tagging and parsing models",
"authors": [
{
"first": "M",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2001,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Johnson. 2001. Joint and conditional estimation of tagging and parsing models. In Proc. of ACL.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "A generative constituent-context model for improved grammar induction",
"authors": [
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "C",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Klein and C. D. Manning. 2002. A generative constituent-context model for improved grammar in- duction. In Proc. of ACL.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Hidden-variable models for discriminative reranking",
"authors": [
{
"first": "T",
"middle": [],
"last": "Koo",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Koo and M. Collins. 2005. Hidden-variable models for discriminative reranking. In Proc. of EMNLP.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Structured prediction models via the Matrix-Tree Theorem",
"authors": [
{
"first": "T",
"middle": [],
"last": "Koo",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Globerson",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "Carreras",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. of EMNLP-CoNLL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Koo, A. Globerson, X. Carreras, and M. Collins. 2007. Structured prediction models via the Matrix-Tree The- orem. In Proc. of EMNLP-CoNLL.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "The Danish dependency treebank and the underlying linguistic theory",
"authors": [
{
"first": "M",
"middle": [
"T"
],
"last": "Kromann",
"suffix": ""
}
],
"year": 2003,
"venue": "Proc. of TLT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. T. Kromann. 2003. The Danish dependency treebank and the underlying linguistic theory. In Proc. of TLT.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Minimum Bayes risk decoding for statistical machine translation",
"authors": [
{
"first": "S",
"middle": [],
"last": "Kumar",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Byrne",
"suffix": ""
}
],
"year": 2004,
"venue": "Proc. of HLT-NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Kumar and W. Byrne. 2004. Minimum Bayes risk decoding for statistical machine translation. In Proc. of HLT-NAACL.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Conditional random fields: Probabilistic models for segmenting and labeling sequence data",
"authors": [
{
"first": "J",
"middle": [],
"last": "Lafferty",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Mccallum",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 2001,
"venue": "Proc. of ICML",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Lafferty, A. McCallum, and F. Pereira. 2001. Con- ditional random fields: Probabilistic models for seg- menting and labeling sequence data. In Proc. of ICML.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "On the limited memory BFGS method for large scale optimization",
"authors": [
{
"first": "D",
"middle": [
"C"
],
"last": "Liu",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1989,
"venue": "Math. Programming",
"volume": "45",
"issue": "",
"pages": "503--528",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. C. Liu and J. Nocedal. 1989. On the limited mem- ory BFGS method for large scale optimization. Math. Programming, 45:503-528.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Probabilistic CFG with latent annotations",
"authors": [
{
"first": "T",
"middle": [],
"last": "Matsuzaki",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Matsuzaki, Y. Miyao, and J. Tsujii. 2005. Probabilis- tic CFG with latent annotations. In Proc. of ACL.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Maximum entropy Markov models for information extraction and segmentation",
"authors": [
{
"first": "A",
"middle": [],
"last": "Mccallum",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Freitag",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 2000,
"venue": "Proc. of ICML",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. McCallum, D. Freitag, and F. Pereira. 2000. Maxi- mum entropy Markov models for information extrac- tion and segmentation. In Proc. of ICML.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Online learning of approximate dependency parsing algorithms",
"authors": [
{
"first": "R",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 2006,
"venue": "Proc. of EACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. McDonald and F. Pereira. 2006. Online learning of approximate dependency parsing algorithms. In Proc. of EACL.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "On the complexity of non-projective data-driven dependency parsing",
"authors": [
{
"first": "R",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Satta",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. of IWPT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. McDonald and G. Satta. 2007. On the complexity of non-projective data-driven dependency parsing. In Proc. of IWPT.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Online large-margin training of dependency parsers",
"authors": [
{
"first": "K",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Crammer",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, K. Crammer, and F. Pereira. 2005a. On- line large-margin training of dependency parsers. In Proc. of ACL.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Non-projective dependency parsing using spanning tree algorithms",
"authors": [
{
"first": "R",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Ribarov",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of HLT-EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. McDonald, F. Pereira, K. Ribarov, and J. Haji\u010d. 2005b. Non-projective dependency parsing using spanning tree algorithms. In Proc. of HLT-EMNLP.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "A generalization of the all minors matrix tree theorem to semirings",
"authors": [
{
"first": "M",
"middle": [],
"last": "Minoux",
"suffix": ""
}
],
"year": 1999,
"venue": "Discrete Mathematics",
"volume": "199",
"issue": "",
"pages": "139--150",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Minoux. 1999. A generalization of the all minors ma- trix tree theorem to semirings. Discrete Mathematics, 199:139-150.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Maximum entropy estimation for feature forests",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Miyao",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Tsujii",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of HLT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Miyao and J. Tsujii. 2002. Maximum entropy estima- tion for feature forests. In Proc. of HLT.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "Distributional clustering of English words",
"authors": [
{
"first": "F",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Tishby",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1993,
"venue": "Proc. of the 31st ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F. C. N. Pereira, N. Tishby, and L. Lee. 1993. Distribu- tional clustering of English words. In Proc. of the 31st ACL.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Improved inference for unlexicalized parsing",
"authors": [
{
"first": "S",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. of HLT-NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Petrov and D. Klein. 2007. Improved inference for unlexicalized parsing. In Proc. of HLT-NAACL.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Learning accurate, compact, and interpretable tree annotation",
"authors": [
{
"first": "S",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Barrett",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Thibaux",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 2006,
"venue": "Proc. of COLING-ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Petrov, L. Barrett, R. Thibaux, and D. Klein. 2006. Learning accurate, compact, and interpretable tree an- notation. In Proc. of COLING-ACL.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "Head-driven PCFGs with latent-head statistics",
"authors": [
{
"first": "D",
"middle": [],
"last": "Prescher",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of IWPT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Prescher. 2005. Head-driven PCFGs with latent-head statistics. In Proc. of IWPT.",
"links": null
},
"BIBREF41": {
"ref_id": "b41",
"title": "Dependency treelet translation: Syntactically informed phrasal SMT",
"authors": [
{
"first": "C",
"middle": [],
"last": "Quirk",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Menezes",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Cherry",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C. Quirk, A. Menezes, and C. Cherry. 2005. De- pendency treelet translation: Syntactically informed phrasal SMT. In Proc. of ACL.",
"links": null
},
"BIBREF42": {
"ref_id": "b42",
"title": "A maximum entropy model for parsing",
"authors": [
{
"first": "A",
"middle": [],
"last": "Ratnaparkhi",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Roukos",
"suffix": ""
},
{
"first": "R",
"middle": [
"T"
],
"last": "Ward",
"suffix": ""
}
],
"year": 1994,
"venue": "Proc. of IC-SLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Ratnaparkhi, S. Roukos, and R. T. Ward. 1994. A maximum entropy model for parsing. In Proc. of IC- SLP.",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "Lexicalized stochastic modeling of constraint-based grammars using log-linear measures and EM training",
"authors": [
{
"first": "S",
"middle": [],
"last": "Riezler",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Prescher",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kuhn",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2000,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Riezler, D. Prescher, J. Kuhn, and M. Johnson. 2000. Lexicalized stochastic modeling of constraint-based grammars using log-linear measures and EM training. In Proc. of ACL.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "Contrastive estimation: Training log-linear models on unlabeled data",
"authors": [
{
"first": "N",
"middle": [
"A"
],
"last": "Smith",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Eisner",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "N. A. Smith and J. Eisner. 2005. Contrastive estimation: Training log-linear models on unlabeled data. In Proc. of ACL.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "Max-margin parsing",
"authors": [
{
"first": "B",
"middle": [],
"last": "Taskar",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Koller",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2004,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. Taskar, D. Klein, M. Collins, D. Koller, and C. Man- ning. 2004. Max-margin parsing. In Proc. of EMNLP.",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "The information bottleneck method",
"authors": [
{
"first": "N",
"middle": [],
"last": "Tishby",
"suffix": ""
},
{
"first": "F",
"middle": [
"C N"
],
"last": "Pereira",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Bialek",
"suffix": ""
}
],
"year": 1999,
"venue": "Proc. of the",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "N. Tishby, F. C. N. Pereira, and W. Bialek. 1999. The information bottleneck method. In Proc. of the 37th",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "Graph Theory",
"authors": [
{
"first": "W",
"middle": [
"T"
],
"last": "Tutte",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "W. T. Tutte. 1984. Graph Theory. Addison-Wesley.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "The Alpino dependency treebank",
"authors": [
{
"first": "L",
"middle": [],
"last": "Van Der Beek",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Bouma",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Malouf",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Van Noord",
"suffix": ""
}
],
"year": 2002,
"venue": "CLIN",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. van der Beek, G. Bouma, R. Malouf, and G. van No- ord. 2002. The Alpino dependency treebank. In CLIN.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"num": null,
"type_str": "table",
"text": "Unlabeled dependency parsing accuracy (on test data) for two training methods(MIRA, as in McDonald et al. (2005b), and conditional estimation) and with maximum a posteriori (map) and minimum Bayes-risk (mBr) decoding. Boldface scores are best in their column on a permutation test at the .05 level.",
"content": "<table/>",
"html": null
},
"TABREF3": {
"num": null,
"type_str": "table",
"text": "",
"content": "<table><tr><td>: Augmenting edge features with clusters re-</td></tr><tr><td>sults in similar performance to conditional training</td></tr><tr><td>with no clusters (top two lines). Scores are unla-</td></tr><tr><td>beled dependency accuracy on test data.</td></tr></table>",
"html": null
}
}
}
}