| { |
| "paper_id": "2021", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T12:10:51.530260Z" |
| }, |
| "title": "Representing Implicit Positive Meaning of Negated Statements in AMR", |
| "authors": [ |
| { |
| "first": "Katharina", |
| "middle": [], |
| "last": "Stein", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Saarland University", |
| "location": { |
| "country": "Germany" |
| } |
| }, |
| "email": "kstein@coli.uni-saarland.de" |
| }, |
| { |
| "first": "Lucia", |
| "middle": [], |
| "last": "Donatelli", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Saarland University", |
| "location": { |
| "country": "Germany" |
| } |
| }, |
| "email": "donatelli@coli.uni-saarland.de" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Meaning Representation (AMR) has become popular for representing the meaning of natural language in graph structures. However, AMR does not represent scope information, posing a problem for its overall expressivity and specifically for drawing inferences from negated statements. This is the case with so-called \"positive interpretations\" of negated statements, in which implicit positive meaning is identified by inferring the opposite of the negation's focus. In this work, we investigate how potential positive interpretations (PPIs) can be represented in AMR. We propose a logically motivated AMR structure for PPIs that makes the focus of negation explicit and sketch an initial proposal for a systematic methodology to generate this more expressive structure.", |
| "pdf_parse": { |
| "paper_id": "2021", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Meaning Representation (AMR) has become popular for representing the meaning of natural language in graph structures. However, AMR does not represent scope information, posing a problem for its overall expressivity and specifically for drawing inferences from negated statements. This is the case with so-called \"positive interpretations\" of negated statements, in which implicit positive meaning is identified by inferring the opposite of the negation's focus. In this work, we investigate how potential positive interpretations (PPIs) can be represented in AMR. We propose a logically motivated AMR structure for PPIs that makes the focus of negation explicit and sketch an initial proposal for a systematic methodology to generate this more expressive structure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "There has been a recent and growing interest in representing the meaning of natural language in graph structures. One semantic framework that has become popular is the semantic representation language of Abstract Meaning Representation (AMR) (Banarescu et al., 2013) . AMRs are attractive for their ease of readability, and they are intuitive representations due to their focus on predicate-argument structures. Additionally, annotating meaning with graph structures is easier than following many traditional formal semantic frameworks (Bos, 2016) and often allows for increased expressive capacity.", |
| "cite_spans": [ |
| { |
| "start": 242, |
| "end": 266, |
| "text": "(Banarescu et al., 2013)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 536, |
| "end": 547, |
| "text": "(Bos, 2016)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "An important application for meaning representations are inference tasks that play a crucial role in many NLP tasks such as information extraction and question answering (Abzianidze and Bos, 2019) . Such inference tasks are where AMR often falls short due to its lack of precise scope representation. For example, from (1-a) it can be inferred that \"The boy stole the money\" and hence the boy is a thief; from (1-b), it can be inferred that \"The boy did not steal the money\" and is likely not a thief.", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 196, |
| "text": "(Abzianidze and Bos, 2019)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "(1) a. The boy stole the money yesterday. b. The boy did not steal the money yesterday.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Yet, the information provided by the scope of the negation alone is not sufficient when drawing inferences. Negated statements can convey implicit positive meaning, or Potential Positive Interpretation (PPI) (Blanco and Moldovan, 2011) , that is usually understood intuitively by humans. For example, an intuitive interpretation for (1-b) is that \"someone other than the boy stole the money yesterday\" (and the boy is not a thief). It could also be inferred, however, that \"the boy stole something other than money,\" (and is still a thief) depending on whether the boy or the money is the focus of the negation. As a third alternative, if the focus of the negation is yesterday, we can indeed infer that \"the boy stole the money,\" though we do not know when. Both scope and focus of negation need to be detected to understand these nuanced interpretations and draw correct inferences, an exisitng weakness in many current Natural Language Inference (NLI) tasks (Naik et al., 2018) .", |
| "cite_spans": [ |
| { |
| "start": 208, |
| "end": 235, |
| "text": "(Blanco and Moldovan, 2011)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 961, |
| "end": 980, |
| "text": "(Naik et al., 2018)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The goal of this paper is therefore (i) to investigate how the PPIs of negative statements can be represented in AMRs and (ii) to investigate whether these structures can be generated from the AMR of the negated sentence in a systematic way based on the work by and . To this end, we propose a novel, logically-motivated AMR structure that makes both scope and focus of negation explict. We additionally sketch an initial proposal for how to transform existing AMRs into this more expressive format. Initial assessment results support previously made observations that AMR lacks expressive capacity when it comes to scope. This lack of expressivity is especially problematic for PPIs whose concrete meaning results from an interaction of the negation and information structure. 1: The PPIs generated using semantic roles (1-4) and syntactic dependencies (1-8) for the negated statement: \"The young boy did not steal my money yesterday\". enables us to express the negation's foci in AMR without modifying the original AMR. To our knowledge we are the first to propose a representation of both scope and focus in AMR in order to express the full meaning of negated statements.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This paper is structured as follows. Section 2 presents background about focus of negation, previous work on generating PPIs and about scope in AMR. Based on this, we propose an approach to represent the PPIs of a negated statement in AMRs and a methodology to systematically generate these AMRs (Section 3) which we then verify with corpus examples (Section 4). In Section 5 we conclude and discuss next steps.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Deriving the meaning of negated statements in NLP tasks is more challenging than for statements lacking negation. This complexity is due in part to the ambiguity of negation with respect to its scope and focus. According to Huddleston and Pullum (2002) , the focus is the part of the scope that is intended to be interpreted as being false. Moldovan (2011, 2014) state that negated statements can carry implicit positive meaning. For example, \"cows do not eat meat\" has the implicit meaning that \"cows eat something other than meat\". They state that implicit positive meaning arises because of a speaker's specific choice to formulate the negated statement, i.e. if the positive implication is not intended the speaker would say something different (for example, \"cows do not eat\").", |
| "cite_spans": [ |
| { |
| "start": 224, |
| "end": 252, |
| "text": "Huddleston and Pullum (2002)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 341, |
| "end": 362, |
| "text": "Moldovan (2011, 2014)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Focus of Negation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The ability to detect the positive meaning by detecting the scope and focus of negation yields valuable information for NLP tasks, especially for those involving inferences Moldovan, 2011, 2014) . Selecting the smallest suitable focus, i.e. a fine-grained focus, often yields a larger amount of positive meaning Moldovan, 2012, 2014) . Indeed, this has been found in NLI benchmarks: strong negation words are often responsible for models prediction contradiction for neutral or entailed statements (Naik et al., 2018) . Representing scope and focus in a more precise manner can further assist in fact detection, building correct timelines, and identifying discourse structure (Altuna et al., 2017; Anand and Martell, 2012).", |
| "cite_spans": [ |
| { |
| "start": 173, |
| "end": 194, |
| "text": "Moldovan, 2011, 2014)", |
| "ref_id": null |
| }, |
| { |
| "start": 312, |
| "end": 333, |
| "text": "Moldovan, 2012, 2014)", |
| "ref_id": null |
| }, |
| { |
| "start": 498, |
| "end": 517, |
| "text": "(Naik et al., 2018)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Focus of Negation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Blanco and Sarabi (2016) and developed methodologies that make the implicit positive meaning of a negated statement, or all positive interpretations derived from potential foci of negation, explicit by automatically generating its PPIs based on the focus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Positive Interpretations of Negated Statements", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Focusing on verbal negation the positive counterpart is first generated by removing negation; each PPI is then generated by selecting one of the potential foci of the negation and replacing it with an \"existential placeholder\". The potential foci get identified based on the semantic roles or the syntactic dependents ) of the verb. Table 1 shows both the coarse-grained (1-4) and the fine-grained PPIs (5-8). Sarabi and Blanco (2017) extend the syntactic dependency based methodology to address the negation of nouns and adjectives. ", |
| "cite_spans": [ |
| { |
| "start": 410, |
| "end": 434, |
| "text": "Sarabi and Blanco (2017)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 333, |
| "end": 340, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Positive Interpretations of Negated Statements", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "AMRs are single-rooted, directed, labeled acyclic graphs whose nodes represent the predicate and the arguments of the represented sentence and the edges represent the semantic relations between the concepts. Figure 1a shows the graphical AMR for the sentence \"The boy did not steal the money yesterday.\" Negation is represented with a :polarity relation between the negated concept and the polarity constant \"-\". This representation does not provide any information about the scope of the negation, seen clearly when represented as a conjunction of logical triples helpful to draw inferences ( Figure 1b ).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 208, |
| "end": 217, |
| "text": "Figure 1a", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 594, |
| "end": 603, |
| "text": "Figure 1b", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Abstract Meaning Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Without negation, this logical representation of an AMR can successfully be used to draw inferences by applying the conjunction elimination rule. However, as negation is represented as a conjunct, the elimination rule can yield wrong results when drawing inferences. As already stated by Bos (2020) , applying the rule allows us to erroneously drop the negation. From Figure 1b , it could be inferred that \"The boy stole the money yesterday\". Dropping one of the other conjuncts can lead to wrong inferences, as well, if the focus of the negation is dropped but not the negation itself.", |
| "cite_spans": [ |
| { |
| "start": 288, |
| "end": 298, |
| "text": "Bos (2020)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 368, |
| "end": 377, |
| "text": "Figure 1b", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Abstract Meaning Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Several approaches have been proposed to address the lack of scope information in AMR (Bos, 2016 (Bos, , 2020 Pustejovsky et al., 2019) . Pustejovsky et al. (2019) propose an extended version of AMR that introduces a node for scope that can be added on top of the AMR structure and represents the relative scope between two other nodes, e.g. a quantifier and negation. Bos (2016) defines a recur-sive translation function that maps an AMR into first-order logic (FOL). The resulting formulas include existential quantifiers and the negation as a logical operator that scopes over the sub-formula corresponding to the sub-graph it is attached to. However, none of these approaches addresses the representation of focus of negation.", |
| "cite_spans": [ |
| { |
| "start": 86, |
| "end": 96, |
| "text": "(Bos, 2016", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 97, |
| "end": 109, |
| "text": "(Bos, , 2020", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 110, |
| "end": 135, |
| "text": "Pustejovsky et al., 2019)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 138, |
| "end": 163, |
| "text": "Pustejovsky et al. (2019)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract Meaning Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The overall focus of a statement can be represented in AMR by making the corresponding node the root and re-arranging the rest of the graph using inverse roles. However, the expressiveness of this focus representation is limited. Specifically, only a single node can be be the focus, posing a problem for PPIs where the focus of the negation consists of several nodes. Additionally, leaving the negation at the original position does not make clear that focus of the negation is expressed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract Meaning Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Bos 2016shows that his translation function can derive formulas where the logical negation scopes only over a sub-formula when moving the negation in the AMR to the corresponding subgraph. For example, the formula for \"It was not a boy who stole the money yesterday\" could be correctly derived by moving the negation to boy. However, the resulting AMR and the corresponding FOL formula do not explicitly represent that there exists another person who is the agent of this stealing event. Furthermore, moving only the negation does not allow to differentiate between the representation of coarse-grained PPIs and PPIs where the focus is a single, internal node.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract Meaning Representation", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The goal of this exploratory work is to investigate (i) how the PPIs of a negated statement can be represented in AMRs and (ii) if it is possible to generate them systematically from the original AMR of the negated statement for increased expressivity. We employ a combination of the semantic role based and the syntactic dependency based approach as the starting point for this investigation. For simplicity, we ignore tense as well as semantic differences between definite and indefinite determiners.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The main question regarding PPIs in AMRs concerns the representation of \"but\". Specifically, we must decide where the subgraph for the \"but not [original text of focus]\" part of the PPI should be inserted. A manual investigation of AMRs for simi- Inner Contrast Outer Contrast Instead Pro", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Representing PPIs in AMRs", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 \"but\" similar to \"and\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Representing PPIs in AMRs", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 most frequent way to encode", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Representing PPIs in AMRs", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 instead-of-91 to \u2022 logically motivated \"but\" in similar cases express \"A but not B\" \u2022 makes focus explicit", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Representing PPIs in AMRs", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 only very few examples in \u2022 Negation attached to main predicate \u2022 no polarity relation AMR corpora with an inner \u2022 focus not explicit, can only be", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 only implicit negation contrast-01 node inferred from not shared arguments in AMR lar sentence structures in AMR corpora 1 resulted in three potential representations (see Figure 2 ). Two of them represent \"but\" using contrast-01: Inner Contrast with contrast-01 as an inner node and Outer Contrast with contrast-01 as the root node. Instead represents \"but\" with the instead-of-91 concept. Consider the negated statement in (2) with its potential PPIs based on different foci of the negation:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 174, |
| "end": 182, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "(2)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "The boy did not steal the money. a. ARG0: Some person stole the money but not the boy. b. ARG1: The boy stole something but not the money. c. ROOT: The boy did something with the money but not steal", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "The AMR for the negated statement corresponds to the one in Figure 1 without the :time relation. Figure 2 illustrates the three different AMR versions considered for the ARG0 PPI interpretation (2-a) (when ARG0 is the focus); Table 2 summarizes the main advantages and disadvantages of the versions with respect to the current work.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 60, |
| "end": 68, |
| "text": "Figure 1", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 97, |
| "end": 105, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 226, |
| "end": 233, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "The instead-of-91 relation was considered because the AMR dictionary 2 lists \"not A but B\" as an example use and the PPIs can be rephrased to e.g. \"The boy stole not the money but something yesterday\". The main difference compared to the Contrast versions is the absence of the :polarity relation, as the negation is implicitly included in the ARG2 role by definition. As one of the motivations for this work is to make the meaning of negation explicit, it would be counterintuitive to use a representation that expresses negation implicitly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "The Inner Contrast and the Outer Contrast versions have quite different overall structures. The Outer Contrast AMR has the contrast-01 concept as its root and its two arguments are themselves AMRs for a complete sentence each. In particular, the ARG2 subgraph corresponds to the original negated AMR and the ARG1 subgraph to the AMR for the PPI without the \"but not [original text of focus]\" part, with re-entrancies for shared arguments. In the Inner Contrast version on the other hand, the contrast-01 concept replaces the node that is the root of the chosen focus, e.g. the ARG0 argument for the ARG0 PPI. The AMR for the placeholder is the ARG1 argument of the contrast-01 concept and the original ARG0 subgraph, (here boy), becomes the ARG2 argument with the negation directly attached to it instead of to the root predicate. The structure of this graph and the representation of \"but\" are similar to \"and\" and how \"Some person and not the boy stole the money\" gets represented.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "Interestingly, in a manual survey of similar ex- (0) Original Negated AMR", |
| "cite_spans": [ |
| { |
| "start": 49, |
| "end": 52, |
| "text": "(0)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "(1) Select ARG0 as focus (2) Detach f-subgraph", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "(3) Move negation to root of f-subgraph (4) Attach f-subgraph to contrast-01 as ARG2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "(5) Subgraph for placeholder (6) Attach p-subgraph to contrast-01 as ARG1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "(7) Attach contrast-01 subgraph to original AMR at empty ARG0 position Figure 3 : The steps of the initial version of the methodology to generate the AMR for the ARG0 PPI \"Some person stole the money but not the boy\" (7) from the AMR of the original negated statement (0) .", |
| "cite_spans": [ |
| { |
| "start": 268, |
| "end": 271, |
| "text": "(0)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 71, |
| "end": 79, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "amples encountered in AMR corpora, almost all representations correspond to the Outer Contrast version. Nevertheless, the Inner Contrast version has two advantages for the current work. First, the structure is more logically motivated than the Outer Contrast structure, as \"but\" often gets represented as \"and not\" in logic and hence a similar structure in AMRs seems to be preferable. Additionally, the Inner Contrast version makes the focus of the negation explicit as the negation is attached directly to the concept that is intended to be interpreted as false. For these reasons, we choose the Inner Contrast version to represent PPIs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Con", |
| "sec_num": null |
| }, |
| { |
| "text": "Based on the general structure of the Inner Contrast AMRs and Sarabi and Blanco (2016)'s methodology, we propose to systematically generate PPI AMRs. As an initial step (0), the original AMR is traversed, starting at the node the polarity is attached to; all subgraphs rooted at the visited nodes are considered as potential foci (subgraphs), except for the polarity node. We then proceed as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "1. We select the focus of negation;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "2. The chosen focus subgraph (f-subgraph) is detached from the original AMR;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "3. The negation is moved to the root of the fsubgraph;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "4. The f-subgraph is attached to a contrast-01 node as ARG2;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "5. We create a subgraph for the placeholder (psubgraph);", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "6. The p-subgraph is attached to a contrast-01 node as ARG1;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "7. The contrast-01 subgraph is then attached at the original position of the fsubgraph. Figure 3 illustrates these steps graphically. This transformation can be executed directly on the original AMR of the negated statement and hence no positive counterpart needs to be derived as an intermediate step. As AMRs do not represent tense, inflection and auxiliaries required by the syntax, only the negatively-oriented polarity-sensitive items have to be exchanged with their positivelyoriented counterparts.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 88, |
| "end": 96, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Generating the PPI Representations", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In the following section, the validity of the initial proposal for the representation of PPIs of negated statements in AMRs and for the methodology to generate them will be verified by means of examples and extended and adapted if necessary. For reasons of space, only some of the PPIs are presented for the example statements. Figure 3 illustrates how to generate the AMR for an ARG0 PPI. Example (3) extends (2) with the non-core relation :time (Figure 4a ).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 328, |
| "end": 336, |
| "text": "Figure 3", |
| "ref_id": null |
| }, |
| { |
| "start": 447, |
| "end": 457, |
| "text": "(Figure 4a", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Findings", |
| "sec_num": "4" |
| }, |
| { |
| "text": "(3)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Verbal Negation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The boy did not steal the money yesterday.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Verbal Negation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The young boy did not steal my money yesterday. Figure 4b shows that the AMR for the PPI generated from :time has the same overall structure as when choosing a core relation as focus. When the negated verb itself is chosen as the focus, the AMR for the corresponding ROOT PPI looks different (see Figure 4c) . In order to generate the AMR for ROOT PPIs, the predicate and all its arguments need to be considered as the f-subgraph and two additional steps must be added to the transformation between step (6) and (7). First, boy and money are the ARG0 and ARG1 arguments of both predicates of the PPI respectively and hence need to be shared. Second, non-core relations modifying a complete conjunction are pulled-out in AMRs and therefore yesterday is moved to the root node. Example (4) (Figure 5a ) adds the modifier young and the possessive pronoun my to the ARG0 and ARG1 arguments of (3) respectively, leading to four additional, fine-grained PPIs. Figure 5b shows the AMR for the ARG1 fine-grained PPI. Similar to ROOT PPIs, fine-grained foci can be internal nodes and therefore one has to take care of the required re-entrancies, e.g. the two :poss relations in 5b need to link to the same entity (i.e. \"I\").", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 48, |
| "end": 57, |
| "text": "Figure 4b", |
| "ref_id": "FIGREF4" |
| }, |
| { |
| "start": 297, |
| "end": 307, |
| "text": "Figure 4c)", |
| "ref_id": "FIGREF4" |
| }, |
| { |
| "start": 788, |
| "end": 798, |
| "text": "(Figure 5a", |
| "ref_id": "FIGREF5" |
| }, |
| { |
| "start": 954, |
| "end": 963, |
| "text": "Figure 5b", |
| "ref_id": "FIGREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Verbal Negation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Whereas the previous case works similar to the coarse-grained PPIs, it gets more difficult when adjectives are involved. The two fine-grained PPIs that 's methodology generates for the ARG0 argument the young boy are \"The young some person stole my money yesterday but not the young boy\" and \"The some_adjective boy stole my money yesterday ...\". Instead of some_adjective, we use some as a general placeholder for adjectives. Still, both PPIs sound rather unsuitable because of the co-occurrence of the determiner and some. Possible solutions would be to remove the determiner or to exchange it with an indefinite determiner and to remove some completely. To ensure consistency with negated statements not including a determiner, e.g. \"Young boys did not steal my money\", we decided to discard the determiner which also never is represented in AMR (see Figure 5c, 5d) .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 854, |
| "end": 868, |
| "text": "Figure 5c, 5d)", |
| "ref_id": "FIGREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Verbal Negation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In case of the MOD PPI yet another issue comes up. The AMR generated by the proposed transformation steps represents only one boy that \"has some property but is not young\" because the contrast subgraph is attached at the original position of young beneath boy. However, in the MOD PPI two different boys are referenced. Therefore, the methodology in Figure 3 has to be adapted in the following way in order to generate the AMR in Figure 5d : In step (1) not only the f-subgraph but also the subgraph covering the complete semantic role to which the fine-grained focus belongs (srsubgraph) has to be detected. Both subgraphs are equivalent in the case of coarse-grained and ROOT foci. In all steps except for step (3) \"f-subgraph\" needs to be replaced with \"sr-subgraph\". Additionally, the sr-subgraph needs to be copied before adding the negation in step (3). The p-subgraph in step (5) replaces the f-subgraph in the copied sr-subgraph and the resulting subgraph is then attached to the contrast subgraph in step (6). For the examples covered so far these modifications do not affect the resulting PPI AMRs. Hence, the adapted methodology is more suitable. (See Appendix for detailed illustrations of the adapted steps for a MOD PPI and a ROOT PPI example.)", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 350, |
| "end": 358, |
| "text": "Figure 3", |
| "ref_id": null |
| }, |
| { |
| "start": 430, |
| "end": 439, |
| "text": "Figure 5d", |
| "ref_id": "FIGREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Verbal Negation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Sarabi and Blanco (2017) extend the methodology from to non-verbal negation by modifying the selection of the potential foci. When an adjective is negated, they choose all subtrees rooted in the direct dependents of the negated adjective as well as the adjective itself as potential foci. Here, we only consider the negation of predicative adjectives, i.e. where the adjective concept is the root of the AMR. Predicative adjectives are represented using a PropBank frame whenever one is available, such as for sad in Example (5). 5The child was not sad at the party.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Adjectives", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Hence, the corresponding AMR structures are similar to those for verbal negation (see Figure 6a ). However, when exchanging sad with funny the root is no longer related to child with a core relation but with the :domain relation because no Prop-Bank frame is available (Figure 6b) . Still, generating the AMRs for the PPIs works in the same way as for verbal negation except for the ROOT PPI. For predicative adjectives neither some_adjective nor some are suitable placeholders. Therefore, in order to generate the ROOT PPIs for negated adjectives first an appropriate concept for the placeholder needs to be determined (see Figure 6c ).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 86, |
| "end": 95, |
| "text": "Figure 6a", |
| "ref_id": "FIGREF7" |
| }, |
| { |
| "start": 269, |
| "end": 280, |
| "text": "(Figure 6b)", |
| "ref_id": "FIGREF7" |
| }, |
| { |
| "start": 625, |
| "end": 634, |
| "text": "Figure 6c", |
| "ref_id": "FIGREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Negated Adjectives", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Following Sarabi and Blanco (2017), we distinguish two cases when a noun is negated: when the negated noun is the root of the AMR and when this is not the case. If a negated sentence contains a main verb as in Examples (6) and (7) the structure of the AMR depends on the specific meaning. (6) can be rephrased as \"The boy did not steal any money yesterday\" and gets represented with the same AMR as shown in Figure 1a . Hence, it can be treated as an instance of verbal negation. (7) on the other hand cannot be rephrased this way but as \"There was no adult who spoke loudly in the church\" and therefore the noun is the root of the corresponding AMR (Figure 7e) . Still, the PPIs and their AMRs are the same as for verbal negation (e.g. Figure 7f ). The only adaption required in order to apply the proposed methodology to AMRs with an negated noun as root node is to make the closest predicate the root instead of the noun before selecting the foci and generating the AMRs. Yet, there is one limitation of the PPIs generated for negated statements with the meaning \"there is no X that\" which concerns quantification. When generating PPIs from foci different from the negated noun itself it is important that the PPI still expresses the negated existential quantification, e.g. the MANNER PPI for (7) must not express only that \"an adult spoke in some manner in church but not loudly\" because this does not exclude that \"there was also an adult who spoke loudly in church\". We decided to replace the negation no with a bare plural instead of using an indefinite article as done by Sarabi and Blanco (2017) because the noun phrase needs to be generic and the use of indefinite singular generics is more re- stricted than the use of bare plural generics (Cohen, 2001 ). However, this adaption does not solve the issue on the AMR level because AMRs do not represent (most) determiners and do not have a deep representation for quantifiers (see Figure 7f ). For the current work, the problem could be addressed by using the Outer Contrast version for the PPIs but nevertheless, this example supports the need to extend the expressiveness of the AMR framework.", |
| "cite_spans": [ |
| { |
| "start": 1581, |
| "end": 1605, |
| "text": "Sarabi and Blanco (2017)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 1752, |
| "end": 1764, |
| "text": "(Cohen, 2001", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 408, |
| "end": 417, |
| "text": "Figure 1a", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 650, |
| "end": 661, |
| "text": "(Figure 7e)", |
| "ref_id": "FIGREF8" |
| }, |
| { |
| "start": 737, |
| "end": 746, |
| "text": "Figure 7f", |
| "ref_id": "FIGREF8" |
| }, |
| { |
| "start": 1941, |
| "end": 1950, |
| "text": "Figure 7f", |
| "ref_id": "FIGREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Negated Nouns", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The boy stole no money yesterday .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Nouns", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "No adult spoke loudly in the church.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Nouns", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "This man is no professor.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Nouns", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "When a copula verb is involved like in Example (8), the structure of the AMR depends on the representation of the specific noun. When no appropriate frame is available the noun itself is the root (Figure 7a ). Exchanging professor with teacher leads to a different structure because teacher gets represented as a person who teaches (Figure 7b ) and exchanging it with president results yet in another graph structure, because president gets represented by the have-org-role-91 frame (Figure 7c ). The PPIs for foci that are not the negated noun itself and their generation do not differ from the examples in the previous sections. However, when the negated noun is chosen as the focus, each of the three examples has its own particularities. For the president example the only difference compared to verbal negation is that it does not make sense to select the root as potential focus. Example (8) illustrates again the problem of a suitable placeholder as the AMR for the ROOT PPI \"This man is something but no professor\" is a less-than-ideal solution because of something. When the negated noun invokes a predicate this is easier because \"This man is no teacher\" is represented as \"This man is not a person who teaches\". However, this results in an additional potential focus, i.e. person. One approach to deal with this inconsistency would be to consider the predicate and person as one unit for nouns that invoke predicates. Additionally, the position where the contrast subgraph gets inserted into the original graph needs to be modified in order to result in the correct AMR (see Figure 7d ).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 196, |
| "end": 207, |
| "text": "(Figure 7a", |
| "ref_id": "FIGREF8" |
| }, |
| { |
| "start": 333, |
| "end": 343, |
| "text": "(Figure 7b", |
| "ref_id": "FIGREF8" |
| }, |
| { |
| "start": 484, |
| "end": 494, |
| "text": "(Figure 7c", |
| "ref_id": "FIGREF8" |
| }, |
| { |
| "start": 1587, |
| "end": 1596, |
| "text": "Figure 7d", |
| "ref_id": "FIGREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Negated Nouns", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The examples in this section illustrate that representing and generating PPIs for negated statements involving the copula verb to be that gets not represented in AMRs is complex due to differences in the AMR representations of specific nouns.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Nouns", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "In the case of negated statements that include an ARGM-CAU semantic role factuality plays a role when selecting the causation as the focus. In AMRs, causation is represented with the frame cause-01. Figure 8a shows the AMR for Example (9).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 199, |
| "end": 208, |
| "text": "Figure 8a", |
| "ref_id": "FIGREF10" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Limitation: Negating Causation", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The girl was not sad because the boy left.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "(9)", |
| "sec_num": null |
| }, |
| { |
| "text": "A first attempt to represent the CAUSE PPI \"The girl was sad because of something but not because the boy left\" was to embed contrast-01 beneath the cause-01 node in the same way as \"because X and because Y\" would be represented. However, the resulting graph in Figure 8c represents \"The girl was sad because something happened but the boy did not leave\" which implies that the boy did not leave. In contrast, the leaving of the boy is a factual event in the original sentence and all PPIs need to express that the leaving of the boy indeed happened. Figure 8b shows the correct AMR for the CAUSE PPI where the negation is attached to cause-01. In the case of fine-grained PPIs the proposed methodology also leads to problems with respect to the factuality of the \"boy-leavingevent\". Therefore, further research on investigating the interactions of negation, scope and factuality is needed for representing PPIs in AMRs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 262, |
| "end": 271, |
| "text": "Figure 8c", |
| "ref_id": "FIGREF10" |
| }, |
| { |
| "start": 551, |
| "end": 560, |
| "text": "Figure 8b", |
| "ref_id": "FIGREF10" |
| } |
| ], |
| "eq_spans": [], |
| "section": "(9)", |
| "sec_num": null |
| }, |
| { |
| "text": "The way in which negation is represented in AMRs does not allow for accurate interpretation of scope or the ability to disambiguate between the potential foci of the negation. The goal of the current work was therefore, to investigate how the PPIs of negated statements can be represented in AMRs in order to explicitly represent the focus of negation and whether these representations can be generated in a systematical way. We proposed a logically motivated representation for the PPIs where the negation is attached directly to the root node of the focus. As future work, we plan to investigate our proposed approach on sentences from existing AMR corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion & Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Working through example negated statements has shown that representing positive meaning adequately in AMRs is a complex task especially when quantifier and scope interactions are involved. The results support the need for an extension of AMR that is able to handle quantifiers and scope phenomena in general, and negation in particular, in a systematic and explicit way that is suitable for inference tasks. Representing focus explicitly in AMRs does not solve the problem that modelling negation simply as a relation is inappropriate for drawing inferences. As a next step, then, we hope to combine our proposed approach with an existing approach that extends AMR's scope capacities, specifically by investigating the use of Pustejovsky et al. (2019)'s approach for determining which nodes to consider as potential foci and by translating the contrast-01 concept and the existential placeholder subgraphs into FOL. (0) Original AMR of negated statement (1a) Select young as focus and the corresponding f-subgraph (1b) Select the sr-subgraph to which the focus belongs", |
| "cite_spans": [ |
| { |
| "start": 916, |
| "end": 919, |
| "text": "(0)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion & Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "(2) Detach sr-subgraph and copy it", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion & Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "(3) Move negation to root of f-subgraph within the detached sr-subgraph (4) Attach resulting negated subgraph to :ARG2 of contrast-01 (5a) Subgraph for placeholder some (5b) Detach f-subgraph from the copied sr-subgraph (5c) Attach the subgraph for the placeholder at empty position (6) Attach the resulting subgraph to :ARG1 of contrast-01 (7) Attach contrast subgraph to original AMR at empty position of the sr-subgraph Figure 9 : Illustration of generating the AMR for the MOD PPI \"Some boy stole my money yesterday but not the young boy\" (7) from the AMR of the negated statement \"The young boy did not steal my money yesterday\" (0).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 423, |
| "end": 431, |
| "text": "Figure 9", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conclusion & Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "https://amr.isi.edu/download/amr-bank-struct-v3.0.txt, https://amr.isi.edu/download/2018-01-25/amr-release-bio-v3.0.txt 2 https://amr.isi.edu/doc/amr-dict.html", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "0 Start with original AMR of negated statement 1 a. Select the focus and the corresponding f-subgraph b. Select the sr-subgraph to which the focus belongs 2 Detach the sr-subgraph from the original AMR and copy it 3 Move negation to the root of the f-subgraph within the detached sr-subgraph 4 Attach the resulting negated subgraph to :ARG2 of contrast-01 5 a. Create the appropriate subgraph for the existential placeholder b. Detach the f-subgraph from the copied sr-subgraph c. Attach the subgraph for the existential placeholder at empty position 6 Attach the resulting subgraph to :ARG1 of contrast-01 a. Fix re-entrancies for arguments shared between :ARG1 and :ARG2 b. Pull-out shared non-core relations 7 Attach the contrast subgraph to the original AMR at empty original position of the sr-subgraph Table 3 : The steps of the proposed methodology to transform the AMR of an negated statement into the AMR of one of its PPIs. Figure 10 : Illustration of generating the AMR for the ROOT PPI \"The boy did something with the money yesterday but not steal\" (7) from the AMR of the negated statement \"The boy did not steal the money yesterday\" (0). In the special case of selecting the root / the predicate frame as focus here, the f-subgraph (as well as the sr-subgraph) consists of the predicate and all its arguments except for the negation. For reasons of space the copied sr-subgraph is not shown in step (2) and (3).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 808, |
| "end": 815, |
| "text": "Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 934, |
| "end": 943, |
| "text": "Figure 10", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Appendix", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Thirty musts for meaning banking", |
| "authors": [ |
| { |
| "first": "Lasha", |
| "middle": [], |
| "last": "Abzianidze", |
| "suffix": "" |
| }, |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Bos", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the First International Workshop on Designing Meaning Representations", |
| "volume": "", |
| "issue": "", |
| "pages": "15--27", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/W19-3302" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lasha Abzianidze and Johan Bos. 2019. Thirty musts for meaning banking. In Proceedings of the First In- ternational Workshop on Designing Meaning Repre- sentations, pages 15-27, Florence, Italy. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The scope and focus of negation: A complete annotation framework for Italian", |
| "authors": [ |
| { |
| "first": "Anne-Lyse", |
| "middle": [], |
| "last": "Bego\u00f1a Altuna", |
| "suffix": "" |
| }, |
| { |
| "first": "Manuela", |
| "middle": [], |
| "last": "Minard", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Speranza", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the Workshop Computational Semantics Beyond Events and Roles", |
| "volume": "", |
| "issue": "", |
| "pages": "34--42", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/W17-1806" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bego\u00f1a Altuna, Anne-Lyse Minard, and Manuela Sper- anza. 2017. The scope and focus of negation: A complete annotation framework for Italian. In Pro- ceedings of the Workshop Computational Semantics Beyond Events and Roles, pages 34-42, Valencia, Spain. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Annotating the focus of negation in terms of questions under discussion", |
| "authors": [ |
| { |
| "first": "Pranav", |
| "middle": [], |
| "last": "Anand", |
| "suffix": "" |
| }, |
| { |
| "first": "Craig", |
| "middle": [], |
| "last": "Martell", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the Workshop on Extra-Propositional Aspects of Meaning in Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "65--69", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pranav Anand and Craig Martell. 2012. Annotating the focus of negation in terms of questions under dis- cussion. In Proceedings of the Workshop on Extra- Propositional Aspects of Meaning in Computational Linguistics, pages 65-69, Jeju, Republic of Korea. Association for Computational Linguistics.", |
| "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": "Philipp", |
| "middle": [], |
| "last": "Koehn", |
| "suffix": "" |
| }, |
| { |
| "first": "Martha", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathan", |
| "middle": [], |
| "last": "Schneider", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 7th Linguistic Annotation Workshop and Interoperability with Discourse", |
| "volume": "", |
| "issue": "", |
| "pages": "178--186", |
| "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. 2013. Abstract Meaning Representation for sembanking. In Proceedings of the 7th Linguis- tic Annotation Workshop and Interoperability with Discourse, pages 178-186, Sofia, Bulgaria. Associa- tion for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Some issues on detecting negation from text", |
| "authors": [ |
| { |
| "first": "Eduardo", |
| "middle": [], |
| "last": "Blanco", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Moldovan", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Twenty-Fourth International FLAIRS Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eduardo Blanco and Dan Moldovan. 2011. Some is- sues on detecting negation from text. In Twenty- Fourth International FLAIRS Conference. Citeseer.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Finegrained focus for pinpointing positive implicit meaning from negated statements", |
| "authors": [ |
| { |
| "first": "Eduardo", |
| "middle": [], |
| "last": "Blanco", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Moldovan", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "456--465", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eduardo Blanco and Dan Moldovan. 2012. Fine- grained focus for pinpointing positive implicit mean- ing from negated statements. In Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Hu- man Language Technologies, pages 456-465, Mon- tr\u00e9al, Canada. Association for Computational Lin- guistics.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Retrieving implicit positive meaning from negated statements", |
| "authors": [ |
| { |
| "first": "Eduardo", |
| "middle": [], |
| "last": "Blanco", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Moldovan", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Natural Language Engineering", |
| "volume": "20", |
| "issue": "4", |
| "pages": "501--535", |
| "other_ids": { |
| "DOI": [ |
| "10.1017/S1351324913000041" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eduardo Blanco and Dan Moldovan. 2014. Retrieving implicit positive meaning from negated statements. Natural Language Engineering, 20(4):501-535.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Automatic generation and scoring of positive interpretations from negated statements", |
| "authors": [ |
| { |
| "first": "Eduardo", |
| "middle": [], |
| "last": "Blanco", |
| "suffix": "" |
| }, |
| { |
| "first": "Zahra", |
| "middle": [], |
| "last": "Sarabi", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "1431--1441", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/N16-1169" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eduardo Blanco and Zahra Sarabi. 2016. Automatic generation and scoring of positive interpretations from negated statements. In Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Hu- man Language Technologies, pages 1431-1441, San Diego, California. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Expressive Power of Abstract Meaning Representations", |
| "authors": [ |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Bos", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Computational Linguistics", |
| "volume": "42", |
| "issue": "3", |
| "pages": "527--535", |
| "other_ids": { |
| "DOI": [ |
| "10.1162/COLI_a_00257" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johan Bos. 2016. Expressive Power of Abstract Mean- ing Representations. Computational Linguistics, 42(3):527-535.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Separating argument structure from logical structure in AMR", |
| "authors": [ |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Bos", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the Second International Workshop on Designing Meaning Representations", |
| "volume": "", |
| "issue": "", |
| "pages": "13--20", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johan Bos. 2020. Separating argument structure from logical structure in AMR. In Proceedings of the Sec- ond International Workshop on Designing Meaning Representations, pages 13-20, Barcelona Spain (on- line). Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "On the Generic Use of Indefinite Singulars", |
| "authors": [ |
| { |
| "first": "Ariel", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Journal of Semantics", |
| "volume": "18", |
| "issue": "3", |
| "pages": "183--209", |
| "other_ids": { |
| "DOI": [ |
| "10.1093/jos/18.3.183" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ariel Cohen. 2001. On the Generic Use of Indefinite Singulars. Journal of Semantics, 18(3):183-209.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The cambridge grammar of english. Language. Cambridge", |
| "authors": [ |
| { |
| "first": "Rodney", |
| "middle": [], |
| "last": "Huddleston", |
| "suffix": "" |
| }, |
| { |
| "first": "Geoffrey", |
| "middle": [ |
| "K" |
| ], |
| "last": "Pullum", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "1", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rodney Huddleston and Geoffrey K Pullum. 2002. The cambridge grammar of english. Language. Cam- bridge: Cambridge University Press, 1.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Stress test evaluation for natural language inference", |
| "authors": [ |
| { |
| "first": "Aakanksha", |
| "middle": [], |
| "last": "Naik", |
| "suffix": "" |
| }, |
| { |
| "first": "Abhilasha", |
| "middle": [], |
| "last": "Ravichander", |
| "suffix": "" |
| }, |
| { |
| "first": "Norman", |
| "middle": [], |
| "last": "Sadeh", |
| "suffix": "" |
| }, |
| { |
| "first": "Carolyn", |
| "middle": [], |
| "last": "Rose", |
| "suffix": "" |
| }, |
| { |
| "first": "Graham", |
| "middle": [], |
| "last": "Neubig", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 27th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "2340--2353", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Aakanksha Naik, Abhilasha Ravichander, Norman Sadeh, Carolyn Rose, and Graham Neubig. 2018. Stress test evaluation for natural language inference. In Proceedings of the 27th International Conference on Computational Linguistics, pages 2340-2353, Santa Fe, New Mexico, USA. Association for Com- putational Linguistics.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Modeling quantification and scope in Abstract Meaning Representations", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Pustejovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Ken", |
| "middle": [], |
| "last": "Lai", |
| "suffix": "" |
| }, |
| { |
| "first": "Nianwen", |
| "middle": [], |
| "last": "Xue", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the First International Workshop on Designing Meaning Representations", |
| "volume": "", |
| "issue": "", |
| "pages": "28--33", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/W19-3303" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "James Pustejovsky, Ken Lai, and Nianwen Xue. 2019. Modeling quantification and scope in Abstract Meaning Representations. In Proceedings of the First International Workshop on Designing Meaning Representations, pages 28-33, Florence, Italy. Asso- ciation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Understanding negation in positive terms using syntactic dependencies", |
| "authors": [ |
| { |
| "first": "Zahra", |
| "middle": [], |
| "last": "Sarabi", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduardo", |
| "middle": [], |
| "last": "Blanco", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1108--1118", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D16-1119" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zahra Sarabi and Eduardo Blanco. 2016. Understand- ing negation in positive terms using syntactic depen- dencies. In Proceedings of the 2016 Conference on Empirical Methods in Natural Language Process- ing, pages 1108-1118, Austin, Texas. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "If no media were allowed inside the venue, was anybody allowed?", |
| "authors": [ |
| { |
| "first": "Zahra", |
| "middle": [], |
| "last": "Sarabi", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduardo", |
| "middle": [], |
| "last": "Blanco", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "860--869", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zahra Sarabi and Eduardo Blanco. 2017. If no me- dia were allowed inside the venue, was anybody al- lowed? In Proceedings of the 15th Conference of the European Chapter of the Association for Compu- tational Linguistics: Volume 1, Long Papers, pages 860-869, Valencia, Spain. Association for Computa- tional Linguistics.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "type_str": "figure", |
| "text": "AMR representations for the sentence \"The boy did not steal the money yesterday.\" Information about negation's scope and focus is not captured.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "text": "(a) Inner Contrast version (b) Outer Contrast version (c) Instead version Figure 2: The three representation structures considered for representing PPIs for the example ARG0 PPI \"Some person stole the money but not the boy\".", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "text": "(a) The boy did not steal the money yesterday.(b) TIME: The boy stole the money at some point in time but not yesterday.(c) ROOT: The boy did something with the money yesterday but not steal.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF4": { |
| "type_str": "figure", |
| "text": "Verbal negation: AMRs for \"The boy did not steal the money yesterday\" and two of its PPIs.(a) The young boy did not steal my money yesterday. (b) ARG1: The young boy stole my something yesterday but not my money. (c) ARG0: Some young person stole my money yesterday but not the young boy. (d) MOD: Some boy stole my money yesterday but not the young boy.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF5": { |
| "type_str": "figure", |
| "text": "Fine-grained PPIs: AMRs for \"The young boy did not steal my money yesterday\" and three of its PPIs.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF6": { |
| "type_str": "figure", |
| "text": "(a) The child was not sad at the party. (b) The child was not funny at the party. (c) ROOT: The child was [??] at the party but not sad.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF7": { |
| "type_str": "figure", |
| "text": "AMRs for the examples of negated adjectives and the overall structure of a ROOT PPI.(a) This man is no professor. (b) This man is no teacher. (c) This man is no president. (d) ROOT: This man is a person who does something but not teach. (e) No adult spoke loudly in the church.(f) MANNER: Adults spoke in some manner in the church but not loudly.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF8": { |
| "type_str": "figure", |
| "text": "AMRs for the examples of negated nouns and some of their PPIs.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF9": { |
| "type_str": "figure", |
| "text": "(a) The girl was not sad because the boy left.(b) CAUSE: The girl was sad because of something but not because the boy left.(c) The girl was sad because something happened but the boy did not leave.", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF10": { |
| "type_str": "figure", |
| "text": "AMR for Example (9) (a) and the correct CAUSE PPI (b) and the incorrect PPI (c).", |
| "num": null, |
| "uris": null |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "html": null, |
| "text": "", |
| "content": "<table/>", |
| "num": null |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "html": null, |
| "text": "The advantages and disadvantages of the three considered AMR versions with respect to the current work.", |
| "content": "<table/>", |
| "num": null |
| } |
| } |
| } |
| } |