| { |
| "paper_id": "Q13-1018", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:08:29.462787Z" |
| }, |
| "title": "Joint Arc-factored Parsing of Syntactic and Semantic Dependencies", |
| "authors": [ |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Llu\u00eds", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "TALP Research Center Universitat Polit\u00e8cnica de Catalunya Jordi Girona", |
| "location": { |
| "addrLine": "1-3", |
| "postCode": "08034", |
| "settlement": "Barcelona" |
| } |
| }, |
| "email": "xlluis@lsi.upc.edu" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "TALP Research Center Universitat Polit\u00e8cnica de Catalunya Jordi Girona", |
| "location": { |
| "addrLine": "1-3", |
| "postCode": "08034", |
| "settlement": "Barcelona" |
| } |
| }, |
| "email": "carreras@lsi.upc.edu" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "TALP Research Center Universitat Polit\u00e8cnica de Catalunya Jordi Girona", |
| "location": { |
| "addrLine": "1-3", |
| "postCode": "08034", |
| "settlement": "Barcelona" |
| } |
| }, |
| "email": "lluism@lsi.upc.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper we introduce a joint arc-factored model for syntactic and semantic dependency parsing. The semantic role labeler predicts the full syntactic paths that connect predicates with their arguments. This process is framed as a linear assignment task, which allows to control some well-formedness constraints. For the syntactic part, we define a standard arc-factored dependency model that predicts the full syntactic tree. Finally, we employ dual decomposition techniques to produce consistent syntactic and predicate-argument structures while searching over a large space of syntactic configurations. In experiments on the CoNLL-2009 English benchmark we observe very competitive results.", |
| "pdf_parse": { |
| "paper_id": "Q13-1018", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper we introduce a joint arc-factored model for syntactic and semantic dependency parsing. The semantic role labeler predicts the full syntactic paths that connect predicates with their arguments. This process is framed as a linear assignment task, which allows to control some well-formedness constraints. For the syntactic part, we define a standard arc-factored dependency model that predicts the full syntactic tree. Finally, we employ dual decomposition techniques to produce consistent syntactic and predicate-argument structures while searching over a large space of syntactic configurations. In experiments on the CoNLL-2009 English benchmark we observe very competitive results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Semantic role labeling (SRL) is the task of identifying the arguments of lexical predicates in a sentence and labeling them with semantic roles (Gildea and Jurafsky, 2002; . SRL is an important shallow semantic task in NLP since predicate-argument relations directly represent semantic properties of the type \"who\" did \"what\" to \"whom\", \"how\", and \"why\" for events expressed by predicates (typically verbs and nouns).", |
| "cite_spans": [ |
| { |
| "start": 144, |
| "end": 171, |
| "text": "(Gildea and Jurafsky, 2002;", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Predicate-argument relations are strongly related to the syntactic structure of the sentence: the majority of predicate arguments correspond to some syntactic constituent, and the syntactic structure that connects an argument with the predicate is a strong indicator of its semantic role. Actually, semantic roles represent an abstraction of the syntactic form of a predicative event. While syntactic functions of arguments change with the form of the event (e.g., active vs. passive forms), the semantic roles of arguments remain invariant to their syntactic realization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Consequently, since the first works, SRL systems have assumed access to the syntactic structure of the sentence (Gildea and Jurafsky, 2002; Carreras and M\u00e0rquez, 2005) . A simple approach is to obtain the parse trees as a pre-process to the SRL system, which allows the use of unrestricted features of the syntax. However, as in other pipeline approaches in NLP, it has been shown that the errors of the syntactic parser severely degrade the predictions of the SRL model (Gildea and Palmer, 2002) . A common approach to alleviate this problem is to work with multiple alternative syntactic trees and let the SRL system optimize over any input tree or part of it (Toutanova et al., 2008; Punyakanok et al., 2008) . As a step further, more recent work has proposed parsing models that predict syntactic structure augmented with semantic predicate-argument relations (Surdeanu et al., 2008; Haji\u010d et al., 2009; Johansson, 2009; , which is the focus of this paper. These joint models should favor the syntactic structure that is most consistent with the semantic predicate-argument structures of a sentence. In principle, these models can exploit syntactic and semantic features simultaneously, and could potentially improve the accuracy for both syntactic and semantic relations.", |
| "cite_spans": [ |
| { |
| "start": 112, |
| "end": 139, |
| "text": "(Gildea and Jurafsky, 2002;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 140, |
| "end": 167, |
| "text": "Carreras and M\u00e0rquez, 2005)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 471, |
| "end": 496, |
| "text": "(Gildea and Palmer, 2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 662, |
| "end": 686, |
| "text": "(Toutanova et al., 2008;", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 687, |
| "end": 711, |
| "text": "Punyakanok et al., 2008)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 864, |
| "end": 887, |
| "text": "(Surdeanu et al., 2008;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 888, |
| "end": 907, |
| "text": "Haji\u010d et al., 2009;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 908, |
| "end": 924, |
| "text": "Johansson, 2009;", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "One difficulty in the design of joint syntacticsemantic parsing models is that there exist important structural divergences between the two layers. Das et al. (2012) . . . Riedel and McCallum (2011) . . .", |
| "cite_spans": [ |
| { |
| "start": 148, |
| "end": 165, |
| "text": "Das et al. (2012)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 172, |
| "end": 198, |
| "text": "Riedel and McCallum (2011)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We will describe structures of syntactic and semantic dependencies with vectors of binary variables. We will denote by y h,m,l a syntactic dependency from head token h to dependant token m labeled with syntactic function l. Similarly we will denote by z p,a,r a semantic dependency between predicate token p and argument token a labeled with semantic role r. We will use y and z to denote vectors of binary variables indexed by syntactic and semantic dependencies, respectively. A joint model for syntactic and semantic dependency parsing could be defined as: argmax y,z s syn(x, y) + s srl(x, z, y) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the equation, s syn(x, y) gives a score for the syntactic tree y. In the literature, it is standard to use arc-factored models defined as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "s syn(x, y) = y h,m,l =1 s syn(x, h, m, l) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where we overload s syn to be a function that computes scores for individual labeled syntactic dependencies. In discriminative models one has s syn(x, h, m, l) = w syn \u2022 f syn (x, h, m, l) , where f syn is a feature vector for the syntactic dependency and w syn is a vector of parameters (McDonald et al., 2005) .", |
| "cite_spans": [ |
| { |
| "start": 176, |
| "end": 188, |
| "text": "(x, h, m, l)", |
| "ref_id": null |
| }, |
| { |
| "start": 288, |
| "end": 311, |
| "text": "(McDonald et al., 2005)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The other term, s srl(x, z, y), gives a score for a semantic dependency structure using the syntactic structure y as features. Previous work has empirically proved the importance of exploiting syntactic features in the semantic component (Gildea and Jurafsky, 2002; Xue and Palmer, 2004; Punyakanok et al., 2008) . However, without further assumptions, this property makes the optimization problem computationally hard. One simple approximation is to use a pipeline model: first compute the optimal syntactic tree, and then optimize for the best semantic structure given the syntactic tree. In the rest of the paper we describe a method that searches over syntactic and semantic dependency structures jointly.", |
| "cite_spans": [ |
| { |
| "start": 238, |
| "end": 265, |
| "text": "(Gildea and Jurafsky, 2002;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 266, |
| "end": 287, |
| "text": "Xue and Palmer, 2004;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 288, |
| "end": 312, |
| "text": "Punyakanok et al., 2008)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We first impose the assumption that syntactic features of the semantic component are restricted to the syntactic path between a predicate and an argument, following previous work (Johansson, 2009) . Formally, for a predicate p, argument a and role r we will define a vector of dependency indicators \u03c0 p,a,r similar to the ones above: \u03c0 p,a,r h,m,l indicates if a dependency h, m, l is part of the syntactic path that links predicate p with token a. Figure 1 gives an example of one such paths. Given full syntactic and semantic structures y and z it is trivial to construct a vector \u03c0 that is a concatenation of vectors \u03c0 p,a,r for all p, a, r in z. We can now define a linear semantic model as", |
| "cite_spans": [ |
| { |
| "start": 179, |
| "end": 196, |
| "text": "(Johansson, 2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 449, |
| "end": 457, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "s srl(x, z, \u03c0) = z p,a,r =1 s srl(x, p, a, r, \u03c0 p,a,r ) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "(1) where s srl computes a score for a semantic dependency p, a, r together with its syntactic path \u03c0 p,a,r . As in the syntactic component, this function is typically defined as a linear function over a set of features of the semantic dependency and its path. With this joint model, the inference problem can be formulated as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "argmax y,z,\u03c0 s syn(x, y) + s srl(x, z, \u03c0)", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "subject to cTree : y is a valid dependency tree cRole :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2200p, r :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "a z p,a,r \u2264 1 cArg : \u2200p, a : r z p,a,r \u2264 1 cPath :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2200p, a, r : if z p,a,r = 1 then \u03c0 p,a,r is a path from p to a otherwise \u03c0 p,a,r = 0 cSubtree :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2200p, r, a : \u03c0 p,r,a is a subtree of y Figure 1 : A sentence with syntactic dependencies (top) and semantic dependencies for the predicates \"loves\" and \"play\" (bottom). The thick arcs illustrate a structural divergence where the argument \"Mary\" is linked to \"play\" with a path involving three syntactic dependencies.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 37, |
| "end": 45, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "This is clearly seen in dependency-based representations of syntax and semantic roles (Surdeanu et al., 2008) , such as in the example in Figure 1 : the construct \"loves to\" causes the argument \"Mary\" to be syntactically distant from the predicate \"play\". Linguistic phenomena such as auxiliary verbs, control and raising, typically result in syntactic structures where semantic arguments are not among the direct dependants of their predicate -e.g., about 25% of arguments are distant in the English development set of the CoNLL-2009 shared task. Besides, standard models for dependency parsing crucially depend on arc factorizations of the dependency structure (Mc-Donald et al., 2005; Nivre and Nilsson, 2005) , otherwise their computational properties break. Hence, it is challenging to define efficient methods for syntactic and semantic dependency parsing that can exploit features of both layers simultaneously. In this paper we propose a method for this joint task.", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 109, |
| "text": "(Surdeanu et al., 2008)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 663, |
| "end": 687, |
| "text": "(Mc-Donald et al., 2005;", |
| "ref_id": null |
| }, |
| { |
| "start": 688, |
| "end": 712, |
| "text": "Nivre and Nilsson, 2005)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 138, |
| "end": 146, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In our method we define predicate-centric semantic models that, rather than predicting just the argument that realizes each semantic role, they predict the full syntactic path that connects the predicate with the argument. We show how efficient predictions with these models can be made using assignment algorithms in bipartite graphs. Simultaneously, we use a standard arc-factored dependency model that predicts the full syntactic tree of the sentence. Finally, we employ dual decomposition techniques (Koo et al., 2010; to find agreement between the full dependency tree and the partial syntactic trees linking each predicate with its arguments. In summary, the main contributions of this paper are:", |
| "cite_spans": [ |
| { |
| "start": 504, |
| "end": 522, |
| "text": "(Koo et al., 2010;", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 We frame SRL as a weighted assignment problem in a bipartite graph. Under this framework we can control assignment constraints between roles and arguments. Key to our method, we can efficiently search over a large space of syntactic realizations of semantic arguments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "\u2022 We solve joint inference of syntactic and semantic dependencies with a dual decomposition method, similar to that of Koo et al. (2010) .", |
| "cite_spans": [ |
| { |
| "start": 119, |
| "end": 136, |
| "text": "Koo et al. (2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our system produces consistent syntactic and predicate-argument structures while searching over a large space of syntactic configurations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the experimental section we compare joint and pipeline models. The final results of our joint syntactic-semantic system are competitive with the state-of-the-art and improve over the best results published by a joint method on the CoNLL-2009 English dataset.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We first describe how we represent structures of syntactic and semantic dependencies like the one in Figure 1. Throughout the paper, we will assume a fixed input sentence x with n tokens where lexical predicates are marked. We will also assume fixed sets of syntactic functions R syn and semantic roles R sem . We will represent depencency structures using vectors of binary variables. A variable y h,m,l will indicate the presence of a syntactic dependency from head token h to dependant token m labeled with syntactic function l. Then, a syntactic tree will be denoted as a vector y of variables indexed by syntactic dependencies. Similarly, a variable z p,a,r will indicate the presence of a semantic dependency between predicate token p and argument token a labeled with semantic role r. We will represent a semantic role structure as a vector z indexed by semantic dependencies. Whenever we enumerate syntactic dependencies h, m, l we will assume that they are in the valid range for x, i.e. 0 \u2264 h \u2264 n, 1 \u2264 m \u2264 n, h = m and l \u2208 R syn , where h = 0 stands for a special root token. Similarly, for semantic dependencies p, a, r we will assume that p points to a predicate of x, 1 \u2264 a \u2264 n and r \u2208 R sem .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 101, |
| "end": 107, |
| "text": "Figure", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "A joint model for syntactic and semantic dependency parsing could be defined as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "argmax y,z s syn(x, y) + s srl(x, z, y) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "(1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In the equation, s syn(x, y) gives a score for the syntactic tree y. In the literature, it is standard to use arc-factored models defined as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "s syn(x, y) = y h,m,l =1 s syn(x, h, m, l) ,", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where we overload s syn to be a function that computes scores for individual syntactic dependencies. In linear discriminative models one has", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "s syn(x, h, m, l) = w syn \u2022 f syn (x, h, m, l),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where f syn is a feature vector for a syntactic dependency and w syn is a vector of parameters (McDonald et al., 2005) . In Section 6 we describe how we trained score functions with discriminative methods. The other term in Eq. 1, s srl(x, z, y), gives a score for a semantic dependency structure z using features of the syntactic structure y. Previous work has empirically proved the importance of exploiting syntactic features in the semantic component (Gildea and Jurafsky, 2002; Xue and Palmer, 2004; Punyakanok et al., 2008) . However, without further assumptions, this property makes the optimization problem computationally hard. One simple approximation is to use a pipeline model: first compute the optimal syntactic tree y, and then optimize for the best semantic structure z given y. In the rest of the paper we describe a method that searches over syntactic and semantic dependency structures jointly.", |
| "cite_spans": [ |
| { |
| "start": 95, |
| "end": 118, |
| "text": "(McDonald et al., 2005)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 455, |
| "end": 482, |
| "text": "(Gildea and Jurafsky, 2002;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 483, |
| "end": 504, |
| "text": "Xue and Palmer, 2004;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 505, |
| "end": 529, |
| "text": "Punyakanok et al., 2008)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We first note that for a fixed semantic dependency, the semantic component will typically restrict the syntactic features representing the dependency to a specific subtree of y. For example, previous work has restricted such features to the syntactic path that links a predicate with an argument (Moschitti, 2004; Johansson, 2009) , and in this paper we employ this restriction. Figure 1 gives an example of a subtree, where we highlight the syntactic path that connects the semantic dependency between \"play\" and \"Mary\" with role ARG0.", |
| "cite_spans": [ |
| { |
| "start": 296, |
| "end": 313, |
| "text": "(Moschitti, 2004;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 314, |
| "end": 330, |
| "text": "Johansson, 2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 379, |
| "end": 387, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Formally, for a predicate p, argument a and role r we define a local syntactic subtree \u03c0 p,a,r represented as a vector: \u03c0 p,a,r h,m,l indicates if a dependency h, m, l is part of the syntactic path that links predicate p with token a and role r. 1 Given full syntactic and semantic structures y and z it is trivial to construct a vector \u03c0 that concatenates vectors \u03c0 p,a,r for all p, a, r in z. The semantic model becomes", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "s srl(x, z, \u03c0) = zp,a,r=1 s srl(x, p, a, r, \u03c0 p,a,r ) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "(3) where s srl computes a score for a semantic dependency p, a, r together with its syntactic path \u03c0 p,a,r . As in the syntactic component, this function is typically defined as a linear function over a set of features of the semantic dependency and its path.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The inference problem of our joint model is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "argmax y,z,\u03c0 s syn(x, y) + s srl(x, z, \u03c0)", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "subject to cTree : y is a valid dependency tree cRole :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "\u2200p, r :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "a z p,a,r \u2264 1 cArg : \u2200p, a : r z p,a,r \u2264 1 cPath : \u2200p, a, r : if z p,a,r = 1 then \u03c0 p,a,r", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "is a path from p to a, otherwise \u03c0 p,a,r = 0 cSubtree : \u2200p, a, r : \u03c0 p,a,r is a subtree of y", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Constraint cTree dictates that y is a valid dependency tree; see (Martins et al., 2009) for a detailed specification. The next two sets of constraints concern the semantic structure only. cRole imposes that each semantic role is realized at most once. 2 Conversely, cArg dictates that an argument can realize at most one semantic role in a predicate. The final two sets of constraints model the syntactic-semantic interdependencies. cPath imposes that each \u03c0 p,a,r represents a syntactic path between p and a whenever there exists a semantic relation. Finally, cSubtree imposes that the paths in \u03c0 are consistent with the full syntactic structure, i.e. they are subtrees.", |
| "cite_spans": [ |
| { |
| "start": 65, |
| "end": 87, |
| "text": "(Martins et al., 2009)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In Section 3 we define a process that optimizes the semantic structure ignoring constraint cSubtree. Then in Section 4 we describe a dual decomposition method that uses the first process repeatedly to solve the joint problem.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Syntactic-Semantic Dependency Model", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this section we frame the problem of finding semantic dependencies as a linear assignment task. The problem we optimize is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as Assignment", |
| "sec_num": "3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "argmax z,\u03c0 s srl(x, z, \u03c0)", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "SRL as Assignment", |
| "sec_num": "3" |
| }, |
| { |
| "text": "subject to cRole, cArg, cPath", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as Assignment", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In this case we dropped the full syntactic structure y from the optimization in Eq. 4, as well as the corresponding constraints cTree and cSubtree. As a consequence, we note that the syntactic paths \u03c0 are not tied to any consistency constraint other than each of the paths being a well-formed sequence of dependencies linking the predicate to the argument. In other words, the optimal solution in this case does not guarantee that the set of paths from a predicate to all of its arguments satisfies tree constraints. We first describe how these paths can be optimized locally. Then we show how to find a solution z satisfying cRole and cArg using an assignment algorithm.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL as Assignment", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Let z and \u03c0 be the optimal values of Eq. 5. For any p, a, r , let", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u03c0 p,a,r = argmax \u03c0 p,a,r s srl(x, p, a, r, \u03c0 p,a,r ) . (6)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "For any p, a, r such that z p,a,r = 1 it has to be that \u03c0 p,a,r =\u03c0 p,a,r . If this was not true, replacing \u03c0 p,a,r with\u03c0 p,a,r would improve the objective of Eq. 5 without violating the constraints, thus contradicting the hypothesis about optimality of \u03c0. Therefore, for each p, a, r we can optimize its best syntactic path locally as defined in Eq. 6. In this paper, we will assume access to a list of likely syntactic paths for each predicate p and argument candidate a, such that the optimization in Eq. 6 can be solved explicitly by looping over each path in the list. The main advantage of this method is that, since paths are precomputed, our model can make unrestricted use of syntactic path features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "(1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Mary (2) plays (3) guitar (4) NULL (5) NULL (6) NULL (1) ARG0 (2) ARG1 (3) ARG2 (4) NULL (5) NULL (6) NULL W 1,1 W 4,2 W 2,3 W 3,4 W 5,5 W 6,6 W 1,1 W 4,2 W 2,3 W 3,4 W 5,5 W 6,6 W 1,1 W 4,2 W 2,3 W 3,4 W 5,5 W 6,6 W 1,1 W 4,2 W 2,3 W 3,4 W 5,5 W 6,6 W 1,1 W 4,2 W 2,3 W 3,4 W 5,5 W 6,6 W 1,1 W 4,2 W 2,3 W 3,4 W 5,5 W 6,6", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Figure 2: Illustration of the assignment graph for the sentence \"Mary plays guitar\", where the predicate \"plays\" can have up to three roles: ARG0 (agent), ARG1 (theme) and ARG2 (benefactor). Nodes labeled NULL represent a null role or token. Highlighted edges are the correct assignment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "It is simple to employ a probabilistic syntactic dependency model to create the list of likely paths for each predicate-argument pair. In the experiments we explore this approach and show that with an average of 44 paths per predicate we can recover 86.2% of the correct paths.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We leave for future work the development of efficient methods to recover the most likely syntactic structure linking an argument with its predicate.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Optimization of Syntactic Paths", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Coming back to solving Eq. 5, it is easy to see that an optimal solution satisfying constraints cRole and cArg can be found with a linear assignment algorithm. The process we describe determines the predicate-argument relations separately for each predicate. Assume a bipartite graph of size N with role nodes r 1 . . . r N on one side and argument nodes a 1 . . . a N on the other side. Assume also a matrix of non-negative scores W i,j corresponding to assigning argument a j to role r i . A linear assignment algorithm finds a bijection f : i \u2192 j from roles to arguments that maximizes N i=1 W i,f (i) . The Hungarian algorithm finds the exact solution to this problem in O(N 3 ) time (Kuhn, 1955; Burkard et al., 2009) .", |
| "cite_spans": [ |
| { |
| "start": 688, |
| "end": 700, |
| "text": "(Kuhn, 1955;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 701, |
| "end": 722, |
| "text": "Burkard et al., 2009)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "All that is left is to construct a bipartite graph representing predicate roles and sentence tokens, such that some roles and tokens can be left unassigned, which is a common setting for assignment tasks. Algorithm 1 describes a procedure for constructing a weighted bipartite graph for SRL, and Figure 2 illustrates an example of a bipartite graph. We then Algorithm 1 Construction of an Assignment Graph for Semantic Role Labeling Let p be a predicate with k possible roles. Let n be the number of argument candidates in the sentence. This algorithm creates a bipartite graph with N = n + k vertices on each side.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 296, |
| "end": 304, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "1. Create role vertices r i for i = 1 . . . N , where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 for 1 \u2264 i \u2264 k, r i is the i-th role, \u2022 for 1 \u2264 i \u2264 n, r k+i is a special NULL role.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "2. Create argument vertices a j for j = 1 . . . N , where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 for 1 \u2264 j \u2264 n, a j is the j-th argument candidate, \u2022 for 1 \u2264 j \u2264 k, a n+j is a special NULL argument.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "3. Define a matrix of model scores S \u2208 R (k+1)\u00d7n : (a) Optimization of syntactic paths:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "For", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "1 \u2264 i \u2264 k, 1 \u2264 j \u2264 n S i,j = max \u03c0 p,a j ,r i s srl(x, p, a j , r i , \u03c0 p,aj ,ri ) (b) Scores of NULL assignments 3 : For 1 \u2264 j \u2264 n S k+1,j = 0 4. Let S 0 = min i,j S i,j", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": ", the minimum of any score in S. Define a matrix of non-negative scores W \u2208 R N \u00d7N as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "(a) for 1 \u2264 i \u2264 k, 1 \u2264 j \u2264 n W i,j = S i,j \u2212 S 0 (b) for k < i \u2264 N, 1 \u2264 j \u2264 n W i,j = S k+1,j \u2212 S 0 (c) for 1 < i \u2264 N, n < j \u2264 N W i,j = 0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "run the Hungarian algorithm on the weighted graph and obtain a bijection f : r i \u2192 a j , from which it is trivial to recover the optimal solution of Eq. 5. Finally, we note that it is simple to allow for multiple instances of a semantic role by adding more role nodes in step 1; it would be straightforward to add penalties in step 3 for multiple instances of roles.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Assignment Algorithm", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We now present a dual decomposition method to optimize Eq. 4, that uses the assignment algorithm presented above as a subroutine. Our method is similar to that of Koo et al. (2010) , in the sense that our joint optimization can be decomposed into two sub-problems that need to agree on the syntactic dependencies they predict. For a detailed description of dual decomposition methods applied to NLP see . We note that in Eq. 4 the constraint cSubtree ties the syntactic and semantic structures, imposing that any path \u03c0 p,a,r that links a predicate p with an argument a must be a subtree of the full syntactic structure y. Formally the set of constraints is: a,r h,m,l \u2200 p, a, r, h, m, l . These constraints can be compactly written as", |
| "cite_spans": [ |
| { |
| "start": 163, |
| "end": 180, |
| "text": "Koo et al. (2010)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 659, |
| "end": 662, |
| "text": "a,r", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "y h,m,l \u2265 \u03c0 p,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "c \u2022 y h,m,l \u2265 p,a,r \u03c0 p,a,r h,m,l \u2200 h, m, l ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where c is a constant equal to the number of distinct semantic dependencies p, a, r . In addition, we can introduce a vector non-negative slack variables \u03be with a component for each syntactic dependency \u03be h,m,l , turning the constraints into:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "c \u2022 y h,m,l \u2212 p,a,r \u03c0 p,a,r h,m,l \u2212 \u03be h,m,l = 0 \u2200 h, m, l", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We can now rewrite Eq. 4 as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "argmax y,z,\u03c0,\u03be\u22650 s syn(x, y) + s srl(x, z, \u03c0)", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "subject to cTree, cRole, cArg, cPath", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u2200h, m, l : c \u2022 y h,m,l \u2212 p,a,r \u03c0 p,a,r h,m,l \u2212 \u03be h,m,l = 0", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "As in Koo et al. (2010) , we will relax subtree constraints by introducing a vector of Lagrange multipliers \u03bb indexed by syntactic dependencies, i.e. each coordinate \u03bb h,m,l is a Lagrange multiplier for the constraint associated with h, m, l . The Lagrangian of the problem is:", |
| "cite_spans": [ |
| { |
| "start": 6, |
| "end": 23, |
| "text": "Koo et al. (2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "L(y, z, \u03c0, \u03be, \u03bb)= s syn(x, y) + s srl(x, z, \u03c0) + \u03bb \u2022 c \u2022 y \u2212 p,a,r \u03c0 p,a,r \u2212 \u03be (8)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We can now formulate Eq. 7 as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "max y,z,\u03c0,\u03be\u22650 s.t. cTree,cRole,cArg,cPath c\u2022y\u2212 p,a,r \u03c0 p,a,r \u2212\u03be=0 L(y, z, \u03c0, \u03be, \u03bb)", |
| "eq_num": "(9)" |
| } |
| ], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "This optimization problem has the property that its optimum value is the same as the optimum of Eq. 7 for any value of \u03bb. This is because whenever the constraints are satisfied, the terms in the Lagrangian involving \u03bb are zero. If we remove the subtree constraints from Eq. 9 we obtain the dual objective:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "D(\u03bb) = max y,z,\u03c0,\u03be\u22650 s.t. cTree,cRole,cArg,cPath L(y, z, \u03c0, \u03be, \u03bb) (10) = max y s.t. cTree s syn(x, y) + c \u2022 y \u2022 \u03bb + max z,\u03c0 s.t. cRole,cArg,cPath s srl(x, z, \u03c0) \u2212 \u03bb \u2022 p,a,r \u03c0 p,a,r + max \u03be\u22650 (\u2212\u03bb \u2022 \u03be)", |
| "eq_num": "(11)" |
| } |
| ], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The dual objective is an upper bound to the optimal value of primal objective of Eq. 7. Thus, we are interested in finding the minimum of the dual in order to tighten the upper-bound. We will solve", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "min \u03bb D(\u03bb)", |
| "eq_num": "(12)" |
| } |
| ], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "using a subgradient method. Algorithm 2 presents pseudo-code. The algorithm takes advantage of the decomposed form of the dual in Eq. 11, where we have rewritten the Lagrangian such that syntactic and semantic structures appear in separate terms. This will allow to compute subgradients efficiently.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In particular, the subgradient of D at a point \u03bb is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u2206(\u03bb) = c \u2022 y \u2212 p,a,r \u03c0 p,a,r \u2212 \u03be", |
| "eq_num": "(13)" |
| } |
| ], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "y = argmax y s.t. cTree s syn(x, y) + c \u2022 y \u2022 \u03bb (14) z, \u03c0 = argmax z,\u03c0 s.t. cRole,cArg,cPath s srl(x, z, \u03c0) \u2212 \u03bb\u2022 p,a,r \u03c0 p,a,r (15) \u03be = argmax \u03be\u22650 \u2212\u03bb \u2022 \u03be", |
| "eq_num": "(16)" |
| } |
| ], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Whenever \u03c0 is consistent with y the subgradient will be zero and the method will converge. When paths \u03c0 contain a dependency h, m, l that is inconsistent with y, the associated dual \u03bb h,m,l will increase, hence lowering the score of all paths that use h, m, l at the next iteration; at same time, the total score for that dependency will increase, favoring syntactic dependency structures alternative to y. As Algorithm 2 A dual-decomposition algorithm for syntactic-semantic dependency parsing", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Input: x, a sentence; T , number of iterations; Output: syntactic and semantic structures y and z Notation: we use cSem= cRole \u2227 cArg \u2227 cPath 1: \u03bb 1 = 0 # initialize dual variables 2: c =number of distinct h, m, l in x 3: for t = 1 . . . T do 4: a,r 6: if q > 0 and y h,m,l = 0 then 11:", |
| "cite_spans": [ |
| { |
| "start": 246, |
| "end": 249, |
| "text": "a,r", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "y = argmax y s.t. cTree s syn(x, y) + c \u2022 \u03bb t \u2022 y 5: z, \u03c0 = argmax z,\u03c0 s.t. cSem s srl(x, z, \u03c0) \u2212\u03bb t \u2022 p,a,r \u03c0 p,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u03bb t+1 = \u03bb t #", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "\u03bb t+1 h,m,l = \u03bb t+1 h,m,l + \u03b1 t q 12:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "break if \u03bb t+1 = \u03bb t # convergence 13: return y, z in previous work, in the algorithm a parameter \u03b1 t controls the size of subgradient steps at iteration t.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The key point of the method is that solutions to Eq. 14 and 15 can be computed efficiently using separate processes. In particular, Eq. 14 corresponds to a standard dependency parsing problem, where for each dependency h, m, l we have an additional score term c \u2022 \u03bb h,m,l -in our experiments we use the projected dependency parsing algorithm by (Eisner, 2000) . To calculate Eq. 15 we use the assignment method described in Section 3, where it is straightforward to introduce additional score terms \u2212\u03bb h,m,l to every factor \u03c0 p,a,r h,m,l . It can be shown that whenever the subgradient method converges, the solutions y and z are the optimal solutions to our original problem in Eq. 4 (see (Koo et al., 2010) for a justification). In practice we run the subgradient method for a maximum number of iterations, and return the solutions of the last iteration if it does not converge.", |
| "cite_spans": [ |
| { |
| "start": 345, |
| "end": 359, |
| "text": "(Eisner, 2000)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 690, |
| "end": 708, |
| "text": "(Koo et al., 2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Dual Decomposition Algorithm", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Recently, there have been a number of approaches to joint parsing of syntactic and semantic dependencies, partly because of the availability of treebanks in this format popularized by the CoNLL shared tasks (Surdeanu et al., 2008; Haji\u010d et al., 2009) .", |
| "cite_spans": [ |
| { |
| "start": 207, |
| "end": 230, |
| "text": "(Surdeanu et al., 2008;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 231, |
| "end": 250, |
| "text": "Haji\u010d et al., 2009)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Like in our method, Johansson (2009) defined a model that exploits features of a semantic depen-dency together with the syntactic path connecting the predicate and the argument. That method uses an approximate parsing algorithm that employs k-best inference and beam search. Similarly, defined a joint model that forces the predicate structure to be represented in the syntactic dependency tree, by enriching arcs with semantic information. The semantic component uses features of pre-computed syntactic structures that may diverge from the joint structure. In contrast, our joint parsing method is exact whenever the dual decomposition algorithm converges. augmented a transition-based dependency parser with operations that produce synchronous derivations of syntactic and semantic structures. Instead of explicitly representing semantic dependencies together with a syntactic path, they induce latent representations of the interactions between syntactic and semantic layers.", |
| "cite_spans": [ |
| { |
| "start": 20, |
| "end": 36, |
| "text": "Johansson (2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In all works mentioned the model has no control of assignment constraints that disallow labeling multiple arguments with the same semantic role. Punyakanok et al. (2008) first introduced a system that explicitly controls these constraints, as well as other constraints that look at pairwise assignments which we can not model. They solve SRL using general-purpose Integer Linear Programming (ILP) methods. In similar spirit, Riedel and McCallum (2011) presented a model for extracting structured events that controls interactions between predicateargument assignments. They take into account pairwise assignments and solve the optimization problem with dual decomposition. More recently, Das et al. (2012) proposed a dual decomposition method that deals with several assignment constraints for predicate-argument relations. Their method is an alternative to general ILP methods. To our knowledge, our work is the first that frames SRL as a linear assignment task, for which simple and exact algorithms exist. We should note that these works model predicate-argument relations with assignment constraints, but none of them predicts the underlying syntactic structure.", |
| "cite_spans": [ |
| { |
| "start": 145, |
| "end": 169, |
| "text": "Punyakanok et al. (2008)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 425, |
| "end": 451, |
| "text": "Riedel and McCallum (2011)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 688, |
| "end": 705, |
| "text": "Das et al. (2012)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Our dual decomposition method follows from that of Koo et al. (2010) . In both cases two separate processes predict syntactic dependency structures, and the dual decomposition algorithm seeks agreement at the level of individual dependencies. One dif-ference is that our semantic process predicts partial syntax (restricted to syntactic paths connecting predicates and arguments), while in their case each of the two processes predicts the full set of dependencies.", |
| "cite_spans": [ |
| { |
| "start": 51, |
| "end": 68, |
| "text": "Koo et al. (2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "We present experiments using our syntacticsemantic parser on the CoNLL-2009 Shared Task English benchmark (Haji\u010d et al., 2009) . It consists of the usual WSJ training/development/test sections mapped to dependency trees, augmented with semantic predicate-argument relations from PropBank (Palmer et al., 2005) and NomBank (Meyers et al., 2004) also represented as dependencies. It also contains a PropBanked portion of the Brown corpus as an out-of-domain test set.", |
| "cite_spans": [ |
| { |
| "start": 106, |
| "end": 126, |
| "text": "(Haji\u010d et al., 2009)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 288, |
| "end": 309, |
| "text": "(Palmer et al., 2005)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 322, |
| "end": 343, |
| "text": "(Meyers et al., 2004)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Our goal was to evaluate the contributions of parsing algorithms in the following configurations:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Base Pipeline Runs a syntactic parser and then runs an SRL parser constrained to paths of the best syntactic tree. In the SRL it only enforces constraint cArg, by simply classifying the candidate argument in each path into one of the possible semantic roles or as NULL. Pipeline with Assignment Runs the assignment algorithm for SRL, enforcing constraints cRole and cArg, but constrained to paths of the best syntactic tree. Forest Runs the assignment algorithm for SRL on a large set of precomputed syntactic paths, described below. This configuration corresponds to running Dual Decomposition for a single iteration, and is not guaranteed to predict consistent syntactic and semantic structures. Dual Decomposition (DD) Runs dual decomposition using the assignment algorithm on the set of precomputed paths. Syntactic and semantic structures are consistent when it reaches convergence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "All four systems used the same type of discriminative scorers and features. Next we provide details about these systems. Then we present the results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Syntactic model We used two discriminative arcfactored models for labeled dependency parsing: a first-order model, and a second-order model with grandchildren interactions, both reimplementations of the parsers by McDonald et al. (2005) and Carreras (2007) respectively. In both cases we used projective dependency parsing algorithms based on (Eisner, 2000) . 4 To learn the models, we used a log-linear loss function following Koo et al. (2007) , which trains probabilistic discriminative parsers. At test time, we used the probabilistic parsers to compute marginal probabilities p(h, m, l | x), using inside-outside algorithms for first/second-order models. Hence, for either of the parsing models, we always obtain a table of first-order marginal scores, with one score per labeled dependency. Then we run first-order inference with these marginals to obtain the best tree. We found that the higher-order parser performed equally well on development using this method as using second-order inference to predict trees: since we run the parser multiple times within Dual Decomposition, our strategy results in faster parsing times.", |
| "cite_spans": [ |
| { |
| "start": 214, |
| "end": 236, |
| "text": "McDonald et al. (2005)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 241, |
| "end": 256, |
| "text": "Carreras (2007)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 343, |
| "end": 357, |
| "text": "(Eisner, 2000)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 360, |
| "end": 361, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 428, |
| "end": 445, |
| "text": "Koo et al. (2007)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Precomputed Paths Both Forest and Dual Decomposition run assignment on a set of precomputed paths, and here we explain how we build it. We first observed that 98.4% of the correct arguments in development data are either direct descendants of the predicate, direct descendants of an ancestor of the predicate, or an ancestor of the predicate. 5 All methods we test are restricted to this syntactic scope. To generate a list of paths, we did as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "\u2022 Calculate marginals of unlabeled dependencies using the first-order parser:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "p(h, m | x) = l p(h, m, l | x).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Note that for each m, the probabilities p(h, m|x) for all h form a distribution (i.e. they sum to one). Then, for each m, keep the most-likely dependencies that cover at least 90% of the mass, and prune the rest.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "\u2022 Starting from a predicate p, generate a path by taking any number of dependencies that ascend, and optionally adding one dependency that descends. We constrained paths to be projective, and to have a maximum number of 6 ascendant dependencies. \u2022 Label each unlabeled edge h, m in the paths with l = argmax l p(h, m, l | x).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "On development data, this procedure generated an average of 43.8 paths per predicate that cover 86.2% of the correct paths. In contrast, enumerating paths of the single-best tree covers 79.4% of correct paths for the first-order parser, and 82.2% for the secondorder parser. 6", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We used a discriminative model with similar features to those in the system of Johansson (2009) . In addition, we included the following:", |
| "cite_spans": [ |
| { |
| "start": 79, |
| "end": 95, |
| "text": "Johansson (2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL model", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Unigram/bigram/trigram path features. For all n-grams in the syntactic path, patterns of words and POS tags (e.g., mary+loves+to, mary+VB+to).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL model", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Voice features. The predicate voice together with the word/POS of the argument (e.g., pas-sive+mary).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL model", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Path continuity. Count of non-consecutive tokens in a predicate-argument path.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL model", |
| "sec_num": null |
| }, |
| { |
| "text": "To train SRL models we used the averaged perceptron (Collins, 2002) . For the base pipeline we trained standard SRL classifiers. For the rest of models we used the structured Perceptron running the assignment algorithm as inference routine. In this case, we generated a large set of syntactic paths for training using the procedure described above, and we set the loss function to penalize mistakes in predicting the semantic role of arguments and their syntactic path.", |
| "cite_spans": [ |
| { |
| "start": 52, |
| "end": 67, |
| "text": "(Collins, 2002)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SRL model", |
| "sec_num": null |
| }, |
| { |
| "text": "We added a parameter \u03b2 weighting the syntactic and semantic components of the model as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dual Decomposition", |
| "sec_num": null |
| }, |
| { |
| "text": "(1 \u2212 \u03b2) s syn(x, y) + \u03b2 s srl(x, z, \u03c0) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dual Decomposition", |
| "sec_num": null |
| }, |
| { |
| "text": "As syntactic scores we used normalized marginal probabilities of dependencies, either from the first or the higher-order parser. The scores of all factors of the SRL model were normalized at every sentence to be between -1 and 1. of the method were implemented following Koo et al. (2010) , including the strategy for decreasing the step size \u03b1 t . We ran the algorithm for up to 500 iterations, with initial step size of 0.001.", |
| "cite_spans": [ |
| { |
| "start": 271, |
| "end": 288, |
| "text": "Koo et al. (2010)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dual Decomposition", |
| "sec_num": null |
| }, |
| { |
| "text": "To evaluate syntactic dependencies we use unlabeled attachment score (UAS), i.e., the percentage of words with the correct head, and labeled attachment scores (LAS), i.e., the percentage of words with the correct head and syntactic label. Semantic predicate-argument relations are evaluated with precision (sem p ), recall (sem r ) and F 1 measure (sem F 1 ) at the level of labeled semantic dependencies. In addition, we measure the percentage of perfectly predicted predicate structures (sem pp ). 7 Table 1 shows the results on the development set for our three first methods. We can see that the pipeline methods running assignment improve over the baseline pipelines in semantic F 1 by about 2 points, due to the application of the cRole constraint. The Forest method also shows an improvement in recall of semantic roles with respect to the pipeline methods. Presumably, the set of paths available in the Forest model allows to recognize a higher number of arguments at an expense of a lower precision. Regarding the percentage of perfect predicateargument structures there is a remarkable improvement in the systems that apply the full set of con-7 Our evaluation metrics differ slightly from the official metric at CoNLL-2009. That metric considers predicate senses as special semantic dependencies and, thus, it includes them in the calculation of the evaluation metrics. In this paper, we are not addressing predicate sense disambiguation and, consequently, we ignore predicate senses when presenting evaluation results. When we report the performance of CoNLL systems, their scores will be noticeably lower than the scores reported at the shared task. This is because predicate disambiguation is a reasonably simple task with a very high baseline around 90%. straints using the assignment algorithm. We believe that the cRole constraint that ensures no repeated roles for a given predicate is a key factor to predict the full set of arguments of a predicate.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 502, |
| "end": 509, |
| "text": "Table 1", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The Forest configuration is the starting point to run the dual decomposition algorithm. We ran experiments for various values of the \u03b2 parameter. Table 2 shows the results. We see that as we increase \u03b2, the SRL component has more relative weight, and the syntactic structure changes. The DD methods are always able to improve over the Forest methods, and find convergence in more than 99.5% of sentences. Compared to the pipeline running assignment, DD improves semantic F 1 for first-order inference, but not for higher-order inference, suggesting that 2 nd order predictions of paths are quite accurate. We also observe slight benefits in syntactic accuracy. Table 3 presents results of our system on the test sets, where we run Pipeline with Assignment and Dual Decomposition with our best configuration (\u03b2 = 0.8/0.9 for 1 st /2 nd order syntax). For comparison, the table also reports the results of the best CoNLL-2009 joint system, Merlo09 (Gesmundo et al., 2009) , which proved to be very competitive ranking third in the closed challenge. We also include Llu\u00eds09 , which is another joint syntactic-semantic system from CoNLL-2009. 8 In the WSJ test DD obtains the best syntactic accuracies, while the Pipeline obtains the best se- mantic F 1 . The bottom part of Table 3 presents results on the out-of-domain Brown test corpus. In this case, DD obtains slightly better results than the rest, both in terms of syntactic accuracy and semantic F 1 . Table 4 shows statistical significance tests for the syntactic LAS and semantic F 1 scores of Table 3 . We have applied the sign test (Wackerly et al., 2007) and approximate randomization tests (Yeh, 2000) to all pairs of systems outputs. The differences between systems in the WSJ test can be considered significant in almost all cases with p = 0.05. In the Brown test set, results are more unstable and differences are not significant in general, probably because of the relatively small size of that test.", |
| "cite_spans": [ |
| { |
| "start": 946, |
| "end": 969, |
| "text": "(Gesmundo et al., 2009)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 1127, |
| "end": 1140, |
| "text": "CoNLL-2009. 8", |
| "ref_id": null |
| }, |
| { |
| "start": 1589, |
| "end": 1612, |
| "text": "(Wackerly et al., 2007)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 1649, |
| "end": 1660, |
| "text": "(Yeh, 2000)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 661, |
| "end": 668, |
| "text": "Table 3", |
| "ref_id": "TABREF6" |
| }, |
| { |
| "start": 1271, |
| "end": 1278, |
| "text": "Table 3", |
| "ref_id": "TABREF6" |
| }, |
| { |
| "start": 1455, |
| "end": 1462, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 1549, |
| "end": 1556, |
| "text": "Table 3", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "Regarding running times, our implementation of the baseline pipeline with 2 nd order inference parses the development set (1,334 sentences) in less than 7 minutes. Running assignment in the pipeline increases parsing time by \u223c8% due to the overhead from the assignment algorithm. The Forest method, with an average of 61.3 paths per predicate, is \u223c13% slower than the pipeline due to the exploration of the space of precomputed paths. Finally, Dual Decomposition with 2 nd order inference converges in 36.6 iterations per sentence on average. The first iteration of DD has to perform roughly the same work as Forest, while subsequent iterations only need to re-parse the sentence with respect to the dual upare slightly different. However, note that Merlo09 is an application of the system by . In that paper authors report results on the CoNLL-2008 datasets, and they are comparable to Johansson's. Table 4 : Statistical tests of significance for LAS and sem F1 differences between pairs of systems from Table 3 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 900, |
| "end": 907, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 1005, |
| "end": 1012, |
| "text": "Table 3", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "\u2022/\u2022 = LAS difference is significant by the sign/ approximate randomization tests at 0.05 level. / = same meaning for sem F1 . The legend for systems is: LL: Llu\u00eds09, ME: Merlo09, PA1/2: Pipeline with Assignment, 1 st /2 nd order, DD1/2: Dual Decomposition, 1 st /2 nd order.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "dates, which are extremely sparse. Our current implementation did not take advantage of the sparsity of updates, and overall, DD was on average 13 times slower than the pipeline running assignment and 15 times slower than the baseline pipeline.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "We have introduced efficient methods to parse syntactic dependency structures augmented with predicate-argument relations, with two key ideas. One is to predict the local syntactic structure that links a predicate with its arguments, and seek agreement with the full syntactic structure using dual decomposition techniques. The second is to control linear assignment constraints in the predicateargument structure. In experiments we observe large improvements resulting from the assignment constraints. As for the dual decomposition technique for joint parsing, it does improve over the pipelines when we use a first order parser. This means that in this configuration the explicit semantic features help to find a solution that is better in both layers. To some extent, this empirically validates the research objective of joint models. However, when we move to second-order parsers the differences with respect to the pipeline are insignificant. It is to be expected that as syntactic parsers improve, the need of joint methods is less critical. It remains an open question to validate if large improvements can be achieved by integrating syntactic-semantic features. To study this question, it is necessary to have efficient parsing algorithms for joint dependency structures. This paper contributes with a method that has optimality guarantees whenever it converges.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Our method can incorporate richer families of features. It is straightforward to incorporate better semantic representations of predicates and arguments than just plain words, e.g. by exploiting WordNet or distributional representations as in (Zapirain et al., 2013) . Potentially, this could result in larger improvements in the performance of syntactic and semantic parsing.", |
| "cite_spans": [ |
| { |
| "start": 243, |
| "end": 266, |
| "text": "(Zapirain et al., 2013)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "It is also necessary to experiment with different languages, where the performance of syntactic parsers is lower than in English, and hence there is potential for improvement. Our treatment of local syntactic structure that links predicates with arguments, based on explicit enumeration of likely paths, was simplistic. Future work should explore methods that model the syntactic structure linking predicates with arguments: whenever this structure can be parsed efficiently, our dual decomposition algorithm can be employed to define an efficient joint system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| }, |
| { |
| "text": "In this paper we say that structures \u03c0 p,a,r are paths from predicates to arguments, but they could be more general subtrees. The condition to build a joint system is that these subtrees must be parseable in the way we describe in Section 3.1.2 In general a semantic role can be realized with more than one argument, though it is rare. It is not hard to modify our framework to allow for a maximum number of occurrences of a semantic role.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In our model we fix the score of null assignments to 0. It is straightforward to compute a discriminative score instead.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Our method allows to use non-projective dependency parsing methods seamlessly.5 This is specific to CoNLL-2009 data for English. In general, for other languages the coverage of these rules may be lower. We leave this question to future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "One can evaluate the maximum recall on correct arguments that can be obtained, irrespective of whether the syntactic path is correct: for the set of paths it is 98.3%, while for single-best trees it is 91.9% and 92.7% for first and second-order models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Another system to compare to is the joint system byJohansson (2009). Unfortunately, a direct comparison is not possible because it is evaluated on the CoNLL-2008 datasets, which", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank the editor and the anonymous reviewers for their valuable feedback. This work was financed by the European Commission for the XLike project (FP7-288342); and by the Spanish Government for project OpenMT-2 (TIN2009-14675-C03-01), project Skater (TIN2012-38584-C06-01), and a Ram\u00f3n y Cajal contract for Xavier Carreras (RYC-2008-02223).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF1": { |
| "ref_id": "b1", |
| "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. Introduc- tion to the CoNLL-2005 shared task: Semantic role labeling. In Proceedings of the Ninth Conference on Computational Natural Language Learning (CoNLL- 2005), pages 152-164, Ann Arbor, Michigan, June.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Experiments with a higher-order projective dependency parser", |
| "authors": [ |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the CoNLL Shared Task Session of EMNLP-CoNLL", |
| "volume": "", |
| "issue": "", |
| "pages": "957--961", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xavier Carreras. 2007. Experiments with a higher-order projective dependency parser. In Proceedings of the CoNLL Shared Task Session of EMNLP-CoNLL 2007, pages 957-961, Prague, Czech Republic, June.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Discriminative training methods for Hidden Markov Models: Theory and experiments with Perceptron algorithms", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 2002 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Collins. 2002. Discriminative training meth- ods for Hidden Markov Models: Theory and experi- ments with Perceptron algorithms. In Proceedings of the 2002 Conference on Empirical Methods in Natural Language Processing, pages 1-8, July.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "An exact dual decomposition algorithm for shallow semantic parsing with constraints", |
| "authors": [ |
| { |
| "first": "Dipanjan", |
| "middle": [], |
| "last": "Das", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "T" |
| ], |
| "last": "Andr\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Martins", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the Sixth International Workshop on Semantic Evaluation, SemEval '12", |
| "volume": "1", |
| "issue": "", |
| "pages": "209--217", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dipanjan Das, Andr\u00e9 F. T. Martins, and Noah A. Smith. 2012. An exact dual decomposition algorithm for shallow semantic parsing with constraints. In Pro- ceedings of the First Joint Conference on Lexical and Computational Semantics -Volume 1: Proceedings of the main conference and the shared task, and Volume 2: Proceedings of the Sixth International Workshop on Semantic Evaluation, SemEval '12, pages 209-217, Stroudsburg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Bilexical grammars and their cubictime parsing algorithms", |
| "authors": [ |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Eisner", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Advances in Probabilistic and Other Parsing Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "29--62", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jason Eisner. 2000. Bilexical grammars and their cubic- time parsing algorithms. In Harry Bunt and Anton Nijholt, editors, Advances in Probabilistic and Other Parsing Technologies, pages 29-62. Kluwer Academic Publishers, October.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "A latent variable model of synchronous syntactic-semantic parsing for multiple languages", |
| "authors": [ |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Gesmundo", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Paola", |
| "middle": [], |
| "last": "Merlo", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Thirteenth Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "37--42", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrea Gesmundo, James Henderson, Paola Merlo, and Ivan Titov. 2009. A latent variable model of syn- chronous syntactic-semantic parsing for multiple lan- guages. In Proceedings of the Thirteenth Confer- ence on Computational Natural Language Learning (CoNLL 2009): Shared Task, pages 37-42, Boulder, Colorado, June.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "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 la- beling of semantic roles. Computational Linguistics, 28(3):245-288, September.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "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 Pro- ceedings of 40th Annual Meeting of the Association for Computational Linguistics, pages 239-246, Philadel- phia, Pennsylvania, USA, July.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "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": 2009, |
| "venue": "Proceedings of the 13th Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "1--18", |
| "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 dependen- cies in multiple languages. In Proceedings of the 13th Conference on Computational Natural Language Learning (CoNLL-2009): Shared Task, pages 1-18, Boulder, Colorado, USA, June.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Statistical bistratal dependency parsing", |
| "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 Conference on Empirical Methods in Natural Language Process- ing, pages 561-569, Singapore, August.", |
| "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 Methods in Nat- ural Language Processing and Computational Natu- ral Language Learning (EMNLP-CoNLL), pages 141- 150, Prague, Czech Republic, June.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Dual decomposition for parsing with non-projective head automata", |
| "authors": [ |
| { |
| "first": "Terry", |
| "middle": [], |
| "last": "Koo", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [ |
| "M" |
| ], |
| "last": "Rush", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Sontag", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1288--1298", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Terry Koo, Alexander M. Rush, Michael Collins, Tommi Jaakkola, and David Sontag. 2010. Dual decompo- sition for parsing with non-projective head automata. In Proceedings of the 2010 Conference on Empiri- cal Methods in Natural Language Processing, pages 1288-1298, Cambridge, MA, October.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "The Hungarian method for the assignment problem", |
| "authors": [ |
| { |
| "first": "Harold", |
| "middle": [ |
| "W" |
| ], |
| "last": "Kuhn", |
| "suffix": "" |
| } |
| ], |
| "year": 1955, |
| "venue": "Naval Research Logistics Quarterly", |
| "volume": "2", |
| "issue": "", |
| "pages": "83--97", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harold W. Kuhn. 1955. The Hungarian method for the assignment problem. Naval Research Logistics Quar- terly, 2(1-2):83-97.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "A second-order joint eisner model for syntactic and semantic dependency parsing", |
| "authors": [ |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Llu\u00eds", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Bott", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Thirteenth Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "79--84", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xavier Llu\u00eds, Stefan Bott, and Llu\u00eds M\u00e0rquez. 2009. A second-order joint eisner model for syntactic and semantic dependency parsing. In Proceedings of the Thirteenth Conference on Computational Natu- ral Language Learning (CoNLL 2009): Shared Task, pages 79-84, Boulder, Colorado, June.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Semantic Role Labeling: An Introduction to the Special Issue", |
| "authors": [ |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenneth", |
| "middle": [ |
| "C" |
| ], |
| "last": "Litkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Suzanne", |
| "middle": [], |
| "last": "Stevenson", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Computational Linguistics", |
| "volume": "34", |
| "issue": "2", |
| "pages": "145--159", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Llu\u00eds M\u00e0rquez, Xavier Carreras, Kenneth C. Litkowski, and Suzanne Stevenson. 2008. Semantic Role Label- ing: An Introduction to the Special Issue. Computa- tional Linguistics, 34(2):145-159, June.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Concise integer linear programming formulations for dependency parsing", |
| "authors": [ |
| { |
| "first": "Andr\u00e9", |
| "middle": [], |
| "last": "Martins", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Xing", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "342--350", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andr\u00e9 Martins, Noah Smith, and Eric Xing. 2009. Con- cise integer linear programming formulations for de- pendency parsing. In Proceedings of the Joint Con- ference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Lan- guage Processing of the AFNLP, pages 342-350, Sun- tec, Singapore, August.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Online large-margin training of dependency parsers", |
| "authors": [ |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Koby", |
| "middle": [], |
| "last": "Crammer", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Pereira", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05)", |
| "volume": "", |
| "issue": "", |
| "pages": "91--98", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ryan McDonald, Koby Crammer, and Fernando Pereira. 2005. Online large-margin training of dependency parsers. In Proceedings of the 43rd Annual Meet- ing of the Association for Computational Linguistics (ACL'05), pages 91-98, Ann Arbor, Michigan, June.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "The NomBank Project: An interim report", |
| "authors": [ |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Meyers", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruth", |
| "middle": [], |
| "last": "Reeves", |
| "suffix": "" |
| }, |
| { |
| "first": "Catherine", |
| "middle": [], |
| "last": "Macleod", |
| "suffix": "" |
| }, |
| { |
| "first": "Rachel", |
| "middle": [], |
| "last": "Szekely", |
| "suffix": "" |
| }, |
| { |
| "first": "Veronika", |
| "middle": [], |
| "last": "Zielinska", |
| "suffix": "" |
| }, |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "HLT-NAACL 2004 Workshop: Frontiers in Corpus Annotation", |
| "volume": "", |
| "issue": "", |
| "pages": "24--31", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adam Meyers, Ruth Reeves, Catherine Macleod, Rachel Szekely, Veronika Zielinska, Brian Young, and Ralph Grishman. 2004. The NomBank Project: An interim report. In A. Meyers, editor, HLT-NAACL 2004 Work- shop: Frontiers in Corpus Annotation, pages 24-31, Boston, Massachusetts, USA, May.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "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 Computa- tional Linguistics (ACL'04), Main Volume, pages 335- 342, Barcelona, Spain, July.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Pseudo-projective dependency parsing", |
| "authors": [ |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Jens", |
| "middle": [], |
| "last": "Nilsson", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL'05)", |
| "volume": "", |
| "issue": "", |
| "pages": "99--106", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joakim Nivre and Jens Nilsson. 2005. Pseudo-projective dependency parsing. In Proceedings of the 43rd Annual Meeting of the Association for Computa- tional Linguistics (ACL'05), pages 99-106, Ann Ar- bor, Michigan, June.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "The Proposition Bank: An annotated corpus of semantic roles", |
| "authors": [ |
| { |
| "first": "Martha", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gildea", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Kingsbury", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Computational Linguistics", |
| "volume": "31", |
| "issue": "1", |
| "pages": "71--106", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Martha Palmer, Daniel Gildea, and Paul Kingsbury. 2005. The Proposition Bank: An annotated corpus of semantic roles. Computational Linguistics, 31(1):71- 106, March.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "The importance of syntactic parsing and inference in semantic role labeling", |
| "authors": [ |
| { |
| "first": "Vasin", |
| "middle": [], |
| "last": "Punyakanok", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| }, |
| { |
| "first": "Wen", |
| "middle": [], |
| "last": "Tau", |
| "suffix": "" |
| }, |
| { |
| "first": "Yih", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Computational Linguistics", |
| "volume": "34", |
| "issue": "3", |
| "pages": "257--287", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vasin Punyakanok, Dan Roth, and Wen tau Yih. 2008. The importance of syntactic parsing and inference in semantic role labeling. Computational Linguistics, 34(3):257-287, June.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Fast and robust joint models for biomedical event extraction", |
| "authors": [ |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Riedel", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sebastian Riedel and Andrew McCallum. 2011. Fast and robust joint models for biomedical event extraction. In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing, pages 1-12, Edinburgh, Scotland, UK., July.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "On dual decomposition and linear programming relaxations for natural language processing", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Alexander", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Rush", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Sontag", |
| "suffix": "" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1--11", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander M Rush, David Sontag, Michael Collins, and Tommi Jaakkola. 2010. On dual decomposition and linear programming relaxations for natural language processing. In Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing, pages 1-11, Cambridge, MA, October.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Introduction to dual decomposition for inference", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Sontag", |
| "suffix": "" |
| }, |
| { |
| "first": "Amir", |
| "middle": [], |
| "last": "Globerson", |
| "suffix": "" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Optimization for Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Sontag, Amir Globerson, and Tommi Jaakkola. 2010. Introduction to dual decomposition for infer- ence. In S. Sra, S. Nowozin, and S. J. Wright, editors, Optimization for Machine Learning. MIT Press.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "The conll 2008 shared task on joint parsing of syntactic and semantic dependencies", |
| "authors": [ |
| { |
| "first": "Mihai", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Johansson", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Meyers", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "CoNLL 2008: Proceedings of the Twelfth Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "159--177", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mihai Surdeanu, Richard Johansson, Adam Meyers, Llu\u00eds M\u00e0rquez, and Joakim Nivre. 2008. The conll 2008 shared task on joint parsing of syntactic and se- mantic dependencies. In CoNLL 2008: Proceedings of the Twelfth Conference on Computational Natu- ral Language Learning, pages 159-177, Manchester, England, August.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Online graph planarisation for synchronous parsing of semantic and syntactic dependencies", |
| "authors": [ |
| { |
| "first": "Ivan", |
| "middle": [], |
| "last": "Titov", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Paola", |
| "middle": [], |
| "last": "Merlo", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriele", |
| "middle": [], |
| "last": "Musillo", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 21st international jont conference on Artifical intelligence, IJCAI'09", |
| "volume": "", |
| "issue": "", |
| "pages": "1562--1567", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan Titov, James Henderson, Paola Merlo, and Gabriele Musillo. 2009. Online graph planarisation for syn- chronous parsing of semantic and syntactic dependen- cies. In Proceedings of the 21st international jont conference on Artifical intelligence, IJCAI'09, pages 1562-1567.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "A global joint model for semantic role labeling", |
| "authors": [ |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Aria", |
| "middle": [], |
| "last": "Haghighi", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Computational Linguistics", |
| "volume": "34", |
| "issue": "2", |
| "pages": "161--191", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kristina Toutanova, Aria Haghighi, and Christopher D. Manning. 2008. A global joint model for semantic role labeling. Computational Linguistics, 34(2):161- 191, June.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Mathematical Statistics with Applications, chapter 15: Nonparametric statistics", |
| "authors": [ |
| { |
| "first": "Dennis", |
| "middle": [ |
| "D" |
| ], |
| "last": "Wackerly", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Mendenhall", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [ |
| "L" |
| ], |
| "last": "Scheaffer", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dennis D. Wackerly, William Mendenhall, and Richard L. Scheaffer, 2007. Mathematical Statis- tics with Applications, chapter 15: Nonparametric statistics. Duxbury Press.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "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. Calibrating features for semantic role labeling. In Dekang Lin and Dekai Wu, editors, Proceedings of EMNLP 2004, pages 88-94, Barcelona, Spain, July.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "More accurate tests for the statistical significance of result differences", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Alexander", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Yeh", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 18th conference on Computational linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "947--953", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander S. Yeh. 2000. More accurate tests for the sta- tistical significance of result differences. In Proceed- ings of the 18th conference on Computational linguis- tics, pages 947-953.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Selectional preferences for semantic role classification", |
| "authors": [ |
| { |
| "first": "Eneko", |
| "middle": [], |
| "last": "Be\u00f1at Zapirain", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "Agirre", |
| "suffix": "" |
| }, |
| { |
| "first": "Mihai", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Computational Linguistics", |
| "volume": "", |
| "issue": "3", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Be\u00f1at Zapirain, Eneko Agirre, Llu\u00eds M\u00e0rquez, and Mihai Surdeanu. 2013. Selectional preferences for semantic role classification. Computational Linguistics, 39(3).", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "text": "An example . . .", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF2": { |
| "content": "<table/>", |
| "text": "Results on development for the baseline and assignment pipelines, running first and second-order syntactic parsers, and the Forest method. o indicates the order of syntactic inference.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF3": { |
| "content": "<table><tr><td>o \u03b2 1 0.1 85.32 88.86 84.09 71.84 77.48 51.77 100 LAS UAS semp semr sem F 1 sempp %conv 1 074 100 2 0.4 87.78 90.96 85.21 73.12 78.70 53.74 100 2 0.5 87.78 90.96 85.19 73.12 78.70 53.72 100 2 0.6 87.78 90.96 85.20 73.13 78.70 53.72 99.9 2 0.7 87.78 90.96 85.19 73.13 78.70 53.72 99.8 2 0.8 87.80 90.98 85.20 73.18 78.74 53.77 99.8 2 0.9</td></tr></table>", |
| "text": ".4 85.36 88.91 84.07 71.94 77.53 51.85 100 1 0.5 85.38 88.93 84.08 72.03 77.59 51.96 100 1 0.6 85.41 88.95 84.05 72.19 77.67 52.03 99.8 1 0.7 85.44 89.00 84.10 72.42 77.82 52.24 99.7 1 0.8 85.48 89.02 83.99 72.69 77.94 52.57 99.5 1 0.9 85.39 88.93 83.68 72.82 77.88 52.49 99.8 2 0.1 87.78 90.96 85.20 73.11 78.69 53.87.84 91.02 85.20 73.23 78.76 53.82 100", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF4": { |
| "content": "<table/>", |
| "text": "Results of the dual decomposition method on development data, for different values of the \u03b2 parameter. o is the order of the syntactic parser. %conv is the percentage of examples that converged.", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF5": { |
| "content": "<table><tr><td>WSJ Llu\u00eds09</td><td>LAS 87.48 89.91 73.87 67.40 70.49 39.68 UAS semp semr sem F 1 sempp</td></tr><tr><td colspan=\"2\">Brown Llu\u00eds09 Merlo09 Pipe-Assig 1 st 80.96 86.58 72.91 60.16 65.93 38.44 LAS UAS semp semr sem F 1 sempp 80.92 85.96 62.29 59.22 60.71 29.79 80.84 86.32 68.97 63.06 65.89 38.92 DD 1 st 81.18 86.86 72.53 60.76 66.12 38.13</td></tr><tr><td>Pipe-</td><td/></tr></table>", |
| "text": "Merlo09 88.79 91.26 81.00 76.45 78.66 54.80 Pipe-Assig 1 st 86.85 89.68 85.12 73.78 79.05 54.12 DD 1 st 87.04 89.89 85.03 74.56 79.45 54.92 Pipe-Assig 2 nd 89.19 91.62 86.11 75.16 80.26 55.96 DD 2 nd 89.21 91.64 86.01 74.84 80.04 55.73 Assig 2 nd 82.56 87.98 73.94 61.63 67.23 38.99 DD 2 nd 82.61 88.04 74.12 61.59 67.28 38.92", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| }, |
| "TABREF6": { |
| "content": "<table/>", |
| "text": "Comparative results on the CoNLL-2009 English test sets, namely the WSJ test (top table) and the out of domain test from the Brown corpus (bottom table).", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| } |
| } |
| } |
| } |