| { |
| "paper_id": "S12-1038", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:23:38.019761Z" |
| }, |
| "title": "UCM-2: a Rule-Based Approach to Infer the Scope of Negation via Dependency Parsing", |
| "authors": [ |
| { |
| "first": "Miguel", |
| "middle": [], |
| "last": "Ballesteros", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Natural Interaction Based on Language Group", |
| "institution": "Complutense University of Madrid", |
| "location": { |
| "country": "Spain" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Alberto", |
| "middle": [], |
| "last": "D\u00edaz", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Natural Interaction Based on Language Group", |
| "institution": "Complutense University of Madrid", |
| "location": { |
| "country": "Spain" |
| } |
| }, |
| "email": "albertodiaz@fdi.ucm.es" |
| }, |
| { |
| "first": "Virginia", |
| "middle": [], |
| "last": "Francisco", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Natural Interaction Based on Language Group", |
| "institution": "Complutense University of Madrid", |
| "location": { |
| "country": "Spain" |
| } |
| }, |
| "email": "virginia@fdi.ucm.es" |
| }, |
| { |
| "first": "Pablo", |
| "middle": [], |
| "last": "Gerv\u00e1s", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Natural Interaction Based on Language Group", |
| "institution": "Complutense University of Madrid", |
| "location": { |
| "country": "Spain" |
| } |
| }, |
| "email": "pgervas@sip.ucm.es" |
| }, |
| { |
| "first": "Jorge", |
| "middle": [], |
| "last": "Carrillo De Albornoz", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Natural Interaction Based on Language Group", |
| "institution": "Complutense University of Madrid", |
| "location": { |
| "country": "Spain" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Laura", |
| "middle": [], |
| "last": "Plaza", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "Natural Interaction Based on Language Group", |
| "institution": "Complutense University of Madrid", |
| "location": { |
| "country": "Spain" |
| } |
| }, |
| "email": "lplazam@fdi.ucm.es" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "UCM-2 infers the words that are affected by negations by browsing dependency syntactic structures. It first makes use of an algorithm that detects negation cues, like no, not or nothing, and the words affected by them by traversing Minipar dependency structures. Second, the scope of these negation cues is computed by using a post-processing rulebased approach that takes into account the information provided by the first algorithm and simple linguistic clause boundaries. An initial version of the system was developed to handle the annotations of the Bioscope corpus. For the present version, we have changed, omitted or extended the rules and the lexicon of cues (allowing prefix and suffix negation cues, such as impossible or meaningless), to make it suitable for the present task.", |
| "pdf_parse": { |
| "paper_id": "S12-1038", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "UCM-2 infers the words that are affected by negations by browsing dependency syntactic structures. It first makes use of an algorithm that detects negation cues, like no, not or nothing, and the words affected by them by traversing Minipar dependency structures. Second, the scope of these negation cues is computed by using a post-processing rulebased approach that takes into account the information provided by the first algorithm and simple linguistic clause boundaries. An initial version of the system was developed to handle the annotations of the Bioscope corpus. For the present version, we have changed, omitted or extended the rules and the lexicon of cues (allowing prefix and suffix negation cues, such as impossible or meaningless), to make it suitable for the present task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "One of the challenges of the *SEM Shared Task (Morante and Blanco, 2012) is to infer and classify the scope and event associated to negations, given a training and a development corpus based on Conan Doyle stories (Morante and Daelemans, 2012) . Negation, simple in concept, is a complex but essential phenomenon in any language. It turns an affirmative statement into a negative one, changing the meaning completely. We believe therefore that being able to handle and classify negations we would be able to improve several text mining applications.", |
| "cite_spans": [ |
| { |
| "start": 46, |
| "end": 72, |
| "text": "(Morante and Blanco, 2012)", |
| "ref_id": null |
| }, |
| { |
| "start": 214, |
| "end": 243, |
| "text": "(Morante and Daelemans, 2012)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Previous to this Shared Task, we can find several systems that handle the scope of negation in the state of the art. This is a complex problem, because it requires, first, to find and capture the negation cues, and second, based on either syntactic or semantic representations, to identify the words that are directly (or indirectly) affected by these negation cues. One of the main works that started this trend in natural language processing was published by Morante's team (2008; 2009) , in which they presented a machine learning approach for the biomedical domain evaluating it on the Bioscope corpus.", |
| "cite_spans": [ |
| { |
| "start": 461, |
| "end": 482, |
| "text": "Morante's team (2008;", |
| "ref_id": null |
| }, |
| { |
| "start": 483, |
| "end": 488, |
| "text": "2009)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In 2010, a Workshop on Negation and Speculation in Natural Language Processing (Morante and Sporleder, 2010) was held in Uppsala, Sweden. Most of the approaches presented worked in the biomedical domain, which is the most studied in negation detection.", |
| "cite_spans": [ |
| { |
| "start": 79, |
| "end": 108, |
| "text": "(Morante and Sporleder, 2010)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The system presented in this paper is a modification of the one published in Ballesteros et al. (2012) . This system was developed in order to replicate (as far as possible) the annotations given in the Bioscope corpus (Vincze et al., 2008) . Therefore, for the one presented in the task we needed to modify most of the rules to make it able to handle the more complex negation structures in the Conan Doyle corpus and the new challenges that it represents. The present paper has the intention of exemplifying the problems of such a system when the task is changed.", |
| "cite_spans": [ |
| { |
| "start": 77, |
| "end": 102, |
| "text": "Ballesteros et al. (2012)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 219, |
| "end": 240, |
| "text": "(Vincze et al., 2008)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our system presented to the Shared Task is based on the following properties: it makes use of an algorithm that traverses dependency structures, it classifies the scope of the negations by using a rule-based approach that studies linguistic clause boundaries and the outcomes of the algorithm for traversing dependency structures, it applies naive and simple solutions to the problem of classifying the negated event and it does not use the syntactic annotation provided in the Conan Doyle corpus (just in an exception for the negated event annotation).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In Section 2 we describe the algorithms that we propose for inferring the scope of negation and the modifications that we needed to make to the previous version. In Section 3 we discuss the evaluation performed with the blind test set and development set and the error analysis over the development set. Finally, in Section 4 we give our conclusions and suggestions for future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our system consists of two algorithms: the first one is capable of inferring words affected by the negative operators (cues) by traversing dependency trees and the second one is capable of annotating sentences within the scope of negations. This second algorithm is the one in which we change the behaviour in a deeper way. The first one just serves as a consulting point in some of the rules of the second one. By using the training set and development set provided to the authors we modified, omitted or changed the old rules when necessary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The first algorithm which traverses a dependency tree searching for negation cues to determine the words affected by negations, was firstly applied (at an earlier stage) to a very different domain (Ballesteros et al., 2010) obtaining interesting results. At that time, the Minipar parser (Lin, 1998) was selected to solve the problem in a simple way without needing to carry out several machine learning optimizations which are well known to be daunting tasks. We also selected Minipar because at that moment we only needed unlabelled parsing. Therefore, our system consists of three different modules: a static negation cue lexicon, an algorithm that from a parse given by Minipar and the negation cue lexicon produces a set of words affected by the negations, and a rule-based system that produces the annotation of the scope of the studied sentence. These components are described in the following sections.", |
| "cite_spans": [ |
| { |
| "start": 288, |
| "end": 299, |
| "text": "(Lin, 1998)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In order to annotate the sentence as it is done in the Conan Doyle corpus, we also developed a postprocessing system that makes use of the outcomes of the initial system and produces the expected output. Besides this, we also generate a very naive rulebased approach to handle the problem of annotating the negated event.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "It is worth to mention that we did not make use of the syntactic annotation provided in the Conan Doyle corpus, our input is the plain text sentence. Therefore, the system could work without the columns that are included in the annotation, just with the word forms. We only make use of the annotation when we annotate the negated event, checking the part-of-speech tag to ascertain whether the corresponding word is a verb or not. The system could work without these columns but only the results of the negated event would be affected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methodology", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The lexicon containing the negation cues is static. It can be extended indefinitely but it has the restriction that it does not learn and it does not grow automatically when applying it to a different domain. The lexicon used in the previous system (Ballesteros et al., 2012) was also static but it was very small compared to the one employed by the present system, just containing less than 20 different negation cues.", |
| "cite_spans": [ |
| { |
| "start": 249, |
| "end": 275, |
| "text": "(Ballesteros et al., 2012)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negation Cue Lexicon", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Therefore, in addition to the previous lexicon, we analysed the training set and development sets and extracted 153 different negation cues (plus the ones already present in the previous system). We stored these cues in a file that feeds the system when it starts. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negation Cue Lexicon", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The algorithm that uses the outcomes of Minipar is the same employed in (Ballesteros et al., 2012) without modifications. It basically traverses the dependency structures and returns for each negation cue a set of words affected by the cue. The algorithm takes into account the way of handling main verbs by Minipar, in which these verbs appear as heads and the auxiliary verbs are dependants of them. Therefore, the system first detects the nodes that contain a word which is a negation cue, and afterwards it does the following:", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 98, |
| "text": "(Ballesteros et al., 2012)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Affected Wordforms Detection Algorithm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 If the negation cue is a verb, such as lack, it is marked as a negation cue.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Affected Wordforms Detection Algorithm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 If the negation cue is not a verb, the algorithm marks the main verb (if it exists) that governs the structure as a negation cue.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Affected Wordforms Detection Algorithm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "For the rest of nodes, if a node depends directly on any of the ones previously marked as negation cue, the system marks it as affected. The negation is also propagated until finding leaves, so wordforms that are not directly related to the cues are detected too.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Affected Wordforms Detection Algorithm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Finally, by using all of the above, the algorithm generates a list of words affected by each negation cue.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Affected Wordforms Detection Algorithm", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "This second algorithm is the one that has suffered the deepest modifications from the first version. The previous version handled the annotation as it is done in the Bioscope corpus. The algorithm works as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 The system opens a scope when it finds a new negation cue detected by the affected wordforms detection algorithm. In Bioscope, only the sentences in passive voice include the subject inside the scope. However, the Conan Doyle corpus does not contain this exception always including the subject in the scope when it exists. Therefore, we modified the decision that fires this rule, and we apply the way of annotating sentences in passive voice for all the negation cues, either passive or active voice sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Therefore, for most of the negation cues the system goes backward and opens the scope when it finds the subject involved or a marker that indicates another statement, like a comma.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "There are some exceptions to this, such as scopes in which the cue is without or neither...nor. For them the system just opens the scope at the cue.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 The system closes a scope when there are no more wordforms to be added, i.e.:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "-It finds words that indicate another statement, such as but or because.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "-No more words in the output of the first algorithm. -End of the sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 We also added a new rule that can handle the negation cues that are prefix or suffix of another word, such as meaning-less: if the system finds a cue word like this, it then annotates the suffix or prefix as the cue (such as less) and the rest of the word as part of the scope. Note that the Affected Wordforms Detection algorithm detects the whole word as a cue word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Scope Classification Algorithm", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In order to come up with a solution that could provide at least some results in the negated event handling, we decided to do the following:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Event Handling", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "\u2022 When the cue word contains a negative prefix or a negative suffix, we annotate the word as the negated event.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Event Handling", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "\u2022 When the cue word is either not or n't and the next word is a verb, according to the part-ofspeech annotation of the Conan Doyle corpus, we annotate the verb as the negated event.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Negated Event Handling", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "The post-processing step basically processes the annotated sentence with Bioscope style, (we show an example for clarification: <scope>There is <cue>no</cue> problem</scope>). It tokenizes the sentences, in which each token is a word or a wordform, after that, it does the following:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Post-Processing Step", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "\u2022 If the token contains the string <scope>, the system just starts a new scope column reserving three new columns and it puts the word in the first free \"scope\" column. Because it means that there is a new scope for the present sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Post-Processing Step", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "\u2022 If the token is between a <cue> annotation, the system puts it in the corresponding free \"cue\" column of the scope already opened.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Post-Processing Step", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "\u2022 If the token is annotated as \"negated event\", the system just puts the word in the last column of the scope already opened.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Post-Processing Step", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "Note that these three rules are not exclusive and can be fired for the same token, but in this case they are fired in the same order as they are presented.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Post-Processing Step", |
| "sec_num": "2.5" |
| }, |
| { |
| "text": "In this section we first show the evaluation results and second the error analysis after studying the results on the development set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results and Discussion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In this section we show the results obtained in two different tables: Table 2 shows the results of the system with the test set, Table 3 shows the results of the system with the development set.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 70, |
| "end": 77, |
| "text": "Table 2", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 129, |
| "end": 136, |
| "text": "Table 3", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "As we can observe, the results for the development set are higher than the ones obtained for the test set. The reason is simple, we used the development set (apart from the training set) to modify the rules and to make the system able to annotate the sentences of the test set. Note that our system only detects some of the negation cues (around 72% F1 and 76% F1, respectively, for the test and development sets). We therefore believe that one of the main drawbacks of the present system is the static lexicon of cues. In the previous version, due to the simplicity of the task, this was not an issue. However, it is worth noting that once the negation is detected the results are not that bad, we show a high precision in most of the tasks. But the recall suffers due to the coverage of the lexicon.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "It is also worth noting that for the measure Scope tokens, which takes into account the tokens included in the scope but not a full scope match, our system provides interesting outcomes (around 63% F1 and 73% F1, respectively), showing that it is able to annotate the tokens in a similar way. We believe that this fact evidences that the present system comes from a different kind of annotation and a different domain, and the extension or modification of such a system is a complex task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We can also observe that the negated events results are very low (around 17.46% F1 and 22.53% F1, respectively), but this was expected because by using our two rules we are only covering two cases and moreover, these two cases are not always behaving in the same way in the corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In this section we analyse the different errors of our system with respect to the development set. This set contains 787 sentences, of which 144 are negation sentences containing 168 scopes, 173 cues and 122 negation events.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "With respect to the negation cue detection we have obtained 58 false negatives (fn) and 16 false positives (fp). These results are not directly derived from the static lexicon of cues. The main problem is related with the management of sentences with more than one scope. The majority of the errors have been produced because in some cases all the cues are assigned to all the scopes detected in the same sentence, generating fp, and in other cases the cues of the second and subsequent scopes are ignored, generating fn. The first case occurs in sentences like (1), no and without are labelled as cues in the two scopes. The second case occurs in sentences like (2), where neither the second scope nor the second cue are labelled. In sentence (3) un is labelled as cue two times (unbrushed, unshaven) but within the same scope, generating a fp in the first scope and a fn in the second one. We also found false negatives that occur in multi word negation cues as by no means, no more and rather than.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "A different kind of false positives is related to modality cues, dialogue elements and special cases (Morante and Blanco, 2012) . For example, no in (4), not in (5) and save in (6).", |
| "cite_spans": [ |
| { |
| "start": 101, |
| "end": 127, |
| "text": "(Morante and Blanco, 2012)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 (4) \" You traced him through the telegram , no [doubt] ., \" said Holmes . We can also find problems with affixal negations, that is, bad separation of the affix and root of the word. For example, in (7) dissatisfied was erroneously divided in diand ssatisfied. Again, it is derived from the use of a static lexicon.", |
| "cite_spans": [ |
| { |
| "start": 49, |
| "end": 56, |
| "text": "[doubt]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 (7) He said little about the case, but from that little we gathered that [he also was not dis[satisfied] at the course of events].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Finally, we could also find cases that may be due to annotation errors. For example, incredible is not annotated as negation cue in (8). The annotation of this cue we think is inconsistent, it appears 5 times in the training corpus, 2 times is labelled as cue, but 3 times is not. According to the context in this sentence, incredible means not credible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 (8) \"Have just had most incredible and grotesque experience.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "With respect to the full scope detection, most of the problems are due again to the management of sentences with more than one scope. We have obtained 98 fn and 17 fp. Most of the problems are related with affixal negations, as in (9), in which all the words are included in the scope, which according to the gold standard is not correct.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 (9) [Our client looked down with a rueful face at his own] un[conventional appearance].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "With respect to the scope tokens detection, the results are higher, around 73% F1 in scope tokens compared to 55% in full match scopes. The reason is because our system included tokens for the majority of scopes, increasing the recall until 75% but lowering the precision due to the inclusion of more fp.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Analysis", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In this paper we presented our participation in the SEM-Shared Task, with a modification of a rulebased system that was designed to be used in a different domain. As the main conclusion we could say that modifying such a system to perform in a different type of texts is complicated. However, taking into account this fact, and the results obtained, we are tempted to say that our system presents competitive results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We believe that the present system has a lot of room for improvement: (i) improve the management of sentences with more than one scope modifying the scope classification algorithm and the postprocessing step, (ii) replacing the dependency parser with a state-of-the-art parser in order to get higher performance, or (iii) proposing a different way of getting a reliable lexicon of cues, by using a semantic approach that informs if the word has a negative meaning in the context of the sentence. Again, this could be achieved by using one of the parsers presented in the ConLL 2008 Shared Task (Surdeanu et al., 2008) .", |
| "cite_spans": [ |
| { |
| "start": 594, |
| "end": 617, |
| "text": "(Surdeanu et al., 2008)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "4" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This research is funded by the Spanish Ministry of Education and Science (TIN2009-14659-C03-01 Project).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Jadaweb: A cbr system for cooking recipes", |
| "authors": [ |
| { |
| "first": "Miguel", |
| "middle": [], |
| "last": "Ballesteros", |
| "suffix": "" |
| }, |
| { |
| "first": "Ra\u00fal", |
| "middle": [], |
| "last": "Mart\u00edn", |
| "suffix": "" |
| }, |
| { |
| "first": "Bel\u00e9n", |
| "middle": [], |
| "last": "D\u00edaz-Agudo", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Computing Cooking Contest of the International Conference of Case-Based Reasoning", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miguel Ballesteros, Ra\u00fal Mart\u00edn, and Bel\u00e9n D\u00edaz-Agudo. 2010. Jadaweb: A cbr system for cooking recipes. In Proceedings of the Computing Cooking Contest of the International Conference of Case-Based Reasoning.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Inferring the scope of negation in biomedical documents", |
| "authors": [ |
| { |
| "first": "Miguel", |
| "middle": [], |
| "last": "Ballesteros", |
| "suffix": "" |
| }, |
| { |
| "first": "Virginia", |
| "middle": [], |
| "last": "Francisco", |
| "suffix": "" |
| }, |
| { |
| "first": "Alberto", |
| "middle": [], |
| "last": "D\u00edaz", |
| "suffix": "" |
| }, |
| { |
| "first": "Jes\u00fas", |
| "middle": [], |
| "last": "Herrera", |
| "suffix": "" |
| }, |
| { |
| "first": "Pablo", |
| "middle": [], |
| "last": "Gerv\u00e1s", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 13th International Conference on Intelligent Text Processing and Computational Linguistics (CICLING 2012)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miguel Ballesteros, Virginia Francisco, Alberto D\u00edaz, Jes\u00fas Herrera, and Pablo Gerv\u00e1s. 2012. Inferring the scope of negation in biomedical documents. In Pro- ceedings of the 13th International Conference on Intel- ligent Text Processing and Computational Linguistics (CICLING 2012), New Delhi. Springer.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Sem 2012 shared task: Resolving the scope and focus of negation", |
| "authors": [ |
| { |
| "first": "Dekang", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the First Joint Conference on Lexical and Computational Semantics (*SEM 2012", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dekang Lin. 1998. Dependency-based evaluation of MINIPAR. In Proceedings of the Workshop on the Evaluation of Parsing Systems, Granada. Roser Morante and Eduardo Blanco. 2012. Sem 2012 shared task: Resolving the scope and focus of nega- tion. In Proceedings of the First Joint Conference on Lexical and Computational Semantics (*SEM 2012), Montreal, Canada.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A metalearning approach to processing the scope of negation", |
| "authors": [ |
| { |
| "first": "Roser", |
| "middle": [], |
| "last": "Morante", |
| "suffix": "" |
| }, |
| { |
| "first": "Walter", |
| "middle": [], |
| "last": "Daelemans", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the Thirteenth Conference on Computational Natural Language Learning, CoNLL '09", |
| "volume": "", |
| "issue": "", |
| "pages": "21--29", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roser Morante and Walter Daelemans. 2009. A met- alearning approach to processing the scope of nega- tion. In Proceedings of the Thirteenth Conference on Computational Natural Language Learning, CoNLL '09, pages 21-29, Stroudsburg, PA, USA. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Annotation of negation in conan doyle stories", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Conandoyle-Neg", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Conandoyle-neg: Annotation of negation in conan doyle stories. In Proceedings of the Eighth Interna- tional Conference on Language Resources and Evalu- ation (LREC). Istanbul, Turkey.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Proceedings of the Workshop on Negation and Speculation in Natural Language Processing", |
| "authors": [], |
| "year": 2010, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roser Morante and Caroline Sporleder, editors. 2010. Proceedings of the Workshop on Negation and Specu- lation in Natural Language Processing, Uppsala, Swe- den.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Learning the scope of negation in biomedical texts", |
| "authors": [ |
| { |
| "first": "Roser", |
| "middle": [], |
| "last": "Morante", |
| "suffix": "" |
| }, |
| { |
| "first": "Anthony", |
| "middle": [], |
| "last": "Liekens", |
| "suffix": "" |
| }, |
| { |
| "first": "Walter", |
| "middle": [], |
| "last": "Daelemans", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing, EMNLP '08", |
| "volume": "", |
| "issue": "", |
| "pages": "715--724", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roser Morante, Anthony Liekens, and Walter Daele- mans. 2008. Learning the scope of negation in biomedical texts. In Proceedings of the Conference on Empirical Methods in Natural Language Processing, EMNLP '08, pages 715-724, Stroudsburg, PA, USA. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "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 2008: Proceedings of the Twelfth Conference on Natural Language Learning", |
| "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 syntactic and se- mantic dependencies. In CoNLL 2008: Proceedings of the Twelfth Conference on Natural Language Learn- ing, pages 159-177, Manchester, United Kingdom.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The Bio-Scope corpus: biomedical texts annotated for uncertainty, negation and their scopes", |
| "authors": [ |
| { |
| "first": "Veronika", |
| "middle": [], |
| "last": "Vincze", |
| "suffix": "" |
| }, |
| { |
| "first": "Gyorgy", |
| "middle": [], |
| "last": "Szarvas", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Farkas", |
| "suffix": "" |
| }, |
| { |
| "first": "Gyorgy", |
| "middle": [], |
| "last": "Mora", |
| "suffix": "" |
| }, |
| { |
| "first": "Janos", |
| "middle": [], |
| "last": "Csirik", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "BMC Bioinformatics", |
| "volume": "9", |
| "issue": "11", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Veronika Vincze, Gyorgy Szarvas, Richard Farkas, Gy- orgy Mora, and Janos Csirik. 2008. The Bio- Scope corpus: biomedical texts annotated for uncer- tainty, negation and their scopes. BMC Bioinformat- ics, 9(Suppl 11):S9+.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF0": { |
| "type_str": "table", |
| "text": "shows a small excerpt of the lexicon.", |
| "html": null, |
| "content": "<table><tr><td>not</td><td>no</td><td>neither..nor</td></tr><tr><td colspan=\"3\">unnecessary unoccupied unpleasant</td></tr><tr><td>unpractical</td><td>unsafe</td><td>unseen</td></tr><tr><td>unshaven</td><td>windless</td><td>without</td></tr></table>", |
| "num": null |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "text": "Excerpt of the lexicon", |
| "html": null, |
| "content": "<table/>", |
| "num": null |
| }, |
| "TABREF4": { |
| "type_str": "table", |
| "text": "Test set results.", |
| "html": null, |
| "content": "<table><tr><td>Development</td><td colspan=\"6\">gold system tp fp fn precision (%) recall (%) F1 (%)</td></tr><tr><td>Cues:</td><td colspan=\"3\">173 161 115 16 58</td><td>87.79</td><td>66.47</td><td>75.66</td></tr><tr><td>Scopes(cue match):</td><td colspan=\"2\">168 160</td><td>70 17 98</td><td>80.46</td><td>41.67</td><td>54.90</td></tr><tr><td>Scopes(no cue match):</td><td colspan=\"2\">168 160</td><td>70 17 98</td><td>80.46</td><td>41.67</td><td>54.90</td></tr><tr><td colspan=\"4\">Scope tokens(no cue match): 1348 1423 1012 411 336</td><td>71.12</td><td>75.07</td><td>73.04</td></tr><tr><td>Negated(no cue match):</td><td>122</td><td>71</td><td>35 31 82</td><td>53.03</td><td>29.91</td><td>38.25</td></tr><tr><td>Full negation:</td><td colspan=\"2\">173 161</td><td>24 16 149</td><td>60.00</td><td>13.87</td><td>22.53</td></tr></table>", |
| "num": null |
| }, |
| "TABREF5": { |
| "type_str": "table", |
| "text": "Development set results.", |
| "html": null, |
| "content": "<table><tr><td>\u2022 (5) \" All you desire is a plain statement , [is it]</td></tr><tr><td>not ? '.</td></tr><tr><td>\u2022 (6) Telegraphic inquiries ... that [Marx knew]</td></tr><tr><td>nothing [of his customer save that he was a</td></tr><tr><td>good payer] .</td></tr></table>", |
| "num": null |
| } |
| } |
| } |
| } |