ACL-OCL / Base_JSON /prefixK /json /K18 /K18-1006.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "K18-1006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:10:43.716853Z"
},
"title": "Corpus-driven Thematic Hierarchy Induction",
"authors": [
{
"first": "Ilia",
"middle": [],
"last": "Kuznetsov",
"suffix": "",
"affiliation": {
"laboratory": "Ubiquitous Knowledge Processing Lab (UKP-TUDA) and Research Training Group AIPHES",
"institution": "Technische Universit\u00e4t Darmstadt",
"location": {}
},
"email": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": "",
"affiliation": {
"laboratory": "Ubiquitous Knowledge Processing Lab (UKP-TUDA) and Research Training Group AIPHES",
"institution": "Technische Universit\u00e4t Darmstadt",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Thematic role hierarchy is a linguistic tool used to describe interactions between semantic roles and their syntactic realizations. Despite decades of dedicated research and numerous thematic hierarchy suggestions in the literature, this concept has not been used in NLP so far due to incompatibility and limited scope of existing hierarchies. We introduce an empirical framework for thematic hierarchy induction and evaluate several role ranking strategies on English and German corpus data. We hypothesize that inducing a thematic hierarchy is feasible, that a hierarchy can be induced from small amounts of data and that resulting hierarchies apply cross-lingually. We evaluate these assumptions empirically.",
"pdf_parse": {
"paper_id": "K18-1006",
"_pdf_hash": "",
"abstract": [
{
"text": "Thematic role hierarchy is a linguistic tool used to describe interactions between semantic roles and their syntactic realizations. Despite decades of dedicated research and numerous thematic hierarchy suggestions in the literature, this concept has not been used in NLP so far due to incompatibility and limited scope of existing hierarchies. We introduce an empirical framework for thematic hierarchy induction and evaluate several role ranking strategies on English and German corpus data. We hypothesize that inducing a thematic hierarchy is feasible, that a hierarchy can be induced from small amounts of data and that resulting hierarchies apply cross-lingually. We evaluate these assumptions empirically.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Semantic roles are one of the core concepts in NLP, and automatic semantic role labeling (SRL) is a major task with applications in question answering (Shen and Lapata, 2007) , machine translation (Liu and Gildea, 2010) and information extraction (Christensen et al., 2010) . The goal of SRL is to label the semantic arguments of a predicate (e.g. a verb) with roles from a pre-defined role inventory. Conceptually, role assignment in SRL can be split in two steps: local labeling estimates the likelihood of a certain semantic argument bearing a certain role; global optimization takes context-dependent role interactions into account and enforces certain theoretically motivated constraints (e.g. \"each role must appear only once per predication\").",
"cite_spans": [
{
"start": 151,
"end": 174,
"text": "(Shen and Lapata, 2007)",
"ref_id": "BIBREF28"
},
{
"start": 197,
"end": 219,
"text": "(Liu and Gildea, 2010)",
"ref_id": "BIBREF15"
},
{
"start": 247,
"end": 273,
"text": "(Christensen et al., 2010)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "State of the art in SRL is held by the systems based on deep neural networks (Marcheggiani and Titov, 2017; He et al., 2017) . While achieving remarkable quality on benchmark datasets, modern systems show a considerable \u224810-point performance drop when applied out-of-domain. This issue is aggravated by the fact that deep neural networks require significant amounts of training data, and SRL annotations are expensive to produce. While local role assignment can be augmented using unlabeled data (e.g. via pre-trained word and character embeddings), context-dependent role interaction is an SRL-specific phenomenon and can only be learned from annotated SRL corpora.",
"cite_spans": [
{
"start": 77,
"end": 107,
"text": "(Marcheggiani and Titov, 2017;",
"ref_id": "BIBREF17"
},
{
"start": 108,
"end": 124,
"text": "He et al., 2017)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Aiming to reduce the training data requirements for SRL, we revisit the notion of thematic hierarchy (TH), a compact delexicalized way to model context-dependent role interactions. Thematic hierarchies assume that given a syntactic hierarchy (e.g. subject \u227a 1 object \u227a oblique) semantic roles can be ranked in a way that higher ranked roles take higher ranked syntactic positions. One example of phenomena captured by THs is the choice of subject: given a thematic hierarchy Agent \u227a ... \u227a Instrument, an Instrument can only become subject if the Agent is not present, e.g. \" [John] Ag broke the window with a [hammer] In \" \u2192 \"A [hammer] In broke the window\".",
"cite_spans": [
{
"start": 575,
"end": 581,
"text": "[John]",
"ref_id": null
},
{
"start": 609,
"end": 617,
"text": "[hammer]",
"ref_id": null
},
{
"start": 628,
"end": 636,
"text": "[hammer]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "THs have received considerable attention in linguistic literature, but were so far impractical for use in NLP and SRL due to incompatibility and limited scope of the existing hierarchies. As a first step towards including THs into the NLP tool inventory we suggest an empirical framework for inducing THs from role-annotated corpora. Since VerbNet (Schuler, 2006) is the only SRL framework that operates with thematic roles, we choose it as our basis and perform experiments on the PropBank corpus (Palmer et al., 2005) enriched with VerbNet role labels via SemLink (Bonial et al., 2013) .",
"cite_spans": [
{
"start": 348,
"end": 363,
"text": "(Schuler, 2006)",
"ref_id": "BIBREF26"
},
{
"start": 498,
"end": 519,
"text": "(Palmer et al., 2005)",
"ref_id": "BIBREF22"
},
{
"start": 566,
"end": 587,
"text": "(Bonial et al., 2013)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The contributions of this paper are as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 We suggest a method for global thematic hierarchy induction from corpus data;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 We propose several thematic and syntactic ranking models and evaluate them on English and German data; \u2022 We show that thematic hierarchies can be induced and applied cross-lingually while leaving room for improvement; we further show that thematic hierarchy induction is dataefficient and can produce a high-quality hierarchy using just a fraction of training data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "2 Related work",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Semantic roles in the modern sense have been introduced in 1960s as a way to account for variation in syntactic behavior of verbs which can not be explained by purely syntactic means (Gruber, 1965; Fillmore, 1968) . A commonly used motivational example contrasts the use of verbs hit and break: while both are regular transitive verbs, hit does not allow construction (4); and construction (5) is ungrammatical in both cases.",
"cite_spans": [
{
"start": 183,
"end": 197,
"text": "(Gruber, 1965;",
"ref_id": "BIBREF9"
},
{
"start": 198,
"end": 213,
"text": "Fillmore, 1968)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic roles and the Lexicon",
"sec_num": "2.1"
},
{
"text": "(1 There exist several principled ways to describe the syntactic behavior of arguments in the lexicon. Available constructions can be defined individually on verb sense basis. This strategy is precise but highly redundant, since verbs show substantial similarities in syntactic behavior; besides, it does not generalize to the out-of-vocabulary (OOV) predicates.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic roles and the Lexicon",
"sec_num": "2.1"
},
{
"text": "A step towards a more general representation is verb class grouping (Levin, 1993) : verbs senses can be grouped into verb classes with syntactic behavior shared among the members of the class. For example, syntactically break behaves like crash, shred and split, while hit behaves like bash and whack in the corresponding verb senses. This significantly reduces the lexicon redundancy and allows treatment of the OOV verbs if the verb class can be determined. A similar level of granularity is used by the major SRL frameworks: FrameNet SRL (Das et al., 2010) and, to some extent, Prop-Bank SRL (Roth and Woodsend, 2014) .",
"cite_spans": [
{
"start": 68,
"end": 81,
"text": "(Levin, 1993)",
"ref_id": "BIBREF13"
},
{
"start": 541,
"end": 559,
"text": "(Das et al., 2010)",
"ref_id": "BIBREF5"
},
{
"start": 595,
"end": 620,
"text": "(Roth and Woodsend, 2014)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic roles and the Lexicon",
"sec_num": "2.1"
},
{
"text": "Semantic arguments share similarities across verb classes, giving rise to the notion of gen-eral semantic roles. While there exists no consensus on the inventory of semantic roles, a subset shared by the most theoretical approaches includes roles such as Agent (the active sentient initiator of the event), Theme (the most affected participant), Result (the outcome of the event), Instrument (the instrument used) etc. Semantic roles show similar behavior across languages and can be thought of as grammatically relevant universal categories humans use to conceptualize real-world events. Following common terminology, we further refer to general, predicateindependent semantic roles as thematic roles. This level of granularity is, for example, used by VerbNet (Schuler, 2006) .",
"cite_spans": [
{
"start": 762,
"end": 777,
"text": "(Schuler, 2006)",
"ref_id": "BIBREF26"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic roles and the Lexicon",
"sec_num": "2.1"
},
{
"text": "Thematic roles' syntactic behavior depends on the presence of other thematic roles in the sentence: as our example above demonstrates, an Instrument can only take the subject position if the Agent is not present (3); and Theme can only become subject if both Agent and Instrument are not expressed (4-5). A widely used modeling tool to account for context dependency is the thematic hierarchy (TH): given a syntactic prominence scale (e.g. subject \u227a oblique... \u227a object), one can assume that there exists a universal ranking of thematic roles, which is homomorphic to the syntactic ranking (e.g. Agent \u227a Instrument \u227a Theme). The topranking semantic argument gets assigned to the highest available syntactic position, the secondranking gets the second-highest position, etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic roles and the Lexicon",
"sec_num": "2.1"
},
{
"text": "THs are a compact delexicalized way to describe semantic roles' syntactic behavior at the grammar level, which could reduce data requirements and improve generalization capability of SRL systems. However, THs from the literature come from varying theoretical backgrounds, are based on different syntactic formalisms and operate with different role inventories. Most of these THs are justified via basic (often synthetic) language examples, aiming to verify a certain theory cross-lingually rather than to describe the language use in a compact way.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic roles and the Lexicon",
"sec_num": "2.1"
},
{
"text": "The choice of linguistic theory in SRL is mostly dictated by the availability of training data. Prop-Bank SRL is based on the PropBank corpus (Palmer et al., 2005) which utilizes a set of predicate-specific core roles (A0-5) and a set of general, predicate-independent adjunct roles (AM-TMP, AM-LOC etc.). Core roles are defined on verb sense level. An effort is made to ensure consistency in assigning A0 (Agent-like) and A1 (Patient-like). The rest of the core arguments (A2-5) are verb sense-specific; no finer-grained distinctions between roles are made.",
"cite_spans": [
{
"start": 142,
"end": 163,
"text": "(Palmer et al., 2005)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Major SRL Frameworks",
"sec_num": "2.2"
},
{
"text": "PropBank annotation is closely tied to syntax. FrameNet (Baker et al., 1998 ) takes a different stance and focuses on accurate and detailed representation of event semantics. Verbs (as well as lexemes from other categories) are grouped into frames so that members of the same frame share a set of fine-grained frame-specific semantic roles (e.g. Impactee, Force, Buyer, Goods).",
"cite_spans": [
{
"start": 56,
"end": 75,
"text": "(Baker et al., 1998",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Major SRL Frameworks",
"sec_num": "2.2"
},
{
"text": "Both PropBank and FrameNet SRL operate on the verb sense/verb class generalization level. VerbNet (Schuler, 2006) groups verbs into Levininspired verb classes and defines sets of general, lexicon-level thematic roles and constructions for each class. It is the only SRL formalism that operates with a thematic role set. VerbNet role sets and verb class information are mapped to the PropBank corpus annotations via SemLink (Bonial et al., 2013).",
"cite_spans": [
{
"start": 98,
"end": 113,
"text": "(Schuler, 2006)",
"ref_id": "BIBREF26"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Major SRL Frameworks",
"sec_num": "2.2"
},
{
"text": "So far only few studies have considered VerbNetlevel granularity in SRL and we are not aware of SRL systems specifically designed to exploit the thematic role generalizations. Zapirain et al. (2008) compare PropBank and VerbNet performance using a simple SRL system and conclude that PropBank labels generally perform better; however, they do not use any additional modeling possibilities offered by VerbNet's general, predicate-independent role set. Loper et al. (2007) show that replacing verb-specific PropBank roles A2-5 with the corresponding VerbNet roles improves the SRL performance. Merlo and van der Plas (2009) report a statistical analysis of Prop-Bank and VerbNet annotations and conclude that while PropBank role inventory better correlates with syntax and is therefore easier to learn, Verb-Net thematic roles are more informative and better generalize to new verb instances. Finally, a recent comparison on German data by Hartmann et al. (2017) positions VerbNet inventory above FrameNet and below PropBank in terms of complexity and generalization capabilities; however, the experiment is again based on the mateplus sys-tem (Roth and Woodsend, 2014) designed with PropBank generalization level in mind.",
"cite_spans": [
{
"start": 176,
"end": 198,
"text": "Zapirain et al. (2008)",
"ref_id": "BIBREF33"
},
{
"start": 451,
"end": 470,
"text": "Loper et al. (2007)",
"ref_id": "BIBREF16"
},
{
"start": 1142,
"end": 1167,
"text": "(Roth and Woodsend, 2014)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Thematic roles in SRL",
"sec_num": "2.3"
},
{
"text": "A related line of work is Semantic Proto Role Labeling (SPRL) (Reisinger et al., 2015; White et al., 2017) which, following Dowty (1991) , discards the notion of atomic semantic role inventory and replaces it with Proto-Agent and Proto-Patient property sets. While our study utilizes traditional atomic role inventories, we see SPRL as a compatible parallel line of work and believe that additional benefits can be gained by combining the two views on syntax-semantics interface. In particular, Reisinger et al. (2015) investigate the alignment between Dowty-style role properties and VerbNet thematic roles and show that VerbNet Agents tend to bear Dowty's instigated, awareness and volitional properties, while Themes are more likely to change posession, change state, etc.",
"cite_spans": [
{
"start": 62,
"end": 86,
"text": "(Reisinger et al., 2015;",
"ref_id": "BIBREF24"
},
{
"start": 87,
"end": 106,
"text": "White et al., 2017)",
"ref_id": "BIBREF31"
},
{
"start": 124,
"end": 136,
"text": "Dowty (1991)",
"ref_id": "BIBREF7"
},
{
"start": 495,
"end": 518,
"text": "Reisinger et al. (2015)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Proto-Roles",
"sec_num": "2.4"
},
{
"text": "Numerous THs have been proposed in the linguistic literature, e.g. Agent \u227a Instrument \u227a Theme (Fillmore, 1968) ; see (Levin and Rappaport Hovav, 2005) for an overview. These hierarchies are rarely applicable for NLP since they originate from different theoretical backgrounds and are usually focused on a narrow set of linguistic phenomena (e.g. subject selection), aiming to provide a cross-linguistically valid hierarchy based on a set of manually constructed examples. In contrast, our approach is data-driven and aims to describe the general syntactic behavior of thematic roles. While an optimal TH that would successfully describe semantic roles' behavior across languages might not exist (and would imply the existence of a universal role inventory and grammar), our evidence suggests that this concept is at least partially applicable.",
"cite_spans": [
{
"start": 94,
"end": 110,
"text": "(Fillmore, 1968)",
"ref_id": "BIBREF8"
},
{
"start": 117,
"end": 150,
"text": "(Levin and Rappaport Hovav, 2005)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Thematic hierarchies",
"sec_num": "2.5"
},
{
"text": "To the best of our knowledge, there exists no prior work explicitly aiming at discovering thematic hierarchies in corpora. However, the hierarchy-related effects are reported in some studies. For example, White et al. (2017) observe on a reduced role set that VerbNet roles disprefer the violations of thematic/syntactic hierarchy alignment. Sun et al. (2009) experiment on thematic rank prediction for PropBank A0 and A1, but extend their analysis neither to VerbNet thematic roles, nor to the PropBank A2-5.",
"cite_spans": [
{
"start": 342,
"end": 359,
"text": "Sun et al. (2009)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Thematic hierarchies",
"sec_num": "2.5"
},
{
"text": "Cross-lingual applicability has traditionally been a strong component in semantic role theory, and universality is one of the common desiderata for a thematic hierarchy. This, however, implies the existence of a universal syntactic prominence scale.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic formalisms",
"sec_num": "2.6"
},
{
"text": "From the NLP perspective, the closest to universal syntactic representation for which automatic parsers are available is the Universal Dependencies (UD) representation. Universal Dependencies (Nivre et al., 2016 ) is a recent initiative aimed at creating a single dependency-based formalism suited for describing syntactic structure in a language-independent way. It encompasses freely available treebanks for more than 60 languages, and universal dependency parsing is an active research area (Zeman et al., 2017) . Based on that, we make an effort to ground our study in UD syntax for English. Since neither gold UD annotations, nor a deterministic converter are available, for German we use the TIGER dependency syntax representation (Dipper et al., 2001) .",
"cite_spans": [
{
"start": 192,
"end": 211,
"text": "(Nivre et al., 2016",
"ref_id": "BIBREF21"
},
{
"start": 494,
"end": 514,
"text": "(Zeman et al., 2017)",
"ref_id": "BIBREF34"
},
{
"start": 737,
"end": 758,
"text": "(Dipper et al., 2001)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic formalisms",
"sec_num": "2.6"
},
{
"text": "We suggest a simple model to describe the interface between syntactic and thematic rankings. An SRL corpus can be seen as a collection of sentences with corresponding predications, where each predication has a target (e.g. verb) and a set of arguments labeled with semantic roles.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Linking model 3.1 Model",
"sec_num": "3"
},
{
"text": "Let a 1 ...a n \u2208 A be the set of arguments in the predication p; r(a i ) be the role label af the argument a i , and d(a i ) be the path between the predicate and the argument in the dependency parse tree of the sentence. A syntactic ranker S provides a syntactic rank s i = S(d(a i )) for each argument a i in A based on the path, and a thematic ranker T provides a thematic rank t i = T (r(a i )) based on the argument's role. For each pair of arguments (a i , a j ) we expect their syntactic ranks to align with their thematic ranks, i.e. \u2200i = j :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Linking model 3.1 Model",
"sec_num": "3"
},
{
"text": "sign(t i \u2212 t j ) = sign(s i \u2212 s j )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Linking model 3.1 Model",
"sec_num": "3"
},
{
"text": "The model per se does not imply the existence of a global ranking and allows flexible ranker definition. It allows ties in both syntactic and thematic rankings.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Linking model 3.1 Model",
"sec_num": "3"
},
{
"text": "We use accuracy to assess how well a given syntactic-semantic ranker pair reflects the actual argument ranks found in data. Given a set of test predications p 1 , p 2 ...p k \u2208 P with the argument sets A 1 , A 2 ...A k , we measure the correspondence between syntactic and semantic ranking over the argument pairs (a k i , a k j ) via accuracy defined as",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Linking model 3.1 Model",
"sec_num": "3"
},
{
"text": "#(sign(t k i \u2212 t k j ) = sign(s k i \u2212 s k j )) #total pairs",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Linking model 3.1 Model",
"sec_num": "3"
},
{
"text": "To avoid the majority class bias, we measure accuracy for each role pair and use macro-averaged accuracy over pairs as the final score. A straightforward alternative to our evaluation metric would be the Kendall rank correlation coefficient, which, based on our preliminary experiments, tends to overemphasize the performance on most frequent role pairs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hierarchical Linking model 3.1 Model",
"sec_num": "3"
},
{
"text": "This paper investigates several thematic ranking strategies. As a running example we use a small role set: Agent (Ag), Patient (Pa), Instrument (In), Theme (Th) and Value (Va). For now we assume the following syntactic hierarchy: subj \u227a iobj \u227a nmod \u227a obj \u227a other.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Thematic Hierarchy Induction",
"sec_num": "4"
},
{
"text": "The simplest way to model role ranking is to extract the average syntactic rank for each role based on the data, and then, given a test pair, assign ranks based on average syntactic rank. Pairwise ranker Given that roles often strongly prefer a certain syntactic position (also see (White , local ranking is a reasonable baseline strategy. However, it fails to account for the context dependency of thematic roles' syntactic realization. The next step is to construct a pairwise preference matrix: for each pair of roles encountered in training data we calculate the proportion of times role r i receives a higher syntactic rank than role r j . For our role set this results in the matrix shown on Fig. 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 698,
"end": 704,
"text": "Fig. 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Local ranker",
"sec_num": null
},
{
"text": "The preference matrix, for example, shows that Agent clearly dominates all the roles, Instrument ranks over Theme, and Value is below Theme.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Local ranker",
"sec_num": null
},
{
"text": "The pairwise ranking approach takes context into account. However, some role pairs only co-occur rarely. In such cases no pairwise ranking information is available to the model. Finding a global TH based on pairwise preferences is an example of a rank aggregation problem which can be solved via constrained ILP optimization on a preference graph (Conitzer et al., 2006) . We represent the pairwise preference matrix as a graph G = (v, e) where each vertex v represents a role, the edge weight is the preference strength measured as #(r i \u227a r j )/#(r i , r j ). The edge direction is from higher-to lower-ranking role. If we assume a global ordering of the roles, we can induce the global ranking via transitivity relations. For example (Fig. 2) , Instrument never appears with Value in our training data; however, by transitivity via Theme we can assume that Instrument ranks over Value.",
"cite_spans": [
{
"start": 347,
"end": 370,
"text": "(Conitzer et al., 2006)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [
{
"start": 737,
"end": 745,
"text": "(Fig. 2)",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Global ranker",
"sec_num": null
},
{
"text": "Given the preference graph G = (v, e), let w ij be the weight of the edge between v i and v j . Let x ij \u2208 0, 1 denote that we rank vertice",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Global ranker",
"sec_num": null
},
{
"text": "v i above v j .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Global ranker",
"sec_num": null
},
{
"text": "The goal is then to maximize i,j x ij w ij subject to two groups of constraints. First, we prohibit two nodes to rank above each other, but allow ties, by enforcing \u2200 i,j : x ij + x ji \u2264 1. Second, we enforce transitivity, i.e. if r i is ranked above r j , and r j is ranked above r k , then r i must be ranked above r k , formally \u2200 i,j,k , i = j = k : x ij + x jk \u2212 x ik \u2264 1. We solve the ILP problem using the off-the-shelf pulp optimizer (Mitchell et al., 2011) .",
"cite_spans": [
{
"start": 442,
"end": 465,
"text": "(Mitchell et al., 2011)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Global ranker",
"sec_num": null
},
{
"text": "For our restricted example, optimization produces the following global hierarchy: Ag \u227a In \u227a Th \u227a Va/Pa. This hierarchy ranks Instrument above Value by transitivity, however, in case of Patient and Value no preference can be inferred from the graph, so they receive the same thematic rank.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Global ranker",
"sec_num": null
},
{
"text": "For our experiments on English, we use SemLink (Bonial et al., 2013) , a manually constructed resource that enriches PropBank's (Palmer et al., 2005 ) semantic role annotations with VerbNet's (Schuler, 2006) thematic role labels. We use the Universal Dependencies converter (Schuster and Manning, 2016) to transform original PropBank syntactic annotation to UD. PropBank semantic role annotation and the corresponding SemLink reference are constituents-based. However, UD is a dependency formalism, and we employ a number of heuristics to align original PropBank annotations with the CoNLL-2009 datasets (Haji\u010d et al., 2009) to recover the head node positions. We employ additional transformations, filtering out the predications in which not all PropBank core roles got aligned to the VerbNet thematic roles.",
"cite_spans": [
{
"start": 47,
"end": 68,
"text": "(Bonial et al., 2013)",
"ref_id": "BIBREF1"
},
{
"start": 128,
"end": 148,
"text": "(Palmer et al., 2005",
"ref_id": "BIBREF22"
},
{
"start": 192,
"end": 207,
"text": "(Schuler, 2006)",
"ref_id": "BIBREF26"
},
{
"start": 274,
"end": 302,
"text": "(Schuster and Manning, 2016)",
"ref_id": "BIBREF27"
},
{
"start": 604,
"end": 624,
"text": "(Haji\u010d et al., 2009)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Datasets and Restrictions",
"sec_num": "5.1"
},
{
"text": "For German, we use the recently introduced SR3de dataset (M\u00fajdricza-Maydt et al., Hartmann et al., 2017) which explicitly provides VerbNet annotations on top of SALSA corpus (Burchardt et al., 2006) . There exist no gold UD annotations for the SALSA corpus, and we use the SALSA's default TIGER syntactic formalism (Dipper et al., 2001) in our experiments.",
"cite_spans": [
{
"start": 82,
"end": 104,
"text": "Hartmann et al., 2017)",
"ref_id": "BIBREF11"
},
{
"start": 174,
"end": 198,
"text": "(Burchardt et al., 2006)",
"ref_id": "BIBREF2"
},
{
"start": 315,
"end": 336,
"text": "(Dipper et al., 2001)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Datasets and Restrictions",
"sec_num": "5.1"
},
{
"text": "Following previous work, we employ certain restrictions on our data. Since thematic roles in both VerbNet and SR3de are only defined for verbal predicates, we restrict the scope of our study to verbs. We only consider direct dependents of the verbs in active voice, and since having access to the full argument set is important to study con- Table 2 . In all experiments we induce a TH and related statistics from the training data and evaluate it on the test data, using the split from the CoNLL SRL shared tasks.",
"cite_spans": [],
"ref_spans": [
{
"start": 342,
"end": 349,
"text": "Table 2",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Datasets and Restrictions",
"sec_num": "5.1"
},
{
"text": "For simplicity in this paper we only experiment with two syntactic rankers per language. A common syntactic prominence scale assumed in linguistic literature is subject \u227a object \u227a indirect object \u227a oblique. This scale has to be adapted to the UD and TIGER labeling schemes. For each language we evaluate two syntactic rankings: one that positions objects above indirect objects and obliques, and one that positions objects below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic ranker",
"sec_num": "5.2"
},
{
"text": "For English, we rank the UD syntactic relations as follows (SE1): nsubj / csubj \u227a iobj \u227a nmod \u227a ccomp / dobj \u227a other; where nmod corresponds to oblique and other is used for any other syntactic relation. An alternative ranking positions dobj directly after the subject (SE2): nsubj / csubj \u227a ccomp / dobj \u227a iobj \u227a nmod \u227a other.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Syntactic ranker",
"sec_num": "5.2"
},
{
"text": "For German, the following ranking of TIGER syntactic relations is employed (SD1): SB \u227a DA \u227a OP / MO / OG/ OC \u227a OA / OA2 / CVC \u227a other; where SB is the subject, DA is dative object, OP / MO / OG / OC correspond to oblique relations, and OA / OA2 / CVC to direct object relations (see (Dipper et al., 2001 ) for detailed description) . Similarly, we evaluate the performance of the ranking that positions the direct object after the subject (SD2): SB \u227a OA / OA2 / CVC \u227a DA \u227a OP / MO / OG / OC \u227a other. .456 .920 Table 3 : Thematic ranker evaluation, incl. random ranker (RND) and upper bound (UB); bold -best result over syntactic rankers, underlined -best result over thematic rankers",
"cite_spans": [
{
"start": 283,
"end": 303,
"text": "(Dipper et al., 2001",
"ref_id": "BIBREF6"
},
{
"start": 319,
"end": 331,
"text": "description)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 510,
"end": 517,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Syntactic ranker",
"sec_num": "5.2"
},
{
"text": "We construct the upper bound for the hierarchy induction by evaluating a global ranker trained on the test dataset. The upper bound reflects the data properties, as well as the maximal alignment accuracy that can be achieved with the selected syntactic ranker. The lower bound is constructed by evaluating 100 random thematic rankers which rank roles according to a random (but consistent) hierarchy, and averaging the result.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bounds",
"sec_num": "5.3"
},
{
"text": "To evaluate how effective the proposed rankers use the training data, we conduct a series of experiments with reduced dataset sizes using the following protocol. The training dataset is shuffled and split into n = 100 slices. A ranker is consecutively trained on the first m \u2208 1..n slices and evaluated against the full test dataset. The procedure is repeated k = 100 times to eliminate the effect of data order, and the results per slice are averaged.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data utilization setup",
"sec_num": "5.4"
},
{
"text": "To get an overall impression of the ranking quality, we first compare the performance of thematic rankers with respect to syntactic rankers and available datasets. The results of this comparison are summarized in Table 3 and show that syntactic rankers positioning the object second in the hierarchy (SE2 and SD2) lead to better alignment on both datasets and have a higher upper bound. We report the results on these rankers for the rest of the paper. For English the global hierarchy-based ranker approaches the upper bound, closely followed by the pairwise ranker. The accuracy on German data is lower and the pairwise and local rankers outperform the global hierarchy-based ranker. We revisit this observation in 6.5.",
"cite_spans": [],
"ref_spans": [
{
"start": 213,
"end": 220,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "General Accuracy and Syntactic Ranker",
"sec_num": "6.1"
},
{
"text": "EN Agent \u227a Cause/Instrument/Experiencer \u227a Pivot \u227a Theme \u227a Patient \u227a Ma- terial/Source/Asset \u227a Product \u227a Recipient/Beneficiary/Destination/Location \u227a Value/Stimulus/Topic/Result/Predicate/Goal/InitialLocation/Attribute/Extent DE Agent \u227a Experiencer \u227a Stimulus/Pivot \u227a Cause \u227a Theme \u227a Patient \u227a Topic \u227a Instrument \u227a Beneficiary/InitialLocation \u227a Result \u227a Product/Goal \u227a Destination/Attribute \u227a Recipient \u227a",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "General Accuracy and Syntactic Ranker",
"sec_num": "6.1"
},
{
"text": "Value/Time/CoAgent/Locus/Manner/Source/Trajectory/Location/Duration/Path/Extent Table 5 : Cross-lingual evaluation, global ranker",
"cite_spans": [],
"ref_spans": [
{
"start": 80,
"end": 87,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "General Accuracy and Syntactic Ranker",
"sec_num": "6.1"
},
{
"text": "The result of hierarchy induction is a global ranking of thematic roles. Table 4 shows full rankings extracted for English and German data. While some correspondence to the hierarchies proposed in literature is evident (e.g. for English Agent \u227a Instrument \u227a Theme, similar to (Fillmore, 1968) ), a direct comparison is impossible due to the differences in role definitions and underlying syntactic formalisms. Notice the high number of ties: some roles never co-occur (either by chance or by design) or occur on the same syntactic rank (e.g. oblique) so there is no evidence for preference even if we enforce transitivity.",
"cite_spans": [
{
"start": 276,
"end": 292,
"text": "(Fillmore, 1968)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 73,
"end": 80,
"text": "Table 4",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Qualitative analysis",
"sec_num": "6.2"
},
{
"text": "The induced hierarchies for English and German bear certain similarities, which raises the question on cross-lingual applicability of the hierarchies. This analysis is only possible because the VerbNet and SR3de role inventories are mostly compatible with few exceptions (M\u00fajdricza-Maydt et al., 2016) . Table 5 contrasts the performance of THs induced from English and German training data, and evaluated on German and English test data respectively. While the cross-lingual performance is expectedly lower than the monolingual performance, it outperforms the random baseline by a large margin, suggesting the potential for crosslingual hierarchy induction.",
"cite_spans": [
{
"start": 271,
"end": 301,
"text": "(M\u00fajdricza-Maydt et al., 2016)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [
{
"start": 304,
"end": 311,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Cross-lingual hierarchy induction",
"sec_num": "6.3"
},
{
"text": "One can assume that constructing a global hierarchy should require less training data due to the ef- Table 6 : Global ranker accuracy, English fective utilisation of transitivity. We evaluate this assumption empirically. Fig. 3 reports the performance of rankers with access to different amounts of training data for English and German. The results on English data show that global hierarchybased ranker effectively utilizes the training data and can be trained using just fractions of the original training dataset. The accuracy measurements on German are less conclusive: the local ranker generally performs best and learns fastest. We attribute this to the fact that filtered SR3de is an order of magnitude smaller than the PropBank/SemLink dataset. For pairwise and global rankers as many role pairs as possible should be observed at least once to establish the pairwise preference. This holds for PropBank/SemLink (all role pairs from test data seen at least once after observing 20% of the training data, on average), however, for filtered SR3de, even given the full training data, only 83% of role pairs from the test set have been seen at least once.",
"cite_spans": [],
"ref_spans": [
{
"start": 101,
"end": 108,
"text": "Table 6",
"ref_id": null
},
{
"start": 221,
"end": 227,
"text": "Fig. 3",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Data utilization",
"sec_num": "6.4"
},
{
"text": "Our evaluation procedure allows detailed insights into the performance of the models. To illustrate, we extract the role pairs from English and German data with ranking accuracy below 1.0. Table 6 lists the ranking inconsistencies produced by the global ranker for English. We can Error analysis on the much smaller German dataset (Table 7 ) reveals the sparsity-related issues: most of the role pairs that tend to get misaligned do not, or only rarely appear in the training data, heavily influencing the score. As on English data, many misalignments are due to simplicity of the syntactic ranker.",
"cite_spans": [],
"ref_spans": [
{
"start": 189,
"end": 196,
"text": "Table 6",
"ref_id": null
},
{
"start": 331,
"end": 339,
"text": "(Table 7",
"ref_id": "TABREF9"
}
],
"eq_spans": [],
"section": "Error analysis",
"sec_num": "6.5"
},
{
"text": "The choice of syntactic ranking has a drastic effect on the resulting TH and the alignment quality, even if only direct syntactic dependents and a limited set of relations are taken into account. Realistically there might exist an arbitrary set of paths connecting arguments to predicates. UD as syntactic formalism is also subject to rapid change. Inducing a joint syntactic and thematic hierarchy that maximizes the overall alignment quality is a crucial direction for future work with potential benefits for SRL and syntactic parsing. Although we show that THs can be induced with an arbitrary dependency formalism, a cross-lingual UD-based study would be another extension to our work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Importance of the syntactic ranker",
"sec_num": "7.1"
},
{
"text": "To utilize and evaluate the potential of thematic hierarchies for role interaction modeling, SRL integration is necessary. This, however, is not a trivial task: the absolute majority of semantic role labeling systems are designed with PropBank or FrameNet SRL formalism in mind and are not tailored to general VerbNet-style semantic roles and verb class-level disambiguation. A dedicated VerbNet SRL system would enable this assessment, and applying THs to such a system is an important future work direction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SRL integration",
"sec_num": "7.2"
},
{
"text": "This paper focuses on TH induction using predefined syntactic annotation: a corpus annotated with semantic roles without an underlying syntactic layer is a rare occurence. However, for prac-tical applications and for the cases when an SRL corpus is provided without syntactic annotations, it would be important to evaluate how effectively THs can be induced given parsing errors in training and in test data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Robustness to parsing errors",
"sec_num": "7.3"
},
{
"text": "We have demonstrated that THs can be induced from small portions of training data. The large discrepancy in the scores on the first data slices seen on Fig. 3 suggests that some data instances are more informative for TH induction. This raises the question whether it is possible to automatically select useful training instances, supported by the evidence from previous work in SRL (Peterson et al., 2014) . One obvious strategy would be to make sure that the hierarchy inducer is presented as many role pairs as early as possible. Approximating this objective in an unsupervised way would reduce the amount of data needed to induce a high-quality thematic hierarchy.",
"cite_spans": [
{
"start": 383,
"end": 406,
"text": "(Peterson et al., 2014)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [
{
"start": 152,
"end": 158,
"text": "Fig. 3",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Data selection",
"sec_num": "7.4"
},
{
"text": "Our results regarding the necessity of a global hierarchy which ranks all the roles are inconclusive. While global ranking reaches the best quality for English, on the German data pairwise and local ranking approaches perform best. Although we attribute the latter to sparsity, more German data would be needed to evaluate this hypothesis. In particular, this can be achieved by relaxing some of the constraints we impose on the data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The need for a global hierarchy",
"sec_num": "7.5"
},
{
"text": "This paper has presented an empirical framework for thematic hierarchy induction and evaluation. We have suggested several syntactic and thematic ranking strategies and a method to induce global thematic hierarchies from corpus data. Analysis on English and German data shows that hierarchy induction is feasible, data-efficient and has potential for cross-lingual applications. Promising directions for future work include joint modeling of syntactic and thematic ranking, selecting informative training instances and evaluating the utility of global hierarchies on extended language material.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "8"
},
{
"text": "We use \u227a for rank precedence, and / for ties",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This work has been supported by the German Research Foundation as part of the Research Training Group AIPHES (grant No. GRK 1994/1), QA-EduInf project (grant GU 798/18-1 and grant RI 803/12-1) and FAZIT Stiftung.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"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": "Proceedings of the 17th International Conference on Computational Linguistics",
"volume": "1",
"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 Pro- ceedings of the 17th International Conference on Computational Linguistics, volume 1, pages 86-90, Montreal, Quebec, Canada. Association for Compu- tational Linguistics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Renewing and revising SemLink",
"authors": [
{
"first": "Claire",
"middle": [],
"last": "Bonial",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Stowe",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 2nd Workshop on Linked Data in Linguistics (LDL-2013): Representing and linking lexicons, terminologies and other language data",
"volume": "",
"issue": "",
"pages": "9--17",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Claire Bonial, Kevin Stowe, and Martha Palmer. 2013. Renewing and revising SemLink. In Proceedings of the 2nd Workshop on Linked Data in Linguistics (LDL-2013): Representing and linking lexicons, ter- minologies and other language data, pages 9-17. Association for Computational Linguistics.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "The SALSA corpus: A German corpus resource for lexical semantics",
"authors": [
{
"first": "Aljoscha",
"middle": [],
"last": "Burchardt",
"suffix": ""
},
{
"first": "Katrin",
"middle": [],
"last": "Erk",
"suffix": ""
},
{
"first": "Anette",
"middle": [],
"last": "Frank",
"suffix": ""
},
{
"first": "Andrea",
"middle": [],
"last": "Kowalski",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Pado",
"suffix": ""
},
{
"first": "Manfred",
"middle": [],
"last": "Pinkal",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the Fifth International Conference on Language Resources and Evaluation (LREC'06)",
"volume": "",
"issue": "",
"pages": "969--974",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aljoscha Burchardt, Katrin Erk, Anette Frank, An- drea Kowalski, Sebastian Pado, and Manfred Pinkal. 2006. The SALSA corpus: A German corpus re- source for lexical semantics. In Proceedings of the Fifth International Conference on Language Resources and Evaluation (LREC'06), pages 969- 974. European Language Resources Association (ELRA).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Semantic role labeling for open information extraction",
"authors": [
{
"first": "Janara",
"middle": [],
"last": "Christensen",
"suffix": ""
},
{
"first": "Stephen",
"middle": [],
"last": "Mausam",
"suffix": ""
},
{
"first": "Oren",
"middle": [
"Etzioni"
],
"last": "Soderland",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the NAACL HLT 2010 First International Workshop on Formalisms and Methodology for Learning by Reading, FAM-LbR '10",
"volume": "",
"issue": "",
"pages": "52--60",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Janara Christensen, Mausam, Stephen Soderland, and Oren Etzioni. 2010. Semantic role labeling for open information extraction. In Proceedings of the NAACL HLT 2010 First International Workshop on Formalisms and Methodology for Learning by Read- ing, FAM-LbR '10, pages 52-60, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Improved bounds for computing kemeny rankings",
"authors": [
{
"first": "Vincent",
"middle": [],
"last": "Conitzer",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Davenport",
"suffix": ""
},
{
"first": "Jayant",
"middle": [],
"last": "Kalagnanam",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st National Conference on Artificial Intelligence",
"volume": "1",
"issue": "",
"pages": "620--626",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vincent Conitzer, Andrew Davenport, and Jayant Kalagnanam. 2006. Improved bounds for comput- ing kemeny rankings. In Proceedings of the 21st Na- tional Conference on Artificial Intelligence -Volume 1, AAAI'06, pages 620-626. AAAI Press.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Probabilistic frame-semantic parsing",
"authors": [
{
"first": "Dipanjan",
"middle": [],
"last": "Das",
"suffix": ""
},
{
"first": "Nathan",
"middle": [],
"last": "Schneider",
"suffix": ""
},
{
"first": "Desai",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Smith",
"suffix": ""
}
],
"year": 2010,
"venue": "Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics, HLT '10",
"volume": "",
"issue": "",
"pages": "948--956",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dipanjan Das, Nathan Schneider, Desai Chen, and Noah A. Smith. 2010. Probabilistic frame-semantic parsing. In Human Language Technologies: The 2010 Annual Conference of the North American Chapter of the Association for Computational Lin- guistics, HLT '10, pages 948-956, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The TIGER treebank",
"authors": [
{
"first": "Stefanie",
"middle": [],
"last": "Dipper",
"suffix": ""
},
{
"first": "Thorsten",
"middle": [],
"last": "Brants",
"suffix": ""
},
{
"first": "Wolfgang",
"middle": [],
"last": "Lezius",
"suffix": ""
},
{
"first": "Oliver",
"middle": [],
"last": "Plaehn",
"suffix": ""
},
{
"first": "George",
"middle": [],
"last": "Smith",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the Workshop on Treebanks and Linguistic Theories",
"volume": "",
"issue": "",
"pages": "24--41",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stefanie Dipper, Thorsten Brants, Wolfgang Lezius, Oliver Plaehn, and George Smith. 2001. The TIGER treebank. In Proceedings of the Workshop on Tree- banks and Linguistic Theories, pages 24-41.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Thematic proto-roles and argument selection",
"authors": [
{
"first": "David",
"middle": [],
"last": "Dowty",
"suffix": ""
}
],
"year": 1991,
"venue": "Language",
"volume": "76",
"issue": "3",
"pages": "474--496",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Dowty. 1991. Thematic proto-roles and argu- ment selection. Language, 76(3):474-496.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "The Case for Case",
"authors": [
{
"first": "Charles",
"middle": [
"J"
],
"last": "Fillmore",
"suffix": ""
}
],
"year": 1968,
"venue": "Universals in Linguistic Theory",
"volume": "",
"issue": "",
"pages": "1--88",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Charles J. Fillmore. 1968. The Case for Case. In Em- mon Bach and Robert T. Harms, editors, Universals in Linguistic Theory, pages 1-88. Holt, Rinehart and Winston, New York.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Studies in Lexical Relations",
"authors": [
{
"first": "Jeffrey",
"middle": [
"S"
],
"last": "Gruber",
"suffix": ""
}
],
"year": 1965,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jeffrey S. Gruber. 1965. Studies in Lexical Relations. Ph.D. thesis, MIT, Cambridge, MA.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The CoNLL-2009 Shared Task: Syntactic and Semantic Dependencies in Multiple Languages",
"authors": [
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Massimiliano",
"middle": [],
"last": "Ciaramita",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "Daisuke",
"middle": [],
"last": "Kawahara",
"suffix": ""
},
{
"first": "Maria",
"middle": [
"Ant\u00f2nia"
],
"last": "Mart\u00ed",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Pad\u00f3",
"suffix": ""
},
{
"first": "Pavel",
"middle": [],
"last": "Jan\u0161t\u011bp\u00e1nek",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Stra\u0148\u00e1k",
"suffix": ""
},
{
"first": "Nianwen",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Yi",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Zhang",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the Thirteenth Conference on Computational Natural Language Learning: Shared Task, CoNLL '09",
"volume": "",
"issue": "",
"pages": "1--18",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jan Haji\u010d, Massimiliano Ciaramita, Richard Johans- son, Daisuke Kawahara, Maria Ant\u00f2nia Mart\u00ed, Llu\u00eds M\u00e0rquez, Adam Meyers, Joakim Nivre, Sebastian Pad\u00f3, Jan\u0160t\u011bp\u00e1nek, Pavel Stra\u0148\u00e1k, Mihai Surdeanu, Nianwen Xue, and Yi Zhang. 2009. The CoNLL- 2009 Shared Task: Syntactic and Semantic Depen- dencies in Multiple Languages. In Proceedings of the Thirteenth Conference on Computational Natu- ral Language Learning: Shared Task, CoNLL '09, pages 1-18, Stroudsburg, PA, USA. Association for Computational Linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Assessing SRL frameworks with automatic training data expansion",
"authors": [
{
"first": "Silvana",
"middle": [],
"last": "Hartmann",
"suffix": ""
},
{
"first": "\u00c9va",
"middle": [],
"last": "M\u00fajdricza-Maydt",
"suffix": ""
},
{
"first": "Ilia",
"middle": [],
"last": "Kuznetsov",
"suffix": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": ""
},
{
"first": "Anette",
"middle": [],
"last": "Frank",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 11th Linguistic Annotation Workshop",
"volume": "",
"issue": "",
"pages": "115--121",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Silvana Hartmann,\u00c9va M\u00fajdricza-Maydt, Ilia Kuznetsov, Iryna Gurevych, and Anette Frank. 2017. Assessing SRL frameworks with automatic training data expansion. In Proceedings of the 11th Linguistic Annotation Workshop, pages 115-121. Association for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Deep semantic role labeling: What works and what's next",
"authors": [
{
"first": "Luheng",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Mike",
"middle": [],
"last": "Lewis",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Zettlemoyer",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "473--483",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Luheng He, Kenton Lee, Mike Lewis, and Luke Zettle- moyer. 2017. Deep semantic role labeling: What works and what's next. In Proceedings of the 55th Annual Meeting of the Association for Computa- tional Linguistics (Volume 1: Long Papers), pages 473-483. Association for Computational Linguis- tics.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "English Verb Classes and Alternations: A Preliminary Investigation",
"authors": [
{
"first": "Beth",
"middle": [],
"last": "Levin",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Beth Levin. 1993. English Verb Classes and Alterna- tions: A Preliminary Investigation. University of Chicago Press.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Argument Realization. Research Surveys in Linguistics",
"authors": [
{
"first": "Beth",
"middle": [],
"last": "Levin",
"suffix": ""
},
{
"first": "Malka",
"middle": [
"Rappaport"
],
"last": "Hovav",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Beth Levin and Malka Rappaport Hovav. 2005. Argu- ment Realization. Research Surveys in Linguistics. Cambridge University Press.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Semantic role features for machine translation",
"authors": [
{
"first": "Ding",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Gildea",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 23rd International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "716--724",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ding Liu and Daniel Gildea. 2010. Semantic role features for machine translation. In Proceedings of the 23rd International Conference on Computa- tional Linguistics (Coling 2010), pages 716-724. Coling 2010 Organizing Committee.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Combining lexical resources: Mapping between propbank and verbnet",
"authors": [
{
"first": "Edward",
"middle": [],
"last": "Loper",
"suffix": ""
},
{
"first": "Yi",
"middle": [],
"last": "Szu Ting",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 7th International Workshop on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Edward Loper, Szu ting Yi, and Martha Palmer. 2007. Combining lexical resources: Mapping between propbank and verbnet. In Proceedings of the 7th In- ternational Workshop on Computational Linguistics, Tilburg, the Netherlands.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Encoding sentences with graph convolutional networks for semantic role labeling",
"authors": [
{
"first": "Diego",
"middle": [],
"last": "Marcheggiani",
"suffix": ""
},
{
"first": "Ivan",
"middle": [],
"last": "Titov",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1507--1516",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Diego Marcheggiani and Ivan Titov. 2017. Encoding sentences with graph convolutional networks for se- mantic role labeling. In Proceedings of the 2017 Conference on Empirical Methods in Natural Lan- guage Processing, pages 1507-1516, Copenhagen, Denmark. Association for Computational Linguis- tics.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Abstraction and generalisation in semantic role labels: Propbank, verbnet or both?",
"authors": [
{
"first": "Paola",
"middle": [],
"last": "Merlo",
"suffix": ""
},
{
"first": "Lonneke",
"middle": [],
"last": "Van Der Plas",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP",
"volume": "",
"issue": "",
"pages": "288--296",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paola Merlo and Lonneke van der Plas. 2009. Abstrac- tion and generalisation in semantic role labels: Prop- bank, verbnet or both? In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natu- ral Language Processing of the AFNLP, pages 288- 296. Association for Computational Linguistics.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Pulp: a linear programming toolkit for python",
"authors": [
{
"first": "Stuart",
"middle": [],
"last": "Mitchell",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Osullivan",
"suffix": ""
},
{
"first": "Iain",
"middle": [],
"last": "Dunning",
"suffix": ""
}
],
"year": 2011,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stuart Mitchell, Michael OSullivan, and Iain Dun- ning. 2011. Pulp: a linear programming toolkit for python.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Combining semantic annotation of word sense & semantic roles: A novel annotation scheme for VerbNet roles on German language data",
"authors": [
{
"first": "Eva",
"middle": [],
"last": "M\u00fajdricza-Maydt",
"suffix": ""
},
{
"first": "Silvana",
"middle": [],
"last": "Hartmann",
"suffix": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": ""
},
{
"first": "Anette",
"middle": [],
"last": "Frank",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eva M\u00fajdricza-Maydt, Silvana Hartmann, Iryna Gurevych, and Anette Frank. 2016. Combining se- mantic annotation of word sense & semantic roles: A novel annotation scheme for VerbNet roles on German language data. In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC 2016). European Language Resources Association (ELRA).",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Universal dependencies v1: A multilingual treebank collection",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Marie-Catherine",
"middle": [],
"last": "De Marneffe",
"suffix": ""
},
{
"first": "Filip",
"middle": [],
"last": "Ginter",
"suffix": ""
},
{
"first": "Yoav",
"middle": [],
"last": "Goldberg",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Ryan",
"middle": [
"T"
],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "Sampo",
"middle": [],
"last": "Pyysalo",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation LREC 2016",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre, Marie-Catherine de Marneffe, Filip Ginter, Yoav Goldberg, Jan Haji\u010d, Christopher D. Manning, Ryan T. McDonald, Slav Petrov, Sampo Pyysalo, Natalia Silveira, Reut Tsarfaty, and Daniel Zeman. 2016. Universal dependencies v1: A multi- lingual treebank collection. In Proceedings of the Tenth International Conference on Language Re- sources and Evaluation LREC 2016. European Lan- guage Resources Association (ELRA).",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"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 cor- pus of semantic roles. Computational Linguistics, 31(1):71-106.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Focusing annotation for semantic role labeling",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Peterson",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Shumin",
"middle": [],
"last": "Wu",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Peterson, Martha Palmer, and Shumin Wu. 2014. Focusing annotation for semantic role la- beling. In Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14), Reykjavik, Iceland. European Language Resources Association (ELRA).",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Semantic Proto-Roles",
"authors": [
{
"first": "Drew",
"middle": [],
"last": "Reisinger",
"suffix": ""
},
{
"first": "Rachel",
"middle": [],
"last": "Rudinger",
"suffix": ""
},
{
"first": "Francis",
"middle": [],
"last": "Ferraro",
"suffix": ""
},
{
"first": "Craig",
"middle": [],
"last": "Harman",
"suffix": ""
},
{
"first": "Kyle",
"middle": [],
"last": "Rawlins",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2015,
"venue": "Transactions of the Association for Computational Linguistics",
"volume": "3",
"issue": "",
"pages": "475--488",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Drew Reisinger, Rachel Rudinger, Francis Ferraro, Craig Harman, Kyle Rawlins, and Benjamin Van Durme. 2015. Semantic Proto-Roles. Transactions of the Association for Computational Linguistics, 3:475-488.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Composition of word representations improves semantic role labelling",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Roth",
"suffix": ""
},
{
"first": "Kristian",
"middle": [],
"last": "Woodsend",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
"volume": "",
"issue": "",
"pages": "407--413",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Roth and Kristian Woodsend. 2014. Composi- tion of word representations improves semantic role labelling. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 407-413. Association for Compu- tational Linguistics.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "VerbNet: A Broad-Coverage, Comprehensive Verb Lexicon",
"authors": [
{
"first": "Karin Kipper",
"middle": [],
"last": "Schuler",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karin Kipper Schuler. 2006. VerbNet: A Broad- Coverage, Comprehensive Verb Lexicon. Ph.D. the- sis, University of Pennsylvania.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Enhanced English universal dependencies: An improved representation for natural language understanding tasks",
"authors": [
{
"first": "Sebastian",
"middle": [],
"last": "Schuster",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Christopher",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC 2016). European Language Resources Association (ELRA)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sebastian Schuster and Christopher D. Manning. 2016. Enhanced English universal dependencies: An im- proved representation for natural language under- standing tasks. In Proceedings of the Tenth Interna- tional Conference on Language Resources and Eval- uation (LREC 2016). European Language Resources Association (ELRA).",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Using semantic roles to improve question answering",
"authors": [
{
"first": "Dan",
"middle": [],
"last": "Shen",
"suffix": ""
},
{
"first": "Mirella",
"middle": [],
"last": "Lapata",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CoNLL)",
"volume": "",
"issue": "",
"pages": "12--21",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dan Shen and Mirella Lapata. 2007. Using seman- tic roles to improve question answering. In Pro- ceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Com- putational Natural Language Learning (EMNLP- CoNLL), pages 12-21, Prague, Czech Republic. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Prediction of thematic rank for structured semantic role labeling",
"authors": [
{
"first": "Weiwei",
"middle": [],
"last": "Sun",
"suffix": ""
},
{
"first": "Zhifang",
"middle": [],
"last": "Sui",
"suffix": ""
},
{
"first": "Meng",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the ACL-IJCNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weiwei Sun, Zhifang Sui, and Meng Wang. 2009. Pre- diction of thematic rank for structured semantic role labeling. In Proceedings of the ACL-IJCNLP 2009",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Association for Computational Linguistics",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "253--256",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Conference Short Papers, pages 253-256. Associa- tion for Computational Linguistics.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "The Semantic Proto-Role Linking Model",
"authors": [
{
"first": "Aaron",
"middle": [],
"last": "Steven White",
"suffix": ""
},
{
"first": "Kyle",
"middle": [],
"last": "Rawlins",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "2",
"issue": "",
"pages": "92--98",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aaron Steven White, Kyle Rawlins, and Benjamin Van Durme. 2017. The Semantic Proto-Role Linking Model. In Proceedings of the 15th Conference of the European Chapter of the Association for Com- putational Linguistics, volume 2, pages 92-98. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Computational linking theory. arXiv",
"authors": [
{
"first": "Aaron",
"middle": [],
"last": "Steven White",
"suffix": ""
},
{
"first": "Drew",
"middle": [],
"last": "Reisinger",
"suffix": ""
},
{
"first": "Rachel",
"middle": [],
"last": "Rudinger",
"suffix": ""
},
{
"first": "Kyle",
"middle": [],
"last": "Rawlins",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aaron Steven White, Drew Reisinger, Rachel Rudinger, Kyle Rawlins, and Benjamin Van Durme. 2016. Computational linking theory. arXiv, abs/1610.02544.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Robustness and generalization of role sets: PropBank vs. VerbNet",
"authors": [
{
"first": "Eneko",
"middle": [],
"last": "Benat Zapirain",
"suffix": ""
},
{
"first": "Llu\u00ecs",
"middle": [],
"last": "Agirre",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Marquez",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 46th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "550--558",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Benat Zapirain, Eneko Agirre, and Llu\u00ecs Marquez. 2008. Robustness and generalization of role sets: PropBank vs. VerbNet. In Proceedings of the 46th Annual Meeting of the Association for Computa- tional Linguistics, June, pages 550-558. Association for Computational Linguistics.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Conll 2017 shared task: Multilingual parsing from raw text to universal dependencies",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Zeman",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Popel",
"suffix": ""
},
{
"first": "Milan",
"middle": [],
"last": "Straka",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
},
{
"first": "Filip",
"middle": [],
"last": "Ginter",
"suffix": ""
},
{
"first": "Juhani",
"middle": [],
"last": "Luotolahti",
"suffix": ""
},
{
"first": "Sampo",
"middle": [],
"last": "Pyysalo",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Potthast",
"suffix": ""
},
{
"first": "Francis",
"middle": [],
"last": "Tyers",
"suffix": ""
},
{
"first": "Elena",
"middle": [],
"last": "Badmaeva",
"suffix": ""
},
{
"first": "Memduh",
"middle": [],
"last": "Gokirmak",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Nedoluzhko",
"suffix": ""
},
{
"first": "Silvie",
"middle": [],
"last": "Cinkova",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d Jr",
"suffix": ""
},
{
"first": "Jaroslava",
"middle": [],
"last": "Hlavacova",
"suffix": ""
},
{
"first": "V\u00e1clava",
"middle": [],
"last": "Kettnerov\u00e1",
"suffix": ""
},
{
"first": "Zdenka",
"middle": [],
"last": "Uresova",
"suffix": ""
},
{
"first": "Jenna",
"middle": [],
"last": "Kanerva",
"suffix": ""
},
{
"first": "Stina",
"middle": [],
"last": "Ojala",
"suffix": ""
},
{
"first": "Anna",
"middle": [],
"last": "Missil\u00e4",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Schuster",
"suffix": ""
},
{
"first": "Siva",
"middle": [],
"last": "Reddy",
"suffix": ""
},
{
"first": "Dima",
"middle": [],
"last": "Taji",
"suffix": ""
},
{
"first": "Nizar",
"middle": [],
"last": "Habash",
"suffix": ""
},
{
"first": "Herman",
"middle": [],
"last": "Leung",
"suffix": ""
},
{
"first": "Marie-Catherine",
"middle": [],
"last": "De Marneffe",
"suffix": ""
},
{
"first": "Manuela",
"middle": [],
"last": "Sanguinetti",
"suffix": ""
},
{
"first": "Maria",
"middle": [],
"last": "Simi",
"suffix": ""
},
{
"first": "Hiroshi",
"middle": [],
"last": "Kanayama",
"suffix": ""
},
{
"first": "Valeria",
"middle": [],
"last": "De-Paiva",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies",
"volume": "",
"issue": "",
"pages": "1--19",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Zeman, Martin Popel, Milan Straka, Jan Haji\u010d, Joakim Nivre, Filip Ginter, Juhani Luotolahti, Sampo Pyysalo, Slav Petrov, Martin Potthast, Fran- cis Tyers, Elena Badmaeva, Memduh Gokirmak, Anna Nedoluzhko, Silvie Cinkova, Jan Haji\u010d jr., Jaroslava Hlavacova, V\u00e1clava Kettnerov\u00e1, Zdenka Uresova, Jenna Kanerva, Stina Ojala, Anna Mis- sil\u00e4, Christopher D. Manning, Sebastian Schuster, Siva Reddy, Dima Taji, Nizar Habash, Herman Le- ung, Marie-Catherine de Marneffe, Manuela San- guinetti, Maria Simi, Hiroshi Kanayama, Valeria de- Paiva, Kira Droganova, H\u00e9ctor Mart\u00ednez Alonso, \u00c7 agr\u0131 \u00c7\u00f6ltekin, Umut Sulubacak, Hans Uszkor- eit, Vivien Macketanz, Aljoscha Burchardt, Kim Harris, Katrin Marheinecke, Georg Rehm, Tolga Kayadelen, Mohammed Attia, Ali Elkahky, Zhuoran Yu, Emily Pitler, Saran Lertpradit, Michael Mandl, Jesse Kirchner, Hector Fernandez Alcalde, Jana Str- nadov\u00e1, Esha Banerjee, Ruli Manurung, Antonio Stella, Atsuko Shimada, Sookyoung Kwak, Gustavo Mendonca, Tatiana Lando, Rattima Nitisaroj, and Josie Li. 2017. Conll 2017 shared task: Multilingual parsing from raw text to universal dependencies. In Proceedings of the CoNLL 2017 Shared Task: Mul- tilingual Parsing from Raw Text to Universal Depen- dencies, pages 1-19. Association for Computational Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"text": "Figure 1: Preference matrix",
"num": null,
"uris": null
},
"FIGREF2": {
"type_str": "figure",
"text": "Preference graph et al., 2016))",
"num": null,
"uris": null
},
"FIGREF4": {
"type_str": "figure",
"text": "Data utilization for English (left) and German (right) along with max/min values",
"num": null,
"uris": null
},
"TABREF2": {
"content": "<table/>",
"num": null,
"type_str": "table",
"html": null,
"text": ""
},
"TABREF4": {
"content": "<table><tr><td>: Dataset statistics</td></tr><tr><td>text dependency, we only consider the predica-</td></tr><tr><td>tions where all arguments are direct dependents</td></tr><tr><td>of the verb in the UD dependency tree. Since we</td></tr><tr><td>are interested in relative ranking, only predications</td></tr><tr><td>that contain more than one semantic argument are</td></tr><tr><td>considered in the study.</td></tr><tr><td>Dataset statistics for English and German (after</td></tr><tr><td>filtering) are summarized in</td></tr></table>",
"num": null,
"type_str": "table",
"html": null,
"text": ""
},
"TABREF5": {
"content": "<table/>",
"num": null,
"type_str": "table",
"html": null,
"text": "synt glob pair loc RND UB EN SE1 .869 .887 .867 .509 .927 EN SE2 .930 .929 .913 .500 .932 DE SD1 .655 .726 .637 .471 .818 DE SD2 .790 .820 .820"
},
"TABREF6": {
"content": "<table><tr><td/><td/><td>: Induced hierarchies</td></tr><tr><td/><td colspan=\"2\">EN-test DE-test</td></tr><tr><td>UB</td><td>.932</td><td>.920</td></tr><tr><td>EN-train</td><td>.930</td><td>.787</td></tr><tr><td>DE-train</td><td>.852</td><td>.790</td></tr><tr><td>RND</td><td>.500</td><td>.456</td></tr></table>",
"num": null,
"type_str": "table",
"html": null,
"text": ""
},
"TABREF9": {
"content": "<table/>",
"num": null,
"type_str": "table",
"html": null,
"text": "Global ranker accuracy, German see that false ranking might be caused by the lack of training examples (e.g. Material vs. Product, Theme vs. Result). We also observe complications with positioning the Theme on the hierarchy. In many cases the misalignment is due to non-standard use of thematic roles, e.g. Location as subject in wsj 2322:7 [the delay Loc resulted from difficulties Th ]. Another common reason for false alignments is the syntactic ranker. For example, in wsj 2372:1 [the Senate Ag voted 87-7 Res to approve Th ...] the Result is connected to the predicate via an advmod relation, and Theme is xcomp, both ranked equally (other) by our syntactic ranker."
}
}
}
}