Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C16-1040",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:59:50.378526Z"
},
"title": "Deeper syntax for better semantic parsing",
"authors": [
{
"first": "Olivier",
"middle": [],
"last": "Michalon",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Corentin",
"middle": [],
"last": "Ribeyre",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Geneva",
"location": {
"addrLine": "Switzerland Alpage"
}
},
"email": ""
},
{
"first": "Marie",
"middle": [],
"last": "Candito",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Alexis",
"middle": [],
"last": "Nasr",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Syntax plays an important role in the task of predicting the semantic structure of a sentence. But syntactic phenomena such as alternations, control and raising tend to obfuscate the relation between syntax and semantics. In this paper we predict the semantic structure of a sentence using a deeper syntax than what is usually done. This deep syntactic representation abstracts away from purely syntactic phenomena and proposes a structural organization of the sentence that is closer to the semantic representation. Experiments conducted on a French corpus annotated with semantic frames showed that a semantic parser reaches better performances with such a deep syntactic input.",
"pdf_parse": {
"paper_id": "C16-1040",
"_pdf_hash": "",
"abstract": [
{
"text": "Syntax plays an important role in the task of predicting the semantic structure of a sentence. But syntactic phenomena such as alternations, control and raising tend to obfuscate the relation between syntax and semantics. In this paper we predict the semantic structure of a sentence using a deeper syntax than what is usually done. This deep syntactic representation abstracts away from purely syntactic phenomena and proposes a structural organization of the sentence that is closer to the semantic representation. Experiments conducted on a French corpus annotated with semantic frames showed that a semantic parser reaches better performances with such a deep syntactic input.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "FrameNet (Baker et al., 1998) is an English resource containing a set of inter-related semantic frames, each frame containing a set of semantic roles (frame elements in FrameNet's terminology). Frames offer semantic generalizations over individual predicates, since different lexical units can evoke the same frame, and semantic roles offer generalizations over syntactic arguments. Hence FrameNet parsing can be viewed as mixing predicate disambiguation and semantic role labelling. 1 Although FrameNet is more semantically-oriented than other semantic role labeling resources such as PropBank (Palmer et al., 2005) , syntactic information has been shown to be decisive for predicting (FrameNet) semantic roles since the early days of the task (Gildea and Jurafsky, 2002) . Linking regularities provide the theoretical justification of this result: there exist regularities in how semantic arguments are realized in syntax. Yet it is well known that the mapping from syntactic arguments to semantic ones is not straightforward. First, lexical idiosyncrasies can come into play, for instance the Addressee of communication verbs may correspond to the indirect object for verbs like to say and to the direct object for a verb like to inform. Second, it is also well known that surface syntax exhibits variation that can obfuscate regularities. For instance though the Speaker is generally the subject of communication verbs, this does not hold when the verb is passivized. This difference disappears if syntactic alternations are neutralized, and the \"canonical\" diathesis of a verb is made explicit: the Speaker is the canonical subject in both active and passive voices.",
"cite_spans": [
{
"start": 9,
"end": 29,
"text": "(Baker et al., 1998)",
"ref_id": "BIBREF2"
},
{
"start": 484,
"end": 485,
"text": "1",
"ref_id": null
},
{
"start": 595,
"end": 616,
"text": "(Palmer et al., 2005)",
"ref_id": "BIBREF30"
},
{
"start": 745,
"end": 772,
"text": "(Gildea and Jurafsky, 2002)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we investigate the syntax-semantic interface in FrameNet annotated data, and study the impact of using \"deeper\" syntactic features to predict semantic frames and roles. More precisely, we take advantage of a deep syntactic dependency graphbank for French (Candito et al., 2014b; Ribeyre et al., 2014) , which provides a level of representation that abstracts away from purely syntactic variation. The main contributions of the paper are (i) a comparison of the syntax/semantic regularities observed when using plain \"surface\" syntax to those observed when using deep syntax and (ii) a study of how and why the switch from surface to deep syntax impacts FrameNet semantic parsing. In the remaining of the paper we will use the terms Surface Syntactic Representations (SSR) and Deep Syntactic Representations (DSR) to refer to surface syntactic trees and deep syntactic graphs.",
"cite_spans": [
{
"start": 270,
"end": 293,
"text": "(Candito et al., 2014b;",
"ref_id": "BIBREF9"
},
{
"start": 294,
"end": 315,
"text": "Ribeyre et al., 2014)",
"ref_id": "BIBREF32"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Using abstract syntactic representations as an intermediate representation level between syntax and semantics has been proposed in different theoretical frameworks, such as derived trees of Tree Adjoining Grammars (Joshi and Schabes, 1997) or deep syntactic structures of the Meaning Text Theory (Mel'\u010duk, 1988) . But we only found few works showing, empirically, that using such representations can effectively help predict the semantic roles of predicates.Two of them concern PropBank semantic role labeling. The early (Gildea and Hockenmaier, 2003) work shows that using CCG-derived predicate-argument features predicted by a CCG parser improves the identification of core PropBank arguments. Vickrey and Koller (2008) investigate the use of simplified syntactic paths and report a slight improvement when applying transformation rules to simplify phrase-structure parses.",
"cite_spans": [
{
"start": 214,
"end": 239,
"text": "(Joshi and Schabes, 1997)",
"ref_id": "BIBREF25"
},
{
"start": 296,
"end": 311,
"text": "(Mel'\u010duk, 1988)",
"ref_id": "BIBREF26"
},
{
"start": 521,
"end": 551,
"text": "(Gildea and Hockenmaier, 2003)",
"ref_id": "BIBREF18"
},
{
"start": 696,
"end": 721,
"text": "Vickrey and Koller (2008)",
"ref_id": "BIBREF38"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As far as FrameNet parsing is concerned, we don't know of any work using more abstract syntactic input than plain \"surface\" syntactic trees, whether phrase-structure (Gildea and Jurafsky, 2002) or dependency trees (Johansson and Nugues, 2007; Das et al., 2014) . We focus on French, first because of the availability of the afore-mentioned DSR, and second because in the French FrameNet corpus (Djemaa et al., 2016) the annotated semantic roles are restricted to essential arguments. On the contrary, both essential (\"core\") and non essential participants are annotated in the English FrameNet, including modifiers such as time, location, purpose etc... But syntactic variation such as syntactic alternations, VP coordination, control etc... does concern primarily the most salient grammatical functions (subject, direct object, indirect object etc...), which are typically the ones that essential arguments bear. Hence, neutralizing syntactic variation is expected to have an impact primarily on essential semantic roles.",
"cite_spans": [
{
"start": 166,
"end": 193,
"text": "(Gildea and Jurafsky, 2002)",
"ref_id": "BIBREF19"
},
{
"start": 214,
"end": 242,
"text": "(Johansson and Nugues, 2007;",
"ref_id": "BIBREF24"
},
{
"start": 243,
"end": 260,
"text": "Das et al., 2014)",
"ref_id": "BIBREF11"
},
{
"start": 394,
"end": 415,
"text": "(Djemaa et al., 2016)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The structure of the paper is the following: in section 2, we present (i) the French FrameNet corpus that we use, (ii) the deep syntactic representations whose impact for FrameNet parsing we wish to investigate, (iii) we compare the syntax/semantic interface when using surface dependency trees and deep dependency graphs and (iv) we compare such deep representations to other deep representations proposed mainly for English. Section 3 and 4 are devoted to the frame-semantic parser and the deepsyntactic parsing architecture we used. We present and discuss the frame-semantic parsing experiments in section 5, and conclude in section 6.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "2 Deep syntax and frame semantics",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The French FrameNet annotated corpus (Djemaa et al., 2016) was produced within the ASFALDA ANR project on French shallow semantic parsing 2 . Two corpora have been annotated with frames and roles: the French Treebank (Abeill\u00e9 and Barrier, 2004 ) (hereafter FTB) and the Sequoia Treebank (Candito and Seddah, 2012b) . The first one contains 18, 535 sentences from the Le Monde newspaper. The second one is much smaller and was originally created for domain adaptation experiments for statistical parsing. It contains 3, 099 sentences from a regional newspaper, from Europarl, from the European Medicine Agency and from the French Wikipedia.",
"cite_spans": [
{
"start": 37,
"end": 58,
"text": "(Djemaa et al., 2016)",
"ref_id": "BIBREF13"
},
{
"start": 217,
"end": 243,
"text": "(Abeill\u00e9 and Barrier, 2004",
"ref_id": "BIBREF0"
},
{
"start": 287,
"end": 314,
"text": "(Candito and Seddah, 2012b)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "French FrameNet corpus",
"sec_num": "2.1"
},
{
"text": "The French FrameNet corpus annotation is restricted to four semantic domains: commercial transactions, cognitive stances, verbal communication and causality. For all lexical items of the lexicon, associated with frames pertaining to these domains, the first 100 occurrences have been annotated. For each occurrence to annotate, annotators were proposed the pertaining frames, plus a special null frame for the cases in which the occurrence evoked a sense not pertaining to the four domains. We provide quantitative characteristics of the corpus in Table 1 . The semantic annotations cover 105 frames, and the lexicon extracted from the annotations contains 1112 frame/lemma pairs (i.e. senses). The corpus contains 15, 990 annotated frame occurrences (plus 8727 occurrences of the null frame 3 ), 56.2% of which correspond to verbal triggers and 33.0% to noun triggers. Table 1 : Quantitative characteristics of the French FrameNet annotated corpus (excluding the null frame).",
"cite_spans": [],
"ref_spans": [
{
"start": 548,
"end": 555,
"text": "Table 1",
"ref_id": null
},
{
"start": 870,
"end": 877,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "French FrameNet corpus",
"sec_num": "2.1"
},
{
"text": "We now turn to the deep syntactic graphbank that we use as an alternative syntactic representation for FrameNet parsing. DSRs are available for the two corpora that were annotated with frames and roles (the Sequoia corpus and the French Treebank). The development set of the Sequoia corpus was used to set up the deep syntactic annotation scheme, as well as a surface-to-deep syntax conversion module (Ribeyre et al., 2014) based on a graph-rewriting tool (Ribeyre et al., 2012) . While the DSRs were manually validated for the full Sequoia corpus, those for the FTB sentences were automatically obtained using this surface-to-deep syntax conversion module, described in section 4. The quality of the resulting DSRs is high enough to use them as a reference for evaluation 4 . Candito et al. (2014b) define DSRs as dependency graphs which abstract away from purely syntactic variations, as far as verbal and adjectival predicates are concerned, making explicit their predicateargument structure. SSR and DSR differ on three aspects:",
"cite_spans": [
{
"start": 401,
"end": 423,
"text": "(Ribeyre et al., 2014)",
"ref_id": "BIBREF32"
},
{
"start": 456,
"end": 478,
"text": "(Ribeyre et al., 2012)",
"ref_id": "BIBREF31"
},
{
"start": 777,
"end": 799,
"text": "Candito et al. (2014b)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Deep syntactic representations",
"sec_num": "2.2"
},
{
"text": "\u2022 Saturation: The predicate-argument structure of all verbs is saturated for verbs that are not the head of a saturated clause (e.g. coordinated verbs, infinitival verbs). Any element that does not locally depend on the verb but that would do so if the verb were the head of a clause is added as (deep) dependent of the verb. First, this means that arguments shared by several verbs, e.g. in elliptic coordinations or control verb constructions, are attached to all their deep governors. For instance in Paul loves to eat pies, Paul is the subject of both loves and eat, and in Paul loves and often eats pies, the two coordinated predicates loves and eats share the same subject Paul and direct object pies. Second, noun-modifying verbs get the noun as deep syntactic dependents. For instance in People born before 1969 fear the moon, the verb born gets People as subject.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep syntactic representations",
"sec_num": "2.2"
},
{
"text": "\u2022 Syntactic alternations: Productive syntactic alternations are neutralized. Syntactic arguments of verbs get their canonical grammatical function, which may differ from the observed grammatical function. The most frequent alternations are the passive alternation, then middle and neuter alternations, each marked with a se clitic. Other more marginal alternations are impersonal, impersonal passive and causatives. Note that alternations frequently interact with predicate-argument structure saturation. For instance, in Paul would like to get an interview and then be hired, Paul is added as canonical subject of get but canonical object of hired. In noun-modifying participial clauses, if the verb is transitive, the past participle is analyzed as a passive. For instance in People hired after march are few, the verb hired gets People as canonical direct object (see also the verb pouss\u00e9e (urged) in figure 1).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep syntactic representations",
"sec_num": "2.2"
},
{
"text": "\u2022 Abstraction: Most grammatical markers are discarded. Auxiliaries in particular are replaced by deep features on the lexical verb. Empty prepositions and complementizers are bypassed For instance in Le chat sourit\u00e0 la souris (The cat smiles to the mouse), the preposition\u00e0 is discarded, and the indirect object of the verb is the NP la souris (the mouse).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep syntactic representations",
"sec_num": "2.2"
},
{
"text": "By extension, the subjects 5 of adjectives are made explicit in the DSRs. The DSRs are closer to predicate-argument structures than SSRs are, yet predicates are not disambiguated, and thus canonical grammatical functions are used and not semantic roles. Figure 1 shows the SSR, DSR and FrameNet annotations for one sentence (the role fillers are reduced to their syntactic head, cf. section 2.3). It can be seen, for instance, that the past participle pouss\u00e9e (urged) modifies the proper noun EDF in both syntactic representations, but the noun is its canonical direct object in the deep representation.",
"cite_spans": [],
"ref_spans": [
{
"start": 254,
"end": 262,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Deep syntactic representations",
"sec_num": "2.2"
},
{
"text": "Pouss\u00e9e par le pr\u00e9sident , EDF offrit des tarifs comp\u00e9titifs pour d\u00e9cider P\u00e9chiney\u00e0 choisir Lille. Urged by the president , EDF offered some rates competitive in order to convince P\u00e9chiney to choose Lille. Tokens discarded in the DSR are in gray. Grammatical functions added and/or normalized when switching from SSR to DSR are in red. Bottom: frame and role annotations (from trigger to syntactic head of role fillers), for three triggers (2 verbs and 1 preposition).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep syntactic representations",
"sec_num": "2.2"
},
{
"text": "As already mentionned in the introduction, syntax is a major feature when predicting semantic roles.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax semantics interface",
"sec_num": "2.3"
},
{
"text": "Reducing the variety of syntactic features might therefore help fighting against data sparsity and improve this prediction task. Because they are meant to neutralize syntactic variations, DSRs are good candidates for such a reduction. In all the following, we will use as syntactic features the syntactic paths that link a frame trigger to the syntactic head of each of its role fillers (the head is taken as the leftmost root of the subtrees composing the role filler). In this section we will measure how much the use of DSRs helps to reduce the variety of syntactic paths. In order to do so, we will compute the entropy of the probability distribution of the syntactic paths that correspond to a role. Two entropies will be compared: the surface syntactic entropy and the deep syntactic entropy. Before defining surface and deep syntactic entropy, we need to define precisely the notions of semantic path: deep syntactic path (DSP ) and surface syntactic path (SSP ). Given sentence S that contains an occurrence of frame F having word t as trigger and which role R is filled by a sequence of tokens W (the role filler, which may be discontinuous). We will call the tuple (t, R, W ) a semantic path of S.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax semantics interface",
"sec_num": "2.3"
},
{
"text": "We associate to every semantic path p = (t, R, W ) of sentence S a surface syntactic path SSP (p) and a deep syntactic path DSP (p), which link the trigger to the head of the role filler W , noted h(W ).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax semantics interface",
"sec_num": "2.3"
},
{
"text": "SSP (p) is the shortest path linking t and h(W ) in the SSR of S. The SSR being a tree, such a path exists and is unique, it is the sequence of dependencies that link t to h(W ). We represent it formally as a sequence of tuples (direction,label), where direction is + if a dependency is traversed from the governor to the dependent and -otherwise.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax semantics interface",
"sec_num": "2.3"
},
{
"text": "Defining DSP is not as straigtforward: the DSR being a graph, there can be several shortest paths 6 from t to h(W ). We select a unique shortest path using the following hierarchy of grammatical functions to rank paths of length one: suj > obj > ats/ato > a obj > de obj > p obj > mod. 7 The left part of Table 2 shows the five most frequent syntactic paths, when the trigger is a verb, using either surface or Table 2 : Left: Most frequent gold syntactic paths in training corpus, when the trigger is a verb. Right: surface and deep paths for the FR cognizer affecting frame evoked by d\u00e9cider in the sentence of Figure 1 .",
"cite_spans": [
{
"start": 286,
"end": 287,
"text": "7",
"ref_id": null
}
],
"ref_spans": [
{
"start": 305,
"end": 312,
"text": "Table 2",
"ref_id": null
},
{
"start": 411,
"end": 418,
"text": "Table 2",
"ref_id": null
},
{
"start": 613,
"end": 622,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Syntax semantics interface",
"sec_num": "2.3"
},
{
"text": "deep syntax. We can see that the distribution of paths is much more compact when using deep syntax : the first five paths represent more than 76% of deep paths, compared to 58% for surface paths. (obj) and (suj) paths represent 42.03% of SSP but 65.89% of DSP (in order to reach that coverage with SSP , the 8 most frequent SSP are needed). The right part of Table 2 shows the deep and surface paths corresponding to the roles of the FR cognizer affecting frame evoked by d\u00e9cider in the sentence of Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 359,
"end": 366,
"text": "Table 2",
"ref_id": null
},
{
"start": 499,
"end": 507,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Syntax semantics interface",
"sec_num": "2.3"
},
{
"text": "In order to measure the reduction of the variety of the syntactic realization when moving from surface to deep syntax, we have computed the average entropy over all roles R of the probability distributions P (p|R) where p is a path. These distributions have been estimated on the training corpus. The average entropy when computed on surface syntax is equal to 1.65 and to 1.32 when computed on deep syntax. This decrease is a direct measure of the normalizing effect of the deep syntactic frame we used. Note though that an entropy reduction could be artificially obtained by neutralizing meaningful syntactic distinctions. Yet, the DSRs were designed following syntactic principles and experiments in section 5 are intended to check that such a normalization is indeed beneficial for downstream semantic parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntax semantics interface",
"sec_num": "2.3"
},
{
"text": "There has been various previous works proposing deeper syntactic annotation schemes that can represent information absent in plain constituency or dependency trees, such as long-distance dependencies, subjects of control verbs, subjects of coordinated verbs etc. This additional information is sometimes viewed as pertaining to semantic representations, sometimes retained as still syntactic.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with other deep representations",
"sec_num": "2.4"
},
{
"text": "English has been the first focus language, along with Czech thanks to the Prague Dependency Treebank (Haji\u010d et al., 2006) . For English, several works automatically convert Penn Treebank constituency trees into deeper representations, based on lexicalized grammar formalisms such as LFG, CCG or HPSG. Cahill et al. (2004) automatically construct LFG f-structures from PTB trees, a work adapted for various other languages including French (Schluter and van Genabith, 2008) . Hockenmaier and Steedman (2007) extracted a corpus of CCG derivations and dependency structures from the Penn Treebank. These two kinds of deeper representations do capture long distance dependencies, subjects of non finite verbs, argument sharing between coordinated verbs. When compared to the DSRs we use though, the main missing trait is the neutralization of syntactic alternations, which we believe is a major source for the syntactic path normalization effect described in section 2.3 8 .",
"cite_spans": [
{
"start": 101,
"end": 121,
"text": "(Haji\u010d et al., 2006)",
"ref_id": "BIBREF22"
},
{
"start": 301,
"end": 321,
"text": "Cahill et al. (2004)",
"ref_id": "BIBREF5"
},
{
"start": 439,
"end": 472,
"text": "(Schluter and van Genabith, 2008)",
"ref_id": "BIBREF36"
},
{
"start": 475,
"end": 506,
"text": "Hockenmaier and Steedman (2007)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with other deep representations",
"sec_num": "2.4"
},
{
"text": "The Stanford dependencies (SD, De Marneffe and Manning (2008)) constitute another proposal for obtaining dependencies not directly present in surface syntactic trees. The stanford parser comprises a dependency extraction system, which can output several variants of typed word-to-word dependencies, from plain dependency trees to more semantically-oriented graphs. The deepest variant ('collapsed with propagation of conjunct dependencies' variant) does cope with some of the aforementioned phenomena such as subject of infinitival verbs or coordinated verbs. Compared with the DSRs for French, the major differences are that syntactic alternations are not neutralized, and that all prepositions are collapsed and injected in the labels (while only void prepositions are collapsed in the French DSRs). 9",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with other deep representations",
"sec_num": "2.4"
},
{
"text": "Taking a further step towards semantic representations, predicate-argument structure graphs such as those used for the Broad-Coverage Semantic Dependency Parsing task at SemEval 2014 (Oepen et al., 2014) are also very close to the DSRs we use, with respect to the covered linguistic phenomena. The three datasets used in this shared task are (i) predicate-argument semantic graphs extracted from the HPSG-grounded DeepBank of Flickinger et al. (2012) , (ii) predicate-argument structures from the Enju HPSG Treebank 10 , and (iii) the Prague Czech-English Dependency Treebank (Haji\u010d et al., 2012) . These three datasets differ in how far they differ from syntactic representations. While some traits are common to the DSRs we use, one major difference lies in the more semantically-oriented labelling of the wordword dependencies: the semantic arguments are simply numbered (arg0, arg1, etc...). We believe that in the absence of word sense disambiguation at the level of predicates, this plain numbering obfuscates syntactic clues that are crucial for FrameNet semantic role labelling. If we take a French example, the verb convenir has two senses (among others), in which the arguments bear different FrameNet roles, and which can be disambiguated by the canonical subcategorization frame: we have X(subject) convenir\u00e0 Y(a-object) meaning \"X suits Y\" versus X(subject) convenir de Y(de-object) meaning \"X admit to Y\".",
"cite_spans": [
{
"start": 183,
"end": 203,
"text": "(Oepen et al., 2014)",
"ref_id": "BIBREF29"
},
{
"start": 426,
"end": 450,
"text": "Flickinger et al. (2012)",
"ref_id": "BIBREF16"
},
{
"start": 576,
"end": 596,
"text": "(Haji\u010d et al., 2012)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with other deep representations",
"sec_num": "2.4"
},
{
"text": "To sum up, while the various deep representations cited above do capture the topology of predicateargument structures, by coping with major phenomena such as control verbs or coordinated verbs, the DSRs are appealing for framenet parsing for two reasons: first they are still syntactic in nature (they are thus recoverable deterministically from surface syntax, cf. section 4), while a semantic graph would represent a too sophisticated input for the task. Second, the DSRs use canonical grammatical functions, which are both more abstract than surface grammatical function labels, but do not obfuscate important syntactic clues for predicate and role disambiguation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison with other deep representations",
"sec_num": "2.4"
},
{
"text": "The semantic prediction system (FastSem) is a baseline system based on a cascade of linear classifiers 11 . For every word w of a sentence, we proceed in two steps. A frame identification step (which frame (if any) does w trigger?) followed by a role identification step (which role (if any) is w the head of?). This architecture is based on two strong independence hypotheses: frames are independent from one another in a sentence and roles inside a frame are independent 12 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic parser",
"sec_num": "3"
},
{
"text": "We chose to use a simple architecture as our focus here is to assess whether normalized syntactic paths help semantic parsing. It remains to be proved, although it can be easily supposed, that it would also help with less naive hypotheses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic parser",
"sec_num": "3"
},
{
"text": "In the first step we use for each lexical unit a different linear classifier, each using the following features: the fine-and coarse-grained PoS of the target word t, and for each word w of the sentence, its lemma, its PoS (fine and coarse) and the syntactic path that links t to w. The classifier used for the second step is frame specific. To predict the role of word f , we use as features the lemma and PoS (coarse and fine) of f , t's lemma and fine-grained PoS, the syntactic path between t and f , plus the combination of the syntactic path and the lemma of t.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic parser",
"sec_num": "3"
},
{
"text": "In order to evaluate the impact of deep syntax on semantic parsing in realistic conditions, we need to obtain predicted deep syntactic representations. Although directly training a graph parser would be an option (as in ), we retain the rule-based architecture that was used to bootstrap the deep syntactic annotations. Our motivation is to be able to apply the surface-to-deep rewriting rules step-by-step, in order to study the impact of each phenomenon.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "tracted from two variants of SD (basic versus collapsed with propagation of conjunct dependencies). We concluded that the collapsed dependencies are not adapted for our purpose: they no not neutralize syntactic alternations, and multiply labels by collapsing all prepositions. We could measure that this has the result of actually increasing the entropy of the syntactic paths that correspond to a role. Preposition collapsing has a negative impact on predicting non essential semantic roles, such as temporal or locative modifiers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "10 See http://kmcs.nii.ac.jp/enju 11 The classifier library used is LIBLINEAR (Fan et al., 2008) . 12 These hypothesis are known to be too strong. For instance Das et al. (2014) show that collectively predicting all role fillers of a given frame occurrence improves performance. Table 3 : Parsing performance. Columns 2 and 3: unlabeled and labeled attachment scores of the (surface) dependency parser. Last four columns: unlabeled and labeled F-scores after classification of il/se clitics and conversion to deep syntax, applied either on the predicted surface dependency parses (columns 4 and 5) or on the gold dependency parses (last 2 columns). Results on the training set are obtained using a 10-fold jackknifing. Results on the dev and test set are obtained using training on the full training set.Punctuation tokens are taken into account.",
"cite_spans": [
{
"start": 68,
"end": 96,
"text": "LIBLINEAR (Fan et al., 2008)",
"ref_id": null
},
{
"start": 99,
"end": 101,
"text": "12",
"ref_id": null
},
{
"start": 160,
"end": 177,
"text": "Das et al. (2014)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [
{
"start": 279,
"end": 286,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "The surface-to-deep syntax conversion module of Ribeyre et al. (2014) takes as input surface dependency trees in which a few linguistic phenomena have already been made explicit, because they were considered difficult to capture by a rule-based approach. This is in particular the case for the status of the il and se clitics, which results from complex syntactic and lexical factors. In order to do so, we designed two classifiers that predict the status of these clitics. We omit to describe here these classifiers as well as their evaluation, for reason of lack of space.",
"cite_spans": [
{
"start": 48,
"end": 69,
"text": "Ribeyre et al. (2014)",
"ref_id": "BIBREF32"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "The architecture of our deep syntactic parser is to apply sequentially (i) part-of-speech tagging and lemmatization, (ii) surface dependency parsing and (iii) surface-to-deep syntax rewriting rules.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "Tagging and syntactic parsing were performed with MACAON (Nasr et al., 2011) , a tool suite for standard NLP tasks. The tagging is based on a CRF model whereas the dependency parser is a second order graph-based parser, with standard features. We report parsing performance in Table 3 (first two colums). The scores are comparable to the baseline scores obtained by the SPMRL shared task participants on French (Bj\u00f6rkelund et al., 2013) , without any special handling of multi-word expressions.",
"cite_spans": [
{
"start": 57,
"end": 76,
"text": "(Nasr et al., 2011)",
"ref_id": "BIBREF28"
},
{
"start": 411,
"end": 436,
"text": "(Bj\u00f6rkelund et al., 2013)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 277,
"end": 284,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "The last step consists in applying the surface-to-deep syntax conversion module (Ribeyre et al., 2014) . This module uses OGRE (Ribeyre et al., 2012) , a deterministic two-stage graph rewriting system.",
"cite_spans": [
{
"start": 80,
"end": 102,
"text": "(Ribeyre et al., 2014)",
"ref_id": "BIBREF32"
},
{
"start": 127,
"end": 149,
"text": "(Ribeyre et al., 2012)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "The first stage follows the Single Pushout Approach (SPO) (Rozenberg, 1997), a widely used method when dealing with graph rewriting system. This stage identifies graph patterns and applies rewriting operations such as adding an edge, removing an edge, changing a label, and so on. This is done in one pass and contrary to the SPO approach, the first stage is executed only once.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "The second stage is a propagation step. During the first stage, the rewriting rules may have left what we call triggers on edges. Those are special actions that, given a specific edge configuration, apply a serie of rewriting steps using a fixed-point algorithm: when all possible rewritings have been done, the algorithm terminates. It is especially helpful in case of linguistic phenomena interacting with each other. In the SSR of the sentence John seems to want to give a book to Mary, for example, John is the subject of seems and want is a dependent of seems and give a dependent of want. Ultimately, in the DSR, John is the subject of both want and give. The interaction between raising and control verbs is obtained through the propagation of rules of the form \"if V 1 taking V 2 as complement has or gets a final subject X then add X as final subject of V 2 \". Moreover, the two-stage rewriting system ensures that the algorithm terminates and the system is confluent. See (Ribeyre, 2016) for more details and proofs.",
"cite_spans": [
{
"start": 982,
"end": 997,
"text": "(Ribeyre, 2016)",
"ref_id": "BIBREF34"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "The surface-to-deep syntax module applies sequentially 5 sets of rewriting rules: 1. The first set converts tense auxiliaries into mood and tense features on the lexical verb.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "2. The second set distributes dependents of coordinated predicates and identifies the final subject of non finite verbs and by extension, of adjectives also, whether used as predicative complements or noun modifiers.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "3. Syntactic alternations are mainly handled in the third set, which identifies the canonical grammatical functions for arguments of verbs (whether already present in the surface tree, or added by the second Table 4 : FastSem results for all triggers, using gold (left) and predicted (right) SSR and DSR. module).",
"cite_spans": [],
"ref_spans": [
{
"start": 208,
"end": 215,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Predicting deep syntax",
"sec_num": "4"
},
{
"text": "The fourth set handles comparative and superlative constructions mostly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4.",
"sec_num": null
},
{
"text": "5. The last set exclusively deals with bypassing the semantically empty words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4.",
"sec_num": null
},
{
"text": "We provide the performance evaluation of DSR prediction step in Table 3 . Columns 4 and 5 show the result of the whole parsing architecture, where steps (i), (ii) and (iii) are predicted. The last two columns show the result of applying step (iii) on gold SSR. Not surprisingly, the DSR built from gold SSR are almost perfect. This is due to the fact that the deep syntactic corpus contains gold DSR for the small Sequoia part only, the other part, which corresponds to the FTB, is made of pseudo-gold DSR obtained by the application of step (iii) on gold SSR ! The table shows the sharp drop in quality when DSR are computed on predicted SSR.",
"cite_spans": [],
"ref_spans": [
{
"start": 64,
"end": 71,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "4.",
"sec_num": null
},
{
"text": "We now turn to FrameNet parsing experiments, meant primarily to compare the use of surface versus deep syntactic paths as features. All experiments were used using the same split. 13 Feature engineering was performed on the development set.",
"cite_spans": [
{
"start": 180,
"end": 182,
"text": "13",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and discussion",
"sec_num": "5"
},
{
"text": "The train, dev and test examples are made of the set of annotated frame occurrences of the train, dev and test sets, including the null frame cases. For each setting, we trained word specific classifiers for the frame selection step and frame specific classifiers for the role selection step. But, since selecting the null frame is a rather easy task, we chose to evaluate each of the two steps using two different metrics. For frame selection, we first evaluate the task of deciding whether a word triggers an actual frame or the null frame. The results are reported in lines \"trigger detection\" of Table 4 . The \"frame selection\" lines report the precision, recall and F-scores of choosing a frame, computed when setting aside the triggers whose gold frame is the null frame.",
"cite_spans": [],
"ref_spans": [
{
"start": 600,
"end": 607,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation metrics",
"sec_num": "5.1"
},
{
"text": "For role labeling, prediction and evaluation is made on heads of role fillers only. It is also broken in two: we first evaluate the task of deciding whether a word plays a role or not with respect to the trigger (reported in the \"role detection\" lines in the result tables). Then, for words that are actually head of role fillers in gold data, we compute precision, recall and F-score of the head and role pairs predicted by our semantic parser (reported in the \"role selection\" lines in the tables). Note that in both cases, the role is counted as incorrect if the frame was not predicted correctly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation metrics",
"sec_num": "5.1"
},
{
"text": "The experiments conducted vary according to two dimensions: the use of surface vs. deep syntactic paths (SSP or DSP) and whether they are predicted or gold. The predicted SSP are obtained using predicted PoS, lemmas, morphological features and surface dependency syntax. The predicted DSP are obtained by applying il/se classification and rewriting rules on predicted surface dependency trees (cf. section 4). All results are computed on the test set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results and discussion",
"sec_num": "5.2"
},
{
"text": "The left part of Table 4 shows results using gold syntactic structure, whether surface or deep. As can be seen, the results for the first three metrics slightly increase when switching from SSP to DSP, but Table 6 : FastSem F-measure for role selection with application of deep rewriting rule sets in isolation, for verbal triggers. Rules are applied on SSP that are either gold (first row) or predicted (last row). The first column reports the results when using SSP. The second when using DSP with all rules applied. See text for description of the rule sets (alt) to (coo).",
"cite_spans": [],
"ref_spans": [
{
"start": 17,
"end": 24,
"text": "Table 4",
"ref_id": null
},
{
"start": 206,
"end": 213,
"text": "Table 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results and discussion",
"sec_num": "5.2"
},
{
"text": "we obtain a 4.2 point improvement for the overall result of role selection when using DSP instead of SSP (63.9 to 68.1). Because our DSR focus on the predicate argument structure of verbs and adjectives, and because the number of adjectival triggers is marginal in the French FrameNet corpus, we chose to provide, in Table 5 , the same metrics as in Table 4 , computed on verbal triggers only. As one can see, using deep syntax provides substantial help for predicting roles: we obtain a 6.4 point improvement for role selection for verbal triggers (68.5 to 74.9).",
"cite_spans": [],
"ref_spans": [
{
"start": 317,
"end": 324,
"text": "Table 5",
"ref_id": "TABREF5"
},
{
"start": 350,
"end": 357,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results and discussion",
"sec_num": "5.2"
},
{
"text": "We now turn to a more realistic setting in which all features for the semantic parser are predicted: lemmas, PoS, SSP and DSP. Not surprisingly, the results shown in Table 4 (all triggers) and 5 (verbal triggers) are overall lower than when using gold features. However, switching from surface to deep syntax leads to higher gain for predicted data than for gold data: 5.1 points (56.7 to 61.7) for all trigger, instead of 4.2 for gold data and 6.7 points (61.3 to 68) instead of 6.4 on gold data for verbal triggers. These results clearly show the benefit of using deep syntactic features.",
"cite_spans": [],
"ref_spans": [
{
"start": 166,
"end": 173,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results and discussion",
"sec_num": "5.2"
},
{
"text": "The differences between SSP and DSP are of various kinds, as seen in section 2.2. We propose to study the impact of each phenomenon, by applying in isolation each set of graph-rewriting rules of the surface-to-deep syntax conversion module. More precisely, we applied in isolation (alt) the rules for syntactic alternations, (byp) the bypassing of empty prepositions and complementizers, (subj) the addition of subjects for non finite verbs and adjectives and (coo) the distribution of dependents to coordinated predicates. We provide the results in Table 6 , for the role selection task, computed on verbal triggers only. It shows that every rule set contributes to a better prediction of the semantic structure.",
"cite_spans": [],
"ref_spans": [
{
"start": 550,
"end": 557,
"text": "Table 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Results and discussion",
"sec_num": "5.2"
},
{
"text": "In order to perform error analysis, we analyzed the changes in role selection when switching from SSP to DSP (table 7) . The number of corrected errors (W\u2192C) is more than four times the number of introduced errors (C\u2192W). We reproduce below three cases of errors that were corrected when switching from surface to deep syntax. They correspond to syntactic alternation (1), coordination of VPs (2) and control verb (3). The trigger is in capital letters, and the (head of) role fillers we focus on are in bold: C\u2192C C\u2192W W\u2192C W\u2192W predicted 1163 47 218 481 gold 1362 48 203 316 Table 7 : Improvements and degradations for role selection when switching from SSP to DSP, using either gold syntax (first row) or predicted syntax (second row). Break-down of the non-null gold roles of the dev set, when frames are correctly identified by both systems. C stands for correct, W stands for wrong. Table 8 : Role selection task results on the dev set, using gold frames triggered by verbs: break-down by frequency (in the training set) of the gold syntactic path. \"Prop.\" columns provide the proportion of each sub-group.",
"cite_spans": [],
"ref_spans": [
{
"start": 109,
"end": 118,
"text": "(table 7)",
"ref_id": null
},
{
"start": 572,
"end": 579,
"text": "Table 7",
"ref_id": null
},
{
"start": 884,
"end": 891,
"text": "Table 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Error analysis",
"sec_num": "5.3"
},
{
"text": "1. Cette th\u00e9rapie a\u00e9t\u00e9 D\u00c9CID\u00c9E par le gouvernement (This therapy has been decided by the government.) th\u00e9rapie: DSP=(+obj) SSP=(+subj) gouvernement: DSP=(+subj) SSP=(+p obj,+obj.p)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error analysis",
"sec_num": "5.3"
},
{
"text": "2. Grandier avait publi\u00e9 un pamphlet et S'OPPOSAIT fermement\u00e0 la destruction des murailles. Grandier had published a pamphlet and was firmly opposed to the destruction of the walls. Grandier: DSP=(+subj) SSP= (-dep.coord,-coord,+subj) 3. Ils ont essay\u00e9 de les PERSUADER de bouleverser le calendrier.",
"cite_spans": [
{
"start": 209,
"end": 234,
"text": "(-dep.coord,-coord,+subj)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Error analysis",
"sec_num": "5.3"
},
{
"text": "They have tried to them persuade to change the schedule. Ils: DSP=(+subj) SSP=(-obj.p, -de obj, +subj)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error analysis",
"sec_num": "5.3"
},
{
"text": "We also took a closer look at the introduced errors. They mostly correspond to cases in which the role filler has same surface and deep syntactic path, the path being rather unusual for the role filler. This may indicate that increased regularity of the DSP makes role fillers with unusual syntactic path more difficult to detect. We tried to assess this hypothesis by breaking-down the performance of the role selection task by frequency of the syntactic paths between the head of the role filler and the trigger. Results are shown in table 8. The frequent paths (G1) lead to better role prediction than the other two groups, and this is even more true when using DSRs than SSRs (92.3 versus 89.2). This explains most of the improvements, since this group represents a higher proportion when using DSRs than SSRs (65.9 versus 42.1). For less frequent paths (G2 and G3), results are either slightly (G2) or much (G3) better when using SSRs than DSRs, but these two groups represent a much lower proportion in the DSR paths than in the SSR paths. To sum up, frequent paths are even more frequent when using DSRs, and thus lead to better role prediction, whereas the non frequent paths exhibit the opposite trend.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error analysis",
"sec_num": "5.3"
},
{
"text": "In this paper we showed that frame semantic structure prediction can benefit from a deeper syntactic representation, in which the syntactic paths between a verb and its arguments are normalized. This reduces the variety of the syntactic realization of semantic roles, which we assessed by measuring a decrease of the entropy of the syntactic paths of a given role. We then showed that a FrameNet semantic parser can take advantage of this simpler syntax/semantic interface and reach better performance when switching from surface syntax to deep syntax.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "In the following, we will use shorter terms than those of FrameNet terminology : we use the term trigger for a lexical unit that can evoke a frame, the term role for frame element, and role filler for the sequence of words that instantiates a role.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Version 1.0, https://sites.google.com/site/anrasfalda/ 3 The null frame is used to annotate words that would trigger a frame that has not been defined yet. Note that trigger occurrences ahead of the first 100 occurrences do not bear any frame at all, and are not to be considered.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Ribeyre et al. (2014) report a 98.4 Fscore evaluated on manually validated DSRs for 200 sentences from the FTB.5 The subject of the adjective is either the noun it modifies in case of an attributive adjective, or the subject of the copular verb in case of a predicative adjective.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Actually, since deep syntax can form non connected oriented graphs, there can be no path at all between t and h(W ) (due to errors in deep syntax or in semantic annotations). We use the special tag no path in such cases.7 With a > b meaning a has priority over b and a/b meaning a has the same priority as b.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Passive alternations is by far the most frequent alternation, and also happens to be rather easy to identify, so we hypothesize that using such representations on top of passive neutralization would be an alternative to the DSRs we use.9 We actually did some unfruitful experiments on the English FrameNet data, comparing the use of syntactic features ex-",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The training set is the concatenation of the usual training sets of the Sequoia and FTB corpus. Same for the development and test sets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This work was funded by the French National Research Agency (ASFALDA project ANR-12-CORD-023), and supported by the French Investissements d'Avenir -Labex EFL program (ANR-10-LABX-0083).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Enriching a french treebank",
"authors": [
{
"first": "Anne",
"middle": [],
"last": "Abeill\u00e9",
"suffix": ""
},
{
"first": "Nicolas",
"middle": [],
"last": "Barrier",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of LREC 2004",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anne Abeill\u00e9 and Nicolas Barrier. 2004. Enriching a french treebank. In Proceedings of LREC 2004, Lisbon, Portugal.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Publications Manual",
"authors": [],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "American Psychological Association. 1983. Publications Manual. American Psychological Association, Wash- ington, DC.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "The Berkeley FrameNet project",
"authors": [
{
"first": "Collin",
"middle": [
"F"
],
"last": "Baker",
"suffix": ""
},
{
"first": "Charles",
"middle": [
"J"
],
"last": "Fillmore",
"suffix": ""
},
{
"first": "John",
"middle": [
"B"
],
"last": "Lowe",
"suffix": ""
}
],
"year": 1998,
"venue": "COLING-ACL '98: Proceedings of the Conference",
"volume": "",
"issue": "",
"pages": "86--90",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Collin F. Baker, Charles J. Fillmore, and John B. Lowe. 1998. The Berkeley FrameNet project. In COLING-ACL '98: Proceedings of the Conference, pages 86-90, Montreal, Canada.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "2013. (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": null,
"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 Proceedings of the Fourth Workshop on Statistical Parsing of Morphologically-Rich Languages, pages 135-145, October.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "The salsa corpus: a german corpus resource for lexical semantics",
"authors": [
{
"first": "A",
"middle": [],
"last": "Burchardt",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Erk",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Frank",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Kowalski",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Pad\u00f3",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Pinkal",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of LREC",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Burchardt, K. Erk, A. Frank, A. Kowalski, S. Pad\u00f3, and M. Pinkal. 2006. The salsa corpus: a german corpus resource for lexical semantics. In Proceedings of LREC 2006.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Long-distance dependency resolution in automatically acquired wide-coverage pcfg-based lfg approximations",
"authors": [
{
"first": "Aoife",
"middle": [],
"last": "Cahill",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Burke",
"suffix": ""
},
{
"first": "O'",
"middle": [],
"last": "Ruth",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Donovan",
"suffix": ""
},
{
"first": "Andy",
"middle": [],
"last": "Van Genabith",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Way",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 42Nd Annual Meeting on Association for Computational Linguistics, ACL '04",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aoife Cahill, Michael Burke, Ruth O'Donovan, Josef van Genabith, and Andy Way. 2004. Long-distance de- pendency resolution in automatically acquired wide-coverage pcfg-based lfg approximations. In Proceedings of the 42Nd Annual Meeting on Association for Computational Linguistics, ACL '04, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Effectively long-distance dependencies in French: annotation and parsing evaluation",
"authors": [
{
"first": "Marie",
"middle": [],
"last": "Candito",
"suffix": ""
},
{
"first": "Djam\u00e9",
"middle": [],
"last": "Seddah",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of TLT 11",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie Candito and Djam\u00e9 Seddah. 2012a. Effectively long-distance dependencies in French: annotation and parsing evaluation. In Proceedings of TLT 11.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Le corpus sequoia : annotation syntaxique et exploitation pour l'adaptation d'analyseur par pont lexical",
"authors": [
{
"first": "Marie",
"middle": [],
"last": "Candito",
"suffix": ""
},
{
"first": "Djam\u00e9",
"middle": [],
"last": "Seddah",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of TALN 2012",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie Candito and Djam\u00e9 Seddah. 2012b. Le corpus sequoia : annotation syntaxique et exploitation pour l'adaptation d'analyseur par pont lexical. In Proceedings of TALN 2012 (in French), Grenoble, France, June.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Developing a French FrameNet: Methodology and first results",
"authors": [
{
"first": "Marie",
"middle": [],
"last": "Candito",
"suffix": ""
},
{
"first": "Pascal",
"middle": [],
"last": "Amsili",
"suffix": ""
},
{
"first": "Lucie",
"middle": [],
"last": "Barque",
"suffix": ""
},
{
"first": "Farah",
"middle": [],
"last": "Benamara",
"suffix": ""
},
{
"first": "Marianne",
"middle": [],
"last": "Ga\u00ebl De Chalendar",
"suffix": ""
},
{
"first": "Pauline",
"middle": [],
"last": "Djemaa",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Haas",
"suffix": ""
},
{
"first": "Yvette",
"middle": [
"Yannick"
],
"last": "Huyghe",
"suffix": ""
},
{
"first": "Philippe",
"middle": [],
"last": "Mathieu",
"suffix": ""
},
{
"first": "Beno\u00eet",
"middle": [],
"last": "Muller",
"suffix": ""
},
{
"first": "Laure",
"middle": [],
"last": "Sagot",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Vieu",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of LREC 2014",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie Candito, Pascal Amsili, Lucie Barque, Farah Benamara, Ga\u00ebl de Chalendar, Marianne Djemaa, Pauline Haas, Richard Huyghe, Yvette Yannick Mathieu, Philippe Muller, Beno\u00eet Sagot, and Laure Vieu. 2014a. De- veloping a French FrameNet: Methodology and first results. In Proceedings of LREC 2014, Reykjavik, Iceland, May.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"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": ""
}
],
"year": 2014,
"venue": "Proceedings of LREC 2014",
"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 Clerg- erie. 2014b. Deep Syntax Annotation of the Sequoia French Treebank. In Proceedings of LREC 2014, Reyk- javik, Islande, May.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Frame-semantic parsing",
"authors": [
{
"first": "Dipanjan",
"middle": [],
"last": "Das",
"suffix": ""
},
{
"first": "Desai",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "F",
"middle": [
"T"
],
"last": "Andr\u00e9",
"suffix": ""
},
{
"first": "Nathan",
"middle": [],
"last": "Martins",
"suffix": ""
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Schneider",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Smith",
"suffix": ""
}
],
"year": 2014,
"venue": "Computational Linguistics",
"volume": "40",
"issue": "1",
"pages": "9--56",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dipanjan Das, Desai Chen, Andr\u00e9 F. T. Martins, Nathan Schneider, and Noah A. Smith. 2014. Frame-semantic parsing. Computational Linguistics, 40(1):9-56.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Stanford typed dependencies manual",
"authors": [
{
"first": "Marie-Catherine De",
"middle": [],
"last": "Marneffe",
"suffix": ""
},
{
"first": "Christopher D",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie-Catherine De Marneffe and Christopher D Manning. 2008. Stanford typed dependencies manual. Technical report, Stanford University.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Corpus annotation within the french framenet: methodology and results",
"authors": [
{
"first": "Marianne",
"middle": [],
"last": "Djemaa",
"suffix": ""
},
{
"first": "Marie",
"middle": [],
"last": "Candito",
"suffix": ""
},
{
"first": "Philippe",
"middle": [],
"last": "Muller",
"suffix": ""
},
{
"first": "Laure",
"middle": [],
"last": "Vieu",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of LREC 2016",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marianne Djemaa, Marie Candito, Philippe Muller, and Laure Vieu. 2016. Corpus annotation within the french framenet: methodology and results. In Proceedings of LREC 2016, Portoroz, Slovenia, May.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Traitement framenet des constructions\u00e0 attribut de l'objet",
"authors": [
{
"first": "Marianne",
"middle": [],
"last": "Djemaa",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 16e Rencontres des\u00c9tudiants Chercheurs en Informatique pour le Traitement Automatique des Langues (RECITAL 2014)",
"volume": "",
"issue": "",
"pages": "13--24",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marianne Djemaa. 2014. Traitement framenet des constructions\u00e0 attribut de l'objet. In Proceedings of the 16e Rencontres des\u00c9tudiants Chercheurs en Informatique pour le Traitement Automatique des Langues (RECITAL 2014), pages 13-24, Marseille, France, July.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "LIBLINEAR: A library for large linear classification",
"authors": [
{
"first": "Kai-Wei",
"middle": [],
"last": "Rong-En Fan",
"suffix": ""
},
{
"first": "Cho-Jui",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Xiang-Rui",
"middle": [],
"last": "Hsieh",
"suffix": ""
},
{
"first": "Chih-Jen",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 2008,
"venue": "Journal of Machine Learning Research",
"volume": "9",
"issue": "",
"pages": "1871--1874",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rong-En Fan, Kai-Wei Chang, Cho-Jui Hsieh, Xiang-Rui Wang, and Chih-Jen Lin. 2008. LIBLINEAR: A library for large linear classification. Journal of Machine Learning Research, 9:1871-1874.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Deepbank: A dynamically annotated treebank of the wall street journal",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Flickinger",
"suffix": ""
},
{
"first": "Yi",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Valia",
"middle": [],
"last": "Kordoni",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the Eleventh International Workshop on Treebanks and Linguistic Theories (TLT-11)",
"volume": "",
"issue": "",
"pages": "85--96",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Flickinger, Yi Zhang, and Valia Kordoni. 2012. Deepbank: A dynamically annotated treebank of the wall street journal. In Proceedings of the Eleventh International Workshop on Treebanks and Linguistic Theories (TLT-11), pages 85-96, Lisbon, Portugal. Edi\u00e7\u00f5es Colibri, Lisbon.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Computing Reviews",
"authors": [],
"year": 1983,
"venue": "",
"volume": "24",
"issue": "",
"pages": "503--512",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Association for Computing Machinery. 1983. In Computing Reviews, volume 24, pages 503-512.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Identifying semantic roles using combinatory categorial grammar",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "57--64",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Gildea and Julia Hockenmaier. 2003. Identifying semantic roles using combinatory categorial grammar. In Michael Collins and Mark Steedman, editors, Proceedings of the 2003 Conference on Empirical Methods in Natural Language Processing, pages 57-64.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Automatic labeling of semantic roles",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2002,
"venue": "Computational Linguistics",
"volume": "28",
"issue": "3",
"pages": "245--288",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Gildea and Daniel Jurafsky. 2002. Automatic labeling of semantic roles. Computational Linguistics, 28(3):245-288, September.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Algorithms on Strings, Trees and Sequences",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Gusfield",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dan Gusfield. 1997. Algorithms on Strings, Trees and Sequences. Cambridge University Press, Cambridge, UK.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Announcing prague czech-english dependency treebank 2.0",
"authors": [
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Eva",
"middle": [],
"last": "Haji\u010dov\u00e1",
"suffix": ""
},
{
"first": "Jarmila",
"middle": [],
"last": "Panevov\u00e1",
"suffix": ""
},
{
"first": "Petr",
"middle": [],
"last": "Sgall",
"suffix": ""
},
{
"first": "Ond\u0159ej",
"middle": [],
"last": "Bojar",
"suffix": ""
},
{
"first": "Silvie",
"middle": [],
"last": "Cinkov\u00e1",
"suffix": ""
},
{
"first": "Eva",
"middle": [],
"last": "Fu\u010d\u00edkov\u00e1",
"suffix": ""
},
{
"first": "Marie",
"middle": [],
"last": "Mikulov\u00e1",
"suffix": ""
},
{
"first": "Petr",
"middle": [],
"last": "Pajas",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Popelka",
"suffix": ""
},
{
"first": "Ji\u0159\u00ed",
"middle": [],
"last": "Semeck\u00fd",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Jana\u0161indlerov\u00e1",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Jan\u0161t\u011bp\u00e1nek",
"suffix": ""
},
{
"first": "Zde\u0148ka",
"middle": [],
"last": "Toman",
"suffix": ""
},
{
"first": "Zden\u011bk\u017eabokrtsk\u00fd",
"middle": [],
"last": "Ure\u0161ov\u00e1",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012)",
"volume": "",
"issue": "",
"pages": "3153--3160",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jan Haji\u010d, Eva Haji\u010dov\u00e1, Jarmila Panevov\u00e1, Petr Sgall, Ond\u0159ej Bojar, Silvie Cinkov\u00e1, Eva Fu\u010d\u00edkov\u00e1, Marie Mikulov\u00e1, Petr Pajas, Jan Popelka, Ji\u0159\u00ed Semeck\u00fd, Jana\u0160indlerov\u00e1, Jan\u0160t\u011bp\u00e1nek, Josef Toman, Zde\u0148ka Ure\u0161ov\u00e1, and Zden\u011bk\u017dabokrtsk\u00fd. 2012. Announcing prague czech-english dependency treebank 2.0. In Proceedings of the 8th International Conference on Language Resources and Evaluation (LREC 2012), pages 3153-3160, Istanbul, Turkey. ELRA, European Language Resources Association.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Prague dependency treebank 2.0. CD-ROM, Linguistic Data Consortium, LDC Catalog No.: LDC2006T01",
"authors": [
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"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": "Ji\u0159\u00ed",
"middle": [],
"last": "Jan\u0161tep\u00e1nek",
"suffix": ""
},
{
"first": "Marie",
"middle": [],
"last": "Havelka",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mikulov\u00e1",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jan Haji\u010d, 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
},
"BIBREF23": {
"ref_id": "b23",
"title": "Ccgbank: A corpus of ccg derivations and dependency structures extracted from the penn treebank",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hockenmaier",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2007,
"venue": "Comput. Linguist",
"volume": "33",
"issue": "3",
"pages": "355--396",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Julia Hockenmaier and Mark Steedman. 2007. Ccgbank: A corpus of ccg derivations and dependency structures extracted from the penn treebank. Comput. Linguist., 33(3):355-396, September.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Lth: Semantic structure extraction using nonprojective dependency trees",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "Pierre",
"middle": [],
"last": "Nugues",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 4th International Workshop on Semantic Evaluations, SemEval '07",
"volume": "",
"issue": "",
"pages": "227--230",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Johansson and Pierre Nugues. 2007. Lth: Semantic structure extraction using nonprojective dependency trees. In Proceedings of the 4th International Workshop on Semantic Evaluations, SemEval '07, pages 227-230, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Tree-adjoining grammars",
"authors": [
{
"first": "K",
"middle": [],
"last": "Aravind",
"suffix": ""
},
{
"first": "Yves",
"middle": [],
"last": "Joshi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Schabes",
"suffix": ""
}
],
"year": 1997,
"venue": "Handbook of formal languages",
"volume": "",
"issue": "",
"pages": "69--123",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aravind K Joshi and Yves Schabes. 1997. Tree-adjoining grammars. In Handbook of formal languages, pages 69-123. Springer.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Dependency syntax: theory and practice",
"authors": [
{
"first": "Igor",
"middle": [],
"last": "Mel",
"suffix": ""
},
{
"first": "'",
"middle": [],
"last": "\u010cuk",
"suffix": ""
}
],
"year": 1988,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Igor Mel'\u010duk. 1988. Dependency syntax: theory and practice. SUNY press.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Macaon : Une cha\u00eene linguistique pour le traitement de graphes de mots",
"authors": [
{
"first": "Alexis",
"middle": [],
"last": "Nasr",
"suffix": ""
},
{
"first": "Fr\u00e9d\u00e9ric",
"middle": [],
"last": "B\u00e9chet",
"suffix": ""
},
{
"first": "Jean-Fran\u00e7ois",
"middle": [],
"last": "Rey",
"suffix": ""
}
],
"year": 2010,
"venue": "Traitement Automatique des Langues Naturelles -session de d\u00e9monstrations",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexis Nasr, Fr\u00e9d\u00e9ric B\u00e9chet, and Jean-Fran\u00e7ois Rey. 2010. Macaon : Une cha\u00eene linguistique pour le traitement de graphes de mots. In Traitement Automatique des Langues Naturelles -session de d\u00e9monstrations, Montr\u00e9al.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Macaon: An nlp tool suite for processing word lattices",
"authors": [
{
"first": "Alexis",
"middle": [],
"last": "Nasr",
"suffix": ""
},
{
"first": "Frederic",
"middle": [],
"last": "Bechet",
"suffix": ""
},
{
"first": "Jean-Francois",
"middle": [],
"last": "Rey",
"suffix": ""
},
{
"first": "Benoit",
"middle": [],
"last": "Favre",
"suffix": ""
},
{
"first": "Joseph",
"middle": [
"Le"
],
"last": "Roux",
"suffix": ""
}
],
"year": 2011,
"venue": "The 49th Annual Meeting of the Association for Computational Linguistics: demonstration session",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexis Nasr, Frederic Bechet, Jean-Francois Rey, Benoit Favre, and Joseph Le Roux. 2011. Macaon: An nlp tool suite for processing word lattices. In The 49th Annual Meeting of the Association for Computational Linguistics: demonstration session.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Semeval 2014 task 8: 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": "",
"issue": "",
"pages": "63--72",
"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 (SemEval 2014), pages 63-72, Dublin, Ireland, August. Association for Computational Linguistics and Dublin City University.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"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
},
"BIBREF31": {
"ref_id": "b31",
"title": "A Linguistically-motivated 2-stage Tree to Graph Transformation",
"authors": [
{
"first": "Corentin",
"middle": [],
"last": "Ribeyre",
"suffix": ""
},
{
"first": "Djam\u00e9",
"middle": [],
"last": "Seddah",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "And\u00e9ric Villemonte De La Clergerie",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 11th International Workshop on Tree Adjoining Grammars and Related Formalisms",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Corentin Ribeyre, Djam\u00e9 Seddah, and\u00c9ric Villemonte De La Clergerie. 2012. A Linguistically-motivated 2-stage Tree to Graph Transformation. In Proceedings of the 11th International Workshop on Tree Adjoining Grammars and Related Formalisms, Paris, France.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Semi-Automatic Deep Syntactic Annotations of the French Treebank",
"authors": [
{
"first": "Corentin",
"middle": [],
"last": "Ribeyre",
"suffix": ""
},
{
"first": "Marie",
"middle": [],
"last": "Candito",
"suffix": ""
},
{
"first": "Djam\u00e9",
"middle": [],
"last": "Seddah",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 13th International Workshop on Treebanks and Linguistic Theories",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Corentin Ribeyre, Marie Candito, and Djam\u00e9 Seddah. 2014. Semi-Automatic Deep Syntactic Annotations of the French Treebank. In Proceedings of the 13th International Workshop on Treebanks and Linguistic Theories, T\u00fcbingen, Germany, December.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Accurate deep syntactic parsing of graphs: The case of french",
"authors": [
{
"first": "Corentin",
"middle": [],
"last": "Ribeyre",
"suffix": ""
},
{
"first": "Eric",
"middle": [],
"last": "Villemonte De La Clergerie",
"suffix": ""
},
{
"first": "Djam\u00e9",
"middle": [],
"last": "Seddah",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of LREC 2016",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Corentin Ribeyre, Eric Villemonte de la Clergerie, and Djam\u00e9 Seddah. 2016. Accurate deep syntactic parsing of graphs: The case of french. In Proceedings of LREC 2016, may.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Data-driven methods for syntax-semantic interface. Theses",
"authors": [
{
"first": "Corentin",
"middle": [],
"last": "Ribeyre",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Corentin Ribeyre. 2016. Data-driven methods for syntax-semantic interface. Theses, Universit\u00e9 Paris Diderot, January.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Handbook of Graph Grammars and Computing by Graph Transformation: Volume I. Foundations",
"authors": [],
"year": 1997,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grzegorz Rozenberg, editor. 1997. Handbook of Graph Grammars and Computing by Graph Transformation: Volume I. Foundations. World Scientific Publishing Co., Inc., River Edge, NJ, USA.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Treebank-based acquisition of lfg parsing resources for french",
"authors": [
{
"first": "Natalie",
"middle": [],
"last": "Schluter",
"suffix": ""
},
{
"first": "Josef",
"middle": [],
"last": "Van Genabith",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Natalie Schluter and Josef van Genabith. 2008. Treebank-based acquisition of lfg parsing resources for french. In Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08), Mar- rakech, Morocco, may.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"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": "Eric",
"middle": [],
"last": "Wr\u00f3blewska",
"suffix": ""
},
{
"first": "Clergerie",
"middle": [],
"last": "Villemonte De La",
"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, Jennifer Foster, Iakes Goenaga, Koldo Gojenola Galletebeitia, Yoav Goldberg, Spence Green, Nizar Habash, Marco Kuhlmann, Wolf- gang Maier, Joakim Nivre, Adam Przepi\u00f3rkowski, Ryan Roth, Wolfgang Seeker, Yannick Versley, Veronika Vincze, Marcin Woli\u0144ski, Alina Wr\u00f3blewska, and Eric 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 Parsing of Morphologically-Rich Languages, pages 146-182, Seattle, Washington, USA, October. Association for Computational Linguistics.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Sentence simplification for semantic role labeling",
"authors": [
{
"first": "David",
"middle": [],
"last": "Vickrey",
"suffix": ""
},
{
"first": "Daphne",
"middle": [],
"last": "Koller",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ACL-08: HLT",
"volume": "",
"issue": "",
"pages": "344--352",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Vickrey and Daphne Koller. 2008. Sentence simplification for semantic role labeling. In Proceedings of ACL-08: HLT, pages 344-352, Columbus, Ohio, June. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Example of syntactic and semantic annotations for a sentence. Top: Surface and deep syntactic representations (edges above: SSR, edges below: DSR). Verbs and adjectives are in blue.",
"num": null,
"uris": null,
"type_str": "figure"
},
"TABREF5": {
"num": null,
"html": null,
"type_str": "table",
"content": "<table><tr><td/><td>SSP</td><td/><td>DSP</td></tr><tr><td/><td>all</td><td>alt</td><td>byp subj coo</td></tr><tr><td>gold</td><td colspan=\"3\">68.5 74.3 70.6 69.1 69.3 70.2</td></tr><tr><td colspan=\"4\">predicted 61.3 68 63.3 63.1 62.4 63.1</td></tr></table>",
"text": "FastSem results for verbs, using gold (left) and predicted (right) SSR and DSR."
}
}
}
}