<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Annotating Modality and Negation for a Machine Reading Evaluation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Roser Morante</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Walter Daelemans</string-name>
          <email>Walter.Daelemansg@ua.ac.be</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CLiPS - University of Antwerp Prinsstraat 13</institution>
          ,
          <addr-line>B-2000 Antwerpen</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we describe the task Processing modality and negation for machine reading, which was organized as a pilot task of the Question Answering for Machine Reading Evaluation (QA4MRE) Lab at CLEF 2011. We de ne the aspects of meaning on which the task focused and we describe the dataset produced. Until recently, research on Natural Language Processing (NLP) has focused on propositional aspects of meaning. For example, semantic role labeling, question answering or text mining tasks aim at extracting information of the type \who does what when and where". However, understanding language involves also processing extra-propositional aspects of meaning, such as factuality, uncertainty, or subjectivity, since the same propositional meaning can be presented in a diversity of statements, as exempli ed in (1), where the propositional meaning &lt;ADD(earthquake, further threats to the global economy)&gt; is present in multiple statements, none of which has the same meaning.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) The earthquake adds further threats to the global economy
      </p>
      <p>The earthquake does not add further threats to the global economy
The earthquake never added further threats to the global economy
Does the earthquake add further threats to the global economy?
The earthquake will never add further threats to the global economy
The earthquake will probably add further threats to the global economy
The earthquake will certainly add further threats to the global economy
The earthquake might have added further threats to the global economy
According to some media sources, the earthquake adds further threats to the
global economy
The earthquake will add further threats to the global economy if the right
measures are not applied
It is unclear whether the earthquake will add further threats to the global
economy
It is expected that the earthquake will add further threats to the global economy
It has been denied that the earthquake adds further threats to the global economy
It is believed that the earthquake adds further threats to the global economy
Why would the earthquake not add further threats to the global economy?</p>
      <p>
        Researchers have started to study phenomena related to extra-propositional
meaning such as factuality, belief and certainty, speculative language and
hedging, or contradictions and opinions. Modality and negation are two main
grammatical devices that allow to express extra-propositional aspects of meaning.
Generally speaking, modality is a grammatical category that allows to express
aspects related to the attitude of the speaker towards her statements in terms of
degree of certainty, reliability, subjectivity, sources of information, and
perspective. We understand modality in a broad sense, which involves related concepts
like subjectivity (
        <xref ref-type="bibr" rid="ref38">38</xref>
        ), hedging (
        <xref ref-type="bibr" rid="ref14">14</xref>
        ), evidentiality (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ), uncertainty (
        <xref ref-type="bibr" rid="ref31">31</xref>
        ), committed
belief (
        <xref ref-type="bibr" rid="ref6">6</xref>
        ) and factuality (
        <xref ref-type="bibr" rid="ref33">33</xref>
        ). Negation (
        <xref ref-type="bibr" rid="ref36">36</xref>
        ) is a grammatical category that allows
to change the truth value of a proposition.
      </p>
      <p>
        Research on modality and negation has been stimulated by a number of data
sets annotated with various aspects of modality and negation information, such
as the Rubin's certainty corpus (29; 30), the ACE 2008 corpus (
        <xref ref-type="bibr" rid="ref17">17</xref>
        ), the BioScope
corpus (
        <xref ref-type="bibr" rid="ref37">37</xref>
        ), and the FactBank corpus (
        <xref ref-type="bibr" rid="ref33">33</xref>
        ).
      </p>
      <p>
        Two main tasks have been addressed in the NLP community, the detection of
various forms of negation and modality and the resolution of the scope of
modality and negation cues. For negation detection, a number of rule-based systems
have been developed (2; 23; 4), as well as some systems that rely on machine
learning (3; 11; 12; 28; 40). Negation has also been incorporated explicitly or
implicitly in systems that process contradiction and contrast (13; 27; 16). There
are several systems for modality detection (20; 15; 19; 35; 10; 24). The recently
introduced scope resolution task is concerned with determining at a sentence
level which tokens are a ected by negation and modality (22; 21; 25; 24). This
task has become very popular after the edition of the CoNLL Shared Task 2010
on Learning to detect hedges and their scope in natural language texts (
        <xref ref-type="bibr" rid="ref8">8</xref>
        ).
      </p>
      <p>
        Incorporating information about modality and negation has been shown to be
useful for a number of applications, such as biomedical and clinical text
processing (9; 18; 23; 4; 35), opinion mining and sentiment analysis (
        <xref ref-type="bibr" rid="ref39">39</xref>
        ), recognizing
textual entailment (5; 34), or automatic style checking (
        <xref ref-type="bibr" rid="ref10">10</xref>
        ). More generally,
being able to deal adequately with modality and negation is relevant for any
NLP task that requires some form of text understanding and needs to
discriminate between factual and non-factual information, including text summarization,
question answering, information extraction, and human-computer interaction in
the form of dialogue systems.
      </p>
      <p>
        Machine Reading (MR) is a task that aims at automatic unsupervised
understanding of texts(
        <xref ref-type="bibr" rid="ref7">7</xref>
        ). Since modality and negation are very relevant phenomena
for understanding texts, and, as far as we know, they have not been treated
before in machine reading tasks, we proposed a pilot task on Processing modality
and negation for machine reading as a pilot task of the Question Answering for
Machine Reading Evaluation (QA4MRE)1 (REF in this volume) at CLEF 2011.
      </p>
      <p>In Section 2 the task is described, Section 3 introduces the aspects of meaning
to be processed, and Section 4 the complexity of the task. Unluckily, no
partic1 Web site of QA4MRE: http://celct.isti.cnr.it/ResPubliQA/.
ipants submitted systems for this task, which means that we cannot describe
systems nor provide evaluation results.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Task description</title>
      <p>The pilot task follows the same set up as the main QA4MRE task. The goal of
the QA4MRE evaluation (REF in this volume) is to develop a methodology for
evaluating Machine Reading systems through Question Answering and Reading
Comprehension Tests. Participating systems should be able to answer
multiple choice questions about test documents, which requires a deep knowledge of
the documents. Systems are asked to analyse the corresponding test document
in conjunction with the background collections provided by the organization.
Finding the correct answer might require performing some kind of inference and
processing previously acquired background knowledge from reference document
collections. Although the additional knowledge obtained through the background
collection may be used to assist with answering the questions, the principal
answer is to be found among the facts contained in the test documents given. The
main characteristics of the reading comprehension tests is that they not only
require that systems perform semantic understanding, but they assume also a
cognitive process that involves using implications and presuppositions, retrieving
the stored information, and performing inferences to make implicit information
explicit. The organization provides participants with a background collection of
about 30,000 unannotated documents related to three topics: music and
society, aids, and climate change. Background collections and tests are provided for
several languages: English, Spanish, German, Italian, and Romanian.</p>
      <p>The task Processing modality and negation for machine reading2 is organised
as a pilot task of the QA4MRE Lab. The pilot task aims at evaluating whether
machine reading systems understand extra-propositional aspects of meaning
beyond propositional content, focusing mostly on phenomena related to modality
and negation.</p>
      <p>Systems participating in the pilot task are supposed to learn from the
background collections provided for the main task, although they will be evaluated
on test sets designed speci cally for the pilot task. The test documents come
from the journal The Economist3. The format of the test sets is the same as in
the main task, four documents are provided per topic with ten multiple choice
questions per document. Each question has ve options, from which only one is
correct. The options are exclusive. Questions are about how a certain event is
presented in the document regarding ve aspects of meaning: negation, perspective,
certainty, modality and condition. The task can also be seen as a classi cation
task in which systems have to generate the event description. This pilot task will
evaluate how systems process the aspects of meaning presented in Section 3.
2 Web site of the pilot task: http://www.cnts.ua.ac.be/BiographTA/qa4mre.html.
3 The Economist kindly made available the texts for non-commercial research
purposes.</p>
      <p>
        For example, given a sentence like (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) in the text, possible multiple choice
options are listed in (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ). The correct option would be (3.d).
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) Experts consider that it is unclear whether the earthquake will add further
threats to the global economy
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        ) Event the earthquake &lt;predicate&gt;add&lt;/predicate&gt; further threats to
the global economy is presented in the text as:
a A negated event
b A condition for another event
c An event
d An uncertain event from the perspective of someone other than the
author - CORRECT
e A purpose event
      </p>
      <p>In order to make the options machine readable, a code will be assigned to
them. The aspects of meaning to be coded are presented in Section 3 and the
full list of possible code combinations are listed in the Guidelines4.</p>
      <p>
        A question focuses on an event mentioned in the document. The event and its
participants are quoted almost literally in the formulation of the question. The
di erence with the literal quotation is that only the lemma of the event predicate
appears in the question instead of the full form, and that negation and modality
marks are also removed. For example, in (
        <xref ref-type="bibr" rid="ref3">3</xref>
        ), the lemma of the event predicate
is add, which substitutes the full form will add that occurs in sentence (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ). The
question does not reproduce the full sentence where the event occurs, but only
the event and its participants. In (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ) the sentence is Experts consider that it
is unclear whether the earthquake will add further threats to the global economy,
but in the question only the event ADD and its participants are quoted, with the
event marked with an xml like tag: the earthquake &lt;predicate&gt;add&lt;/predicate&gt;
further threats to the global economy. For this task, event is understood in a
broad sense, including actions, processes and states. Events can be expressed by
verbs and nouns.
      </p>
      <p>In order to allow participants to tune their systems, two pilot test document
were released rst5. As in the main task, for each document there are ten multiple
choice questions, each having ve candidate answers, one clearly correct answer
and four clearly incorrect answers. The task of a system is to choose one answer
for each question, by analysing the corresponding test document in conjunction
with the background collection.</p>
      <p>We decided to provide test documents from The Economist because they are
well written, the style is uniform for all texts, the journal relatively frequently
addresses the topics established by the main task organizers, and they not only
provide facts, but also opinionated statements, where modality phenomena can
4 The Guidelines of the pilot task can be found at http://www.clips.ua.ac.be/</p>
      <p>BiographTA/qa4mre-files/qa4mre-pilot-guidelines.pdf.
5 The pilot test documents can be found at http://www.clips.ua.ac.be/
BiographTA/qa4mre-files/qa4mre-pilot-test-examples.zip.
be found. last, but not least, The Economist agreed to release the text under a
Creative Commons license, for which we are very grateful. As a negative aspect
of these texts, they do not belong to the same type of texts as provided in
the background collection of the main task. However, nding the right answers
should be possible by analyzing the document at hand.</p>
      <p>Topic
Aids
Climate change
Music and society</p>
      <p>The test documents can be downloaded from the web site of the of the main
task6. Since the pilot follows the main task setting of the main task, no annotated
training data are provided. Apart from the background collection, systems can
use any existing resources and data to solve the task.</p>
      <p>
        As for evaluation, the pilot task is evaluated using the same procedure as
the main task. Each question receives one (and only one) of the three following
assessments: correct, if the system selected the correct answer among the ve
candidate ones; incorrect, if the system selected one of the wrong answers; NoA,
if the system chose not to answer the question. Two evaluation measures are
applied, c@1 (
        <xref ref-type="bibr" rid="ref26">26</xref>
        ), which takes into account the option of not answering certain
questions, and accuracy. c@1 acknowledges the option of giving NoA answers
in the proportion that a system answer questions correctly, which is measured
using accuracy.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Aspects of meaning to be processed by systems</title>
      <p>For this pilot task, ve aspects of meaning related to modality and negation
were selected. Systems have to choose the answer that best characterises an
event along these six aspects described in the following subsections:
6 Test documents available at http://celct.fbk.eu/ResPubliQA/index.php?page=</p>
      <p>Pages/pastCampaigns.php.
{ Negation
{ Perspective
{ Certainty
{ Modality
{ Condition for another event or conditioned by another event
3.1</p>
      <sec id="sec-3-1">
        <title>Negation</title>
        <p>
          An event can be presented as negated. In (
          <xref ref-type="bibr" rid="ref4">4</xref>
          ), the REPLACE event is negated
with negation cue not. In (
          <xref ref-type="bibr" rid="ref5">5</xref>
          ), we consider &lt;PUT the sort of price on carbon use
that would drive its emission down&gt; negated by the cue inability.
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          ) But these new types of climate action do not replace the need to reduce
carbon emissions.
(
          <xref ref-type="bibr" rid="ref5">5</xref>
          ) In the face of an international inability to put the sort of price on carbon
use that would drive its emission down, an increasing number of policy
wonks, and the politicians they advise, are taking a more serious look at
these other factors as possible ways of controlling climate change.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Perspective</title>
        <p>A statement is presented from the point of view of someone. By default the
statement is presented from the perspective of the author of the text, but the
author might be mentioning the view from someone else. The task will only
evaluate whether systems are able to detect when an event is presented from a
di erent perspective than the auhtor's. This is explicitly indicated in the multiple
choice questions as perspective from someone other than the author.</p>
        <p>
          For example, in (
          <xref ref-type="bibr" rid="ref6">6</xref>
          ) the event &lt;radioactive particles from the Fukushima
Dai-ichi nuclear-power plant LEAD this once-prosperous city of 70,000 into a
ght for its life&gt; is presented from the perspective of the mayor of Minamisoma.
(
          <xref ref-type="bibr" rid="ref6">6</xref>
          ) Yet he [coref: mayor of Minamisoma] believes the radioactive particles from
the Fukushima Dai-ichi nuclear-power plant, 25km from his o ce, have led
this once-prosperous city of 70,000 into a ght for its life.
        </p>
        <p>
          In (
          <xref ref-type="bibr" rid="ref7">7</xref>
          ) event &lt;LACK of testing equipment&gt; is presented from the perspective
of traders in this places, event &lt;tuna that arrived in America SET aside by
customs&gt; from the perspective of an executive at a Japanese trading house, and
event &lt;Japanse food BE o the menu at hotels&gt; from the perspective of a sake
brewer on a sales trip to Las Vegas.
(
          <xref ref-type="bibr" rid="ref7">7</xref>
          ) The European Union has named a dozen prefectures that need radiation
tests, yet traders in these places report a lack of testing equipment. In one
case, says an executive at a Japanese trading house, tuna that arrived in
America was set aside by customs, rotting before it was inspected. A sake
brewer on a sales trip to Las Vegas noticed that Japanese food was o the
menu at hotels.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Certainty</title>
        <p>Events can be presented with a range of certainty values, including
underspecied certainty. Here we include all not certain events under the category of
uncertain events, without distinguishing degrees. The task focuses only on uncertain
events.</p>
        <p>
          In (
          <xref ref-type="bibr" rid="ref8">8</xref>
          ) the PROVIDING event is presented as uncertain because of the use
of possible.
(
          <xref ref-type="bibr" rid="ref8">8</xref>
          ) Providing most of that energy from wind, sunshine, plants and rivers,
along with a bit of nuclear, is possible.
        </p>
        <p>
          In (
          <xref ref-type="bibr" rid="ref9">9</xref>
          ) event &lt;many of Minamisoma's evacuees COME back&gt; is presented as
uncertain and negated because a speculation and a negation cue are used (may
never).
(
          <xref ref-type="bibr" rid="ref9">9</xref>
          ) : : : Even though external radiation has since returned to near-harmless
levels, Mr Sakurai fears many of Minamisoma's evacuees may never come
back.
        </p>
        <p>
          Event &lt;the investment required to decarbonise power AVERAGE about $30
billion ($42 billion) a year over 40 years&gt; in (
          <xref ref-type="bibr" rid="ref10">10</xref>
          ) is uncertain because of the
conditional would.
(
          <xref ref-type="bibr" rid="ref10">10</xref>
          ) The commission says the investment required to decarbonise power would
average about $30 billion ($42 billion) a year over 40 years.
        </p>
        <p>
          In (
          <xref ref-type="bibr" rid="ref11">11</xref>
          ) event &lt;you HUNT for every possible deduction for which you're
eligible&gt; is uncertain because of the use of can, as well as &lt;these alternatives also
IMPROVE the content and prospects of other climate action&gt; in (
          <xref ref-type="bibr" rid="ref12">12</xref>
          ) because
of the use of could.
(
          <xref ref-type="bibr" rid="ref11">11</xref>
          ) If you are highly motivated to minimise your taxes, you can hunt for
every possible deduction for which you're eligible.
(
          <xref ref-type="bibr" rid="ref12">12</xref>
          ) As well as having charms that e orts to reduce carbon-dioxide emissions
lack, these alternatives could also improve the content and prospects of
other climate action.
3.4
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>Modality</title>
        <p>An event can be presented with several modal meanings. For this pilot task we
select only the modal meanings listed below, although we are aware that the
variety of modal meanings is broader.
Non-modal event This is the default category for events that do not fall under
the modal categories below and do not have other modal meanings. In the
questions we refer to it as event. An event can be in the present, past or
future tense.</p>
        <p>
          In (
          <xref ref-type="bibr" rid="ref13">13</xref>
          ) the events &lt;A pen-like dosimeter HANG around the neck of
Katsunobu Sakurai&gt; and &lt;he EXPOSED during the past two weeks of a
fourweek nuclear nightmare&gt; are non-modal events.
(
          <xref ref-type="bibr" rid="ref13">13</xref>
          ) A pen-like dosimeter hangs around the neck of Katsunobu Sakurai,
the tireless mayor of Minamisoma, measuring the accumulated
radiation to which he has been exposed during the past two weeks of a
four-week nuclear nightmare.
        </p>
        <p>
          Purpose event An event can be presented as a purpose, aim or goal. In (
          <xref ref-type="bibr" rid="ref14">14</xref>
          )
event &lt;MAKE room to store more toxic stu on land&gt; is presented as the
purpose related to the decision to dump low-level radioactive waste into the
sea. In (
          <xref ref-type="bibr" rid="ref15">15</xref>
          ) &lt;DECARBONISE power&gt; is presented as a purpose as well as
&lt;PROTECT the ozone layer from similar industrial gases&gt; in (
          <xref ref-type="bibr" rid="ref16">16</xref>
          ).
(
          <xref ref-type="bibr" rid="ref14">14</xref>
          ) Neighbouring South Korea expressed concern that it was not warned
about TEPCOs decision to dump low-level radioactive waste into the
sea to make room to store more toxic stu on land.
(
          <xref ref-type="bibr" rid="ref15">15</xref>
          ) The commission says the investment required to decarbonise power
would average about $30 billion ($42 billion) a year over 40 years.
(
          <xref ref-type="bibr" rid="ref16">16</xref>
          ) For instance, HFC-134a and a whole family of related chemicals could
be dealt with by extending the Montreal protocol created to protect
the ozone layer from similar industrial gases.
        </p>
        <p>
          Need event An event might express need or requirement. In (
          <xref ref-type="bibr" rid="ref17">17</xref>
          ) event &lt;all
that gassy baggage GO&gt; is presented as a need, as well as event &lt;a lot of
INVESTMENT in power generation and smarter grids in (
          <xref ref-type="bibr" rid="ref18">18</xref>
          ), and
&lt;DECARBONISATION&gt; in (
          <xref ref-type="bibr" rid="ref19">19</xref>
          ).
(
          <xref ref-type="bibr" rid="ref17">17</xref>
          ) By 2050, proposes a \road map" released by the European
        </p>
        <p>
          Commission this week, all that gassy baggage must go.
(
          <xref ref-type="bibr" rid="ref18">18</xref>
          ) The plan requires a lot of investment in power generation and smarter
grids, best done in the context of {at long last{ reformed and
competitive energy market.
(
          <xref ref-type="bibr" rid="ref19">19</xref>
          ) Broadening climate action can supplement existing e orts on carbon
and provide new suppleness to climate politics{both good things. But
this does not change the imperative of decarbonisation.
        </p>
        <p>
          Obligation event In (
          <xref ref-type="bibr" rid="ref20">20</xref>
          ) events &lt;global greenhouse-gas emissions FALL by
half to limit climate change&gt; and &lt;rich countries CUT the most&gt; are
considered to be presented as obligations from the perspective of Europe.
(
          <xref ref-type="bibr" rid="ref20">20</xref>
          ) Believing that global greenhouse-gas emissions must fall by half to
limit climate change, and that rich countries should cut the most,
Europe has set a goal of reducing emissions by 80-95% by 2050.
Desire event We consider desires, intentions and plans to be included under
this category. In (
          <xref ref-type="bibr" rid="ref21">21</xref>
          ) event &lt;DUMP low-level radioactive waste into the sea
to make room to store more toxic stu on land&gt; is presented as a plan
(because of decision). In (
          <xref ref-type="bibr" rid="ref22">22</xref>
          ) events $80 billion GO on buildings and appliances
and $150 billion on transport&gt; and &lt;SAVE on fuel costs&gt; are presented as
plans.
(
          <xref ref-type="bibr" rid="ref21">21</xref>
          ) Neighbouring South Korea expressed concern that it was not warned
about TEPCOs decision to dump low-level radioactive waste into the
sea to make room to store more toxic stu on land.
(
          <xref ref-type="bibr" rid="ref22">22</xref>
          ) This is one of the cheaper parts of the plan; the total cost is about
$270 billion a year, with $80 billion going on buildings and appliances
and $150 billion on transport. But the commission's modelling also
points to savings on fuel costs, which are low for nuclear and zero for
most renewables, of between $175 billion and $320 billion.
3.5
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>Condition, conditioned by</title>
        <p>
          An event can be presented as a condition for another event or as conditioned
by another event. In (
          <xref ref-type="bibr" rid="ref23">23</xref>
          ) event &lt;you BE highly motivated to minimise your
taxes&gt; is a condition of event &lt;you HUNT for every possible deduction for
which you're eligible&gt;, which is conditioned. In (
          <xref ref-type="bibr" rid="ref24">24</xref>
          ) event &lt;active measures to
remove it from the atmosphere UNDERTAKE at some later date&gt; is considered
to be a condition of event &lt;Carbon emitted today CONTINUE to warm the
planet for millennia&gt;, which is conditioned.
(
          <xref ref-type="bibr" rid="ref23">23</xref>
          ) If you are highly motivated to minimise your taxes, you can hunt for
every possible deduction for which you're eligible.
(
          <xref ref-type="bibr" rid="ref24">24</xref>
          ) Carbon emitted today will continue to warm the planet for millennia,
unless active measures to remove it from the atmosphere are undertaken at
some later date.
3.6
        </p>
      </sec>
      <sec id="sec-3-6">
        <title>Summary of cases to be learned by systems</title>
        <p>Systems have to be able to identify for an event the six aspects of meaning
described in the previous section. All events are assigned one of the following
modality types:
{ Event, purpose event, need event, obligation event, desire event</p>
        <p>If applicable, events can additionally be described with the following aspects
of meaning that systems have to identify:
{ Negated
{ Perspective of someone other than the author
{ Uncertain
{ Condition for another event, conditioned by another event</p>
        <p>So, an event description consists at least of one modality value and at most
of one value per aspect of meaning.</p>
        <p>The options provided in the multiple choice characterise and event along
this ve dimensions. Systems have to choose the answer that best characterises
the event mentioned in the question. If no aspect apart from the modality type
is mentioned in the possible answer options, we assume that the event is not
negated, it is presented from the perspective from the author, it is certain or
unde ned qua certainty, it is not subject to a condition and it is not the condition
for another event. In total there are 120 combinations, although not all of them
will be represented in the test set of 12 documents because not all of them are
equally frequent. The codes to be assigned to each of the values are:
1. Negated: NEG
2. Perspective of someone other than the author: PERS
3. Uncertain: UNCERT
4. Modality:
{ Event: MOD-NON
{ Purpose event: MOD-PURP
{ Need event: MOD-NEED
{ Obligation event: MOD-MUST
{ Desire event: MOD-WANT
5. Condition:
{ Condition for another event: COND
{ Conditioned by another event: COND-BY</p>
        <p>
          The combinations of codes that conform the answers to the questions can be
summarized with the following regular expression:
(
          <xref ref-type="bibr" rid="ref25">25</xref>
          ) [CON DjCON D
        </p>
        <p>N ON j P U RP j</p>
        <p>BY ]? N EG? P ERS? U N CERT ? M OD [ N EEDj</p>
        <p>M U ST j W AN T ]
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Discussion</title>
      <p>Although initially some groups inquired about the setting of the pilot task and
declared to be prospective participants, in the end no systems submitted results.
One of the reasons can be that the systems that participated in the main task
were not designed to answer the type of questions de ned for the pilot task and
that the timeline of the Lab did not allowed time enough to modify the systems
for the pilot task. On the other hand, systems that could be ready to process some
aspect of modality and negation, like scope labelers, do not typically participate
in machine reading tasks and are not fully prepared to deal with the ve aspect
of meaning selected for this pilot task.</p>
      <p>As we see it, it would be possible to build a baseline system by using some
of the existing scope labelers and/or designing a rule-based system. The task
can be performed in three steps. First, the event needs to be located in the text
and the sentence where the event occurs needs to be extracted. Although not
all cases can be solved at sentence level, we could consider that working at this
level would be acceptable to produce a baseline. Second, the sentence where the
event occurs has to be processed to determine which of the values to assign for
each of the ve aspects of meaning. Third, an answer combining the tags for
all aspects can be generated and it can be checked whether one of the multiple
choice options contains the generated answer. Else, the most similar answer can
be chosen.</p>
      <p>
        To perform the second step, each of the meaning aspects should be processed
apart. To determine whether the event is negated, a negation scope labeler could
be use to determine whether the event is within the scope of a negation cue. The
same procedure could be use to determine whether an event is uncertain, but
using a hedge scope labeler. A factuality pro ler like DeFacto (
        <xref ref-type="bibr" rid="ref32">32</xref>
        ) could also be
used to determine whether an event is uncertain. To determine whether an event
is conditioned or conditional, the syntactic structure of the sentence could be
exploited to nd whether the event is embedded in a conditional structure. To
determine whether the event is presented from the perspective of someone other
than the author it would be necessary to gather a list of expressions that are used
to indicate perspective. Coreference resolution would also be needed to determine
whether the pronouns corefer with the pronouns that refer to the author or not.
As for the type of event qua modality, a combination of lexical look-up and
syntactic analysis could help determining whether the event is presented as a
purpose, need, obligation, or desire event.
      </p>
      <p>Obviously, the task is much more complex than that. However, the approach
would be su cient to produce an informed baseline.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This study was made possible through nancial support from the University of
Antwerp (GOA project BIOGRAPH). We are grateful to the organizers of the
QA4MRE lab at CLEF 2011 for their support and for hosting the pilot task.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Aikhenvald</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Evidentiality</surname>
          </string-name>
          . Oxford University Press, New York, USA (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Aronow</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fangfang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Croft</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Ad hoc classi cation of radiology reports</article-title>
          .
          <source>JAMIA</source>
          <volume>6</volume>
          (
          <issue>5</issue>
          ),
          <volume>393</volume>
          {
          <fpage>411</fpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Averbuch</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ben-Ami</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maimon</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rokach</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Contextsensitive medical information retrieval</article-title>
          .
          <source>In: Proceedings of the 11th World Congress on Medical Informatics (MEDINFO-2004)</source>
          . pp.
          <volume>1</volume>
          {
          <issue>8</issue>
          . IOS Press, San Francisco, CA (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bridewell</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hanbury</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cooper</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buchanan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>A simple algorithm for identifying negated ndings and diseases in discharge summaries</article-title>
          .
          <source>J Biomed Inform</source>
          <volume>34</volume>
          ,
          <issue>301</issue>
          {
          <fpage>310</fpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5] de Marne e, M.C.,
          <string-name>
            <surname>Maccartney</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grenager</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ra</surname>
            <given-names>erty</given-names>
          </string-name>
          , A.,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Learning to distinguish valid textual entailments</article-title>
          .
          <source>In: Proceedings of the Second PASCAL Challenges Workshop on Recognising Textual Entailment</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Diab</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitamura</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rambow</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prabhakaran</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Committed belief annotation and tagging</article-title>
          .
          <source>In: ACL-IJNLP 09: Proceedings of the Third Linguistic Annotation Workshop</source>
          . pp.
          <volume>68</volume>
          {
          <issue>73</issue>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Etzioni</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Banko</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , ,
          <string-name>
            <surname>Cafarella</surname>
            ,
            <given-names>M.J.:</given-names>
          </string-name>
          <article-title>Machine reading</article-title>
          .
          <source>In: Proceedings of the 21st National Conference on Articial Intelligence</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Farkas</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vincze</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mora</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Csirik</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Szarvas</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>The CoNLL 2010 shared task: Learning to detect hedges and their scope in natural language text</article-title>
          .
          <source>In: Proceedings of the CoNLL2010 Shared Task. Association for Computational Linguistics</source>
          , Uppsala, Sweden (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Friedman</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alderson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Austin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimino</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Johnson, S.:
          <article-title>A general natural{ language text processor for clinical radiology</article-title>
          .
          <source>JAMIA</source>
          <volume>1</volume>
          (
          <issue>2</issue>
          ),
          <volume>161</volume>
          {
          <fpage>174</fpage>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Ganter</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strube</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Finding hedges by chasing weasels: Hedge detection using wikipedia tags and shallow linguistic features</article-title>
          .
          <source>In: Proceedings of the ACL-IJCNLP 2009 Conference Short Papers</source>
          . pp.
          <volume>173</volume>
          {
          <fpage>176</fpage>
          .
          <string-name>
            <surname>Suntec</surname>
          </string-name>
          ,
          <string-name>
            <surname>Singapore</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Goldin</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Learning to detect negation with `Not' in medical texts</article-title>
          .
          <source>In: Proceedings of ACM-SIGIR</source>
          <year>2003</year>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Goryachev</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sordo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ngo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Implementation and evaluation of four di erent methods of negation detection</article-title>
          .
          <source>Technical report, DSG</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Harabagiu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hickl</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lacatusu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Negation, contrast and contradiction in text processing</article-title>
          .
          <source>In: Proceedings of the 21st International Conference on Arti cial Intelligence</source>
          . pp.
          <volume>755</volume>
          {
          <issue>762</issue>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Hyland</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Hedging in scienti c research articles</article-title>
          . John Benjamins B.V,
          <string-name>
            <surname>Amsterdam</surname>
          </string-name>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Kilicoglu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergler</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Recognizing speculative language in biomedical research articles: a linguistically motivated perspective</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>9</volume>
          (
          <issue>Suppl 11</issue>
          ),
          <source>S10</source>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          :
          <article-title>BioContrasts: extracting and exploiting protein-protein contrastive relations from biomedical literature</article-title>
          .
          <source>Bioinformatics</source>
          <volume>22</volume>
          , 597{
          <fpage>605</fpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <article-title>Linguistic Data Consortium: ACE (Automatic Content Extraction) English annotation guidelines for relations</article-title>
          .
          <source>Tech. Rep. Version 6.2</source>
          <year>2008</year>
          .
          <volume>04</volume>
          .28,
          <string-name>
            <surname>LDC</surname>
          </string-name>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Marco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kroon</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mercer</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Using hedges to classify citations in scienti c articles</article-title>
          . In: Croft,
          <string-name>
            <given-names>W.B.</given-names>
            ,
            <surname>Shanahan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Qu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Wiebe</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.)
          <article-title>Computing Attitude and A ect in Text: Theory and Applications</article-title>
          ,
          <source>The Information Retrieval Series</source>
          , vol.
          <volume>20</volume>
          , pp.
          <volume>247</volume>
          {
          <fpage>263</fpage>
          . Springer Netherlands (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Medlock</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Exploring hedge identi cation in biomedical literature</article-title>
          .
          <source>JBI 41</source>
          ,
          <issue>636</issue>
          {
          <fpage>654</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Medlock</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Briscoe</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Weakly supervised learning for hedge classi cation in scienti c literature</article-title>
          .
          <source>In: Proceedings of ACL 2007</source>
          . pp.
          <volume>992</volume>
          {
          <issue>999</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Morante</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Learning the scope of hedge cues in biomedical texts</article-title>
          .
          <source>In: Proceedings of BioNLP 2009</source>
          . pp.
          <volume>28</volume>
          {
          <fpage>36</fpage>
          .
          <string-name>
            <surname>Boulder</surname>
          </string-name>
          ,
          <string-name>
            <surname>Colorado</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Morante</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.:</given-names>
          </string-name>
          <article-title>A metalearning approach to processing the scope of negation</article-title>
          .
          <source>In: Proceedings of CoNLL 2009</source>
          . pp.
          <volume>28</volume>
          {
          <fpage>36</fpage>
          .
          <string-name>
            <surname>Boulder</surname>
          </string-name>
          ,
          <string-name>
            <surname>Colorado</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Mutalik</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deshpande</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nadkarni</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Use of general-purpose negation detection to augment concept indexing of medical documents. a quantitative study using the UMLS</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          <volume>8</volume>
          (
          <issue>6</issue>
          ),
          <volume>598</volume>
          {
          <fpage>609</fpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>vrelid</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velldal</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oepen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Syntactic scope resolution in uncertainty analysis</article-title>
          .
          <source>In: Proceedings of the 23rd International Conference on Computational Linguistics</source>
          . pp.
          <volume>1379</volume>
          {
          <fpage>1387</fpage>
          . COLING '
          <volume>10</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>O</given-names>
            <surname>zgur</surname>
          </string-name>
          , A.,
          <string-name>
            <surname>Radev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Detecting speculations and their scopes in scienti c text</article-title>
          .
          <source>In: Proceedings of EMNLP 2009</source>
          . pp.
          <volume>1398</volume>
          {
          <fpage>1407</fpage>
          .
          <string-name>
            <surname>Singapore</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <article-title>Pen~as,</article-title>
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Rodrigo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>A simple measure to assess non-response</article-title>
          .
          <source>In: Proceedings of 49th Annual</source>
          <article-title>Meeting of the Association for Computational Linguistics - Human Language Technologies (ACL-HLT</article-title>
          <year>2011</year>
          ).
          <article-title>Association for Computational Linguistics</article-title>
          (
          <year>June 2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soderland</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Downey</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Etzioni</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>It's a contradiction - no, it's not: A case study using functional relations</article-title>
          .
          <source>In: Proceedings of EMNLP 2008</source>
          . pp.
          <volume>11</volume>
          {
          <fpage>20</fpage>
          .
          <string-name>
            <surname>Honolulu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Hawai</surname>
          </string-name>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Rokach</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romano</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maimon</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Negation recognition in medical narrative reports</article-title>
          .
          <source>Information Retrieval Online</source>
          <volume>11</volume>
          (
          <issue>6</issue>
          ),
          <volume>499</volume>
          {
          <fpage>538</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>V.L.</given-names>
          </string-name>
          :
          <article-title>Identifying certainty in texts</article-title>
          .
          <source>Ph.D. thesis</source>
          , Siracuse University, Syracuse,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>V.L.</given-names>
          </string-name>
          :
          <article-title>Stating with certainty or stating with doubt: intercoder reliability results for manual annotation of epistemically modalized statements</article-title>
          .
          <source>In: NAACL '07: Human Language Technologies</source>
          <year>2007</year>
          :
          <article-title>The Conference of the North American Chapter of the Association for Computational Linguistics</article-title>
          ; Companion Volume,
          <source>Short Papers on XX</source>
          . pp.
          <volume>141</volume>
          {
          <fpage>144</fpage>
          . Association for Computational Linguistics, Morristown, NJ, USA (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liddy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kando</surname>
          </string-name>
          , N.:
          <article-title>Certainty identi cation in texts: Categorization model and manual tagging results</article-title>
          .
          <source>In: Computing Attitude and A ect in Text: Theory and Applications</source>
          , Information Retrieval Series, vol.
          <volume>20</volume>
          , pp.
          <volume>61</volume>
          {
          <fpage>76</fpage>
          . Springer-Verlag, New York (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Saur</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>A factuality pro ler for eventualities in text</article-title>
          .
          <source>Ph.D. thesis</source>
          , Brandeis University, Waltham, MA, USA (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Saur</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pustejovsky</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>FactBank: A corpus annotated with event factuality</article-title>
          .
          <source>Language Resources and Evaluation</source>
          <volume>43</volume>
          (
          <issue>3</issue>
          ),
          <volume>227</volume>
          {
          <fpage>268</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>Snow</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanderwende</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Menezes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>E ectively using syntax for recognizing false entailment</article-title>
          .
          <source>In: Proceedings of the main conference on Human Language Technology Conference of the North American Chapter of the Association of Computational Linguistics</source>
          . pp.
          <volume>33</volume>
          {
          <fpage>40</fpage>
          . Association for Computational Linguistics, Morristown, NJ, USA (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <surname>Szarvas</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Hedge classi cation in biomedical texts with a weakly supervised selection of keywords</article-title>
          .
          <source>In: Proceedings of ACL 2008</source>
          . pp.
          <volume>281</volume>
          {
          <fpage>289</fpage>
          . Association for Computational Linguistics, Columbus, Ohio, USA (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Tottie</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Negation in English speech and writing: a study in variation</article-title>
          . Academic Press, New York (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Vincze</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Szarvas</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farkas</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mora</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Csirik</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The BioScope corpus: biomedical texts annotated for uncertainty, negation and their scopes</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>9</volume>
          ((
          <issue>Suppl 11</issue>
          )),
          <source>S9</source>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <surname>Wiebe</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Bruce</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Bell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Martin</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Learning subjective language</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>30</volume>
          (
          <issue>3</issue>
          ),
          <volume>277</volume>
          {
          <fpage>308</fpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39] Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Ho</surname>
          </string-name>
          <string-name>
            <given-names>mann</given-names>
            , P.,
            <surname>Somasundaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Kessler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Wiebe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Cardie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Rilo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Patwardhan</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.:</surname>
          </string-name>
          <article-title>OpinionFinder: a system for subjectivity analysis</article-title>
          .
          <source>In: Proceedings of HLT/EMNLP on Interactive Demonstrations</source>
          . pp.
          <volume>34</volume>
          {
          <fpage>35</fpage>
          . Association for Computational Linguistics, Morristown, NJ, USA (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40] Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Wiebe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Ho</surname>
          </string-name>
          <string-name>
            <surname>man</surname>
          </string-name>
          , P.:
          <article-title>Recognizing contextual polarity in phrase-level sentiment analysis</article-title>
          .
          <source>In: Proceedings of HLT-EMNLP</source>
          . pp.
          <volume>347</volume>
          {
          <issue>354</issue>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>