| { |
| "paper_id": "D14-1049", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:54:25.746360Z" |
| }, |
| "title": "A Shortest-path Method for Arc-factored Semantic Role Labeling", |
| "authors": [ |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Llu\u00eds", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "TALP Research Center Universitat Polit\u00e8cnica de Catalunya", |
| "location": {} |
| }, |
| "email": "xlluis@cs.upc.edu" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "xavier.carreras@xrce.xerox.com" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "ALT Research Group Qatar Computing Research Institute", |
| "institution": "", |
| "location": {} |
| }, |
| "email": "lmarquez@qf.org.qa" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We introduce a Semantic Role Labeling (SRL) parser that finds semantic roles for a predicate together with the syntactic paths linking predicates and arguments. Our main contribution is to formulate SRL in terms of shortest-path inference, on the assumption that the SRL model is restricted to arc-factored features of the syntactic paths behind semantic roles. Overall, our method for SRL is a novel way to exploit larger variability in the syntactic realizations of predicate-argument relations, moving away from pipeline architectures. Experiments show that our approach improves the robustness of the predictions, producing arc-factored models that perform closely to methods using unrestricted features from the syntax.", |
| "pdf_parse": { |
| "paper_id": "D14-1049", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We introduce a Semantic Role Labeling (SRL) parser that finds semantic roles for a predicate together with the syntactic paths linking predicates and arguments. Our main contribution is to formulate SRL in terms of shortest-path inference, on the assumption that the SRL model is restricted to arc-factored features of the syntactic paths behind semantic roles. Overall, our method for SRL is a novel way to exploit larger variability in the syntactic realizations of predicate-argument relations, moving away from pipeline architectures. Experiments show that our approach improves the robustness of the predictions, producing arc-factored models that perform closely to methods using unrestricted features from the syntax.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Semantic role labeling (SRL) consists of finding the arguments of a predicate and labeling them with semantic roles (Gildea and Jurafsky, 2002; M\u00e0rquez et al., 2008) . The arguments fill roles that answer questions of the type \"who\" did \"what\" to \"whom\", \"how\", and \"why\" for a given sentence predicate. Most approaches to SRL are based on a pipeline strategy, first parsing the sentence to obtain a syntactic tree and then identifying and classifying arguments (Gildea and Jurafsky, 2002; Carreras and M\u00e0rquez, 2005) .", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 143, |
| "text": "(Gildea and Jurafsky, 2002;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 144, |
| "end": 165, |
| "text": "M\u00e0rquez et al., 2008)", |
| "ref_id": null |
| }, |
| { |
| "start": 462, |
| "end": 489, |
| "text": "(Gildea and Jurafsky, 2002;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 490, |
| "end": 517, |
| "text": "Carreras and M\u00e0rquez, 2005)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "SRL methods critically depend on features of the syntactic structure, and consequently parsing mistakes can harm the quality of semantic role predictions (Gildea and Palmer, 2002) . To alleviate this dependence, previous work has explored k-best parsers (Johansson and Nugues, 2008) , combination systems (Surdeanu et al., 2007) or joint syntactic-semantic models (Johansson, 2009; Henderson et al., 2008; Llu\u00eds et al., 2013) .", |
| "cite_spans": [ |
| { |
| "start": 154, |
| "end": 179, |
| "text": "(Gildea and Palmer, 2002)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 254, |
| "end": 282, |
| "text": "(Johansson and Nugues, 2008)", |
| "ref_id": null |
| }, |
| { |
| "start": 305, |
| "end": 328, |
| "text": "(Surdeanu et al., 2007)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 364, |
| "end": 381, |
| "text": "(Johansson, 2009;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 382, |
| "end": 405, |
| "text": "Henderson et al., 2008;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 406, |
| "end": 425, |
| "text": "Llu\u00eds et al., 2013)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper we take a different approach. In our scenario SRL is the end goal, and we assume that syntactic parsing is only an intermediate step to extract features to support SRL predictions. In this setting we define a model that, given a predicate, identifies each of the semantic roles together with the syntactic path that links the predicate with the argument. Thus, following previous work (Moschitti, 2004; Johansson, 2009) , we take the syntactic path as the main source of syntactic features, but instead of just conditioning on it, we predict it together with the semantic role. The main contribution of this paper is a formulation of SRL parsing in terms of efficient shortest-path inference, under the assumption that the SRL model is restricted to arc-factored features of the syntactic path linking the argument with the predicate.", |
| "cite_spans": [ |
| { |
| "start": 399, |
| "end": 416, |
| "text": "(Moschitti, 2004;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 417, |
| "end": 433, |
| "text": "Johansson, 2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our assumption -that features of an SRL model should factor over dependency arcs-is supported by some empirical frequencies. Table 1 shows the most frequent path patterns on CoNLL-2009 (Haji\u010d et al., 2009 data for several languages, where a path pattern is a sequence of ascending arcs from the predicate to some ancestor, followed by descending arcs to the argument. For English the distribution of path patterns is rather simple: the majority of paths consists of a number of ascending arcs followed by zero or one descending arc. Thus a common strategy in SRL systems, formulated by Xue and Palmer (2004) , is to look for arguments in the ancestors of the predicate and their direct descendants. However, in Czech and Japanese data we observe a large portion of paths with two or more descending arcs, which makes it difficult to characterize the syntactic scope in which arguments are found. Also, in the datasets for German, Czech and Chinese the three most frequent patterns cover over the 90% of all arguments. In contrast, Japanese exhibits much more variability and a long tail of infrequent types English", |
| "cite_spans": [ |
| { |
| "start": 174, |
| "end": 184, |
| "text": "CoNLL-2009", |
| "ref_id": null |
| }, |
| { |
| "start": 185, |
| "end": 204, |
| "text": "(Haji\u010d et al., 2009", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 586, |
| "end": 607, |
| "text": "Xue and Palmer (2004)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 125, |
| "end": 132, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Czech Chinese Japanese of patterns. In general it is not feasible to capture path patterns manually, and it is not desirable that a statistical system depends on rather sparse nonfactored path features. For this reason in this paper we explore arc-factored models for SRL. Our method might be specially useful in applications were we are interested in some target semantic role, i.e. retrieving agent relations for some verb, since it processes semantic roles independently of each other. Our method might also be generalizable to other kinds of semantic relations which strongly depend on syntactic patterns such as relation extraction in information extraction or discourse parsing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "German", |
| "sec_num": null |
| }, |
| { |
| "text": "% % path % % path % % path % % path % % path", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "German", |
| "sec_num": null |
| }, |
| { |
| "text": "We define an SRL parsing model that retrieves predicate-argument relations based on arcfactored syntactic representations of paths connecting predicates with their arguments. Throughout the paper we assume a fixed sentence x = x 1 , . . . , x n and a fixed predicate index p. The SRL output is an indicator vector z, where z r,a = 1 indicates that token a is filling role r for predicate p. Our SRL parser performs argmax z\u2208Z(x,p) s(x, p, z), where Z(x, p) defines the set of valid argument structures for p, and s(x, p, z) computes a plausibility score for z given x and p. Our first assumption is that the score function factors over role-argument pairs:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "s(x, p, z) = zr,a=1 s(x, p, r, a) .", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Then we assume two components in the model, one that scores the role-argument pair alone, and another that considers the best (max) syntactic dependency path \u03c0 that connects the predicate p with the argument a:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "s(x, p, r, a) = s 0 (x, p, r, a) + max \u03c0 s syn (x, p, r, a, \u03c0) . (2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The model does not assume access to the syntactic structure of x, hence in Eq. (2) we locally retrieve the maximum-scoring path for an argumentrole pair. A path \u03c0 is a sequence of dependencies h, m, l where h is the head, m the modifier and l the syntactic label. We further assume that the syntactic component factors over the dependencies in the path:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "s syn (x, p, r, a, \u03c0) = h,m,l \u2208\u03c0 s syn (x, p, r, a, h, m, l ) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "(3) This will allow to employ efficient shortest-path inference, which is the main contribution of this paper and is described in the next section. Note that since paths are locally retrieved per roleargument pair, there is no guarantee that the set of paths across roles forms a (sub)tree.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "As a final note, in this paper we follow Llu\u00eds et al. (2013) and consider a constrained space of valid argument structures Z(x, p): (a) each role is realized at most once, and (b) each token fills at most one role. As shown by Llu\u00eds et al. (2013) , this can be efficiently solved as a linear assign- Figure 1 : Graph representing all possible syntactic paths from a single predicate to their arguments. We find in this graph the best SRL using a shortest-path algorithm. Note that many edges are omitted for clarity reasons. We labeled the nodes and arcs as follows: p is the predicate and source vertex; u1, . . . , un are tokens reachable by an ascending path; v1, . . . , vn are tokens reachable by a ascending path (possibly empty) followed by a descending path (possibly empty); ai\u2190j is an edge related to an ascending dependency from node ui to node uj; di\u2192j is a descending dependency from node vi to node vj; 0i\u2192i is a 0-weighted arc that connects the ascending portion of the path ending at ui with the descending portion of the path starting at vi. ment problem as long as the SRL model factors over role-argument pairs, as in Eq. (1).", |
| "cite_spans": [ |
| { |
| "start": 41, |
| "end": 60, |
| "text": "Llu\u00eds et al. (2013)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 227, |
| "end": 246, |
| "text": "Llu\u00eds et al. (2013)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 300, |
| "end": 308, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Arc-factored SRL", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We now focus on solving the maximization over syntactic paths in Eq. (2). We will turn it into a minimization problem which can be solved with a polynomial-cost algorithm, in our case a shortestpath method. Assume a fixed argument and role, and define \u03b8 h,m,l to be a non-negative penalty for the syntactic dependency h, m, l to appear in the predicate-argument path. We describe a shortestpath method that finds the path of arcs with the smaller penalty:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "min \u03c0 h,m,l \u2208\u03c0 \u03b8 h,m,l .", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We find these paths by appropriately constructing a weighted graph G = (V, E) that represents the problem. Later we show how to adapt the arcfactored model scores to be non-negative penalties, such that the solution to Eq. (4) will be the negative of the maximizer of Eq. (2). It remains only to define the graph construction where paths correspond to arc-factored edges weighted by \u03b8 penalties. We start by noting that any path from a predicate p to an argument v i is formed by a number of ascending syntactic arcs followed by a number of descending arcs. The ascending segment connects p to some ancestor q (q might be p itself, which implies an empty ascending segment); the descending segment connects q with v i (which again might be empty). To compactly represent all these possible paths we define the graph as follows (see Figure 1 ):", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 832, |
| "end": 840, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "1. Add node p as the source node of the graph.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "2. Add nodes u 1 , . . . , u n for every token of the sentence except p.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "3. Link every pair of these nodes u i , u j with a directed edge a i\u2190j weighted by the corresponding ascending arc, namely min l \u03b8 j,i,l . Also add ascending edges from p to any u i weighted by min l \u03b8 i,p,l . So far we have a connected component representing all ascending path segments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "4. Add nodes v 1 , . . . , v n for every token of the sentence except p, and add edges d i\u2192j between them weighted by descending arcs, namely min l \u03b8 i,j,l . This adds a second strongly-connected component representing descending path segments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "5. For each i, add an edge from u i to v i with weight 0. This ensures that ascending and descending path segments are connected consistently.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "6. Add direct descending edges from p to all the v i nodes to allow for only-descending paths, weighted by min l \u03b8 p,i,l .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Dijkstra's algorithm (Dijkstra, 1959) will find the optimal path from predicate p to all tokens in time O(V 2 ) (see Cormen et al. (2009) for an indepth description). Thus, our method runs this algorithm for each possible role of the predicate, obtaining the best paths to all arguments at each run.", |
| "cite_spans": [ |
| { |
| "start": 117, |
| "end": 137, |
| "text": "Cormen et al. (2009)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as a Shortest-path Problem", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The shortest-path problem is undefined if a negative cycle is found in the graph as we may indefinitely decrease the cost of a path by looping over this cycle. Furthermore, Dijkstra's algorithm requires all arc scores to be non-negative penalties. However, the model in Eq. (3) computes plausibility scores for dependencies, not penalties. And, if we set this model to be a standard feature-based linear predictor, it will predict unrestricted realvalued scores.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "One approach to map plausibility scores to penalties is to assume a log-linear form for our model. Let us denote byx the tuple x, p, r, a , which we assume fixed in this section. The loglinear model predicts:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "Pr( h, m, l |x) = exp{w \u2022 f (x, h, m, l )} Z(x) ,", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where f (x, h, m, l ) is a feature vector for an arc in the path, w are the parameters, and Z(x) is the normalizer. We can turn predictions into non-negative penalties by setting \u03b8 h,m,l to be the negative log-probability of h, m, l ; namely \u03b8 h,m,l = \u2212w \u2022 f (x, h, m, l ) + log Z(x). Note that log Z(x) shifts all values to the non-negative side.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "However, log-linear estimation of w is typically expensive since it requires to repeatedly compute feature expectations. Furthermore, our model as defined in Eq. (2) combines arc-factored path scores with path-independent scores, and it is desirable to train these two components jointly. We opt for a mistake-driven training strategy based on the Structured Averaged Perceptron (Collins, 2002) , which directly employs shortest-path inference as part of the training process.", |
| "cite_spans": [ |
| { |
| "start": 379, |
| "end": 394, |
| "text": "(Collins, 2002)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To do so we predict plausibility scores for a dependency directly as w \u2022 f (x, h, m, l ). To map scores to penalties, we define", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u03b8 0 = max h,m,l w \u2022 f (x, h, m, l )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "and we set", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u03b8 h,m,l = \u2212w \u2022 f (x, h, m, l ) + \u03b8 0 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Thus, \u03b8 0 has a similar purpose as the lognormalizer Z(x) in a log-linear model, i.e., it shifts the negated scores to the positive side; but in our version the normalizer is based on the max value, not the sum of exponentiated predictions as in log-linear models. If we set our model function to be", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "s syn (x, h, m, l ) = w \u2022 f (x, h, m, l ) \u2212 \u03b8 0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "then the shortest-path method is exact.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Adapting and Training Model Scores", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We present experiments using the CoNLL-2009 Shared Task datasets (Haji\u010d et al., 2009) , for the verbal predicates of English. Evaluation is based on precision, recall and F 1 over correct predicateargument relations 1 . Our system uses the feature set of the state-of-the-art system by Johansson (2009) , but ignoring the features that do not factor over single arcs in the path.", |
| "cite_spans": [ |
| { |
| "start": 65, |
| "end": 85, |
| "text": "(Haji\u010d et al., 2009)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 286, |
| "end": 302, |
| "text": "Johansson (2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The focus of these experiments is to see the performance of the shortest-path method with respect to the syntactic variability. Rather than running the method with the full set of possible dependency arcs in a sentence, i.e. O(n 2 ), we only consider a fraction of the most likely dependencies. To do so employ a probabilistic dependency-based model, following Koo et al. (2007) , that computes the distribution over head-label pairs for a given modifier, Pr(h, l | x, m). Specifically, for each modifier token we only consider the dependencies or heads whose probability is above a factor \u03b3 of the most likely dependency for the given modifier. Thus, \u03b3 = 1 selects only the most likely dependency (similar to a pipeline system, but without enforcing tree constraints), and as \u03b3 decreases more dependencies are considered, to the point where \u03b3 = 0 would select all possible dependencies. Table 2 shows the ratio of dependencies included with respect to a pipeline system for the development set. As an example, if we set \u03b3 = 0.5, for a given modifier we consider the most likely dependency and also the dependencies with probability larger than 1/2 of the probability of the most likely one. In this case the total number of dependencies is 10.3% larger than only considering the most likely one. Table 3 shows results of the method on development data, when training and testing with different \u03b3 values. The general trend is that testing with the most restricted syntactic graph results in the best performance. However, we observe that as we allow for more syntactic variability during training, the results largely improve. Setting \u03b3 = 1 for both training and testing gives a semantic F 1 of 75.9. This configuration is similar to a pipeline approach but considering only factored features. If we allow to train with \u03b3 = 0.1 and we test with \u03b3 = 1 the results improve by 1.96 points to a semantic F 1 of 77.8 points. When syntactic variability is too large, e.g., \u03b3 = 0.01, no improvements are observed.", |
| "cite_spans": [ |
| { |
| "start": 361, |
| "end": 378, |
| "text": "Koo et al. (2007)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 888, |
| "end": 895, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 1297, |
| "end": 1304, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Finally, table 4 shows results on the verbal English WSJ test set using our best configuration Threshold \u03b3 1 0.9 0.5 0.1 0.01 Ratio 1 1.014 1.103 1.500 2.843 from the development set. We compare to the state-of-the art system by Zhao et al. (2009) that was the top-performing system for the English language in SRL at the CoNLL-2009 Shared Task. We also show the results for a shortest-path system trained and tested with \u03b3 = 1. In addition we include an equivalent pipeline system using all features, both factored and non-factored, as defined in Johansson (2009) . We observe that by not being able to capture non-factored features the final performance drops by 1.6 F 1 points.", |
| "cite_spans": [ |
| { |
| "start": 229, |
| "end": 247, |
| "text": "Zhao et al. (2009)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 548, |
| "end": 564, |
| "text": "Johansson (2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We have formulated SRL in terms of shortestpath inference. Our model predicts semantic roles together with associated syntactic paths, and assumes an arc-factored representation of the path. This property allows for efficient shortest-path al- Factored \u03b3 = 1: our shortest-path system trained and tested with \u03b3 = 1, similar to a pipeline system but without enforcing tree constraints and restricted to arc-factored features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Factored best: our shortest-path system with the best results from table 3. Non-factored: an equivalent pipeline system that includes both factored and non-factored features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "gorithms that, given a predicate and a role, retrieve the most likely argument and its path.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In the experimental section we prove the feasibility of the approach. We observe that arcfactored models are in fact more restricted, with a drop in accuracy with respect to unrestricted models. However, we also observe that our method largely improves the robustness of the arc-factored method when training with a degree of syntactic variability. Overall, ours is a simple strategy to bring arc-factored models close to the performance of unrestricted models. Future work should explore further approaches to parse partial syntactic structure specific to some target semantic relations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Unlike in the official CoNLL-2009 evaluation, in this work we exclude the predicate sense from the features and the evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Michael Collins. 2002. Discriminative training methods for hidden markov models: Theory and experiments with perceptron algorithms. In Proceedings of the 2002 Conference on Empirical Methods in", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was financed by the European Commission for the XLike project (FP7-288342); and by the Spanish Government for projects Tacardi (TIN2012-38523-C02-00) and Skater (TIN2012-38584-C06-01). For a large part of this work Xavier Carreras was at the Universitat Polit\u00e8cnica de Catalunya under a Ram\u00f3n y Cajal contract (RYC-2008-02223).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Introduction to the CoNLL-2005 shared task: Semantic role labeling", |
| "authors": [ |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the Ninth Conference on Computational Natural Language Learning (CoNLL-2005)", |
| "volume": "", |
| "issue": "", |
| "pages": "152--164", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xavier Carreras and Llu\u00eds M\u00e0rquez. 2005. Intro- duction to the CoNLL-2005 shared task: Semantic role labeling. In Proceedings of the Ninth Confer- ence on Computational Natural Language Learning (CoNLL-2005), pages 152-164, Ann Arbor, Michi- gan, June. Association for Computational Linguis- tics.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Association for Computational Linguistics", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Natural Language Processing, pages 1-8. Associ- ation for Computational Linguistics, July.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Introduction to Algorithms", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Thomas", |
| "suffix": "" |
| }, |
| { |
| "first": "Charles", |
| "middle": [ |
| "E" |
| ], |
| "last": "Cormen", |
| "suffix": "" |
| }, |
| { |
| "first": "Ronald", |
| "middle": [ |
| "L" |
| ], |
| "last": "Leiserson", |
| "suffix": "" |
| }, |
| { |
| "first": "Clifford", |
| "middle": [], |
| "last": "Rivest", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Stein", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. 2009. Introduction to Algorithms. The MIT Press.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A note on two problems in connexion with graphs", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Edsger", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dijkstra", |
| "suffix": "" |
| } |
| ], |
| "year": 1959, |
| "venue": "Numerische Mathematik", |
| "volume": "1", |
| "issue": "1", |
| "pages": "269--271", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Edsger W. Dijkstra. 1959. A note on two problems in connexion with graphs. Numerische Mathematik, 1(1):269-271.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Automatic labeling of semantic roles", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Computational Linguistics", |
| "volume": "28", |
| "issue": "3", |
| "pages": "245--288", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniel Gildea and Daniel Jurafsky. 2002. Automatic labeling of semantic roles. Computational Linguis- tics, 28(3):245-288, September.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The necessity of parsing for predicate argument recognition", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| }, |
| { |
| "first": "Martha", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of 40th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "239--246", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniel Gildea and Martha Palmer. 2002. The necessity of parsing for predicate argument recognition. In Proceedings of 40th Annual Meeting of the Associa- tion for Computational Linguistics, pages 239-246, Philadelphia, Pennsylvania, USA, July. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The CoNLL-2009 shared task: Syntactic and semantic dependencies in multiple languages", |
| "authors": [ |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Haji\u010d", |
| "suffix": "" |
| }, |
| { |
| "first": "Massimiliano", |
| "middle": [], |
| "last": "Ciaramita", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Johansson", |
| "suffix": "" |
| }, |
| { |
| "first": "Daisuke", |
| "middle": [], |
| "last": "Kawahara", |
| "suffix": "" |
| }, |
| { |
| "first": "Maria", |
| "middle": [ |
| "Ant\u00f2nia" |
| ], |
| "last": "Mart\u00ed", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Meyers", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Pad\u00f3", |
| "suffix": "" |
| }, |
| { |
| "first": "Pavel", |
| "middle": [], |
| "last": "Jan\u0161t\u011bp\u00e1nek", |
| "suffix": "" |
| }, |
| { |
| "first": "Mihai", |
| "middle": [], |
| "last": "Stra\u0148\u00e1k", |
| "suffix": "" |
| }, |
| { |
| "first": "Nianwen", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Xue", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 13th Conference on Computational Natural Language Learning (CoNLL-2009)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jan Haji\u010d, Massimiliano Ciaramita, Richard Johans- son, Daisuke Kawahara, Maria Ant\u00f2nia Mart\u00ed, Llu\u00eds M\u00e0rquez, Adam Meyers, Joakim Nivre, Sebastian Pad\u00f3, Jan\u0160t\u011bp\u00e1nek, Pavel Stra\u0148\u00e1k, Mihai Surdeanu, Nianwen Xue, and Yi Zhang. 2009. The CoNLL- 2009 shared task: Syntactic and semantic depen- dencies in multiple languages. In Proceedings of the 13th Conference on Computational Natural Lan- guage Learning (CoNLL-2009), June 4-5, Boulder, Colorado, USA.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "A latent variable model of synchronous parsing for syntactic and semantic dependencies", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Paola", |
| "middle": [], |
| "last": "Merlo", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriele", |
| "middle": [], |
| "last": "Musillo", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of CoNLL-2008 Shared Task", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "James Henderson, Paola Merlo, Gabriele Musillo, and Ivan Titov. 2008. A latent variable model of syn- chronous parsing for syntactic and semantic depen- dencies. In Proceedings of CoNLL-2008 Shared Task.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Dependency-based syntactic-semantic analysis with propbank and nombank", |
| "authors": [], |
| "year": 2008, |
| "venue": "CoNLL 2008: Proceedings of the Twelfth Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "183--187", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dependency-based syntactic-semantic analysis with propbank and nombank. In CoNLL 2008: Pro- ceedings of the Twelfth Conference on Computa- tional Natural Language Learning, pages 183-187, Manchester, England, August. Coling 2008 Orga- nizing Committee.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Association for Computational Linguistics", |
| "authors": [ |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Johansson", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "561--569", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Richard Johansson. 2009. Statistical bistratal depen- dency parsing. In Proceedings of the 2009 Con- ference on Empirical Methods in Natural Language Processing, pages 561-569, Singapore, August. As- sociation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Structured prediction models via the matrix-tree theorem", |
| "authors": [ |
| { |
| "first": "Terry", |
| "middle": [], |
| "last": "Koo", |
| "suffix": "" |
| }, |
| { |
| "first": "Amir", |
| "middle": [], |
| "last": "Globerson", |
| "suffix": "" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)", |
| "volume": "", |
| "issue": "", |
| "pages": "141--150", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Terry Koo, Amir Globerson, Xavier Carreras, and Michael Collins. 2007. Structured prediction mod- els via the matrix-tree theorem. In Proceedings of the 2007 Joint Conference on Empirical Meth- ods in Natural Language Processing and Com- putational Natural Language Learning (EMNLP- CoNLL), pages 141-150, Prague, Czech Republic, June. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Joint Arc-factored Parsing of Syntactic and Semantic Dependencies", |
| "authors": [ |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Llu\u00eds", |
| "suffix": "" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Transactions of the Association for Computational Linguistics (TACL)", |
| "volume": "1", |
| "issue": "", |
| "pages": "219--230", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xavier Llu\u00eds, Xavier Carreras, and Llu\u00eds M\u00e0rquez. 2013. Joint Arc-factored Parsing of Syntactic and Semantic Dependencies. Transactions of the As- sociation for Computational Linguistics (TACL), 1(1):219-230, May.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Semantic Role Labeling: An Introduction to the Special Issue", |
| "authors": [ |
| { |
| "first": "Suzanne", |
| "middle": [], |
| "last": "Litkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Computational Linguistics", |
| "volume": "34", |
| "issue": "2", |
| "pages": "145--159", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Litkowski, and Suzanne Stevenson. 2008. Semantic Role Labeling: An Introduction to the Special Issue. Computational Linguistics, 34(2):145-159, June.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A study on convolution kernels for shallow statistic parsing", |
| "authors": [ |
| { |
| "first": "Alessandro", |
| "middle": [], |
| "last": "Moschitti", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 42nd Meeting of the Association for Computational Linguistics (ACL'04), Main Volume", |
| "volume": "", |
| "issue": "", |
| "pages": "335--342", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alessandro Moschitti. 2004. A study on convolution kernels for shallow statistic parsing. In Proceedings of the 42nd Meeting of the Association for Compu- tational Linguistics (ACL'04), Main Volume, pages 335-342, Barcelona, Spain, July.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Combination strategies for semantic role labeling", |
| "authors": [ |
| { |
| "first": "Mihai", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Pere", |
| "middle": [ |
| "R" |
| ], |
| "last": "Comas", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mihai Surdeanu, Llu\u00eds M\u00e0rquez, Xavier Carreras, and Pere R. Comas. 2007. Combination strategies for semantic role labeling. Journal of Artificial Intelli- gence Research.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Calibrating features for semantic role labeling", |
| "authors": [ |
| { |
| "first": "Nianwen", |
| "middle": [], |
| "last": "Xue", |
| "suffix": "" |
| }, |
| { |
| "first": "Martha", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of EMNLP 2004", |
| "volume": "", |
| "issue": "", |
| "pages": "88--94", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nianwen Xue and Martha Palmer. 2004. Calibrat- ing features for semantic role labeling. In Dekang Lin and Dekai Wu, editors, Proceedings of EMNLP 2004, pages 88-94, Barcelona, Spain, July. Associ- ation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Multilingual dependency learning: Exploiting rich features for tagging syntactic and semantic dependencies", |
| "authors": [ |
| { |
| "first": "Hai", |
| "middle": [], |
| "last": "Zhao", |
| "suffix": "" |
| }, |
| { |
| "first": "Wenliang", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Kiyotaka", |
| "middle": [], |
| "last": "Jun'ichi Kazama", |
| "suffix": "" |
| }, |
| { |
| "first": "Kentaro", |
| "middle": [], |
| "last": "Uchimoto", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Torisawa", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Thirteenth Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "61--66", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hai Zhao, Wenliang Chen, Jun'ichi Kazama, Kiyotaka Uchimoto, and Kentaro Torisawa. 2009. Multi- lingual dependency learning: Exploiting rich fea- tures for tagging syntactic and semantic dependen- cies. In Proceedings of the Thirteenth Confer- ence on Computational Natural Language Learning (CoNLL 2009): Shared Task, pages 61-66, Boulder, Colorado, June. Association for Computational Lin- guistics.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF0": { |
| "text": "Summary of the most frequent paths on the CoNLL-2009 Shared Task datasets. \u2191 indicates that we traverse a syntactic dependency upwards from a modifier to a head. \u2193 is for dependencies following a descending head to modifier edge. The symbol \u2022 represents that the argument is the predicate itself. We exclude from this table Catalan and Spanish as predicates and arguments are always trivially related by a single syntactic dependency that descends.", |
| "type_str": "table", |
| "num": null, |
| "content": "<table/>", |
| "html": null |
| }, |
| "TABREF1": { |
| "text": "Ratio of additional dependencies in the graphs with respect to a single-tree pipeline model (\u03b3 = 1) on development data.", |
| "type_str": "table", |
| "num": null, |
| "content": "<table><tr><td>Threshold</td><td colspan=\"2\">prec (%) rec (%)</td><td>F1</td></tr><tr><td>training \u03b3 = 1</td><td/><td/><td/></tr><tr><td>1</td><td>77.91</td><td>73.97</td><td>75.89</td></tr><tr><td>0.9</td><td>77.23</td><td>74.17</td><td>75.67</td></tr><tr><td>0.5</td><td>73.30</td><td>75.03</td><td>74.16</td></tr><tr><td>0.1</td><td>58.22</td><td>68.75</td><td>63.05</td></tr><tr><td>0.01</td><td>32.83</td><td>53.69</td><td>40.74</td></tr><tr><td>training \u03b3 = 0.5</td><td/><td/><td/></tr><tr><td>1</td><td>81.17</td><td>73.57</td><td>77.18</td></tr><tr><td>0.9</td><td>80.74</td><td>73.78</td><td>77.10</td></tr><tr><td>0.5</td><td>78.40</td><td>74.79</td><td>76.55</td></tr><tr><td>0.1</td><td>65.76</td><td>71.61</td><td>68.56</td></tr><tr><td>0.01</td><td>42.95</td><td>57.68</td><td>49.24</td></tr><tr><td>training \u03b3 = 0.1</td><td/><td/><td/></tr><tr><td>1</td><td>84.03</td><td>72.52</td><td>77.85</td></tr><tr><td>0.9</td><td>83.76</td><td>72.66</td><td>77.82</td></tr><tr><td>0.5</td><td>82.75</td><td>73.33</td><td>77.75</td></tr><tr><td>0.1</td><td>77.25</td><td>72.20</td><td>74.64</td></tr><tr><td>0.01</td><td>63.90</td><td>65.98</td><td>64.92</td></tr><tr><td>training \u03b3 = 0.01</td><td/><td/><td/></tr><tr><td>1</td><td>81.62</td><td>69.06</td><td>74.82</td></tr><tr><td>0.9</td><td>81.45</td><td>69.19</td><td>74.82</td></tr><tr><td>0.5</td><td>80.80</td><td>69.80</td><td>74.90</td></tr><tr><td>0.1</td><td>77.92</td><td>68.94</td><td>73.16</td></tr><tr><td>0.01</td><td>74.12</td><td>65.92</td><td>69.78</td></tr></table>", |
| "html": null |
| }, |
| "TABREF2": { |
| "text": "Results of our shortest-path system for different number of allowed dependencies showing precision, recall and F1 on development set for the verbal predicates of the English language.", |
| "type_str": "table", |
| "num": null, |
| "content": "<table/>", |
| "html": null |
| }, |
| "TABREF4": { |
| "text": "Test set results for verbal predicates of the in-domain English dataset. The configurations are labeled as follows.", |
| "type_str": "table", |
| "num": null, |
| "content": "<table/>", |
| "html": null |
| } |
| } |
| } |
| } |