| { |
| "paper_id": "P13-1023", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:32:48.225700Z" |
| }, |
| "title": "Universal Conceptual Cognitive Annotation (UCCA)", |
| "authors": [ |
| { |
| "first": "Omri", |
| "middle": [], |
| "last": "Abend", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Ari", |
| "middle": [], |
| "last": "Rappoport", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "arir@cs.huji.ac.il" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Syntactic structures, by their nature, reflect first and foremost the formal constructions used for expressing meanings. This renders them sensitive to formal variation both within and across languages, and limits their value to semantic applications. We present UCCA, a novel multi-layered framework for semantic representation that aims to accommodate the semantic distinctions expressed through linguistic utterances. We demonstrate UCCA's portability across domains and languages, and its relative insensitivity to meaning-preserving syntactic variation. We also show that UCCA can be effectively and quickly learned by annotators with no linguistic background, and describe the compilation of a UCCAannotated corpus.", |
| "pdf_parse": { |
| "paper_id": "P13-1023", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Syntactic structures, by their nature, reflect first and foremost the formal constructions used for expressing meanings. This renders them sensitive to formal variation both within and across languages, and limits their value to semantic applications. We present UCCA, a novel multi-layered framework for semantic representation that aims to accommodate the semantic distinctions expressed through linguistic utterances. We demonstrate UCCA's portability across domains and languages, and its relative insensitivity to meaning-preserving syntactic variation. We also show that UCCA can be effectively and quickly learned by annotators with no linguistic background, and describe the compilation of a UCCAannotated corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Syntactic structures are mainly committed to representing the formal patterns of a language, and only indirectly reflect semantic distinctions. For instance, while virtually all syntactic annotation schemes are sensitive to the structural difference between (a) \"John took a shower\" and (b) \"John showered\", they seldom distinguish between (a) and the markedly different (c) \"John took my book\". In fact, the annotations of (a) and (c) are identical under the most widely-used schemes for English, the Penn Treebank (PTB) (Marcus et al., 1993) and CoNLL-style dependencies (Surdeanu et al., 2008 ) (see Figure 1 ).", |
| "cite_spans": [ |
| { |
| "start": 522, |
| "end": 543, |
| "text": "(Marcus et al., 1993)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 573, |
| "end": 595, |
| "text": "(Surdeanu et al., 2008", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 603, |
| "end": 611, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Underscoring the semantic similarity between (a) and (b) can assist semantic applications. One example is machine translation to target languages that do not express this structural distinction (e.g., both (a) and (b) would be translated to the same German sentence \"John duschte\"). Question Answering applications can also benefit from distinguishing between (a) and (c), as this knowledge would help them recognize \"my book\" as a much more plausible answer than \"a shower\" to the question \"what did John take?\". This paper presents a novel approach to grammatical representation that annotates semantic distinctions and aims to abstract away from specific syntactic constructions. We call our approach Universal Conceptual Cognitive Annotation (UCCA). The word \"cognitive\" refers to the type of categories UCCA uses and its theoretical underpinnings, and \"conceptual\" stands in contrast to \"syntactic\". The word \"universal\" refers to UCCA's capability to accommodate a highly rich set of semantic distinctions, and its aim to ultimately provide all the necessary semantic information for learning grammar. In order to accommodate this rich set of distinctions, UCCA is built as a multilayered structure, which allows for its open-ended extension. This paper focuses on the foundational layer of UCCA, a coarse-grained layer that represents some of the most important relations expressed through linguistic utterances, including argument structure of verbs, nouns and adjectives, and the inter-relations between them (Section 2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "UCCA is supported by extensive typological cross-linguistic evidence and accords with the leading Cognitive Linguistics theories. We build primarily on Basic Linguistic Theory (BLT) (Dixon, 2005; 2010a; 2010b; , a typological approach to grammar successfully used for the de-scription of a wide variety of languages. BLT uses semantic similarity as its main criterion for categorizing constructions both within and across languages. UCCA takes a similar approach, thereby creating a set of distinctions that is motivated cross-linguistically. We demonstrate UCCA's relative insensitivity to paraphrasing and to crosslinguistic variation in Section 4.", |
| "cite_spans": [ |
| { |
| "start": 182, |
| "end": 195, |
| "text": "(Dixon, 2005;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 196, |
| "end": 202, |
| "text": "2010a;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 203, |
| "end": 209, |
| "text": "2010b;", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "UCCA is exceptional in (1) being a semantic scheme that abstracts away from specific syntactic forms and is not defined relative to a specific domain or language, (2) providing a coarse-grained representation which allows for open-ended extension, and (3) using cognitively-motivated categories. An extensive comparison of UCCA to existing approaches to syntactic and semantic representation, focusing on the major resources available for English, is found in Section 5.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This paper also describes the compilation of a UCCA-annotated corpus. We provide a quantitative assessment of the annotation quality. Our results show a quick learning curve and no substantial difference in the performance of annotators with and without background in linguistics. This is an advantage of UCCA over its syntactic counterparts that usually need annotators with extensive background in linguistics (see Section 3).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We note that UCCA's approach that advocates automatic learning of syntax from semantic supervision stands in contrast to the traditional view of generative grammar (Clark and Lappin, 2010) .", |
| "cite_spans": [ |
| { |
| "start": 164, |
| "end": 188, |
| "text": "(Clark and Lappin, 2010)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "UCCA uses directed acyclic graphs (DAGs) to represent its semantic structures. The atomic meaning-bearing units are placed at the leaves of the DAG and are called terminals. In the foundational layer, terminals are words and multi-word chunks, although this definition can be extended to include arbitrary morphemes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Formalism", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The nodes of the graph are called units. A unit may be either (i) a terminal or (ii) several elements jointly viewed as a single entity according to some semantic or cognitive consideration. In many cases, a non-terminal unit is comprised of a single relation and the units it applies to (its arguments), although in some cases it may also contain secondary relations. Hierarchy is formed by using units as arguments or relations in other units.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Formalism", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Categories are annotated over the graph's edges, and represent the descendant unit's role in forming the semantics of the parent unit. Therefore, the internal structure of a unit is represented by its outbound edges and their categories, while the roles a unit plays in the relations it participates in are represented by its inbound edges. We note that UCCA's structures reflect a single interpretation of the text. Several discretely different interpretations (e.g., high vs. low PP attachments) may therefore yield several different UCCA annotations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Formalism", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "UCCA is a multi-layered formalism, where each layer specifies the relations it encodes. The question of which relations will be annotated (equivalently, which units will be formed) is determined by the layer in question. For example, consider \"John kicked his ball\", and assume our current layer encodes the relations expressed by \"kicked\" and by \"his\". In that case, the unit \"his\" has a single argument 1 (\"ball\"), while \"kicked\" has two (\"John\" and \"his ball\"). Therefore, the units of the sentence are the terminals (which are always units), \"his ball\" and \"John kicked his ball\". The latter two are units by virtue of expressing a relation along with its arguments. See For a brief comparison of the UCCA formalism with other dependency annotations see Section 5.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Formalism", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The foundational layer is designed to cover the entire text, so that each word participates in at least one unit. It focuses on argument structures of verbal, nominal and adjectival predicates and the inter-relations between them. Argument structure phenomena are considered basic by many approaches to semantic and grammatical representation, and have a high applicative value, as demonstrated by their extensive use in NLP.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The foundational layer views the text as a collection of Scenes. A Scene can describe some movement or action, or a temporally persistent state. It generally has a temporal and a spatial dimension, which can be specific to a particular time and place, but can also describe a schematized event which refers to many events by highlighting a common meaning component. For example, the Scene \"John loves bananas\" is a schematized event, which refers to John's disposition towards bananas without making any temporal or spatial L Linker A relation between two or more Hs (e.g., \"when\", \"if\", \"in order to\"). G Ground A relation between the speech event and the uttered Scene (e.g., \"surprisingly\", \"in my opinion\"). Other F Function Does not introduce a relation or participant. Required by the structural pattern it appears in. specifications. The definition of a Scene is motivated cross-linguistically and is similar to the semantic aspect of the definition of a \"clause\" in Basic Linguistic Theory 2 . Table 1 provides a concise description of the categories used by the foundational layer 3 . We turn to a brief description of them. Simple Scenes. Every Scene contains one main relation, which is the anchor of the Scene, the most important relation it describes (similar to frameevoking lexical units in FrameNet (Baker et al., 1998) ). We distinguish between static Scenes, that describe a temporally persistent state, and processual Scenes that describe a temporally evolving event, usually a movement or an action. The main relation receives the category State (S) in static and Process (P) in processual Scenes. We note that the S-P distinction is introduced here mostly for practical purposes, and that both categories can be viewed as sub-categories of the more abstract category Main Relation.", |
| "cite_spans": [ |
| { |
| "start": 1315, |
| "end": 1335, |
| "text": "(Baker et al., 1998)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1002, |
| "end": 1009, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "A Scene contains one or more Participants (A).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "2 As UCCA annotates categories on its edges, Scene nodes bear no special indication. They can be identified by examining the labels on their outgoing edges (see below).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "3 Repeated here with minor changes from (Abend and Rappoport, 2013) , which focuses on the categories themselves.", |
| "cite_spans": [ |
| { |
| "start": 40, |
| "end": 67, |
| "text": "(Abend and Rappoport, 2013)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "This category subsumes concrete and abstract participants as well as embedded Scenes (see below). Scenes may also contain secondary relations, which are marked as Adverbials (D).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The above categories are indifferent to the syntactic category of the Scene-evoking unit, be it a verb, a noun, an adjective or a preposition. For instance, in the Scene \"The book is in the garden\", \"is in\" is the S, while \"the book\" and \"the garden\" are As. In \"Tomatoes are red\", the main static relation is \"are red\", while \"Tomatoes\" is an A.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The foundational layer designates a separate set of categories to units that do not evoke a Scene. Centers (C) are the sub-units of a non-Scene unit that are necessary for the unit to be conceptualized and determine its semantic type. There can be one or more Cs in a non-Scene unit 4 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Other sub-units of non-Scene units are categorized into three types. First, units that apply to a single C are annotated as Elaborators (E). For instance, \"big\" in \"big dogs\" is an E, while \"dogs\" is a C. We also mark determiners as Es in this coarsegrained layer 5 . Second, relations that relate two or more Cs, highlighting a common feature or role (usually coordination), are called Connectors (N). See an example in Figure 2 (b).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 421, |
| "end": 429, |
| "text": "Figure 2", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Relators (R) cover all other types of relations between two or more Cs. Rs appear in two main varieties. In one, Rs relate a single entity to a super-ordinate relation. For instance, in \"I heard noise in the kitchen\", \"in\" relates \"the kitchen\" to the Scene it is situated in. In the other, Rs relate two units pertaining to different aspects of the same entity. For instance, in \"bottom of the sea\", \"of\" relates \"bottom\" and \"the sea\", two units that refer to different aspects of the same entity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Some units do not introduce a new relation or entity into the Scene, and are only part of the formal pattern in which they are situated. Such units are marked as Functions (F). For example, in the sentence \"it is customary for John to come late\", the \"it\" does not refer to any specific entity or relation and is therefore an F.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Two example annotations of simple Scenes are given in Figure 2 More complex cases. UCCA allows units to participate in more than one relation. This is a natural requirement given the wealth of distinctions UCCA is designed to accommodate. Already in the foundational layer of UCCA, the need arises for multiple parents. For instance, in \"John asked Mary to join him\", \"Mary\" is a Participant of both the \"asking\" and the \"joining\" Scenes.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 54, |
| "end": 62, |
| "text": "Figure 2", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In some cases, an entity or relation is prominent in the interpretation of the Scene, but is not mentioned explicitly anywhere in the text. We mark such entities as Implicit Units. Implicit units are identical to terminals, except that they do not correspond to a stretch of text. For example, \"playing games is fun\" has an implicit A which corresponds to the people playing the game.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "UCCA annotates inter-Scene relations (linkage) and, following Basic Linguistic Theory, distinguishes between three major types of linkage. First, a Scene can be an A in another Scene. For instance, in \"John said he must leave\", \"he must leave\" is an A inside the Scene evoked by \"said\". Second, a Scene may be an E of an entity in another Scene. For instance, in \"the film we saw yesterday was wonderful\", \"film we saw yesterday\" is a Scene that serves as an E of \"film\", which is both an A in the Scene and the Center of an A in the a flat structure. In general, the coarse-grained foundational layer does not try to resolve fine scope issues. Unlike common practice in grammatical annotation, linkage relations in UCCA can cross sentence boundaries, as can relations represented in other layers (e.g., coreference). UCCA therefore annotates texts comprised of several paragraphs and not individual sentences (see Section 3).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Example sentences. Following are complete annotations of two abbreviated example sentences from our corpus (see Section 3).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\"Golf became a passion for his oldest daughter: she took daily lessons and became very good, reaching the Connecticut Golf Championship.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "This sentence contains four Scenes, evoked by \"became a passion\", \"took daily lessons\", \"became very good\" and \"reaching\". The individual Scenes are annotated as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "1. \"Golf A [became E a E passion C ] P [for R his E oldest E daughter C ] A \" 2. \"she A [took F [daily E lessons C ] C ] P \" 3. \"she A ... [became E [very E good C ] C ] S \" 4. \"she A ... reaching P [the E Connecticut E Golf E Championship C ] A \"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "There is only one explicit Linker in this sentence (\"and\"), which links Scenes (2) and (3). None of the Scenes is an A or an E in the other, and they are therefore all marked as Parallel Scenes. We also note that in the case of the light verb construction \"took lessons\" and the copula clauses \"became good\" and \"became a passion\", the verb is not the Center of the main relation, but rather the following noun or adjective. We also note that the unit \"she\" is an A in Scenes (2), (3) and (4).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We turn to our second example: \"Cukor encouraged the studio to accept her demands.\" This sentence contains three Scenes, evoked by \"encouraged\", \"accept\" and \"demands\":", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "1. Cukor A encouraged P [the E studio C ] A [to R [accept her demands] C ] A 2. [the studio] A ... accept P [her demands] A 3. her A demands P IMP A Scenes", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "(2) and (3) act as Participants in Scenes (1) and (2) respectively. In Scene (2), there is an implicit Participant which corresponds to whatever was demanded. Note that \"her demands\" is a Scene, despite being a noun phrase.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The UCCA Foundational Layer", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Additional layers may refine existing relations or otherwise annotate a complementary set of distinctions. For instance, a refinement layer can categorize linkage relations according to their semantic types (e.g., temporal, purposive, causal) or provide tense distinctions for verbs. Another immediate extension to UCCA's foundational layer can be the annotation of coreference relations. Recall the example \"John kicked his ball\". A coreference layer would annotate a relation between \"John\" and \"his\" by introducing a new node whose descendants are these two units. The fact that this node represents a coreference relation would be represented by a label on the edge connecting them to the coreference node.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Multi-layered Structure", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "There are three common ways to extend an annotation graph. First, by adding a relation that relates previously established units. Table 2 : The upper part of the table presents the number of sentences and the number of tokens in the first passages used for the annotator training. The middle part presents the average F-scores obtained by the annotators throughout these passages. The first row presents the average F-score when comparing the annotations of the different annotators among themselves. The second row presents the average F-score when comparing them to a \"gold standard\". The bottom row shows the average F-score between an annotated passage of a trained annotator and its manual correction by an expert. It is higher due to conforming analyses (see text). All F-scores are in percents.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 130, |
| "end": 137, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "UCCA's Multi-layered Structure", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "unit between a parent unit and some of its subunits. For instance, consider \"he replied foolishly\" and \"he foolishly replied\". A layer focusing on Adverbial scope may refine the flat Scene structure assigned by the foundational layer, expressing the scope of \"foolishly\" over the relation \"replied\" in the first case, and over the entire Scene in the second. Third, by adding sub-units to a terminal. For instance, consider \"gave up\", an expression which the foundational layer considers atomic. A layer that annotates tense can break the expression into \"gave\" and \"up\", in order to annotate \"gave\" as the tense-bearing unit. Although a more complete discussion of the formalism is beyond the scope of this paper, we note that the formalism is designed to allow different annotation layers to be defined and annotated independently of one another, in order to facilitate UCCA's construction through a community effort.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Multi-layered Structure", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The annotated text is mostly based on English Wikipedia articles for celebrities. We have chosen this genre as it is an inclusive and diverse domain, which is still accessible to annotators from varied backgrounds.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For the annotation process, we designed and implemented a web application tailored for UCCA's annotation. A sample of the corpus containing roughly 5K tokens, as well as the annotation application can be found in our website 7 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "UCCA's annotations are not confined to a single sentence. The annotation is therefore carried out in passages of 300-400 tokens. After its an-notation, a passage is manually corrected before being inserted into the repository.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The section of the corpus annotated thus far contains 56890 tokens in 148 annotated passages (average length of 385 tokens). Each passage contains 450 units on average and 42.2 Scenes. Each Scene contains an average of 2 Participants and 0.3 Adverbials. 15% of the Scenes are static (contain an S as the main relation) and the rest are dynamic (containing a P). The average number of tokens in a Scene (excluding punctuation) is 10.7. 18.3% of the Scenes are Participants in another Scene, 11.4% are Elaborator Scenes and the remaining are Parallel Scenes. A passage contains an average of 11.2 Linkers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Inter-annotator agreement. We employ 4 annotators with varying levels of background in linguistics. Two of the annotators have no background in linguistics, one took an introductory course and one holds a Bachelor's degree in linguistics. The training process of the annotators lasted 30-40 hours, which includes the time required for them to get acquainted with the web application. As this was the first large-scale trial with the UCCA scheme, some modifications to the scheme were made during the annotator's training. We therefore expect the training process to be even faster in later distributions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "There is no standard evaluation measure for comparing two grammatical annotations in the form of labeled DAGs. We therefore converted UCCA to constituency trees 8 and, following standard practice, computed the number of brackets in both trees that match in both span and label. We derive an F-score from these counts. Table 2 presents the inter-annotator agreement in the training phase. The four annotators were given the same passage in each of these cases. In addition, a \"gold standard\" was annotated by the authors of this paper. The table presents the average F-score between the annotators, as well as the average F-score when comparing to the gold standard. Results show that although it represents complex hierarchical structures, the UCCA scheme is learned quickly and effectively.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 318, |
| "end": 325, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We also examined the influence of prior linguistic background on the results. In the first passage there was a substantial advantage to the annotators who had prior training in linguistics. The obtained F-scores when comparing to a gold standard, ordered decreasingly according to the annotator's acquaintance with linguistics, were 78%, 74.4%, 69.5% and 67.8%. However, this performance gap quickly vanished. Indeed, the obtained F-scores, again compared to a gold standard and averaged over the next five training passages, were (by the same order) 78.6%, 77.3%, 79.2% and 78%. This is an advantage of UCCA over other syntactic annotation schemes that normally require highly proficient annotators. For instance, both the PTB and the Prague Dependency Treebank (B\u00f6hmov\u00e1 et al., 2003) employed annotators with extensive linguistic background. Similar findings to ours were reported in the PropBank project, which successfully employed annotators with various levels of linguistic background. We view this as a major advantage of semantic annotation schemes over their syntactic counterparts, especially given the huge amount of manual labor required for large syntactic annotation projects.", |
| "cite_spans": [ |
| { |
| "start": 763, |
| "end": 785, |
| "text": "(B\u00f6hmov\u00e1 et al., 2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The UCCA interface allows for multiple noncontradictory (\"conforming\") analyses of a stretch of text. It assumes that in some cases there is more than one acceptable option, each highlighting a different aspect of meaning of the analyzed utterance (see below). This makes the computation of inter-annotator agreement fairly difficult. It also suggests that the above evaluation is excessively strict, as it does not take into account such conforming analyses. To address this issue, we conducted another experiment where an expert annotator corrected the produced annotations. Comparing the corrected versions to the originals, we found that F-scores are typically in the range of 90%-95%. An average taken over a sample of passages annotated by all four annotators yielded an F-score of 93.7%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "It is difficult to compare the above results to the inter-annotator agreement of other projects for two reasons. First, many existing schemes are based on other annotation schemes or heavily rely on automatic tools for providing partial annotations. Second, some of the most prominent annotation projects do not provide reliable inter-annotator agreement scores (Artstein and Poesio, 2008) .", |
| "cite_spans": [ |
| { |
| "start": 362, |
| "end": 389, |
| "text": "(Artstein and Poesio, 2008)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "A recent work that did report inter-annotator agreement in terms of bracketing F-score is an annotation project of the PTB's noun phrases with more elaborate syntactic structure (Vadas and Cur-ran, 2011) . They report an agreement of 88.3% in a scenario where their two annotators worked separately. Note that this task is much more limited in scope than UCCA (annotates noun phrases instead of complete passages in UCCA; uses 2 categories instead of 12 in UCCA). Nevertheless, the obtained inter-annotator agreement is comparable. Disagreement examples. Here we discuss two major types of disagreements that recurred in the training process. The first is the distinction between Elaborators and Centers. In most cases this distinction is straightforward, particularly where one sub-unit determines the semantic type of the parent unit, while its siblings add more information to it (e.g., \"truck E company C \" is a type of a company and not of a truck). Some structures do not nicely fall into this pattern. One such case is with apposition. In the example \"the Fox drama Glory days\", both \"the Fox drama\" and \"Glory days\" are reasonable candidates for being a Center, which results in disagreements.", |
| "cite_spans": [ |
| { |
| "start": 178, |
| "end": 203, |
| "text": "(Vadas and Cur-ran, 2011)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Another case is the distinction between Scenes and non-Scene relations. Consider the example \"[John's portrayal of the character] has been described as ...\". The sentence obviously contains two scenes, one in which John portrays a character and another where someone describes John's doings. Its internal structure is therefore \"John's A portrayal P [of the character] A \". However, the syntactic structure of this unit leads annotators at times into analyzing the subject as a non-Scene relation whose C is \"portrayal\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Static relations tend to be more ambiguous between a Scene and a non-Scene interpretation. Consider \"Jane Smith (n\u00e9e Ross)\". It is not at all clear whether \"n\u00e9e Ross\" should be annotated as a Scene or not. Even if we do assume it is a Scene, it is not clear whether the Scene it evokes is her Scene of birth, which is dynamic, or a static Scene which can be paraphrased as \"originally named Ross\". This leads to several conforming analyses, each expressing a somewhat different conceptualization of the Scene. This central notion will be more elaborately addressed in future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We note that all of these disagreements can be easily resolved by introducing an additional layer focusing on the construction in question.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A UCCA-Annotated Corpus", |
| "sec_num": "3" |
| }, |
| { |
| "text": "UCCA's relative insensitivity to syntactic forms has potential benefits for a wide variety of seman-tic tasks. This section briefly demonstrates these benefits through a number of examples.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Recall the example \"John took a shower\" (Section 1). UCCA annotates the sentence as a single Scene, with a single Participant and a processual main relation: \"John A [took F [a E shower C ] C ] P \". The paraphrase \"John showered\" is annotated similarly: \"John A showered P \". The structure is also preserved under translation to other languages, such as German (\"John A duschte P \", where \"duschte\" is a verb), or Portuguese \"John A [tomou F banho C ] P \" (literally, John took shower). In all of these cases, UCCA annotates the example as a Scene with an A and a P, whose Center is a word expressing the notion of showering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Another example is the sentence \"John does not have any money\". The foundational layer of UCCA annotates negation units as Ds, which yields the annotation \"John", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "A [does F ] S-not D [have C ] -S [any E money C ] A \" (where \"does ...", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "have\" is a discontiguous unit) 9 . This sentence can be paraphrased as \"John A has P no D money A \". UCCA reflects the similarity of these two sentences, as it annotates both cases as a single Scene which has two Participants and a negation. A syntactic scheme would normally annotate \"no\" in the second sentence as a modifier of \"money\", and \"not\" as a negation of \"have\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The value of UCCA's annotation can again be seen in translation to languages that have only one of these forms. For instance, the German translation of this sentence, \"John A hat S kein D Geld A \", is a literal translation of \"John has no money\". The Hebrew translation of this sentence is \"eyn le john kesef\" (literally, \"there-is-no to John money\"). The main relation here is therefore \"eyn\" (thereis-no) which will be annotated as S. This yields the annotation \"eyn S [le R John C ] A kesef A \".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The UCCA annotation in all of these cases is composed of two Participants and a State. In English and German, the negative polarity unit is represented as a D. The negative polarity of the Hebrew \"eyn\" is represented in a more detailed layer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "As a third example, consider the two sentences \"There are children playing in the park\" and \"Children are playing in the park\". The two sentences have a similar meaning but substantially different syntactic structures. The first contains two clauses, an existential main clause (headed by \"there are\") and a subordinate clause (\"playing in the park\"). The second contains a simple clause headed by \"playing\". While the parse trees of these sentences are very different, their UCCA annotation in the foundational layer differ only in terms of Function units: \"Children A [are F playing C ] P [in R the E park C ] A \" and \"There F are F children A [playing] P [in R the E park C ] A \" 10 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Aside from machine translation, a great variety of semantic tasks can benefit from a scheme that is relatively insensitive to syntactic variation. Examples include text simplification (e.g., for second language teaching) (Siddharthan, 2006) , paraphrase detection (Dolan et al., 2004) , summarization (Knight and Marcu, 2000) , and question answering (Wang et al., 2007) .", |
| "cite_spans": [ |
| { |
| "start": 221, |
| "end": 240, |
| "text": "(Siddharthan, 2006)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 264, |
| "end": 284, |
| "text": "(Dolan et al., 2004)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 301, |
| "end": 325, |
| "text": "(Knight and Marcu, 2000)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 351, |
| "end": 370, |
| "text": "(Wang et al., 2007)", |
| "ref_id": "BIBREF37" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "UCCA's Benefits to Semantic Tasks", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this section we compare UCCA to some of the major approaches to grammatical representation in NLP. We focus on English, which is the most studied language and the focus of this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Syntactic annotation schemes come in many forms, from lexical categories such as POS tags to intricate hierarchical structures. Some formalisms focus particularly on syntactic distinctions, while others model the syntax-semantics interface as well (Kaplan and Bresnan, 1981; Pollard and Sag, 1994; Joshi and Schabes, 1997; Steedman, 2001 ; Sag, 2010, inter alia). UCCA diverges from these approaches in aiming to abstract away from specific syntactic forms and to only represent semantic distinctions. Put differently, UCCA advocates an approach that treats syntax as a hidden layer when learning the mapping between form and meaning, while existing syntactic approaches aim to model it manually and explicitly.", |
| "cite_spans": [ |
| { |
| "start": 248, |
| "end": 274, |
| "text": "(Kaplan and Bresnan, 1981;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 275, |
| "end": 297, |
| "text": "Pollard and Sag, 1994;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 298, |
| "end": 322, |
| "text": "Joshi and Schabes, 1997;", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 323, |
| "end": 337, |
| "text": "Steedman, 2001", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "UCCA does not build on any other annotation layers and therefore implicitly assumes that semantic annotation can be learned directly. Recent work suggests that indeed structured prediction methods have reached sufficient maturity to allow direct learning of semantic distinctions. Examples include Naradowsky et al. (2012) for semantic role labeling and Kwiatkowski et al. (2010) for semantic parsing to logical forms. While structured prediction for the task of predicting tree structures is already well established (e.g., (Suzuki et al., 10 The two sentences are somewhat different in terms of their information structure (Van Valin Jr., 2005) , which is represented in a more detailed UCCA layer. 2009)), recent work has also successfully tackled the task of predicting semantic structures in the form of DAGs (Jones et al., 2012) .", |
| "cite_spans": [ |
| { |
| "start": 298, |
| "end": 322, |
| "text": "Naradowsky et al. (2012)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 354, |
| "end": 379, |
| "text": "Kwiatkowski et al. (2010)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 525, |
| "end": 540, |
| "text": "(Suzuki et al.,", |
| "ref_id": null |
| }, |
| { |
| "start": 541, |
| "end": 543, |
| "text": "10", |
| "ref_id": null |
| }, |
| { |
| "start": 625, |
| "end": 646, |
| "text": "(Van Valin Jr., 2005)", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 814, |
| "end": 834, |
| "text": "(Jones et al., 2012)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The most prominent annotation scheme in NLP for English syntax is the Penn Treebank. Many syntactic schemes are built or derived from it. An increasingly popular alternative to the PTB are dependency structures, which are usually represented as trees whose nodes are the words of the sentence (Ivanova et al., 2012) . Such representations are limited due to their inability to naturally represent constructions that have more than one head, or in which the identity of the head is not clear. They also face difficulties in representing units that participate in multiple relations. UCCA proposes a different formalism that addresses these problems by introducing a new node for every relation (cf. (Sangati and Mazza, 2009) ).", |
| "cite_spans": [ |
| { |
| "start": 293, |
| "end": 315, |
| "text": "(Ivanova et al., 2012)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 698, |
| "end": 723, |
| "text": "(Sangati and Mazza, 2009)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Several annotated corpora offer a joint syntactic and semantic representation. Examples include the Groningen Meaning bank (Basile et al., 2012) , Treebank Semantics (Butler and Yoshimoto, 2012) and the Lingo Redwoods treebank (Oepen et al., 2004) . UCCA diverges from these projects in aiming to abstract away from syntactic variation, and is therefore less coupled with a specific syntactic theory.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 144, |
| "text": "(Basile et al., 2012)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 166, |
| "end": 194, |
| "text": "(Butler and Yoshimoto, 2012)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 227, |
| "end": 247, |
| "text": "(Oepen et al., 2004)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "A different strand of work addresses the construction of an interlingual representation, often with a motivation of applying it to machine translation. Examples include the UNL project (Uchida and Zhu, 2001) , the IAMTC project (Dorr et al., 2010) and the AMR project (Banarescu et al., 2012) . These projects share with UCCA their emphasis on cross-linguistically valid annotations, but diverge from UCCA in three important respects. First, UCCA emphasizes the notion of a multi-layer structure where the basic layers are maximally coarse-grained, in contrast to the above works that use far more elaborate representations. Second, from a theoretical point of view, UCCA differs from these works in aiming to represent conceptual semantics, building on works in Cognitive Linguistics (e.g., (Langacker, 2008) ). Third, unlike interlingua that generally define abstract representations that may correspond to several different texts, UCCA incorporates the text into its structure, thereby facilitating learning.", |
| "cite_spans": [ |
| { |
| "start": 185, |
| "end": 207, |
| "text": "(Uchida and Zhu, 2001)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 228, |
| "end": 247, |
| "text": "(Dorr et al., 2010)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 268, |
| "end": 292, |
| "text": "(Banarescu et al., 2012)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 792, |
| "end": 809, |
| "text": "(Langacker, 2008)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Semantic role labeling (SRL) schemes bear similarity to the foundational layer, due to their focus on argument structure. The leading SRL ap-proaches are PropBank (Palmer et al., 2005) and NomBank (Meyers et al., 2004) on the one hand, and FrameNet (Baker et al., 1998) on the other. At this point, all these schemes provide a more finegrained set of categories than UCCA.", |
| "cite_spans": [ |
| { |
| "start": 163, |
| "end": 184, |
| "text": "(Palmer et al., 2005)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 197, |
| "end": 218, |
| "text": "(Meyers et al., 2004)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 249, |
| "end": 269, |
| "text": "(Baker et al., 1998)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "PropBank and NomBank are built on top of the PTB annotation, and provide for each verb (Prop-Bank) and noun (NomBank), a delineation of their arguments and their categorization into semantic roles. Their structures therefore follow the syntax of English quite closely. UCCA is generally less tailored to the syntax of English (e.g., see secondary verbs (Dixon, 2005) ).", |
| "cite_spans": [ |
| { |
| "start": 353, |
| "end": 366, |
| "text": "(Dixon, 2005)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Furthermore, PropBank and NomBank do not annotate the internal structure of their arguments. Indeed, the construction of the commonly used semantic dependencies derived from these schemes (Surdeanu et al., 2008) required a set of syntactic head percolation rules to be used. These rules are somewhat arbitrary (Schwartz et al., 2011) , do not support multiple heads, and often reflect syntactic rather than semantic considerations (e.g., \"millions\" is the head of \"millions of dollars\", while \"dollars\" is the head of \"five million dollars\").", |
| "cite_spans": [ |
| { |
| "start": 188, |
| "end": 211, |
| "text": "(Surdeanu et al., 2008)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 310, |
| "end": 333, |
| "text": "(Schwartz et al., 2011)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Another difference is that PropBank and Nom-Bank each annotate only a subset of predicates, while UCCA is more inclusive. This difference is most apparent in cases where a single complex predicate contains both nominal and verbal components (e.g., \"limit access\", \"take a shower\"). In addition, neither PropBank nor Nomabnk address copula clauses, despite their frequency. Finally, unlike PropBank and NomBank, UCCA's foundational layer annotates linkage relations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In order to quantify the similarity between UCCA and PropBank, we annotated 30 sentences from the PropBank corpus with their UCCA annotations and converted the outcome to PropBankstyle annotations 11 . We obtained an unlabeled F-score of 89.4% when comparing to PropBank, which indicates that PropBank-style annotations are generally derivable from UCCA's. The disagreement between the schemes reflects both annotation conventions and principle differences, some of which were discussed above.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The FrameNet project (Baker et al., 1998) 11 The experiment was conducted on the first 30 sentences of section 02. The identity of the predicates was determined according to the PropBank annotation. We applied a simple conversion procedure that uses half a dozen rules that are not conditioned on any lexical item. We used a strict evaluation that requires an exact match in the argument's boundaries.", |
| "cite_spans": [ |
| { |
| "start": 21, |
| "end": 41, |
| "text": "(Baker et al., 1998)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "proposes a comprehensive approach to semantic roles. It defines a lexical database of Frames, each containing a set of possible frame elements and their semantic roles. It bears similarity to UCCA both in its use of Frames, which are a contextindependent abstraction of UCCA's Scenes, and in its emphasis on semantic rather than distributional considerations. However, despite these similarities, FrameNet focuses on constructing a lexical resource covering specific cases of interest, and does not provide a fully annotated corpus of naturally occurring text. UCCA's foundational layer can be seen as a complementary effort to FrameNet, as it focuses on high-coverage, coarsegrained annotation, while FrameNet is more finegrained at the expense of coverage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "This paper presented Universal Conceptual Cognitive Annotation (UCCA), a novel framework for semantic representation. We described the foundational layer of UCCA and the compilation of a UCCA-annotated corpus. We demonstrated UCCA's relative insensitivity to paraphrases and cross-linguistic syntactic variation. We also discussed UCCA's accessibility to annotators with no background in linguistics, which can alleviate the almost prohibitive annotation costs of large syntactic annotation projects.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "UCCA's representation is guided by conceptual notions and has its roots in the Cognitive Linguistics tradition and specifically in Cognitive Grammar (Langacker, 2008) . These theories represent the meaning of an utterance according to the mental representations it evokes and not according to its reference in the world. Future work will explore options to further reduce manual annotation, possibly by combining texts with visual inputs during training.", |
| "cite_spans": [ |
| { |
| "start": 149, |
| "end": 166, |
| "text": "(Langacker, 2008)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We are currently attempting to construct a parser for UCCA and to apply it to several semantic tasks, notably English-French machine translation. Future work will also discuss UCCA's portability across domains. We intend to show that UCCA, which is less sensitive to the idiosyncrasies of a specific domain, can be easily adapted to highly dynamic domains such as social media.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "The anaphoric aspects of \"his\" are not considered part of the current layer (see Section 2.3).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "By allowing several Cs we avoid the difficulties incurred by the common single head assumption. In some cases the Cs are inferred from context and can be implicit.5 Several Es that apply to a single C are often placed in", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "It is equally plausible to include Linkers for the other two linkage types. This is not included in the current layer.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "www.cs.huji.ac.il/\u02dcomria01", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In cases a unit had multiple parents, we discarded all but one of its incoming edges. This resulted in discarding 1.9% of the edges. We applied a simple normalization procedure to the resulting trees.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The foundational layer places \"not\" in the Scene level to avoid resolving fine scope issues (see Section 2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "Acknowledgements. We would like to thank Tomer Eshet for partnering in the development of the web application and to Amit Beka for his help with UCCA's software and development set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "acknowledgement", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "UCCA: A semantics-based grammatical annotation scheme", |
| "authors": [ |
| { |
| "first": "Omri", |
| "middle": [], |
| "last": "Abend", |
| "suffix": "" |
| }, |
| { |
| "first": "Ari", |
| "middle": [], |
| "last": "Rappoport", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "IWCS '13", |
| "volume": "", |
| "issue": "", |
| "pages": "1--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Omri Abend and Ari Rappoport. 2013. UCCA: A semantics-based grammatical annotation scheme. In IWCS '13, pages 1-12.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Inter-coder agreement for computational linguistics", |
| "authors": [ |
| { |
| "first": "Ron", |
| "middle": [], |
| "last": "Artstein", |
| "suffix": "" |
| }, |
| { |
| "first": "Massimo", |
| "middle": [], |
| "last": "Poesio", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Computational Linguistics", |
| "volume": "34", |
| "issue": "4", |
| "pages": "555--596", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ron Artstein and Massimo Poesio. 2008. Inter-coder agreement for computational linguistics. Computa- tional Linguistics, 34(4):555-596.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "The Berkeley Framenet project", |
| "authors": [ |
| { |
| "first": "Collin", |
| "middle": [ |
| "F" |
| ], |
| "last": "Baker", |
| "suffix": "" |
| }, |
| { |
| "first": "Charles", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [ |
| "B" |
| ], |
| "last": "Lowe", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "ACL-COLING '98", |
| "volume": "", |
| "issue": "", |
| "pages": "86--90", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Collin F. Baker, Charles J. Fillmore, and John B. Lowe. 1998. The Berkeley Framenet project. In ACL- COLING '98, pages 86-90.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Abstract meaning representation (AMR) 1.0 specification", |
| "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": "Philipp", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| }, |
| { |
| "first": "Martha", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathan", |
| "middle": [], |
| "last": "Schneider", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Laura Banarescu, Claire Bonial, Shu Cai, Madalina Georgescu, Kira Griffitt, Ulf Hermjakob, Kevin Knight, Philipp Koehn, Martha Palmer, and Nathan Schneider. 2012. Abstract mean- ing representation (AMR) 1.0 specification. http://www.isi.edu/natural-language/people/amr- guidelines-10-31-12.pdf.", |
| "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": "LREC '12", |
| "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 semantically annotated corpus. In LREC '12, pages 3196-3200.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The Prague Dependency Treebank. Treebanks", |
| "authors": [ |
| { |
| "first": "Alena", |
| "middle": [], |
| "last": "B\u00f6hmov\u00e1", |
| "suffix": "" |
| }, |
| { |
| "first": "Jan", |
| "middle": [], |
| "last": "Haji\u010d", |
| "suffix": "" |
| }, |
| { |
| "first": "Eva", |
| "middle": [], |
| "last": "Haji\u010dov\u00e1", |
| "suffix": "" |
| }, |
| { |
| "first": "Barbora", |
| "middle": [], |
| "last": "Hladk\u00e1", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "103--127", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alena B\u00f6hmov\u00e1, Jan Haji\u010d, Eva Haji\u010dov\u00e1, and Barbora Hladk\u00e1. 2003. The Prague Dependency Treebank. Treebanks, pages 103-127.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Banking meaning representations from treebanks. Linguistic Issues in Language Technology", |
| "authors": [ |
| { |
| "first": "Alistair", |
| "middle": [], |
| "last": "Butler", |
| "suffix": "" |
| }, |
| { |
| "first": "Kei", |
| "middle": [], |
| "last": "Yoshimoto", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "7", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alistair Butler and Kei Yoshimoto. 2012. Banking meaning representations from treebanks. Linguistic Issues in Language Technology, 7(1).", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Linguistic Nativism and the Poverty of the Stimulus", |
| "authors": [ |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "Shalom", |
| "middle": [], |
| "last": "Lappin", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander Clark and Shalom Lappin. 2010. Linguistic Nativism and the Poverty of the Stimulus. Wiley- Blackwell.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A Semantic Approach To English Grammar", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "W" |
| ], |
| "last": "Robert", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dixon", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert M. W. Dixon. 2005. A Semantic Approach To English Grammar. Oxford University Press.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Basic Linguistic Theory: Methodology", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "W" |
| ], |
| "last": "Robert", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dixon", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "1", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert M. W. Dixon. 2010a. Basic Linguistic Theory: Methodology, volume 1. Oxford University Press.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Basic Linguistic Theory: Grammatical Topics", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "W" |
| ], |
| "last": "Robert", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dixon", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "2", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert M. W. Dixon. 2010b. Basic Linguistic Theory: Grammatical Topics, volume 2. Oxford University Press.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Basic Linguistic Theory: Further Grammatical Topics", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "W" |
| ], |
| "last": "Robert", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dixon", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "3", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert M. W. Dixon. 2012. Basic Linguistic The- ory: Further Grammatical Topics, volume 3. Ox- ford University Press.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Unsupervised construction of large paraphrase corpora: Exploiting massively parallel news sources", |
| "authors": [ |
| { |
| "first": "Bill", |
| "middle": [], |
| "last": "Dolan", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Quirk", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Brockett", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "COLING '04", |
| "volume": "", |
| "issue": "", |
| "pages": "350--356", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bill Dolan, Chris Quirk, and Chris Brockett. 2004. Unsupervised construction of large paraphrase cor- pora: Exploiting massively parallel news sources. In COLING '04, pages 350-356.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Interlingual annotation of parallel text corpora: A new framework for annotation and evaluation", |
| "authors": [ |
| { |
| "first": "Bonnie", |
| "middle": [], |
| "last": "Dorr", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Passonneau", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Farwell", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Green", |
| "suffix": "" |
| }, |
| { |
| "first": "Nizar", |
| "middle": [], |
| "last": "Habash", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Helmreich", |
| "suffix": "" |
| }, |
| { |
| "first": "Edward", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| }, |
| { |
| "first": "Lori", |
| "middle": [], |
| "last": "Levin", |
| "suffix": "" |
| }, |
| { |
| "first": "Keith", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "Teruko", |
| "middle": [], |
| "last": "Mitamura", |
| "suffix": "" |
| }, |
| { |
| "first": "Owen", |
| "middle": [], |
| "last": "Rambow", |
| "suffix": "" |
| }, |
| { |
| "first": "Advaith", |
| "middle": [], |
| "last": "Siddharthan", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Natural Language Engineering", |
| "volume": "16", |
| "issue": "3", |
| "pages": "197--243", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bonnie Dorr, Rebecca Passonneau, David Farwell, Re- becca Green, Nizar Habash, Stephen Helmreich, Ed- ward Hovy, Lori Levin, Keith Miller, Teruko Mi- tamura, Owen Rambow, and Advaith Siddharthan. 2010. Interlingual annotation of parallel text cor- pora: A new framework for annotation and evalu- ation. Natural Language Engineering, 16(3):197- 243.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Who did what to whom?: A contrastive study of syntacto-semantic dependencies", |
| "authors": [ |
| { |
| "first": "Angelina", |
| "middle": [], |
| "last": "Ivanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Oepen", |
| "suffix": "" |
| }, |
| { |
| "first": "Lilja", |
| "middle": [], |
| "last": "\u00d8vrelid", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "LAW '12", |
| "volume": "", |
| "issue": "", |
| "pages": "2--11", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Angelina Ivanova, Stephan Oepen, Lilja \u00d8vrelid, and Dan Flickinger. 2012. Who did what to whom?: A contrastive study of syntacto-semantic dependen- cies. In LAW '12, pages 2-11.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Semantics-based machine translation with hyperedge replacement grammars", |
| "authors": [ |
| { |
| "first": "Bevan", |
| "middle": [], |
| "last": "Jones", |
| "suffix": "" |
| }, |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Andreas", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Bauer", |
| "suffix": "" |
| }, |
| { |
| "first": "Karl", |
| "middle": [ |
| "Moritz" |
| ], |
| "last": "Hermann", |
| "suffix": "" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "COLING '12", |
| "volume": "", |
| "issue": "", |
| "pages": "1359--1376", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bevan Jones, Jacob Andreas, Daniel Bauer, Karl Moritz Hermann, and Kevin Knight. 2012. Semantics-based machine translation with hyper- edge replacement grammars. In COLING '12, pages 1359-1376.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Treeadjoining grammars", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Aravind", |
| "suffix": "" |
| }, |
| { |
| "first": "Yves", |
| "middle": [], |
| "last": "Joshi", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Schabes", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Handbook Of Formal Languages", |
| "volume": "3", |
| "issue": "", |
| "pages": "69--123", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Aravind K. Joshi and Yves Schabes. 1997. Tree- adjoining grammars. Handbook Of Formal Lan- guages, 3:69-123.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Lexical-Functional Grammar: A Formal System For Grammatical Representation", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Ronald", |
| "suffix": "" |
| }, |
| { |
| "first": "Joan", |
| "middle": [], |
| "last": "Kaplan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bresnan", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ronald M. Kaplan and Joan Bresnan. 1981. Lexical- Functional Grammar: A Formal System For Gram- matical Representation. Massachusetts Institute Of Technology, Center For Cognitive Science.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Statisticsbased summarization -step one: Sentence compression", |
| "authors": [ |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "AAAI '00", |
| "volume": "", |
| "issue": "", |
| "pages": "703--710", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kevin Knight and Daniel Marcu. 2000. Statistics- based summarization -step one: Sentence compres- sion. In AAAI '00, pages 703-710.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Inducing probabilistic CCG grammars from logical form with higherorder unification", |
| "authors": [ |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Kwiatkowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Luke", |
| "middle": [], |
| "last": "Zettlemoyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Sharon", |
| "middle": [], |
| "last": "Goldwater", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "EMNLP '10", |
| "volume": "", |
| "issue": "", |
| "pages": "1223--1233", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tom Kwiatkowski, Luke Zettlemoyer, Sharon Goldwa- ter, and Mark Steedman. 2010. Inducing probabilis- tic CCG grammars from logical form with higher- order unification. In EMNLP '10, pages 1223-1233.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Cognitive Grammar: A Basic Introduction", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [ |
| "W" |
| ], |
| "last": "Langacker", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "R.W. Langacker. 2008. Cognitive Grammar: A Basic Introduction. Oxford University Press, USA.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Building a large annotated corpus of English: The Penn Treebank", |
| "authors": [ |
| { |
| "first": "Mitchell", |
| "middle": [ |
| "P" |
| ], |
| "last": "Marcus", |
| "suffix": "" |
| }, |
| { |
| "first": "Mary", |
| "middle": [ |
| "Ann" |
| ], |
| "last": "Marcinkiewicz", |
| "suffix": "" |
| }, |
| { |
| "first": "Beatrice", |
| "middle": [], |
| "last": "Santorini", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "2", |
| "pages": "313--330", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mitchell P. Marcus, Mary Ann Marcinkiewicz, and Beatrice Santorini. 1993. Building a large anno- tated corpus of English: The Penn Treebank. Com- putational Linguistics, 19(2):313-330.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Annotating noun argument structure for Nombank", |
| "authors": [ |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Meyers", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruth", |
| "middle": [], |
| "last": "Reeves", |
| "suffix": "" |
| }, |
| { |
| "first": "Catherine", |
| "middle": [], |
| "last": "Macleod", |
| "suffix": "" |
| }, |
| { |
| "first": "Rachel", |
| "middle": [], |
| "last": "Szekely", |
| "suffix": "" |
| }, |
| { |
| "first": "Veronika", |
| "middle": [], |
| "last": "Zielinska", |
| "suffix": "" |
| }, |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "LREC '04", |
| "volume": "", |
| "issue": "", |
| "pages": "803--806", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adam Meyers, Ruth Reeves, Catherine Macleod, Rachel Szekely, Veronika Zielinska, Brian Young, and Ralph Grishman. 2004. Annotating noun argu- ment structure for Nombank. In LREC '04, pages 803-806.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Improving NLP through marginalization of hidden syntactic structure", |
| "authors": [ |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Naradowsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Riedel", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "EMNLP '12", |
| "volume": "", |
| "issue": "", |
| "pages": "810--820", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jason Naradowsky, Sebastian Riedel, and David Smith. 2012. Improving NLP through marginalization of hidden syntactic structure. In EMNLP '12, pages 810-820.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Lingo redwoods", |
| "authors": [ |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Oepen", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher D", |
| "middle": [], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Research on Language and Computation", |
| "volume": "2", |
| "issue": "4", |
| "pages": "575--596", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stephan Oepen, Dan Flickinger, Kristina Toutanova, and Christopher D Manning. 2004. Lingo red- woods. Research on Language and Computation, 2(4):575-596.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "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": "145--159", |
| "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):145-159.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Head-driven Phrase Structure Grammar", |
| "authors": [ |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [ |
| "A" |
| ], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carl Pollard and Ivan A. Sag. 1994. Head-driven Phrase Structure Grammar. University Of Chicago Press.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Sign-based construction grammar: An informal synopsis. Sign-based Construction Grammar", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Ivan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "39--170", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ivan A Sag. 2010. Sign-based construction gram- mar: An informal synopsis. Sign-based Construc- tion Grammar. CSLI Publications, Stanford, pages 39-170.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "An English dependency treebank\u00e0 la Tesni\u00e8re", |
| "authors": [ |
| { |
| "first": "Federico", |
| "middle": [], |
| "last": "Sangati", |
| "suffix": "" |
| }, |
| { |
| "first": "Chiara", |
| "middle": [], |
| "last": "Mazza", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "TLT '09", |
| "volume": "", |
| "issue": "", |
| "pages": "173--184", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Federico Sangati and Chiara Mazza. 2009. An En- glish dependency treebank\u00e0 la Tesni\u00e8re. In TLT '09, pages 173-184.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Neutralizing linguistically problematic annotations in unsupervised dependency parsing evaluation", |
| "authors": [ |
| { |
| "first": "Roy", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| }, |
| { |
| "first": "Omri", |
| "middle": [], |
| "last": "Abend", |
| "suffix": "" |
| }, |
| { |
| "first": "Roi", |
| "middle": [], |
| "last": "Reichart", |
| "suffix": "" |
| }, |
| { |
| "first": "Ari", |
| "middle": [], |
| "last": "Rappoport", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "ACL-HLT '11", |
| "volume": "", |
| "issue": "", |
| "pages": "663--672", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roy Schwartz, Omri Abend, Roi Reichart, and Ari Rappoport. 2011. Neutralizing linguistically prob- lematic annotations in unsupervised dependency parsing evaluation. In ACL-HLT '11, pages 663- 672.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Syntactic simplification and text cohesion", |
| "authors": [ |
| { |
| "first": "Advaith", |
| "middle": [], |
| "last": "Siddharthan", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Research on Language & Computation", |
| "volume": "4", |
| "issue": "1", |
| "pages": "77--109", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Advaith Siddharthan. 2006. Syntactic simplification and text cohesion. Research on Language & Com- putation, 4(1):77-109.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "The Syntactic Process", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Steedman. 2001. The Syntactic Process. MIT Press.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "The CoNLL-2008 shared task on joint parsing of syntactic and semantic dependencies", |
| "authors": [ |
| { |
| "first": "Mihai", |
| "middle": [], |
| "last": "Surdeanu", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Johansson", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Meyers", |
| "suffix": "" |
| }, |
| { |
| "first": "Llu\u00eds", |
| "middle": [], |
| "last": "M\u00e0rquez", |
| "suffix": "" |
| }, |
| { |
| "first": "Joakim", |
| "middle": [], |
| "last": "Nivre", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "CoNLL '08", |
| "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 syn- tactic and semantic dependencies. In CoNLL '08, pages 159-177.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "An empirical study of semisupervised structured conditional models for dependency parsing", |
| "authors": [ |
| { |
| "first": "Jun", |
| "middle": [], |
| "last": "Suzuki", |
| "suffix": "" |
| }, |
| { |
| "first": "Hideki", |
| "middle": [], |
| "last": "Isozaki", |
| "suffix": "" |
| }, |
| { |
| "first": "Xavier", |
| "middle": [], |
| "last": "Carreras", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "EMNLP '09", |
| "volume": "", |
| "issue": "", |
| "pages": "551--560", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jun Suzuki, Hideki Isozaki, Xavier Carreras, and Michael Collins. 2009. An empirical study of semi- supervised structured conditional models for depen- dency parsing. In EMNLP '09, pages 551-560.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "The universal networking language beyond machine translation", |
| "authors": [ |
| { |
| "first": "Hiroshi", |
| "middle": [], |
| "last": "Uchida", |
| "suffix": "" |
| }, |
| { |
| "first": "Meiying", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "International Symposium on Language in Cyberspace", |
| "volume": "", |
| "issue": "", |
| "pages": "26--27", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hiroshi Uchida and Meiying Zhu. 2001. The uni- versal networking language beyond machine trans- lation. In International Symposium on Language in Cyberspace, pages 26-27.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Parsing noun phrases in the Penn Treebank", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Vadas", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "James R Curran", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Computational Linguistics", |
| "volume": "37", |
| "issue": "4", |
| "pages": "753--809", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Vadas and James R Curran. 2011. Parsing noun phrases in the Penn Treebank. Computational Lin- guistics, 37(4):753-809.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Exploring The Syntaxsemantics Interface", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [ |
| "D" |
| ], |
| "last": "Van Valin", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert D. Van Valin Jr. 2005. Exploring The Syntax- semantics Interface. Cambridge University Press.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "What is the Jeopardy model? A quasisynchronous grammar for QA", |
| "authors": [ |
| { |
| "first": "Mengqiu", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "Teruko", |
| "middle": [], |
| "last": "Mitamura", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "EMNLP-CoNLL '07", |
| "volume": "", |
| "issue": "", |
| "pages": "22--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mengqiu Wang, Noah A. Smith, and Teruko Mita- mura. 2007. What is the Jeopardy model? A quasi- synchronous grammar for QA. In EMNLP-CoNLL '07, pages 22-32.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "type_str": "figure", |
| "text": "Figure 2(a) for a graph representation of this example.", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "num": null, |
| "type_str": "figure", |
| "text": "CoNLL-style dependency annotations. Note that (a) and (c), which have different semantics but superficially similar syntax, have the same annotation.", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "num": null, |
| "type_str": "figure", |
| "text": "(a) and Figure 2(b).", |
| "uris": null |
| }, |
| "FIGREF3": { |
| "num": null, |
| "type_str": "figure", |
| "text": "Examples of UCCA annotation graphs. Scene evoked by \"wonderful\" (seeFigure 2(c)).A third type of linkage covers all other cases, e.g., temporal, causal and conditional inter-Scene relations. The linked Scenes in such cases are marked as Parallel Scenes (H). The units specifying the relation between Hs are marked as Linkers (L) 6 . As with other relations in UCCA, Linkers and the Scenes they link are bound by a unit.", |
| "uris": null |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "html": null, |
| "num": null, |
| "content": "<table/>", |
| "text": "The complete set of categories in UCCA's foundational layer." |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td/><td>1</td><td>2</td><td colspan=\"2\">Passage # 3 4</td><td>5</td><td>6</td></tr><tr><td># Sents. # Tokens</td><td>8 259</td><td>20 360</td><td>23 343</td><td>14 322</td><td>13 316</td><td>15 393</td></tr><tr><td>ITA Vs. Gold</td><td colspan=\"6\">67.3 74.1 71.2 73.5 77.8 81.1 72.4 76.7 75.5 75.7 79.5 84.2</td></tr><tr><td>Correction</td><td/><td/><td colspan=\"2\">93.7</td><td/><td/></tr></table>", |
| "text": "This is done by introducing a new node whose descendants are the related units. Second, by adding an intermediate" |
| } |
| } |
| } |
| } |