ACL-OCL / Base_JSON /prefixN /json /N19 /N19-1047.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N19-1047",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T13:59:46.563284Z"
},
"title": "Content Differences in Syntactic and Semantic Representations",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": "",
"affiliation": {},
"email": "danielh@cs.huji.ac.il"
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Hebrew University of Jerusalem",
"location": {}
},
"email": "oabend@cs.huji.ac.il"
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Hebrew University of Jerusalem",
"location": {}
},
"email": "arir@cs.huji.ac.il"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Syntactic analysis plays an important role in semantic parsing, but the nature of this role remains a topic of ongoing debate. The debate has been constrained by the scarcity of empirical comparative studies between syntactic and semantic schemes, which hinders the development of parsing methods informed by the details of target schemes and constructions. We target this gap, and take Universal Dependencies (UD) and UCCA as a test case. After abstracting away from differences of convention or formalism, we find that most content divergences can be ascribed to: (1) UCCA's distinction between a Scene and a non-Scene; (2) UCCA's distinction between primary relations, secondary ones and participants; (3) different treatment of multi-word expressions, and (4) different treatment of inter-clause linkage. We further discuss the long tail of cases where the two schemes take markedly different approaches. Finally, we show that the proposed comparison methodology can be used for fine-grained evaluation of UCCA parsing, highlighting both challenges and potential sources for improvement. The substantial differences between the schemes suggest that semantic parsers are likely to benefit downstream text understanding applications beyond their syntactic counterparts.",
"pdf_parse": {
"paper_id": "N19-1047",
"_pdf_hash": "",
"abstract": [
{
"text": "Syntactic analysis plays an important role in semantic parsing, but the nature of this role remains a topic of ongoing debate. The debate has been constrained by the scarcity of empirical comparative studies between syntactic and semantic schemes, which hinders the development of parsing methods informed by the details of target schemes and constructions. We target this gap, and take Universal Dependencies (UD) and UCCA as a test case. After abstracting away from differences of convention or formalism, we find that most content divergences can be ascribed to: (1) UCCA's distinction between a Scene and a non-Scene; (2) UCCA's distinction between primary relations, secondary ones and participants; (3) different treatment of multi-word expressions, and (4) different treatment of inter-clause linkage. We further discuss the long tail of cases where the two schemes take markedly different approaches. Finally, we show that the proposed comparison methodology can be used for fine-grained evaluation of UCCA parsing, highlighting both challenges and potential sources for improvement. The substantial differences between the schemes suggest that semantic parsers are likely to benefit downstream text understanding applications beyond their syntactic counterparts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Semantic representations hold promise due to their ability to transparently reflect distinctions relevant for text understanding applications. For example, syntactic representations are usually sensitive to distinctions based on POS (part of speech), such as between compounds and possessives. Semantic schemes are less likely to make this distinction since a possessive can often be paraphrased as a compound and vice versa (e.g., \"US president\"/\"president of the US\"), but may distinguish different senses of possessives (e.g., \"some of the presidents\" and \"inauguration of the presidents\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Nevertheless, little empirical study has been done on what distinguishes semantic schemes from syntactic ones, which are still in many cases the backbone of text understanding systems. Such studies are essential for (1) determining whether and to what extent semantic methods should be adopted for text understanding applications; (2) defining better inductive biases for semantic parsers, and allowing better use of information encoded in syntax; (3) pointing at semantic distinctions unlikely to be resolved by syntax.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The importance of such an empirical study is emphasized by the ongoing discussion as to what role syntax should play in semantic parsing, if any (Swayamdipta et al., 2018; Strubell et al., 2018; Cai et al., 2018) . See \u00a78.",
"cite_spans": [
{
"start": 145,
"end": 171,
"text": "(Swayamdipta et al., 2018;",
"ref_id": "BIBREF35"
},
{
"start": 172,
"end": 194,
"text": "Strubell et al., 2018;",
"ref_id": "BIBREF29"
},
{
"start": 195,
"end": 212,
"text": "Cai et al., 2018)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper aims to address this gap, focusing on content differences. As a test case, we compare relatively similar schemes ( \u00a72): the syntactic Universal Dependencies (UD; Nivre et al., 2016) , and the semantic Universal Conceptual Cognitive Annotation (UCCA; Abend and Rappoport, 2013) .",
"cite_spans": [
{
"start": 173,
"end": 192,
"text": "Nivre et al., 2016)",
"ref_id": "BIBREF17"
},
{
"start": 261,
"end": 287,
"text": "Abend and Rappoport, 2013)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We UCCA-annotate the entire web reviews section of the UD EWT corpus ( \u00a73), and develop a converter to assimilate UD and UCCA, which use formally different graphs ( \u00a74). We then align their nodes, and identify which UCCA categories match which UD relations, and which are unmatched.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Most content differences are due to ( \u00a75):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "1. UCCA's distinction between words and phrases that evoke Scenes (events) and ones that do not. For example, eventive and non-eventive nouns are treated differently in UCCA, but similarly in UD.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "2. UCCA's distinction between primary relations, secondary relations and Participants, in contrast to UD's core/non-core distinction.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "3. Different treatment of multi-word expressions (MWEs), where UCCA has a stronger tendency to explicitly mark them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "4. UCCA's conflation of several syntactic realizations of inter-clause linkage, and disambiguation of other cases that UD treats similarly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We show that the differences between the schemes are substantial, and suggest that UCCA parsing in particular and semantic parsing in general are likely to benefit downstream text understanding applications. For example, only 72.9% of UCCA Participants are UD syntactic arguments, i.e., many semantic participants cannot be recovered from UD. 1 Our findings are relevant to other semantic representations, given their significant overlap in content .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A methodology for comparing syntactic and semantic treebanks can also support fine-grained error analysis of semantic parsers, as illustrated by Szubert et al. (2018) for AMR (Banarescu et al., 2013) . To demonstrate the utility of our comparison methodology, we perform fine-grained error analysis on UCCA parsing, according to UD relations ( \u00a76). Results highlight challenges for current parsing technology, and expose cases where UCCA parsers may benefit from modeling syntactic structure more directly. 2",
"cite_spans": [
{
"start": 145,
"end": 166,
"text": "Szubert et al. (2018)",
"ref_id": "BIBREF36"
},
{
"start": 175,
"end": 199,
"text": "(Banarescu et al., 2013)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The conceptual and formal similarity between UD and UCCA can be traced back to their shared design principles: both are designed to be applicable across languages and domains, to enable rapid annotation and to support text understanding applications. This section provides a brief introduction to each of the schemes, whereas the next sections discuss their content in further detail. 3 UCCA is a semantic annotation scheme rooted in typological and cognitive linguistic theory. It aims to represent the main semantic phenomena in text, abstracting away from syntactic forms. Shown to be preserved remarkably well across translations (Sulem et al., 2015) , it has been applied to improve text simplification (Sulem 1 This excludes cases of shared argumenthood, which are partially covered by enhanced UD. See \u00a74.1.",
"cite_spans": [
{
"start": 385,
"end": 386,
"text": "3",
"ref_id": null
},
{
"start": 634,
"end": 654,
"text": "(Sulem et al., 2015)",
"ref_id": "BIBREF30"
},
{
"start": 708,
"end": 716,
"text": "(Sulem 1",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "2 Our conversion and analysis code is public available at https://github.com/danielhers/synsem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "3 See Supplementary Material for a definition of each category in both schemes, and their abbreviations. et al., 2018b), and text-to-text generation evaluation (Birch et al., 2016; Choshen and Abend, 2018; Sulem et al., 2018a) . Formally, UCCA structures are directed acyclic graphs (DAGs) whose nodes (or units) correspond either to words, or to elements viewed as a single entity according to some semantic or cognitive consideration. Edges are labeled, indicating the role of a child in the relation the parent represents. Figure 1 shows a legend of UCCA abbreviations. A Scene is UCCA's notion of an event or a frame, and is a description of a movement, an action or a state which persists in time. Every Scene contains one primary relation, which can be either a Process or a State. Scenes may contain any number of Participants, a category which also includes abstract participants and locations. They may also contain temporal relations (Time), and secondary relations (Adverbials), which cover semantic distinctions such as manner, modality and aspect. 4 Scenes may be linked to one another in several ways. First, a Scene can provide information about some entity, in which case it is marked as an Elaborator. This often occurs in the case of participles or relative clauses. For example, \"(child) who went to school\" is an Elaborator Scene in \"The child who went to school is John\". A Scene may also be a Participant in another Scene. For example, \"John went to school\" in the sentence: \"He said John went to school\". In other cases, Scenes are annotated as Parallel Scenes (H), which are flat structures and may include a Linker (L), as in: \"When L [he arrives] H , [he will call them] H \".",
"cite_spans": [
{
"start": 160,
"end": 180,
"text": "(Birch et al., 2016;",
"ref_id": "BIBREF6"
},
{
"start": 181,
"end": 205,
"text": "Choshen and Abend, 2018;",
"ref_id": "BIBREF8"
},
{
"start": 206,
"end": 226,
"text": "Sulem et al., 2018a)",
"ref_id": "BIBREF31"
},
{
"start": 1061,
"end": 1062,
"text": "4",
"ref_id": null
}
],
"ref_spans": [
{
"start": 526,
"end": 534,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "Non-Scene units are headed by units of the category Center, denoting the type of entity or thing described by the whole unit. Elements in non-Scene units include Quantifiers (such as \"dozens of people\") and Connectors (mostly coordinating conjunctions). Other modifiers to the Center are marked as Elaborators.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "UCCA distinguishes primary edges, corresponding to explicit relations, from remote edges, which allow for a unit to participate in several super-ordinate relations. See example in Figure 1 . Primary edges form a tree, whereas remote edges (dashed) enable reentrancy, forming a DAG. UD is a syntactic dependency scheme used in many languages, aiming for cross-linguistically consistent and coarse-grained treebank annotation. Formally, UD uses bi-lexical trees, with edge labels representing syntactic relations.",
"cite_spans": [],
"ref_spans": [
{
"start": 180,
"end": 188,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "One aspect of UD similar to UCCA is its preference of lexical (rather than functional) heads. For example, in auxiliary verb constructions (e.g., \"is eating\"), UD marks the lexical verb (eating) as the head, while other dependency schemes may select the auxiliary is instead. While the approaches are largely inter-translatable (Schwartz et al., 2012) , lexical head schemes are more similar in form to semantic schemes, such as UCCA and semantic dependencies (Oepen et al., 2016) .",
"cite_spans": [
{
"start": 328,
"end": 351,
"text": "(Schwartz et al., 2012)",
"ref_id": "BIBREF24"
},
{
"start": 460,
"end": 480,
"text": "(Oepen et al., 2016)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "Being a dependency representation, UD is structurally underspecified in an important way: it is not possible in UD to mark the distinction between an element modifying the head of the phrase and the same element modifying the whole phrase (de Marneffe and Nivre, 2019).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "An example UD tree is given in Figure 2 . UD relations will be written in typewriter font. included in the UD English_EWT treebank, this is a shared gold-standard UCCA and UD annotated corpus. 6 We use the standard train/development/test split, shown in Table 2 .",
"cite_spans": [
{
"start": 193,
"end": 194,
"text": "6",
"ref_id": null
}
],
"ref_spans": [
{
"start": 31,
"end": 39,
"text": "Figure 2",
"ref_id": "FIGREF1"
},
{
"start": 254,
"end": 261,
"text": "Table 2",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Representations",
"sec_num": "2"
},
{
"text": "To facilitate comparison between UCCA and UD, we first assimilate the graphs by abstracting away from formalism differences, obtaining a similar graph format for both schemes. We then match pairs of nodes in the converted UD and UCCA trees if they share all terminals in their yields. UD annotates bi-lexical dependency trees, while UCCA graphs contain non-terminal nodes. In \u00a74.1, we outline the unified DAG converter by Hershcovich et al. (2018a,b ), 7 which we use to reach a common format. In \u00a74.2, we describe a number of extensions to the converter, which abstract away from further non-content differences. ",
"cite_spans": [
{
"start": 422,
"end": 449,
"text": "Hershcovich et al. (2018a,b",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Comparison Methodology",
"sec_num": "4"
},
{
"text": "Figure 3 presents the same tree from Figure 2 after conversion. The converter adds one pre-terminal per token, and attaches them according to the original dependency tree: traversing it from the root, for each head it creates a non-terminal parent with the edge label head, and adds the dependents as children of the created non-terminal. Relation subtypes are stripped, leaving only universal relations. For example, the language-specific definite article label det:def is replaced by the universal det.",
"cite_spans": [],
"ref_spans": [
{
"start": 37,
"end": 45,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Basic Conversion",
"sec_num": "4.1"
},
{
"text": "Reentrancies. Remote edges in UCCA enable reentrancy, forming a DAG together with primary edges. UD allows reentrancy when including enhanced dependencies (Schuster and Manning, 2016) , 8 which form (bi-lexical) graphs, representing phenomena such as predicate ellipsis (e.g., gapping), and shared arguments due to coordination, control, raising and relative clauses. UCCA is more inclusive in its use of remote edges, and accounts for the entire class of implicit arguments termed Constructional Null Instantiation in FrameNet (Ruppenhofer et al., 2016) . For example, in \"The Pentagon is bypassing official US intelligence channels [...] in order to create strife\" (from EWT), remote edges mark Pentagon as a shared argument of bypassing and create. Another example is \"if you call for an appointment [...] so you can then make one\", where a remote edge in UCCA indicates that one refers to appointment. Neither is covered by enhanced UD.",
"cite_spans": [
{
"start": 155,
"end": 183,
"text": "(Schuster and Manning, 2016)",
"ref_id": "BIBREF23"
},
{
"start": 528,
"end": 554,
"text": "(Ruppenhofer et al., 2016)",
"ref_id": "BIBREF22"
},
{
"start": 634,
"end": 639,
"text": "[...]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Conversion",
"sec_num": "4.1"
},
{
"text": "In order to facilitate comparison, we remove remote edges and enhanced dependencies in the conversion process. We thus compare basic UD and UCCA trees, deferring a comparison of UCCA and enhanced UD to future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Conversion",
"sec_num": "4.1"
},
{
"text": "We extend the unified DAG converter to remove further non-content differences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extensions to the Converter",
"sec_num": "4.2"
},
{
"text": "Unanalyzable units. An unanalyzable phrase is represented in UCCA as a single unit covering multiple terminals. In multi-word expressions (MWEs) in UD, each word after the first is attached to the previous word, with the flat, fixed or goeswith relations (depending on whether the expression is grammaticalized, or split by error). We remove edges of these relations and join the corresponding pre-terminals to one unit.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extensions to the Converter",
"sec_num": "4.2"
},
{
"text": "Promotion of conjunctions. The basic conversion generally preserves terminal yields: the set of terminals spanned by a non-terminal is the same as the original dependency yield of its head terminal (e.g., in Figure 3 , the yield of the non-terminal headed by graduation is \"After graduation\", the same as that of \"graduation\" in Figure 2 ).",
"cite_spans": [],
"ref_spans": [
{
"start": 208,
"end": 216,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 329,
"end": 337,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Extensions to the Converter",
"sec_num": "4.2"
},
{
"text": "Since UD attaches subordinating and coordinating conjunctions to the subsequent conjunct, this results in them being positioned in the same conjunct they relate (e.g., After will be included in the first conjunct in \"After arriving home, John went to sleep\"; and will be included in the second conjunct in \"John and Mary\"). In contrast, UCCA places conjunctions as siblings to their conjuncts (e.g., \"[After] [arriving home], [John went to sleep]\" and \"[John] [and] [Mary]\").",
"cite_spans": [
{
"start": 460,
"end": 465,
"text": "[and]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Extensions to the Converter",
"sec_num": "4.2"
},
{
"text": "To abstract away from these convention differences, we place coordinating and subordinating conjunctions (i.e., cc-labeled units, and marklabeled units with an advcl head such as when, if, after) as siblings of their conjuncts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Extensions to the Converter",
"sec_num": "4.2"
},
{
"text": "Using the shared format, we turn to analyzing the content differences between UCCA and UD. 9 Table 3 presents the confusion matrix of categories between the converted UD and UCCA, calculated over all sentences in the training and development sets of the shared EWT reviews corpus. We leave the test set out of this evaluation to avoid contamination for future parsing experiments.",
"cite_spans": [],
"ref_spans": [
{
"start": 93,
"end": 100,
"text": "Table 3",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Analysis of Divergences",
"sec_num": "5"
},
{
"text": "In case of multiple UCCA units with the same terminal yield (i.e., units with a single non-remote child), we take the top category only, to avoid double-counting. Excluding punctuation, this results in 60,434 yields in UCCA and 58,992 in UD. Of these, 52,280 are common, meaning that a UCCA \"parser\" developed this way would get a very high F1 score of 87.6%, if it is provided with the gold UCCA label for every converted edge.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Confusion Matrix",
"sec_num": "5.1"
},
{
"text": "Some yields still have more than one UCCA category associated with them, due to edges with multiple categories (A P and A S). For presentation reasons, 0.15% of the UCCA units in the data are not presented here, as they belong to rare (< 0.1%) multiple-category combinations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Confusion Matrix",
"sec_num": "5.1"
},
{
"text": "Only 82.6% of UD's syntactic arguments (ccomp, csubj, iobj, nsubj, obj, obl and xcomp) are UCCA Participants, and only 72.9% of the Participants are syntactic arguments-a difference stemming from the Scene/non-Scene ( \u00a75.2) and argument/adjunct ( \u00a75.3) distinctions. Moreover, if we identify predicates as words having at least one argument and Scenes as units with at least one Participant, then only 92.1% of UD's predicates correspond to Scenes (many are secondary relations within one scene), and only 80% NO A A P A S C D E F G H L N P Q R S T MATCH acl 58 1 4 249 1 48 6 1 1 409 advcl 14 12 2 2 6 512 4 11 423 advmod 225 1 69 1778 332 27 135 14 258 2 2 15 44 9 368 273 amod 25 134 647 837 1 28 7 130 3 269 25 176 appos 21 39 2 34 18 8 33 aux 384 2 1335 2 1 1 17 case 11 31 27 25 123 213 26 11 1 2629 154 1 262 cc 8 4 1 4 1 1 1567 381 6 12 52 ccomp 345 1 1 36 2 1 1 of Scenes correspond to predicates (e.g., eventive nouns, which are not syntactic predicates).",
"cite_spans": [],
"ref_spans": [
{
"start": 510,
"end": 983,
"text": "NO A A P A S C D E F G H L N P Q R S T MATCH acl 58 1 4 249 1 48 6 1 1 409 advcl 14 12 2 2 6 512 4 11 423 advmod 225 1 69 1778 332 27 135 14 258 2 2 15 44 9 368 273 amod 25 134 647 837 1 28 7 130 3 269 25 176 appos 21 39 2 34 18 8 33 aux 384 2 1335 2 1 1 17 case 11 31 27 25 123 213 26 11 1 2629 154 1 262 cc 8 4 1 4 1 1 1567 381 6 12 52 ccomp 345 1 1 36 2 1 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Confusion Matrix",
"sec_num": "5.1"
},
{
"text": "Examining the head row in Table 3 allows us to contrast the schemes' notions of a head. headlabeled units have at least one dependent in UD, or are single-clause sentences (technically, they are non-terminals added by the converter). Of them, 75.7% correspond to Processes, States, Parallel Scenes or Centers, which are UCCA's notions of semantic heads, and 11.6% are left unmatched, mostly due to MWEs analyzed in UD but not in UCCA ( \u00a75.4). Another source of unmatched units is inter-Scene linkage, which tends to be flatter in UCCA ( \u00a75.5). The rest are mostly due to head swap (e.g., \"all of Dallas\", where all is a Quantifier of Dallas in UCCA, but the head in UD).",
"cite_spans": [],
"ref_spans": [
{
"start": 26,
"end": 33,
"text": "Table 3",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Confusion Matrix",
"sec_num": "5.1"
},
{
"text": "In the following subsections, we review the main content differences between the schemes, as reflected in the confusion matrix, and categorize them according to the UD relations involved.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Confusion Matrix",
"sec_num": "5.1"
},
{
"text": "UCCA distinguishes between Scenes and non-Scenes. This distinction crosses UD categories, as a Scene can be evoked by a verb, an eventive or stative noun (negotiation, fatigue), an adjective or even a preposition (\"this is for John\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scenes vs. Non-Scenes",
"sec_num": "5.2"
},
{
"text": "Core syntactic arguments. Subjects and objects are usually Participants (e.g., \"wine was ex-cellent\"). However, when describing a Scene, the subject may be a Process/State (e.g., \"but service is very poor\"). Some wh-pronouns are the subjects or objects of a relative clause, but are Linkers or Relators, depending on whether they link Scenes or non-Scenes, respectively. For example, \"who\" in \"overall, Joe is a happy camper who has found a great spot\" is an nsubj, but a Linker. Other arguments are Adverbials or Time (see \u00a75.3), and some do not match any UCCA unit, especially when they are parts of MWEs (see \u00a75.4).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scenes vs. Non-Scenes",
"sec_num": "5.2"
},
{
"text": "Adjectival modifiers are Adverbials when modifying Scenes (\"romantic dinner\"), States when describing non-Scenes (\"beautiful hotel\") or when semantically predicative (\"such a convenient location\"), or Elaborators where defining inherent properties of non-Scenes (\"medical school\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scenes vs. Non-Scenes",
"sec_num": "5.2"
},
{
"text": "Nominal and clausal modifiers. Most are Participants or Elaborators, depending on whether they modify a Scene (e.g., \"discount on services\" and \"our decision to buy when we did\" are Participants, but \"my car's gears and brakes\" and \"Some of the younger kids that work there\" are Elaborators). Unmatched acl are often free relative clauses (e.g., in \"the prices were worth what I got\", what is the obj of worth but a Participant of I got).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scenes vs. Non-Scenes",
"sec_num": "5.2"
},
{
"text": "Case markers. While mostly Relators modifying non-Scenes (e.g., \"the team at Bradley Chevron\"), some case markers are Linkers linking Scenes together (e.g., \"very informative website with a lot of good work\"). Others are Elaborators (e.g., \"over a year\") or States when used as the main relation in verbless or copula clauses (e.g., \"it is right on Wisconsin Ave\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scenes vs. Non-Scenes",
"sec_num": "5.2"
},
{
"text": "Coordination. Coordinating conjunctions (cc) are Connectors where they coordinate non-Scenes (e.g., \"Mercedes and Dan\") or Linkers where they coordinate Scenes (e.g., \"outdated but not bad\"). Similarly, conjuncts and list elements (conj, list) may be Parallel Scenes (H), or Centers when they are non-Scenes. 10",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scenes vs. Non-Scenes",
"sec_num": "5.2"
},
{
"text": "Determiners. Articles are Functions, but determiners modifying non-Scenes are Elaborators (e.g., \"I will never recommend this gym to any woman\"). Where modifying Scenes (mostly negation) they are marked as Adverbials. For example, \"no feathers in stock\", \"what a mistake\", and \"the rear window had some leakage\" are all Adverbials.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scenes vs. Non-Scenes",
"sec_num": "5.2"
},
{
"text": "UD distinguishes core arguments, adverb modifiers, and obliques (in English UD, the latter mostly correspond to prepositional dependents of verbs). UCCA distinguishes Participants, including locations and abstract entities, from secondary relations (Adverbials), which cover manner, aspect and modality. Adverbials can be verbs (e.g., begin, fail), prepositional phrases (with disrespect), as well as modals, adjectives and adverbs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Primary and Secondary Relations",
"sec_num": "5.3"
},
{
"text": "Adverbs and obliques. Most UD adverb modifiers are Adverbials (e.g., \"I sometimes go\"), but they may be Participants, mostly in the case of semantic arguments describing location (e.g., here). Obliques may be Participants (e.g., \"wait for Nick\"), Time (e.g., \"for over 7 years\") or Adverbials-mostly manner adjuncts (by far).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Primary and Secondary Relations",
"sec_num": "5.3"
},
{
"text": "Clausal arguments are Participant Scenes (e.g., \"it was great that they did not charge a service fee\", \"did not really know what I wanted\" or \"I asked them to change it\"). However, when serving as complements to a secondary verb, they will not match any unit in UCCA, as it places secondary verbs on the same level as their primary relation. For example, to pay is an xcomp in \"they have to pay\", while the UCCA structure is flat: have to is an Adverbial and pay is a Process. Singleworded clausal arguments may correspond to a Process/State, as in \"this seems great\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Primary and Secondary Relations",
"sec_num": "5.3"
},
{
"text": "Auxiliary verbs are Functions (e.g., \"do not forget\"), or Adverbials when they are modals (e.g., \"you can graduate\"). Semi-modals in UD are treated as clausal heads, which take a clausal complement. For example, in \"able to do well\", UD treats able as the head, which takes do well as an xcomp. UCCA, on the other hand, treats it as an Adverbial, creating a mismatch for xcomp.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Primary and Secondary Relations",
"sec_num": "5.3"
},
{
"text": "UD and UCCA treat MWEs differently. In UD they include names, compounds and grammaticalized fixed expressions. UCCA treats names and grammaticalized MWEs as unanalyzable units, but also a range of semantically opaque constructions (e.g., light verbs and idioms). On the other hand, compounds are not necessarily unanalyzable in UCCA, especially if compositional.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-Word Expressions",
"sec_num": "5.4"
},
{
"text": "Compounds. English compounds are mostly nominal, and are a very heterogeneous category. Most compounds correspond to Elaborators (e.g., \"industry standard\"), or Elaborator Scenes (e.g., \"out-of-place flat-screen TV\"), and many are unanalyzable expressions (e.g., \"mark up\"). Where the head noun evokes a Scene, the dependent is often a Participant (e.g., \"food craving\"), but can also be an Adverbial (e.g., \"first time buyers\") depending on its semantic category. Other compounds in UD are phrasal verbs (e.g., \"figure out\", \"cleaned up\"), which UCCA treats as unanalyzable (leading to unmatched units).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-Word Expressions",
"sec_num": "5.4"
},
{
"text": "Core arguments. A significant number of subjects and objects are left unmatched as they form parts of MWEs marked in UCCA as unanalyzable. UD annotates MWEs involving a verb and its argument(s) just like any other clause, and therefore lacks this semantic content. Examples include light verbs (e.g., \"give a try\"), idioms (\"bites the dust\"), and figures of speech (e.g., \"when it comes to\", \"offer a taste (of)\"), all are UCCA units.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-Word Expressions",
"sec_num": "5.4"
},
{
"text": "Complex prepositions. Some complex prepositions (e.g., according to or on top of ), not encoded as MWEs in UD, are unanalyzable in UCCA.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Multi-Word Expressions",
"sec_num": "5.4"
},
{
"text": "Head selection. UCCA tends to flatten linkage, where UD, as a dependency scheme, selects a head and dependent per relation. This yields scope ambiguities for coordination, an inherently flat structure. For instance, \"unique gifts and cards\" is ambiguous in UD as to whether unique applies only to gifts or to the whole phrase-both annotated as in Figure 4a . UCCA, allowing non-terminal nodes, disambiguates this case (Figure 4b ).",
"cite_spans": [],
"ref_spans": [
{
"start": 347,
"end": 356,
"text": "Figure 4a",
"ref_id": "FIGREF3"
},
{
"start": 418,
"end": 428,
"text": "(Figure 4b",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Linkage",
"sec_num": "5.5"
},
{
"text": "unique gifts and cards Clausal dependents. UD categorizes clause linkage into coordination, subordination, argumenthood (complementation), and parataxis. UCCA distinguishes argumenthood but conflates the others into the Parallel Scene category. For example, \"We called few companies before we decided to hire them\" and \"Check out The Willow Lounge, you'll be happy\" are Parallel Scenes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Linkage",
"sec_num": "5.5"
},
{
"text": "Note that while in UD, mark (e.g., before) is attached to the dependent adverbial clause, a UCCA Linker lies outside the linked Scenes. To reduce unmatched advcl instances, this convention difference is fixed by the converter ( \u00a74.2). Many remaining unmatched units are due to conjunctions we could not reliably raise. For instance, the marker to introducing an xcomp is ambiguous between Linker (purposive to) and Function (infinitive marker). Similarly, wh-pronouns may be Linkers (\"he was willing to budge a little on the price which means a lot to me\"), but have other uses in questions and free relative clauses. Other mismatches result from the long tail of differences in how UD and UCCA construe linkage. Consider the sentence in Figure 5 . While moment is an oblique argument of know in UD, From the moment is analyzed as a Linker in UCCA. ",
"cite_spans": [],
"ref_spans": [
{
"start": 738,
"end": 746,
"text": "Figure 5",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Linkage",
"sec_num": "5.5"
},
{
"text": "Appositions in UD always follow the modified noun, but named entities in them are UCCA Centers, regardless of position (e.g., in \"its sister store Peking Garden\", the UD head its sister store is an Elaborator, while Peking Garden is the Center).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Other Differences",
"sec_num": "5.6"
},
{
"text": "Copulas. UCCA distinguishes copular constructions expressing identity (e.g., \"This is the original Ham's restaurant\") where the copula is annotated as State, and cases of attribution (e.g., \"Mercedes and Dan are very thorough\") or location (e.g., \"Excellent chefs are in the kitchen\"), where the copula is a Function.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Other Differences",
"sec_num": "5.6"
},
{
"text": "Discourse markers and interjections. Units relating a Scene to the speech event or to the speaker's opinion are Ground (e.g., \"no, Warwick in New Jersey\" and \"Please visit my website\"). On the other hand, discourse elements that relate one Scene to another are Linkers (e.g., anyway).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Other Differences",
"sec_num": "5.6"
},
{
"text": "Vocatives are both Ground and Participants if they participate in the Scene and are the party addressed. For example, Mark in \"Thanks Mark\" is both the person addressed and the one thanked. 11",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Other Differences",
"sec_num": "5.6"
},
{
"text": "Expletives and subjects. Expletives are generally Functions, but some instances of it and that are analyzed as nsubj in UD and as Function in UCCA (e.g., \"it's like driving a new car\").",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Other Differences",
"sec_num": "5.6"
},
{
"text": "Excluded relations. We exclude the following UD labels, as they are irrelevant to our evaluation: root (always matches the entire sentence); punct (punctuation is ignored in UCCA evaluation); dep (unspecified dependency), orphan (used for gapping, which is represented using remote edges in UCCA-see \u00a74.1); fixed, flat and goeswith (correspond to parts of unanalyzable units in UCCA, and so do not represent units on their own-see \u00a74.2); reparandum and dislocated (too rare in EWT).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Other Differences",
"sec_num": "5.6"
},
{
"text": "In \u00a75 we used our comparison methodology, consisting of the conversion to a shared format and matching units by terminal yield, to compare goldstandard UD and UCCA. In this section we ap-ply the same methodology to parser outputs, using gold-standard UD for fine-grained evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fine-Grained UCCA Parsing Evaluation",
"sec_num": "6"
},
{
"text": "Data. In addition to the UCCA EWT data ( \u00a73), we use the reviews section of the UD v2.3 English_EWT treebank (Nivre et al., 2018) , 12 annotated over the exact same sentences. We additionally use UDPipe v1.2 (Straka et al., 2016; Straka and Strakov\u00e1, 2017) , trained on English_EWT, 13 for feature extraction. We apply the extended converter to UD as before ( \u00a74.2).",
"cite_spans": [
{
"start": 109,
"end": 129,
"text": "(Nivre et al., 2018)",
"ref_id": "BIBREF2"
},
{
"start": 132,
"end": 134,
"text": "12",
"ref_id": null
},
{
"start": 208,
"end": 229,
"text": "(Straka et al., 2016;",
"ref_id": "BIBREF27"
},
{
"start": 230,
"end": 256,
"text": "Straka and Strakov\u00e1, 2017)",
"ref_id": "BIBREF28"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Setup",
"sec_num": "6.1"
},
{
"text": "Parser. We train TUPA v1.3 (Hershcovich et al., 2017 (Hershcovich et al., , 2018a on the UCCA EWT data, with the standard train/development/test split. TUPA uses POS tags and syntactic dependencies as features. We experiment both with using gold UD for feature extraction, and with using UDPipe outputs.",
"cite_spans": [
{
"start": 27,
"end": 52,
"text": "(Hershcovich et al., 2017",
"ref_id": "BIBREF13"
},
{
"start": 53,
"end": 81,
"text": "(Hershcovich et al., , 2018a",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Setup",
"sec_num": "6.1"
},
{
"text": "Evaluation by gold-standard UD. UCCA evaluation is generally carried out by considering a predicted unit as correct if there is a gold unit that matches it in terminal yield and labels. Precision, Recall and F-score (F1) are computed accordingly. For the fine-grained analysis, we split the goldstandard, predicted and matched UCCA units according to the labels of the UD relations whose dependents have the same terminal yield (if any). Table 5 shows fine-grained evaluation by UD relations. TUPA does best on auxiliaries and determiners, despite the heterogeneity of corresponding UCCA categories (see Table 3 ), possibly by making lexical distinctions (e.g., modals and auxiliary verbs are both UD auxiliaries, but are annotated as Adverbials and Functions, respectively).",
"cite_spans": [],
"ref_spans": [
{
"start": 438,
"end": 445,
"text": "Table 5",
"ref_id": null
},
{
"start": 604,
"end": 611,
"text": "Table 3",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Experimental Setup",
"sec_num": "6.1"
},
{
"text": "Copulas and coordinating conjunctions pose a more difficult distinction, since the same lexical items may have different categories depending on the context: State/Function for copulas, due to the distinction between identity and attribution, and Connector/Linker for conjunctions, due to the distinction between Scenes and non-Scenes. However, the reviews domain imposes a strong prior for both (Function and Linker, respectively), which TUPA learns successfully.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "6.2"
},
{
"text": "Inter-clause linkage (conj, advcl, xcomp, ccomp, parataxis, acl and csubj) is a common source of error for TUPA. Although the match between UCCA and UD is not perfect in these cases, it is overall better than TUPA's unlabeled performance, despite using gold-standard syntactic features. Our results thus suggest that encoding syntax more directly, perhaps using syntactic scaffolding (Swayamdipta et al., 2018) or guided attention (Strubell et al., 2018) , may assist in predicting unit boundaries. However, TUPA often succeeds at making distinctions that are not even encoded in UD. For example, it does reasonably well (71%) on distinguishing between noun modifiers of Scene-evoking nouns (Participants) and modifiers of other nouns (Elaborators), surpassing a majority baseline based on the UD relation (51%). Lexical resources that distinguish eventive and relational nouns from concrete nouns may allow improving it even further. In the similar case of compounds, lexical resources for light verbs and idioms may increase performance.",
"cite_spans": [
{
"start": 384,
"end": 410,
"text": "(Swayamdipta et al., 2018)",
"ref_id": "BIBREF35"
},
{
"start": 431,
"end": 454,
"text": "(Strubell et al., 2018)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "6.2"
},
{
"text": "NLP tasks often require semantic distinctions that are difficult to extract from syntactic representations. Consider the example \"after graduation, John moved to Paris\" again. While graduation evokes a Scene (Figure 1 ), in UD it is an oblique modifier of moved, just like Paris is (Figure 2) . The Scene/non-Scene distinction ( \u00a75.2) would assist structural text simplification systems in paraphrasing this sentence to two sentences, each one containing one Scene (Sulem et al., 2018a) .",
"cite_spans": [
{
"start": 465,
"end": 486,
"text": "(Sulem et al., 2018a)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [
{
"start": 208,
"end": 217,
"text": "(Figure 1",
"ref_id": "FIGREF0"
},
{
"start": 282,
"end": 292,
"text": "(Figure 2)",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "Another example is machine translationtranslating the same sentence into Hebrew, which does not have a word for graduation, would re- 1.0 1.0 1.0 1.0 1.0 1.1 1.6 1.0 2.2 1.2 1.2 1.1 1.0 1.6 1.2 3.0 2.4 5.8 6.6 3.8 6.0 1.1 9.0 6.7 4.0 5.6 7.5 Table 5 : Fine-grained evaluation of TUPA (with gold-standard UD features) on the EWT development set. (a) Columns are sorted by labeled F1, measuring performance on each subset of edges. Unlabeled F1 ignores edge categories, evaluating unit boundaries only. (b) Total number of instances of each UD relation; of them, matching UCCA units in gold-standard and in TUPA's predictions; their intersection, with/without regard to categories. (c) Percentage of correctly categorized edges; for comparison, percentage of most frequent category (see Table 3 ). (d) Average number of words in corresponding terminal yields. quire a clause to convey the same meaning. The mapping would therefore be more direct using a semantic representation, and we would benefit from breaking the utterance into two Scenes.",
"cite_spans": [],
"ref_spans": [
{
"start": 242,
"end": 249,
"text": "Table 5",
"ref_id": null
},
{
"start": 785,
"end": 792,
"text": "Table 3",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Discussion",
"sec_num": "7"
},
{
"text": "The use of syntactic parsing as a proxy for semantic structure has a long tradition in NLP. Indeed, semantic parsers have leveraged syntax for output space pruning (Xue and Palmer, 2004) , syntactic features (Gildea and Jurafsky, 2002; Hershcovich et al., 2017) , joint modeling (Surdeanu et al., 2008; Haji\u010d et al., 2009) , and multi-task learning (Swayamdipta et al., 2016 (Swayamdipta et al., , 2018 Hershcovich et al., 2018a) . Empirical comparison between syntactic and semantic schemes, however, is still scarce. Rudinger and Van Durme (2014) mapped Stanford Dependencies (precursor to UD) to Hobbsian Logical Form, identifying semantic gaps in the former. PredPatt (White et al., 2016), a framework for extracting predicate-argument structures from UD, was evaluated by Zhang et al. (2017) on a large set of converted PropBank annotations. Szubert et al. (2018) proposed a method for aligning AMR and UD subgraphs, finding that 97% of AMR edges are evoked by one or more words or syntactic relations. Damonte et al. (2017) refined AMR evaluation by UD labels, similar to our fine-grained evaluation of UCCA parsing.",
"cite_spans": [
{
"start": 164,
"end": 186,
"text": "(Xue and Palmer, 2004)",
"ref_id": "BIBREF38"
},
{
"start": 208,
"end": 235,
"text": "(Gildea and Jurafsky, 2002;",
"ref_id": "BIBREF10"
},
{
"start": 236,
"end": 261,
"text": "Hershcovich et al., 2017)",
"ref_id": "BIBREF13"
},
{
"start": 279,
"end": 302,
"text": "(Surdeanu et al., 2008;",
"ref_id": "BIBREF33"
},
{
"start": 303,
"end": 322,
"text": "Haji\u010d et al., 2009)",
"ref_id": "BIBREF11"
},
{
"start": 349,
"end": 374,
"text": "(Swayamdipta et al., 2016",
"ref_id": "BIBREF34"
},
{
"start": 375,
"end": 402,
"text": "(Swayamdipta et al., , 2018",
"ref_id": "BIBREF35"
},
{
"start": 403,
"end": 429,
"text": "Hershcovich et al., 2018a)",
"ref_id": "BIBREF14"
},
{
"start": 519,
"end": 548,
"text": "Rudinger and Van Durme (2014)",
"ref_id": "BIBREF21"
},
{
"start": 847,
"end": 868,
"text": "Szubert et al. (2018)",
"ref_id": "BIBREF36"
},
{
"start": 1008,
"end": 1029,
"text": "Damonte et al. (2017)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "8"
},
{
"text": "Some syntactic representation approaches, notably CCG (Steedman, 2000) , directly reflect the underlying semantics, and have been used to transduce semantic forms using rule-based systems (Basile et al., 2012) . A related line of work tack-les the transduction of syntactic structures into semantic ones. Reddy et al. (2016) proposed a rulebased method for converting UD to logical forms. Stanovsky et al. (2016) converted Stanford dependency trees into proposition structures (PROPS), abstracting away from some syntactic detail.",
"cite_spans": [
{
"start": 54,
"end": 70,
"text": "(Steedman, 2000)",
"ref_id": "BIBREF26"
},
{
"start": 188,
"end": 209,
"text": "(Basile et al., 2012)",
"ref_id": "BIBREF4"
},
{
"start": 305,
"end": 324,
"text": "Reddy et al. (2016)",
"ref_id": "BIBREF19"
},
{
"start": 389,
"end": 412,
"text": "Stanovsky et al. (2016)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "8"
},
{
"text": "We evaluated the similarities and divergences in the content encoded by UD and UCCA. We annotated the reviews section of the English Web Treebank with UCCA, and used an automated methodology to evaluate how well the two schemes align, abstracting away from differences of mere convention. We provided a detailed picture of the content differences between the schemes. Notably, we quantified the differences between the notions of syntactic and semantic heads and arguments, finding substantial divergence between them. Our findings highlight the potential utility of using semantic parsers for text understanding applications (over their syntactic counterparts), but also expose challenges semantic parsers must address, and potential approaches for addressing them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "9"
},
{
"text": "Despite the similar terminology, UCCA Adverbials are not necessarily adverbs syntactically.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Our data is available at https://github.com/ UniversalConceptualCognitiveAnnotation/ UCCA_English-EWT.7 https://github.com/huji-nlp/semstr",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://universaldependencies.org/u/ overview/enhanced-syntax.html",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "See http://bit.ly/uccaud for a detailed explanation of each example in this section.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "While in UD the conjunction cc is attached to the following conjunct, in UCCA coordination is a flat structure. This is a convention difference that we normalize ( \u00a74.2).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The A G column is omitted fromTable 3as this category combination occurs in only 0.02% of edges in the corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://hdl.handle.net/11234/1-2895 13 https://hdl.handle.net/11234/1-2898",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "This work was supported by the Israel Science Foundation (grant No. 929/17), and by the HUJI Cyber Security Research Center in conjunction with the Israel National Cyber Bureau in the Prime Minister's Office. We thank Jakob Prange, Nathan Schneider and the anonymous reviewers for their helpful comments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Universal Conceptual Cognitive Annotation (UCCA)",
"authors": [
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2013,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "228--238",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Omri Abend and Ari Rappoport. 2013. Universal Con- ceptual Cognitive Annotation (UCCA). In Proc. of ACL, pages 228-238.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The state of the art in semantic representation",
"authors": [
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2017,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "77--89",
"other_ids": {
"DOI": [
"10.18653/v1/P17-1008"
]
},
"num": null,
"urls": [],
"raw_text": "Omri Abend and Ari Rappoport. 2017. The state of the art in semantic representation. In Proc. of ACL, pages 77-89.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Universal dependencies 2.3. LINDAT/CLARIN digital library at the Institute of Formal and Applied Linguistics (\u00daFAL",
"authors": [
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2018,
"venue": "Faculty of Mathematics and Physics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre et al. 2018. Universal dependencies 2.3. LINDAT/CLARIN digital library at the Institute of Formal and Applied Linguistics (\u00daFAL), Faculty of Mathematics and Physics, Charles University.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Abstract Meaning Representation for sembanking",
"authors": [
{
"first": "Laura",
"middle": [],
"last": "Banarescu",
"suffix": ""
},
{
"first": "Claire",
"middle": [],
"last": "Bonial",
"suffix": ""
},
{
"first": "Shu",
"middle": [],
"last": "Cai",
"suffix": ""
},
{
"first": "Madalina",
"middle": [],
"last": "Georgescu",
"suffix": ""
},
{
"first": "Kira",
"middle": [],
"last": "Griffitt",
"suffix": ""
},
{
"first": "Ulf",
"middle": [],
"last": "Hermjakob",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "Nathan",
"middle": [],
"last": "Schneider",
"suffix": ""
}
],
"year": 2013,
"venue": "Proc. of the Linguistic Annotation Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Laura Banarescu, Claire Bonial, Shu Cai, Madalina Georgescu, Kira Griffitt, Ulf Hermjakob, Kevin Knight, Martha Palmer, and Nathan Schneider. 2013. Abstract Meaning Representation for sem- banking. In Proc. of the Linguistic Annotation Workshop.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Developing a large semantically annotated corpus",
"authors": [
{
"first": "Valerio",
"middle": [],
"last": "Basile",
"suffix": ""
},
{
"first": "Johan",
"middle": [],
"last": "Bos",
"suffix": ""
},
{
"first": "Kilian",
"middle": [],
"last": "Evang",
"suffix": ""
},
{
"first": "Noortje",
"middle": [],
"last": "Venhuizen",
"suffix": ""
}
],
"year": 2012,
"venue": "Proc. of LREC",
"volume": "",
"issue": "",
"pages": "3196--3200",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Valerio Basile, Johan Bos, Kilian Evang, and Noortje Venhuizen. 2012. Developing a large semanti- cally annotated corpus. In Proc. of LREC, pages 3196-3200.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "English web treebank. Linguistic Data Consortium",
"authors": [
{
"first": "Ann",
"middle": [],
"last": "Bies",
"suffix": ""
},
{
"first": "Justin",
"middle": [],
"last": "Mott",
"suffix": ""
},
{
"first": "Colin",
"middle": [],
"last": "Warner",
"suffix": ""
},
{
"first": "Seth",
"middle": [],
"last": "Kulick",
"suffix": ""
}
],
"year": 2012,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ann Bies, Justin Mott, Colin Warner, and Seth Kulick. 2012. English web treebank. Linguistic Data Con- sortium, Philadelphia, PA.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "HUME: Human UCCAbased evaluation of machine translation",
"authors": [
{
"first": "Alexandra",
"middle": [],
"last": "Birch",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ond\u0159ej",
"middle": [],
"last": "Bojar",
"suffix": ""
},
{
"first": "Barry",
"middle": [],
"last": "Haddow",
"suffix": ""
}
],
"year": 2016,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "1264--1274",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexandra Birch, Omri Abend, Ond\u0159ej Bojar, and Barry Haddow. 2016. HUME: Human UCCA- based evaluation of machine translation. In Proc. of EMNLP, pages 1264-1274.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A full end-to-end semantic role labeler, syntacticagnostic over syntactic-aware?",
"authors": [
{
"first": "Jiaxun",
"middle": [],
"last": "Cai",
"suffix": ""
},
{
"first": "Shexia",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Zuchao",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Hai",
"middle": [],
"last": "Zhao",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of COL-ING",
"volume": "",
"issue": "",
"pages": "2753--2765",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jiaxun Cai, Shexia He, Zuchao Li, and Hai Zhao. 2018. A full end-to-end semantic role labeler, syntactic- agnostic over syntactic-aware? In Proc. of COL- ING, pages 2753-2765.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Referenceless measure of faithfulness for grammatical error correction",
"authors": [
{
"first": "Leshem",
"middle": [],
"last": "Choshen",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of NAACL-HLT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Leshem Choshen and Omri Abend. 2018. Reference- less measure of faithfulness for grammatical error correction. In Proc. of NAACL-HLT.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "An incremental parser for Abstract Meaning Representation",
"authors": [
{
"first": "Marco",
"middle": [],
"last": "Damonte",
"suffix": ""
},
{
"first": "Shay",
"middle": [
"B"
],
"last": "Cohen",
"suffix": ""
},
{
"first": "Giorgio",
"middle": [],
"last": "Satta",
"suffix": ""
}
],
"year": 2017,
"venue": "Proc. of EACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marco Damonte, Shay B. Cohen, and Giorgio Satta. 2017. An incremental parser for Abstract Meaning Representation. In Proc. of EACL.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"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": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Gildea and Daniel Jurafsky. 2002. Automatic labeling of semantic roles. Computational Linguis- tics, 28(3).",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"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": ""
}
],
"year": 2009,
"venue": "Proc. of CoNLL",
"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 \u0160tep\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 Proc. of CoNLL, pages 1-18.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Syntax for semantic role labeling, to be, or not to be",
"authors": [
{
"first": "Shexia",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Zuchao",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Hai",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Hongxiao",
"middle": [],
"last": "Bai",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "2061--2071",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shexia He, Zuchao Li, Hai Zhao, and Hongxiao Bai. 2018. Syntax for semantic role labeling, to be, or not to be. In Proc. of ACL, pages 2061-2071.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "A transition-based directed acyclic graph parser for UCCA",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2017,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "1127--1138",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Hershcovich, Omri Abend, and Ari Rap- poport. 2017. A transition-based directed acyclic graph parser for UCCA. In Proc. of ACL, pages 1127-1138.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Multitask parsing across semantic representations",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "373--385",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Hershcovich, Omri Abend, and Ari Rappoport. 2018a. Multitask parsing across semantic represen- tations. In Proc. of ACL, pages 373-385.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Universal dependency parsing with a general transition-based DAG parser",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Hershcovich",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of CoNLL UD Shared Task",
"volume": "",
"issue": "",
"pages": "103--112",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Hershcovich, Omri Abend, and Ari Rappoport. 2018b. Universal dependency parsing with a general transition-based DAG parser. In Proc. of CoNLL UD Shared Task, pages 103-112.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Dependency grammar",
"authors": [
{
"first": "Marie-Catherine",
"middle": [],
"last": "De Marneffe",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2019,
"venue": "Annual Review of Linguistics",
"volume": "5",
"issue": "1",
"pages": "197--218",
"other_ids": {
"DOI": [
"10.1146/annurev-linguistics-011718-011842"
]
},
"num": null,
"urls": [],
"raw_text": "Marie-Catherine de Marneffe and Joakim Nivre. 2019. Dependency grammar. Annual Review of Linguis- tics, 5(1):197-218.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"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": "Hajic",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Ryan",
"middle": [],
"last": "Mcdonald",
"suffix": ""
},
{
"first": "Slav",
"middle": [],
"last": "Petrov",
"suffix": ""
},
{
"first": "Sampo",
"middle": [],
"last": "Pyysalo",
"suffix": ""
}
],
"year": 2016,
"venue": "Proc. of LREC",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joakim Nivre, Marie-Catherine de Marneffe, Filip Gin- ter, Yoav Goldberg, Jan Hajic, Christopher D. Man- ning, Ryan McDonald, Slav Petrov, Sampo Pyysalo, Natalia Silveira, Reut Tsarfaty, and Daniel Zeman. 2016. Universal dependencies v1: A multilingual treebank collection. In Proc. of LREC.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Towards comparability of linguistic graph banks for semantic 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": "Silvie",
"middle": [],
"last": "Cinkova",
"suffix": ""
},
{
"first": "Dan",
"middle": [],
"last": "Flickinger",
"suffix": ""
}
],
"year": 2016,
"venue": "Proc. of LREC",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephan Oepen, Marco Kuhlmann, Yusuke Miyao, Daniel Zeman, Silvie Cinkova, Dan Flickinger, Jan Hajic, Angelina Ivanova, and Zdenka Uresova. 2016. Towards comparability of linguistic graph banks for semantic parsing. In Proc. of LREC.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Transforming dependency structures to logical forms for semantic parsing",
"authors": [
{
"first": "Siva",
"middle": [],
"last": "Reddy",
"suffix": ""
},
{
"first": "Oscar",
"middle": [],
"last": "T\u00e4ckstr\u00f6m",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Collins",
"suffix": ""
},
{
"first": "Tom",
"middle": [],
"last": "Kwiatkowski",
"suffix": ""
},
{
"first": "Dipanjan",
"middle": [],
"last": "Das",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
},
{
"first": "Mirella",
"middle": [],
"last": "Lapata",
"suffix": ""
}
],
"year": 2016,
"venue": "TACL",
"volume": "4",
"issue": "",
"pages": "127--141",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Siva Reddy, Oscar T\u00e4ckstr\u00f6m, Michael Collins, Tom Kwiatkowski, Dipanjan Das, Mark Steedman, and Mirella Lapata. 2016. Transforming dependency structures to logical forms for semantic parsing. TACL, 4:127-141.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Because syntax does matter: Improving predicate-argument structures parsing with syntactic features",
"authors": [
{
"first": "Corentin",
"middle": [],
"last": "Ribeyre",
"suffix": ""
},
{
"first": "Eric",
"middle": [],
"last": "Villemonte De La Clergerie",
"suffix": ""
},
{
"first": "Djam\u00e9",
"middle": [],
"last": "Seddah",
"suffix": ""
}
],
"year": 2015,
"venue": "Proc. of NAACL-HLT",
"volume": "",
"issue": "",
"pages": "64--74",
"other_ids": {
"DOI": [
"10.3115/v1/N15-1007"
]
},
"num": null,
"urls": [],
"raw_text": "Corentin Ribeyre, Eric Villemonte de la Clergerie, and Djam\u00e9 Seddah. 2015. Because syntax does mat- ter: Improving predicate-argument structures pars- ing with syntactic features. In Proc. of NAACL-HLT, pages 64-74.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Is the Stanford dependency representation semantic?",
"authors": [
{
"first": "Rachel",
"middle": [],
"last": "Rudinger",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2014,
"venue": "Proc. of EVENTS",
"volume": "",
"issue": "",
"pages": "54--58",
"other_ids": {
"DOI": [
"10.3115/v1/W14-2908"
]
},
"num": null,
"urls": [],
"raw_text": "Rachel Rudinger and Benjamin Van Durme. 2014. Is the Stanford dependency representation semantic? In Proc. of EVENTS, pages 54-58.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "FrameNet II: Extended Theory and Practice",
"authors": [
{
"first": "Josef",
"middle": [],
"last": "Ruppenhofer",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Ellsworth",
"suffix": ""
},
{
"first": "Miriam",
"middle": [
"R"
],
"last": "Petruck",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"R"
],
"last": "Johnson",
"suffix": ""
},
{
"first": "Collin",
"middle": [
"F"
],
"last": "Baker",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Josef Ruppenhofer, Michael Ellsworth, Miriam R. L Petruck, Christopher R. Johnson, Collin F. Baker, and Jan Scheffczyk. 2016. FrameNet II: Extended Theory and Practice.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Enhanced English Universal Dependencies: An improved representation for natural language understanding tasks",
"authors": [
{
"first": "Sebastian",
"middle": [],
"last": "Schuster",
"suffix": ""
},
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
}
],
"year": 2016,
"venue": "Proc. of LREC. 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 Proc. of LREC. ELRA.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Learnability-based syntactic annotation design",
"authors": [
{
"first": "Roy",
"middle": [],
"last": "Schwartz",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2012,
"venue": "Proc. of COLING",
"volume": "",
"issue": "",
"pages": "2405--2422",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Roy Schwartz, Omri Abend, and Ari Rappoport. 2012. Learnability-based syntactic annotation design. In Proc. of COLING, pages 2405-2422.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Getting more out of syntax with PropS",
"authors": [
{
"first": "Gabriel",
"middle": [],
"last": "Stanovsky",
"suffix": ""
},
{
"first": "Jessica",
"middle": [],
"last": "Ficler",
"suffix": ""
},
{
"first": "Ido",
"middle": [],
"last": "Dagan",
"suffix": ""
},
{
"first": "Yoav",
"middle": [],
"last": "Goldberg",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1603.01648"
]
},
"num": null,
"urls": [],
"raw_text": "Gabriel Stanovsky, Jessica Ficler, Ido Dagan, and Yoav Goldberg. 2016. Getting more out of syntax with PropS. arXiv preprint arXiv:1603.01648.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "The Syntactic Process",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Steedman",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Steedman. 2000. The Syntactic Process. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "UD-Pipe: trainable pipeline for processing CoNLL-U files performing tokenization, morphological analysis, POS tagging and parsing",
"authors": [
{
"first": "Milan",
"middle": [],
"last": "Straka",
"suffix": ""
},
{
"first": "Jan",
"middle": [],
"last": "Haji\u010d",
"suffix": ""
},
{
"first": "Jana",
"middle": [],
"last": "Strakov\u00e1",
"suffix": ""
}
],
"year": 2016,
"venue": "Proc. of LREC",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Milan Straka, Jan Haji\u010d, and Jana Strakov\u00e1. 2016. UD- Pipe: trainable pipeline for processing CoNLL-U files performing tokenization, morphological anal- ysis, POS tagging and parsing. In Proc. of LREC, Portoro, Slovenia. European Language Resources Association.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Tokenizing, POS tagging, lemmatizing and parsing UD 2.0 with UDPipe",
"authors": [
{
"first": "Milan",
"middle": [],
"last": "Straka",
"suffix": ""
},
{
"first": "Jana",
"middle": [],
"last": "Strakov\u00e1",
"suffix": ""
}
],
"year": 2017,
"venue": "Proc. of CoNLL UD Shared Task",
"volume": "",
"issue": "",
"pages": "88--99",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Milan Straka and Jana Strakov\u00e1. 2017. Tokenizing, POS tagging, lemmatizing and parsing UD 2.0 with UDPipe. In Proc. of CoNLL UD Shared Task, pages 88-99, Vancouver, Canada.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Linguistically-informed self-attention for semantic role labeling",
"authors": [
{
"first": "Emma",
"middle": [],
"last": "Strubell",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Verga",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Andor",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Weiss",
"suffix": ""
},
{
"first": "Andrew",
"middle": [],
"last": "Mccallum",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "5027--5038",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Emma Strubell, Patrick Verga, Daniel Andor, David Weiss, and Andrew McCallum. 2018. Linguistically-informed self-attention for seman- tic role labeling. In Proc. of EMNLP, pages 5027-5038.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Conceptual annotations preserve structure across translations: A French-English case study",
"authors": [
{
"first": "Elior",
"middle": [],
"last": "Sulem",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2015,
"venue": "Proc. of S2MT",
"volume": "",
"issue": "",
"pages": "11--22",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Elior Sulem, Omri Abend, and Ari Rappoport. 2015. Conceptual annotations preserve structure across translations: A French-English case study. In Proc. of S2MT, pages 11-22.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Semantic structural annotation for text simplification",
"authors": [
{
"first": "Elior",
"middle": [],
"last": "Sulem",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Elior Sulem, Omri Abend, and Ari Rappoport. 2018a. Semantic structural annotation for text simplifica- tion. In Proc. of NAACL.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Simple and effective text simplification using semantic and neural methods",
"authors": [
{
"first": "Elior",
"middle": [],
"last": "Sulem",
"suffix": ""
},
{
"first": "Omri",
"middle": [],
"last": "Abend",
"suffix": ""
},
{
"first": "Ari",
"middle": [],
"last": "Rappoport",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Elior Sulem, Omri Abend, and Ari Rappoport. 2018b. Simple and effective text simplification using se- mantic and neural methods. In Proc. of ACL.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "The CoNLL 2008 shared task on joint parsing of syntactic and semantic dependencies",
"authors": [
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Johansson",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Meyers",
"suffix": ""
},
{
"first": "Llu\u00eds",
"middle": [],
"last": "M\u00e0rquez",
"suffix": ""
},
{
"first": "Joakim",
"middle": [],
"last": "Nivre",
"suffix": ""
}
],
"year": 2008,
"venue": "Proc. of CoNLL",
"volume": "",
"issue": "",
"pages": "159--177",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mihai Surdeanu, Richard Johansson, Adam Meyers, Llu\u00eds M\u00e0rquez, and Joakim Nivre. 2008. The CoNLL 2008 shared task on joint parsing of syntac- tic and semantic dependencies. In Proc. of CoNLL, pages 159-177.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Greedy, joint syntacticsemantic parsing with stack LSTMs",
"authors": [
{
"first": "Swabha",
"middle": [],
"last": "Swayamdipta",
"suffix": ""
},
{
"first": "Miguel",
"middle": [],
"last": "Ballesteros",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Dyer",
"suffix": ""
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Smith",
"suffix": ""
}
],
"year": 2016,
"venue": "Proc. of CoNLL",
"volume": "",
"issue": "",
"pages": "187--197",
"other_ids": {
"DOI": [
"10.18653/v1/K16-1019"
]
},
"num": null,
"urls": [],
"raw_text": "Swabha Swayamdipta, Miguel Ballesteros, Chris Dyer, and Noah A. Smith. 2016. Greedy, joint syntactic- semantic parsing with stack LSTMs. In Proc. of CoNLL, pages 187-197.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Syntactic scaffolds for semantic structures",
"authors": [
{
"first": "Swabha",
"middle": [],
"last": "Swayamdipta",
"suffix": ""
},
{
"first": "Sam",
"middle": [],
"last": "Thomson",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Luke",
"middle": [],
"last": "Zettlemoyer",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Dyer",
"suffix": ""
},
{
"first": "Noah",
"middle": [
"A"
],
"last": "Smith",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "3772--3782",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Swabha Swayamdipta, Sam Thomson, Kenton Lee, Luke Zettlemoyer, Chris Dyer, and Noah A. Smith. 2018. Syntactic scaffolds for semantic structures. In Proc. of EMNLP, pages 3772-3782.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "A structured syntax-semantics interface for English-AMR alignment",
"authors": [
{
"first": "Ida",
"middle": [],
"last": "Szubert",
"suffix": ""
},
{
"first": "Adam",
"middle": [],
"last": "Lopez",
"suffix": ""
},
{
"first": "Nathan",
"middle": [],
"last": "Schneider",
"suffix": ""
}
],
"year": 2018,
"venue": "Proc. of NAACL-HLT",
"volume": "",
"issue": "",
"pages": "1169--1180",
"other_ids": {
"DOI": [
"10.18653/v1/N18-1106"
]
},
"num": null,
"urls": [],
"raw_text": "Ida Szubert, Adam Lopez, and Nathan Schneider. 2018. A structured syntax-semantics interface for English- AMR alignment. In Proc. of NAACL-HLT, pages 1169-1180.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "Universal decompositional semantics on universal dependencies",
"authors": [
{
"first": "Aaron",
"middle": [],
"last": "Steven White",
"suffix": ""
},
{
"first": "Drew",
"middle": [],
"last": "Reisinger",
"suffix": ""
},
{
"first": "Keisuke",
"middle": [],
"last": "Sakaguchi",
"suffix": ""
},
{
"first": "Tim",
"middle": [],
"last": "Vieira",
"suffix": ""
},
{
"first": "Sheng",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Rachel",
"middle": [],
"last": "Rudinger",
"suffix": ""
},
{
"first": "Kyle",
"middle": [],
"last": "Rawlins",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2016,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "1713--1723",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aaron Steven White, Drew Reisinger, Keisuke Sak- aguchi, Tim Vieira, Sheng Zhang, Rachel Rudinger, Kyle Rawlins, and Benjamin Van Durme. 2016. Universal decompositional semantics on univer- sal dependencies. In Proc. of EMNLP, pages 1713-1723.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Calibrating features for semantic role labeling",
"authors": [
{
"first": "Nianwen",
"middle": [],
"last": "Xue",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2004,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nianwen Xue and Martha Palmer. 2004. Calibrat- ing features for semantic role labeling. In Proc. of EMNLP.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "An evaluation of PredPatt and open IE via stage 1 semantic role labeling",
"authors": [
{
"first": "Sheng",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Rachel",
"middle": [],
"last": "Rudinger",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": ""
}
],
"year": 2017,
"venue": "Proc. of IWCS",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sheng Zhang, Rachel Rudinger, and Benjamin Van Durme. 2017. An evaluation of PredPatt and open IE via stage 1 semantic role labeling. In Proc. of IWCS.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "UCCA graph. Dashed: remote edge.",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF1": {
"text": "UD tree.",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF2": {
"text": "Converted UD tree. Non-terminals and head edges are introduced by the unified DAG converter.",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF3": {
"text": "Coordination in UD and UCCA.",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF4": {
"text": "Clause linkage in UD and UCCA.",
"uris": null,
"type_str": "figure",
"num": null
},
"TABREF1": {
"text": "Legend of UCCA categories (edge labels).",
"num": null,
"html": null,
"type_str": "table",
"content": "<table/>"
},
"TABREF4": {
"text": "Data split for the shared gold-standard corpus.",
"num": null,
"html": null,
"type_str": "table",
"content": "<table/>"
},
"TABREF6": {
"text": "",
"num": null,
"html": null,
"type_str": "table",
"content": "<table/>"
},
"TABREF7": {
"text": "",
"num": null,
"html": null,
"type_str": "table",
"content": "<table><tr><td colspan=\"7\">presents TUPA's scores on the UCCA</td></tr><tr><td colspan=\"7\">EWT development and test sets. Surprisingly, us-</td></tr><tr><td colspan=\"7\">ing UDPipe for feature extraction results in better</td></tr><tr><td colspan=\"7\">scores than gold syntactic tags and dependencies.</td></tr><tr><td/><td/><td>Primary</td><td/><td/><td>Remote</td></tr><tr><td colspan=\"2\">Features LP</td><td>LR</td><td>LF</td><td>LP</td><td>LR</td><td>LF</td></tr><tr><td>Development</td><td/><td/><td/><td/><td/></tr><tr><td colspan=\"7\">Gold UD 72.1 71.2 71.7 61.2 38.1 47.0</td></tr><tr><td>UDPipe</td><td colspan=\"6\">73.0 72.1 72.5 53.7 40.8 46.4</td></tr><tr><td>Test</td><td/><td/><td/><td/><td/></tr><tr><td colspan=\"7\">Gold UD 72.2 71.2 71.7 60.9 36.8 45.9</td></tr><tr><td>UDPipe</td><td colspan=\"6\">72.4 71.7 72.1 60.3 38.5 47.0</td></tr></table>"
},
"TABREF8": {
"text": "Labeled precision, recall and F1 (in %) for primary and remote edges output by TUPA on the UCCA EWT development (top) and test (bottom) sets, using either gold-standard UD or UDPipe for TUPA features.",
"num": null,
"html": null,
"type_str": "table",
"content": "<table/>"
}
}
}
}