| { |
| "paper_id": "S14-2012", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:32:13.454244Z" |
| }, |
| "title": "Alpage: Transition-based Semantic Graph Parsing with Syntactic Features", |
| "authors": [ |
| { |
| "first": "Corentin", |
| "middle": [], |
| "last": "Ribeyre", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Sorbonne Paris Cit\u00e9 Universit\u00e9 Paris", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Villemonte De La", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Sorbonne Paris Cit\u00e9 Universit\u00e9 Paris", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Clergerie", |
| "middle": [], |
| "last": "Djam\u00e9", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Sorbonne Paris Cit\u00e9 Universit\u00e9 Paris", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Seddah", |
| "middle": [], |
| "last": "Alpage", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Sorbonne Paris Cit\u00e9 Universit\u00e9 Paris", |
| "location": {} |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper describes the systems deployed by the ALPAGE team to participate to the SemEval-2014 Task on Broad-Coverage Semantic Dependency Parsing. We developed two transition-based dependency parsers with extended sets of actions to handle non-planar acyclic graphs. For the open track, we worked over two orthogonal axes-lexical and syntactic-in order to provide our models with lexical and syntactic features such as word clusters, lemmas and tree fragments of different types.", |
| "pdf_parse": { |
| "paper_id": "S14-2012", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper describes the systems deployed by the ALPAGE team to participate to the SemEval-2014 Task on Broad-Coverage Semantic Dependency Parsing. We developed two transition-based dependency parsers with extended sets of actions to handle non-planar acyclic graphs. For the open track, we worked over two orthogonal axes-lexical and syntactic-in order to provide our models with lexical and syntactic features such as word clusters, lemmas and tree fragments of different types.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "In recent years, we have seen the emergence of semantic parsing, relying on various techniques ranging from graph grammars (Chiang et al., 2013) to transitions-based dependency parsers (Sagae and Tsujii, 2008) . Assuming that obtaining predicate argument structures is a necessary goal to move from syntax to accurate surface semantics, the question of the representation of such structures arises. Regardless of the annotation scheme that should be used, one of the main issues of semantic representation is the construction of graph structures, that are inherently harder to generate than the classical tree structures.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 144, |
| "text": "(Chiang et al., 2013)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 185, |
| "end": 209, |
| "text": "(Sagae and Tsujii, 2008)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In that aspect, the shared task's proposal (Oepen et al., 2014) , to evaluate different syntacticsemantic schemes (Ivanova et al., 2012; Hajic et al., 2006; Miyao and Tsujii, 2004) could not arrive at a more timely moment when state-of-the-art surface syntactic parsers regularly reach, or cross, a 90% labeled dependency recovery plateau for a This work is licensed under a Creative Commons Attribution 4.0 International Licence. Page numbers and proceedings footer are added by the organisers. Licence details: http://creativecommons.org/licenses/by/4.0/. wide range of languages (Nivre et al., 2007a; Seddah et al., 2013) .", |
| "cite_spans": [ |
| { |
| "start": 43, |
| "end": 63, |
| "text": "(Oepen et al., 2014)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 114, |
| "end": 136, |
| "text": "(Ivanova et al., 2012;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 137, |
| "end": 156, |
| "text": "Hajic et al., 2006;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 157, |
| "end": 180, |
| "text": "Miyao and Tsujii, 2004)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 582, |
| "end": 603, |
| "text": "(Nivre et al., 2007a;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 604, |
| "end": 624, |
| "text": "Seddah et al., 2013)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The two systems we present both extend transition-based parsers in order to be able to generate acyclic dependency graphs. The first one follows the standard greedy search mechanism of (Nivre et al., 2007b) , while the second one follows a slightly more global search strategy (Huang and Sagae, 2010; by relying on dynamic programming techniques. In addition to building graphs directly, the main originality of our work lies in the use of different kinds of syntactic features, showing that using syntax for pure deep semantic parsing improves global performance by more than two points.", |
| "cite_spans": [ |
| { |
| "start": 185, |
| "end": 206, |
| "text": "(Nivre et al., 2007b)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 277, |
| "end": 300, |
| "text": "(Huang and Sagae, 2010;", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Although not state-of-the-art, our systems perform very honorably compared with other single systems in this shared task and pave quite an interesting way for further work. In the remainder of this paper, we present the parsers and their extensions for building graphs; we then present our syntactic features and discuss our results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Shift-reduce transition-based parsers essentially rely on configurations formed of a stack and a buffer, with stack transitions used to go from a configuration to the next one, until reaching a final configuration. Following K\u00fcbler et al. (2009) , we define a configuration by c = (\u03c3, \u03b2, A) where \u03c3 denotes a stack of words w i , \u03b2 a buffer of words, and A a set of dependency arcs of the form (w i , r, w j ), with w i the head, w j the dependent, and r a label in some set R.", |
| "cite_spans": [ |
| { |
| "start": 225, |
| "end": 245, |
| "text": "K\u00fcbler et al. (2009)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Systems Description", |
| "sec_num": "2" |
| }, |
| { |
| "text": "However, despite their overall similarities, transition-based systems may differ on many aspects, such as the exact definition of the configurations, the set of transitions extracted from the configurations, the way the search space is explored (at parsing and training time), the set of features, the way the transition weights are learned and ap- Figure 1 : An extended set of transitions for building dependency graphs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 349, |
| "end": 357, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Systems Description", |
| "sec_num": "2" |
| }, |
| { |
| "text": "(\u03c3, wi|\u03b2, A) (\u03c3|wi, \u03b2, A) (shift) BOTH (\u03c3|wj|wi, \u03b2, A) (\u03c3|wi, \u03b2, A \u222a (wi, r, wj)) (left-reduce) S&T PARSER (\u03c3|wj|wi, \u03b2, A) (\u03c3|wj, \u03b2, A \u222a (wj, r, wi)) (right-reduce) S&T PARSER (\u03c3|wj|wi, \u03b2, A) (\u03c3|wj|wi, \u03b2, A \u222a (wi, r, wj)) (left-attach) BOTH (\u03c3|wj|wi, \u03b2, A) (\u03c3|wj, wi|\u03b2, A \u222a (wj, r, wi) (right-attach) BOTH (\u03c3|wi, \u03b2, A) (\u03c3, \u03b2, A) (pop0) BOTH (\u03c3|wj|wi, \u03b2, A) (\u03c3|wi, \u03b2, A) (pop1) DYALOG-SR (\u03c3|wj|wi, \u03b2, A) (\u03c3|wi|wj, \u03b2, A) (swap) DYALOG-SR", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Systems Description", |
| "sec_num": "2" |
| }, |
| { |
| "text": "plied, etc. For various reasons, we started our experiments with two rather different transition-based parsers, which have finally converged on several aspects. In particular, the main convergence concerns the set of transitions needed to parse the three proposed annotation schemes. To be able to attach zero, one, or more heads to a word, it is necessary to clearly dissociate the addition of a dependency from the reduction of a word (i.e. its removal from the stack). Following Sagae and Tsujii (2008) , as shown in Figure 1 , beside the usual shift and reduce transitions of the arc-standard strategy, we introduced the new left and right attach actions for adding new dependencies (while keeping the dependent on the stack) and two reduce pop0 and pop1 actions to remove a word from the stack after attachement of its dependents. All transitions adding an edge should also satisfy the condition that the new edge does not create a cycle or multiple edges between the same pair of nodes. It is worth noting that the pop actions may also be used to remove words with no heads.", |
| "cite_spans": [ |
| { |
| "start": 482, |
| "end": 505, |
| "text": "Sagae and Tsujii (2008)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 520, |
| "end": 528, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Systems Description", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Our first parsing system is a partial rewrite, with several extensions, of the Sagae and Tsujii (2008) DAG parser (henceforth S&T PARSER). We modified it to handle dependency graphs, in particular non-governed words using pop0 transitions. This new transition removes the topmost stack element when all its dependents have been attached (through attach or reduce transitions). Thus, we can handle partially connected graphs, since a word can be discarded when it has no incoming arc.", |
| "cite_spans": [ |
| { |
| "start": 79, |
| "end": 102, |
| "text": "Sagae and Tsujii (2008)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sagae & Tsujii's DAG Parser", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We used two different learning algorithms: (i) the averaged perceptron because of its good balance between training time and performance (Daume, 2006), (ii) the logistic regression model (maximum entropy (Ratnaparkhi, 1997) ). For the latter, we used the truncated gradient optimiza-tion (Langford et al., 2009) , implemented in Classias (Okazaki, 2009) , in order to estimate the parameters. These algorithms have been used interchangeably to test their performance in terms of Fscore. But the difference was negligeable in general.", |
| "cite_spans": [ |
| { |
| "start": 204, |
| "end": 223, |
| "text": "(Ratnaparkhi, 1997)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 288, |
| "end": 311, |
| "text": "(Langford et al., 2009)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 338, |
| "end": 353, |
| "text": "(Okazaki, 2009)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sagae & Tsujii's DAG Parser", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Our second parsing system is DYALOG-SR (Villemonte De La Clergerie, 2013), which has been developed to participate to the SPMRL'13 shared task. Coded on top of tabular logic programming system DYALOG, it implements a transition-based parser relying on dynamic programming techniques, beams, and an averaged structured perceptron, following ideas from (Huang and Sagae, 2010; .", |
| "cite_spans": [ |
| { |
| "start": 351, |
| "end": 374, |
| "text": "(Huang and Sagae, 2010;", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DYALOG-SR", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "It was initially designed to follow an arcstandard parsing strategy, relying on shift and left/right reduce transitions. To deal with dependency graphs and non governed words, we first added the two attach transitions and the pop0 transition. But because there exist some overlap between the reduce and attach transitions leading to some spurious ambiguities, we finally decided to remove the left/right reduce transitions and to complete with the pop1 transition. In order to handle some cases of non-projectivty with minimal modifications of the system, we also added a swap transition. The parsing strategy is now closer to the arc-eager one, with an oracle suggesting to attach as soon as possible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DYALOG-SR", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In order to stack several dependency parsers, we needed to transform our graphs into trees. We report here the algorithms we used.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tree Approximations", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The first one uses a simple strategy. For nodes with multiple incoming edges, we keep the longest incoming edge. Singleton nodes (with no head) are attached with a _void_-labeled edge (by decreasing priority) to the immediately adjacent node N , or the virtual root node (token 0). This strategy already improves over the baseline, provided by the task organisers, on the PCEDT by 5 points.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tree Approximations", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Word \u03c3 1 Lemma \u03c3 1 POS \u03c3 1 leftPOS \u03c3 1 rightPOS \u03c3 1 leftLabel \u03c3 1 rightLabel \u03c3 1 Word \u03c3 2 Lemma \u03c3 2 POS \u03c3 2 leftPOS \u03c3 2 rightPOS \u03c3 2 leftLabel \u03c3 2 rightLabel \u03c3 2 Word \u03c3 3 POS \u03c3 3 Word \u03b2 1 Lemma \u03b2 1 POS \u03b2 1 Word \u03b2 2 Lemma \u03b2 2 POS \u03b2 2 POS \u03b2 3 a d 12 d 11", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tree Approximations", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The second algorithm tries to preserve more edges: when it is possible, the deletion of a reentrant edge is replaced by reversing its direction and changing its label l into <l. We do this for nodes with no incoming edges by reversing the longest edge only if this action does not create cycles. The number of labels increases, but many more edges are kept, leading to better results on DM and PAS corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tree Approximations", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "3 Feature Engineering", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Tree Approximations", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "For S&T PARSER we define Word \u03b2 i (resp. Lemma \u03b2 i and POS \u03b2 i ) as the word (resp. lemma and part-of-speech) at position i in the queue. The same goes for \u03c3 i , which is the position i in the stack. Let d i,j be the distance between Word \u03c3 i and Word \u03c3 j . We also define d i,j , the distance between Word \u03b2 i and Word \u03c3 j . In addition, we define leftPOS \u03c3 i (resp. leftLabel \u03c3 i ) the part-of-speech (resp. the label if any) of the word immediately at the left handside of \u03c3 i , and the same goes for rightPOS \u03c3 i (resp. rightLabel \u03c3 i ). Finally, a is the previous predicted action by the parser. Table 1 reports our baseline features.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 601, |
| "end": 608, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Closed Track", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "For DYALOG-SR we have the following lexical features lex, lemma, cat, and morphosyntactic mstag. They apply to next unread word ( * I, say lemmaI), the three next lookahead words ( * I2 to * I4), and (when present) to the 3 stack elements ( * 0 to * 2), their two leftmost and rightmost children ( ). Finally, we have 3 (discretized) distance features between the next word and the stack elements (delta[01] ) and between the two topmost stack elements (delta01). Most feature values are atomic (either numerical or symbolic), but they can also be (recursively) a list of values, for instance for the mstag and domain features. For dealing with graphs, features were added about the incoming edges to the 3 topmost stack elements, similar to valency (ngov[012]) and domain (gov[012] ). For the PCEDT scheme, because of the high number of dependency labels, the 30 most unfrequent ones were replaced by a generic label when used as feature value.", |
| "cite_spans": [ |
| { |
| "start": 296, |
| "end": 297, |
| "text": "(", |
| "ref_id": null |
| }, |
| { |
| "start": 397, |
| "end": 407, |
| "text": "(delta[01]", |
| "ref_id": null |
| }, |
| { |
| "start": 773, |
| "end": 782, |
| "text": "(gov[012]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Closed Track", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Besides, for the PCEDT and DM corpora, static and dynamic guiding features have been tried for DYALOG-SR, provided by MATE (Bohnet, 2010 ) (trained on versions of these corpora projected to trees, using a 10-fold cross validation). The two static features mate_label and mate_distance are attached to each token h, indicating the label and the relative distance to its governor d (if any). At runtime, dynamic features are also added relative to the current configuration: if a semantic dependency (h, l, d) has been predicted by MATE, and the topmost 2 stack elements are either (h, d) or (d, h), a feature suggesting a left or right attachment for l is added.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 136, |
| "text": "(Bohnet, 2010", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Closed Track", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We did the same for S&T PARSER, except that we used a simple but efficient hack: instead of keeping the labels predicted by our parser, we replaced them by MATE predictions whenever it was possible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Closed Track", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "For this track, we combined the previously described features (but the MATE-related ones) with various lexical and syntactic features, our intuition being that syntax and semantic are interdependent, and that syntactic features should therefore help semantic parsing. In particular, we have considered the following bits of information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Open Track", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Unsupervized Brown clusters To reduce lexical sparsity, we extracted 1,000 clusters from the BNC (Leech, 1992) preprocessed following Wagner et al. (2007) . We extended them with capitalization, digit features and 3 letters suffix signatures, leading to a vocabulary size reduced by half.", |
| "cite_spans": [ |
| { |
| "start": 97, |
| "end": 110, |
| "text": "(Leech, 1992)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 134, |
| "end": 154, |
| "text": "Wagner et al. (2007)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Open Track", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Constituent tree fragments They were part of the companion data provided by the organizers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Open Track", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "They consist of fragments of the syntactic trees and can be used either as enhanced parts of speech or as features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Open Track", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Spinal elementary trees A full set of parses was reconstructed from the tree fragments. Then we extracted a spine grammar (Seddah, 2010) , using the head percolation table of the Bikel (2002) parser, slightly modified to avoid determiners to be marked as head in some configurations.", |
| "cite_spans": [ |
| { |
| "start": 122, |
| "end": 136, |
| "text": "(Seddah, 2010)", |
| "ref_id": "BIBREF22" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Open Track", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Predicted MATE dependencies Also provided in the companion data, they consist in the parses built by the MATE parsers, trained on the Stanford dependency version of the PTB. We combined the labels with a distance \u03b4 = t \u2212 h where t is the token number and h the head number. Bj\u00f6rkelund et al. (2013) , we used the MATE dependencies to extract the shortest path between a token and its lexical head and included the path length (in terms of traversed nodes) as feature. ", |
| "cite_spans": [ |
| { |
| "start": 274, |
| "end": 298, |
| "text": "Bj\u00f6rkelund et al. (2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Open Track", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We present here the results on section 21 (test set) 1 for both systems. We report in Table 3 , the different runs we submitted for the final evaluation of the shared task. We also report improvements between the two tracks. Both systems show relatively close F-measures, with correct results on every corpus. If we compare the results more precisely, we observe that in general, DYALOG-SR tends to behave better for the unlabeled metrics. Its main weakness is on MRS scheme, for both tracks. 2 1 Dev set results are available online at http://goo.gl/w3XcpW. 2 The main and still unexplained problem of DYALOG-SR was that using larger beams has no impact, and often a negative one, when using the attach and pop transitions. Except for PAS and PCEDT where a beam of size 4 worked best for the open track, all other results were obtained for beams of size 1. This situation is in total contradiction with the large impact of beam previously observed for the arc standard strategy during the SPMRL'13 shared task and during experiments led on the French TreeBank (Abeill\u00e9 et al., 2003) (FTB) . Late experiments on the FTB using the attach and pop actions (but delaying attachments as long as possible) has On the other hand, it is worth noting that syntactic features greatly improve semantic parsing. In fact, we report in Figure 2 (a) the improvement of the five most frequent labels and, in Figure 2(b) , the five best improved labels with a frequency over 0.5% in the training set, which represent 95% of the edges in the DM Corpus. As we can see, syntactic information allow the systems to perform better on coordination structures and to reduce ambiguity between modifiers and verbal arguments (such as the ARG3 label).", |
| "cite_spans": [ |
| { |
| "start": 559, |
| "end": 560, |
| "text": "2", |
| "ref_id": null |
| }, |
| { |
| "start": 1061, |
| "end": 1089, |
| "text": "(Abeill\u00e9 et al., 2003) (FTB)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 86, |
| "end": 93, |
| "text": "Table 3", |
| "ref_id": "TABREF5" |
| }, |
| { |
| "start": 1322, |
| "end": 1330, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 1392, |
| "end": 1403, |
| "text": "Figure 2(b)", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results and Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We observed the same behaviour on the PAS corpus, which contains also predicate-argument structures. For PCEDT, the results show that syntactic features give only small improvements, but the corpus is harder because of a large set of labels and is closer to syntactic structures than the two others.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Of course, we only scratched the surface with our experiments and we plan to further investigate the impact of syntactic information during semantic parsing. We especially plan to explore the deep parsing of French, thanks to the recent release of the Deep Sequoia Treebank (Candito et al., 2014) .", |
| "cite_spans": [ |
| { |
| "start": 274, |
| "end": 296, |
| "text": "(Candito et al., 2014)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Discussion", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this paper, we presented our results on the task 8 of the SemEval-2014 Task on Broad-Coverage Semantic Dependency Parsing. Even though the results do not reach state-of-the-art, they compare favorably with other single systems and show that syntactic features can be efficiently used for semantic parsing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In future work, we will continue to investigate this idea, by combining with more complex systems and more efficient machine learning techniques, we are convinced that we can come closer to state of the art results. and that syntax is the key for better semantic parsing. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We warmly thank Kenji Sagae for making his parser's code available and kindly answering our questions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Building a Treebank for French. In Treebanks confirmed a problem with beams, even if less visible. We are still investigating why the use of the attach transitions and/or of the pop transitions seems to be incompatible with beams", |
| "authors": [ |
| { |
| "first": "Anne", |
| "middle": [], |
| "last": "Abeill\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Lionel", |
| "middle": [], |
| "last": "Cl\u00e9ment", |
| "suffix": "" |
| }, |
| { |
| "first": "Fran\u00e7ois", |
| "middle": [], |
| "last": "Toussenel", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Building and Using Parsed Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "165--188", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anne Abeill\u00e9, Lionel Cl\u00e9ment, and Fran\u00e7ois Toussenel. 2003. Building a Treebank for French. In Treebanks confirmed a problem with beams, even if less visible. We are still investigating why the use of the attach transitions and/or of the pop transitions seems to be incompatible with beams. : Building and Using Parsed Corpora, pages 165- 188. Springer.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Design of a multi-lingual, parallel-processing statistical parsing engine", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Daniel", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bikel", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the second international conference on Human Language Technology Research", |
| "volume": "", |
| "issue": "", |
| "pages": "178--182", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Daniel M. Bikel. 2002. Design of a multi-lingual, parallel-processing statistical parsing engine. In Proceedings of the second international conference on Human Language Technology Research, pages 178-182. Morgan Kaufmann Publishers Inc. San Francisco, CA, USA.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "(re)ranking meets morphosyntax: State-of-the-art results from the SPMRL 2013 shared task", |
| "authors": [ |
| { |
| "first": "Anders", |
| "middle": [], |
| "last": "Bj\u00f6rkelund", |
| "suffix": "" |
| }, |
| { |
| "first": "Ozlem", |
| "middle": [], |
| "last": "Cetinoglu", |
| "suffix": "" |
| }, |
| { |
| "first": "Rich\u00e1rd", |
| "middle": [], |
| "last": "Farkas", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Mueller", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Seeker", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the Fourth Workshop on Statistical Parsing of Morphologically-Rich Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "135--145", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anders Bj\u00f6rkelund, Ozlem Cetinoglu, Rich\u00e1rd Farkas, Thomas Mueller, and Wolfgang Seeker. 2013. (re)ranking meets morphosyntax: State-of-the-art results from the SPMRL 2013 shared task. In Pro- ceedings of the Fourth Workshop on Statistical Pars- ing of Morphologically-Rich Languages, pages 135- 145, Seattle, Washington, USA, October.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Very high accuracy and fast dependency parsing is not a contradiction", |
| "authors": [ |
| { |
| "first": "Bernd", |
| "middle": [], |
| "last": "Bohnet", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 23rd International Conference on Computational Linguistics, COLING '10", |
| "volume": "", |
| "issue": "", |
| "pages": "89--97", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bernd Bohnet. 2010. Very high accuracy and fast de- pendency parsing is not a contradiction. In Proceed- ings of the 23rd International Conference on Com- putational Linguistics, COLING '10, pages 89-97, Stroudsburg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Deep Syntax Annotation of the Sequoia French Treebank", |
| "authors": [ |
| { |
| "first": "Marie", |
| "middle": [], |
| "last": "Candito", |
| "suffix": "" |
| }, |
| { |
| "first": "Guy", |
| "middle": [], |
| "last": "Perrier", |
| "suffix": "" |
| }, |
| { |
| "first": "Bruno", |
| "middle": [], |
| "last": "Guillaume", |
| "suffix": "" |
| }, |
| { |
| "first": "Corentin", |
| "middle": [], |
| "last": "Ribeyre", |
| "suffix": "" |
| }, |
| { |
| "first": "Kar\u00ebn", |
| "middle": [], |
| "last": "Fort", |
| "suffix": "" |
| }, |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| }, |
| { |
| "first": "\u00c9ric De La", |
| "middle": [], |
| "last": "Clergerie", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "International Conference on Language Resources and Evaluation (LREC)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marie Candito, Guy Perrier, Bruno Guillaume, Corentin Ribeyre, Kar\u00ebn Fort, Djam\u00e9 Seddah, and \u00c9ric De La Clergerie. 2014. Deep Syntax Anno- tation of the Sequoia French Treebank. In Interna- tional Conference on Language Resources and Eval- uation (LREC), Reykjavik, Islande, May.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Parsing graphs with hyperedge replacement grammars", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Chiang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Andreas", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Bauer", |
| "suffix": "" |
| }, |
| { |
| "first": "Karl", |
| "middle": [ |
| "Moritz" |
| ], |
| "last": "Hermann", |
| "suffix": "" |
| }, |
| { |
| "first": "Bevan", |
| "middle": [], |
| "last": "Jones", |
| "suffix": "" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 51st Meeting of the ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Chiang, Jacob Andreas, Daniel Bauer, Karl Moritz Hermann, Bevan Jones, and Kevin Knight. 2013. Parsing graphs with hyperedge replacement grammars. In Proceedings of the 51st Meeting of the ACL.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Practical structured learning techniques for natural language processing", |
| "authors": [ |
| { |
| "first": "Harold", |
| "middle": [], |
| "last": "Charles Daume", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harold Charles Daume. 2006. Practical structured learning techniques for natural language process- ing. Ph.D. thesis, University of Southern California.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Efficient implementation of beam-search incremental parsers", |
| "authors": [ |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Zhao", |
| "suffix": "" |
| }, |
| { |
| "first": "Liang", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoav Goldberg, Kai Zhao, and Liang Huang. 2013. Efficient implementation of beam-search incremen- tal parsers. In Proceedings of the 51st Annual Meet- ing of the Association for Computational Linguistics (ACL), Sophia, Bulgaria, August.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Prague dependency treebank 2.0. CD-ROM, Linguistic Data Consortium, LDC Catalog No.: LDC2006T01", |
| "authors": [ |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Hajic", |
| "suffix": "" |
| }, |
| { |
| "first": "Jarmila", |
| "middle": [], |
| "last": "Panevov\u00e1", |
| "suffix": "" |
| }, |
| { |
| "first": "Eva", |
| "middle": [], |
| "last": "Hajicov\u00e1", |
| "suffix": "" |
| }, |
| { |
| "first": "Petr", |
| "middle": [], |
| "last": "Sgall", |
| "suffix": "" |
| }, |
| { |
| "first": "Petr", |
| "middle": [], |
| "last": "Pajas", |
| "suffix": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "\u0160tep\u00e1nek", |
| "suffix": "" |
| }, |
| { |
| "first": "Ji\u0159\u00ed", |
| "middle": [], |
| "last": "Havelka", |
| "suffix": "" |
| }, |
| { |
| "first": "Marie", |
| "middle": [], |
| "last": "Mikulov\u00e1", |
| "suffix": "" |
| }, |
| { |
| "first": "Zdenek", |
| "middle": [], |
| "last": "Zabokrtsk\u1ef3", |
| "suffix": "" |
| }, |
| { |
| "first": "Magda", |
| "middle": [ |
| "\u0160evc\u0131kov\u00e1" |
| ], |
| "last": "Raz\u0131mov\u00e1", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jan Hajic, Jarmila Panevov\u00e1, Eva Hajicov\u00e1, Petr Sgall, Petr Pajas, Jan \u0160tep\u00e1nek, Ji\u0159\u00ed Havelka, Marie Mikulov\u00e1, Zdenek Zabokrtsk\u1ef3, and Magda \u0160evc\u0131kov\u00e1 Raz\u0131mov\u00e1. 2006. Prague dependency treebank 2.0. CD-ROM, Linguistic Data Consortium, LDC Catalog No.: LDC2006T01, Philadelphia, 98.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Dynamic programming for linear-time incremental parsing", |
| "authors": [ |
| { |
| "first": "Liang", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenji", |
| "middle": [], |
| "last": "Sagae", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "1077--1086", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Liang Huang and Kenji Sagae. 2010. Dynamic pro- gramming for linear-time incremental parsing. In Proceedings of the 48th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 1077- 1086. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Who did what to whom?: A contrastive study of syntacto-semantic dependencies", |
| "authors": [ |
| { |
| "first": "Angelina", |
| "middle": [], |
| "last": "Ivanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Oepen", |
| "suffix": "" |
| }, |
| { |
| "first": "Lilja", |
| "middle": [], |
| "last": "\u00d8vrelid", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the sixth linguistic annotation workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "2--11", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Angelina Ivanova, Stephan Oepen, Lilja \u00d8vrelid, and Dan Flickinger. 2012. Who did what to whom?: A contrastive study of syntacto-semantic dependen- cies. In Proceedings of the sixth linguistic annota- tion workshop, pages 2-11.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Dependency Parsing", |
| "authors": [ |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "K\u00fcbler", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mcdonald", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sandra K\u00fcbler, Ryan McDonald, and Joakim Nivre. 2009. Dependency Parsing. Morgan and Claypool Publishers.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Sparse online learning via truncated gradient", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Langford", |
| "suffix": "" |
| }, |
| { |
| "first": "Lihong", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Tong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "10", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Langford, Lihong Li, and Tong Zhang. 2009. Sparse online learning via truncated gradient. Jour- nal of Machine Learning Research, 10(777-801):65.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "100 million words of English: the British National Corpus", |
| "authors": [ |
| { |
| "first": "Geoffrey", |
| "middle": [], |
| "last": "Leech", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Language Research", |
| "volume": "28", |
| "issue": "1", |
| "pages": "1--13", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Geoffrey Leech. 1992. 100 million words of English: the British National Corpus. Language Research, 28(1):1-13.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Deep Linguistic Analysis for the Accurate Identification of Predicate-Argument Relations", |
| "authors": [ |
| { |
| "first": "Yusuke", |
| "middle": [], |
| "last": "Miyao", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun'ichi", |
| "middle": [], |
| "last": "Tsujii", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 18th International Conference on Computational Linguistics (COLING 2004)", |
| "volume": "", |
| "issue": "", |
| "pages": "1392--1397", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yusuke Miyao and Jun'ichi Tsujii. 2004. Deep Linguistic Analysis for the Accurate Identification of Predicate-Argument Relations. In Proceedings of the 18th International Conference on Compu- tational Linguistics (COLING 2004), pages 1392- 1397, Geneva, Switzerland.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The CoNLL 2007 shared task on dependency parsing", |
| "authors": [ |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Hall", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "K\u00fcbler", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Mc-Donald", |
| "suffix": "" |
| }, |
| { |
| "first": "Jens", |
| "middle": [], |
| "last": "Nilsson", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Riedel", |
| "suffix": "" |
| }, |
| { |
| "first": "Deniz", |
| "middle": [], |
| "last": "Yuret", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the CoNLL Shared Task Session of EMNLP-CoNLL", |
| "volume": "", |
| "issue": "", |
| "pages": "915--932", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joakim Nivre, Johan Hall, Sandra K\u00fcbler, Ryan Mc- Donald, Jens Nilsson, Sebastian Riedel, and Deniz Yuret. 2007a. The CoNLL 2007 shared task on dependency parsing. In Proceedings of the CoNLL Shared Task Session of EMNLP-CoNLL 2007, pages 915-932, Prague, Czech Republic, June.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "MaltParser: A language-independent system for data-driven dependency parsing", |
| "authors": [ |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Hall", |
| "suffix": "" |
| }, |
| { |
| "first": "Jens", |
| "middle": [], |
| "last": "Nilsson", |
| "suffix": "" |
| }, |
| { |
| "first": "Atanas", |
| "middle": [], |
| "last": "Chanev", |
| "suffix": "" |
| }, |
| { |
| "first": "G\u00fcl\u015fen", |
| "middle": [], |
| "last": "Eryi\u01e7it", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "K\u00fcbler", |
| "suffix": "" |
| }, |
| { |
| "first": "Svetoslav", |
| "middle": [], |
| "last": "Marinov", |
| "suffix": "" |
| }, |
| { |
| "first": "Erwin", |
| "middle": [], |
| "last": "Marsi", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Natural Language Engineering", |
| "volume": "13", |
| "issue": "2", |
| "pages": "95--135", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joakim Nivre, Johan Hall, Jens Nilsson, Atanas Chanev, G\u00fcl\u015fen Eryi\u01e7it, Sandra K\u00fcbler, Svetoslav Marinov, and Erwin Marsi. 2007b. MaltParser: A language-independent system for data-driven de- pendency parsing. Natural Language Engineering, 13(2):95-135.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Broad-coverage semantic dependency parsing", |
| "authors": [ |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Oepen", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Kuhlmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Yusuke", |
| "middle": [], |
| "last": "Miyao", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Zeman", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Haji\u010d", |
| "suffix": "" |
| }, |
| { |
| "first": "Angelina", |
| "middle": [], |
| "last": "Ivanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 8th International Workshop on Semantic Evaluation", |
| "volume": "8", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephan Oepen, Marco Kuhlmann, Yusuke Miyao, Daniel Zeman, Dan Flickinger, Jan Haji\u010d, Angelina Ivanova, and Yi Zhang. 2014. SemEval 2014 Task 8: Broad-coverage semantic dependency parsing. In Proceedings of the 8th International Workshop on Semantic Evaluation, Dublin, Ireland.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Classias: A collection of machine learning algorithms for classification", |
| "authors": [ |
| { |
| "first": "Naoaki", |
| "middle": [], |
| "last": "Okazaki", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Naoaki Okazaki. 2009. Classias: A collection of ma- chine learning algorithms for classification.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "A simple introduction to maximum entropy models for natural language processing", |
| "authors": [ |
| { |
| "first": "Adwait", |
| "middle": [], |
| "last": "Ratnaparkhi", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "IRCS Technical Reports Series", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adwait Ratnaparkhi. 1997. A simple introduction to maximum entropy models for natural language pro- cessing. IRCS Technical Reports Series, page 81.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Shift-reduce dependency DAG parsing", |
| "authors": [ |
| { |
| "first": "Kenji", |
| "middle": [], |
| "last": "Sagae", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun'ichi", |
| "middle": [], |
| "last": "Tsujii", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 22nd International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "753--760", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenji Sagae and Jun'ichi Tsujii. 2008. Shift-reduce dependency DAG parsing. In Proceedings of the 22nd International Conference on Computational Linguistics (Coling 2008), pages 753-760, Manch- ester, UK, August. Coling 2008 Organizing Com- mittee.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Overview of the SPMRL 2013 shared task: A cross-framework evaluation of parsing morphologically rich languages", |
| "authors": [ |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| }, |
| { |
| "first": "Reut", |
| "middle": [], |
| "last": "Tsarfaty", |
| "suffix": "" |
| }, |
| { |
| "first": "Sandra", |
| "middle": [], |
| "last": "K\u00fcbler", |
| "suffix": "" |
| }, |
| { |
| "first": "Marie", |
| "middle": [], |
| "last": "Candito", |
| "suffix": "" |
| }, |
| { |
| "first": "Jinho", |
| "middle": [ |
| "D" |
| ], |
| "last": "Choi", |
| "suffix": "" |
| }, |
| { |
| "first": "Rich\u00e1rd", |
| "middle": [], |
| "last": "Farkas", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "" |
| }, |
| { |
| "first": "Iakes", |
| "middle": [], |
| "last": "Goenaga", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Koldo Gojenola Galletebeitia", |
| "suffix": "" |
| }, |
| { |
| "first": "Spence", |
| "middle": [], |
| "last": "Goldberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Nizar", |
| "middle": [], |
| "last": "Green", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Habash", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Kuhlmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryan", |
| "middle": [], |
| "last": "Przepi\u00f3rkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Roth", |
| "suffix": "" |
| }, |
| { |
| "first": "Yannick", |
| "middle": [], |
| "last": "Seeker", |
| "suffix": "" |
| }, |
| { |
| "first": "Veronika", |
| "middle": [], |
| "last": "Versley", |
| "suffix": "" |
| }, |
| { |
| "first": "Marcin", |
| "middle": [], |
| "last": "Vincze", |
| "suffix": "" |
| }, |
| { |
| "first": "Alina", |
| "middle": [], |
| "last": "Woli\u0144ski", |
| "suffix": "" |
| }, |
| { |
| "first": "\u00c9ric Villemonte De La", |
| "middle": [], |
| "last": "Wr\u00f3blewska", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Clergerie", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the Fourth Workshop on Statistical Parsing of Morphologically-Rich Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "146--182", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Djam\u00e9 Seddah, Reut Tsarfaty, Sandra K\u00fcbler, Marie Candito, Jinho D. Choi, Rich\u00e1rd Farkas, Jen- nifer Foster, Iakes Goenaga, Koldo Gojenola Gal- letebeitia, Yoav Goldberg, Spence Green, Nizar Habash, Marco Kuhlmann, Wolfgang Maier, Joakim Nivre, Adam Przepi\u00f3rkowski, Ryan Roth, Wolfgang Seeker, Yannick Versley, Veronika Vincze, Marcin Woli\u0144ski, Alina Wr\u00f3blewska, and \u00c9ric Villemonte De La Clergerie. 2013. Overview of the SPMRL 2013 shared task: A cross-framework evaluation of parsing morphologically rich languages. In Pro- ceedings of the Fourth Workshop on Statistical Pars- ing of Morphologically-Rich Languages, pages 146- 182, Seattle, Washington, USA, October.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Exploring the spinal-stig model for parsing french", |
| "authors": [ |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Seventh conference on International Language Resources and Evaluation (LREC'10)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Djam\u00e9 Seddah. 2010. Exploring the spinal-stig model for parsing french. In Proceedings of the Seventh conference on International Language Re- sources and Evaluation (LREC'10), Valletta, Malta, may. European Language Resources Association (ELRA).", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Exploring beam-based shift-reduce dependency parsing with DyALog: Results from the SPMRL 2013 shared task", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "\u00c9ric Villemonte De La Clergerie", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "4th Workshop on Statistical Parsing of Morphologically Rich Languages (SPMRL'2013)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "\u00c9ric Villemonte De La Clergerie. 2013. Exploring beam-based shift-reduce dependency parsing with DyALog: Results from the SPMRL 2013 shared task. In 4th Workshop on Statistical Parsing of Mor- phologically Rich Languages (SPMRL'2013), Seat- tle, \u00c9tats-Unis.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "C-structures and Fstructures for the British National Corpus", |
| "authors": [ |
| { |
| "first": "Joachim", |
| "middle": [], |
| "last": "Wagner", |
| "suffix": "" |
| }, |
| { |
| "first": "Djam\u00e9", |
| "middle": [], |
| "last": "Seddah", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "" |
| }, |
| { |
| "first": "Josef", |
| "middle": [], |
| "last": "Van Genabith", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the Twelfth International Lexical Functional Grammar Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Joachim Wagner, Djam\u00e9 Seddah, Jennifer Foster, and Josef Van Genabith. 2007. C-structures and F- structures for the British National Corpus. In Pro- ceedings of the Twelfth International Lexical Func- tional Grammar Conference. Citeseer.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "the 5 best improved labels (edges frequency above 0.5 % in the training set) Improvement with syntactic features for DM (test) corpus.(numbers indicate edge frequency in training set)", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "type_str": "table", |
| "num": null, |
| "text": "Baseline features for S&T PARSER.", |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "num": null, |
| "text": "Tree frag. MATE labels+\u03b4 Spines trees Head Paths", |
| "html": null, |
| "content": "<table><tr><td>Train</td><td>648</td><td>1305</td><td>637</td><td>27,670</td></tr><tr><td>Dev</td><td>272</td><td>742</td><td>265</td><td>3,320</td></tr><tr><td>Test</td><td>273</td><td>731</td><td>268</td><td>2,389</td></tr></table>" |
| }, |
| "TABREF3": { |
| "type_str": "table", |
| "num": null, |
| "text": "Syntactic features statistics.", |
| "html": null, |
| "content": "<table/>" |
| }, |
| "TABREF5": { |
| "type_str": "table", |
| "num": null, |
| "text": "Results on section 21 (test) of the PTB for closed and open track.", |
| "html": null, |
| "content": "<table/>" |
| } |
| } |
| } |
| } |