<!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>Argumentation Mining in Persuasive Essays and Scientific Articles from the Discourse Structure Perspective</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Christian Stab</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we analyze and discuss approaches to argumentation mining from the discourse structure perspective. We chose persuasive essays and scientific articles as our example domains. By analyzing several example arguments and providing an overview of previous work on argumentation mining, we derive important tasks that are currently not addressed by existing argumentation mining systems, most importantly, the identification of argumentation structures. We discuss the relation of this task to automated discourse analysis and describe preliminary results of two annotation studies focusing on the annotation of argumentation structure. Based on our findings, we derive three challenges for encouraging future research on argumentation mining.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Argumentation mining is a recent research area
which promises novel opportunities not only for
information retrieval, educational applications or
automated assessment tools but also aims at
improving current legal information systems or
policy modeling platforms. It focuses on
automatically identifying and evaluating arguments in
text documents and includes a variety of
subtasks like identifying argument components,
finding accepted arguments and discovering
argumentation structures. Researchers have already
investigated argumentation mining in several domains.
For instance, Teufel (1999) aims at identifying
rhetorical roles of sentences in scientific articles
and Mochales-Palau and Moens (2011) identify
arguments in legal documents. Also, Feng and
Hirst (2011) investigated argumentation schemes
in newspapers and court cases and Florou et al.
(2013) applied argumentation mining in policy
modeling.</p>
      <p>
        However, current approaches mainly focus on
the identification of arguments and their
components and largely neglect the identification of
argumentation structures although an argument
consists not only of a set of propositions but also
exhibits a certain structure constituted by
argumentative relations
        <xref ref-type="bibr" rid="ref13 ref24 ref29 ref40 ref8">(Peldszus and Stede, 2013; Sergeant,
2013)</xref>
        . We argue in this paper that identifying
argumentative relations and the argumentation
structure respectively is an important task for
argumentation mining. First, identifying
argumentative relations between argument components
enables the identification of additional reasons for a
given claim and thus allows the creation of
valuable knowledge bases e.g. for establishing new
information retrieval platforms. Second, it is
important to recognize which premises belong to a
claim, since it is not possible to evaluate
arguments without knowing which premises belong to
it. Third, automatically identifying the structure of
arguments enables novel features of applications,
such as providing feedback in computer-assisted
writing (e.g., recommending reasonable usage of
discourse markers, suggesting rearrangements of
argument components) or extracting
argumentation structures from scientific publications for
automated summarization systems.
      </p>
      <p>In this paper, we analyze several examples of
argumentative discourse from the discourse
structure perspective.1 We outline existing approaches
on argumentation mining and discourse analysis
and provide an overview of our current work on
argumentation structure annotation in scientific
articles and persuasive essays. We conclude this
paper with a list of challenges for encouraging future
1The examples are taken from persuasive essays which
are either collected from the writing feedback section of
http://www.essayforum.com or from the corpus
compiled by Stab and Gurevych (2014)
research on argumentation mining.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>Philosophy and Logic proposed a vast amount of
argumentation theories (e.g. Toulmin (1958),
Walton et al. (2008), Freeman (2011)).2 The
majority of these theories generally agree that an
argument consists of several argument components
which can either be a premise or a claim. The
simplest form of an argument includes one claim that
is supported by at least one premise (figure 1).</p>
      <p>Claim
supports</p>
      <p>Premise
The claim3 is the central component of an
argument that can either be true or false. Thus, the
claim is a statement that should not be accepted by
the reader without additional reasons. The second
component of an argument, the premise4,
underpins the plausibility of the claim. It is usually
provided by the proponent (writer) for convincing the
reader of the claim. Examples (1) and (2) illustrate
two simple arguments, each containing a claim (in
bold face) and a single premise (underlined):
(1) “It is more convenient to learn
about historical or art items online.
With Internet, people do not need to
travel long distances to have a real look
at a painting or a sculpture, which
probably takes a lot of time and travel fees.”
(2) “Locker checks should be made
mandatory and done frequently
because they assure security in schools,
make students healthy, and will make
students obey school policies.”</p>
      <p>These examples illustrate that there exist
argument components both on the sentence level and
on the clause level.</p>
      <p>Argumentative relations are usually directed
relations between two argument components and
represent the argumentation structure. There
exist different types like support or attack (Peldszus
2A review of argumentation theory is beyond the scope of
this paper. A survey can be found in Bentahar et al. (2010)
3also called conclusion (Mochales-Palau and Moens,
2009)</p>
      <p>
        4sometimes called support
        <xref ref-type="bibr" rid="ref25 ref3 ref36">(Besnard and Hunter, 2008)</xref>
        or
reason
        <xref ref-type="bibr" rid="ref1 ref10 ref5 ref6">(Anne Britt and Larson, 2003)</xref>
        and Stede, 2013) which indicate that the source
argument component is a reason or a refutation for
the target component. For instance, in both of the
examples above, an argumentative support relation
holds from the premise to the claim. The
following example illustrates a more complex argument
including one claim and three premises:
(3) “Everybody should study abroada.
It’s an irreplaceable experience if you
learn standing on your own feetb since
you learn living without depending on
anyone elsec. But one who is living
overseas will of course struggle with
loneliness, living away from family and
friendsd:”
      </p>
      <p>Figure 2 shows the structure of the argument in
(3). In this example, premiseb supports the claima
whereas premised attacks the claima.</p>
      <p>a
supports
b
supports
attacks
c
d</p>
      <p>This example illustrates three important
properties of argumentation structures:
1. Argumentative relations can hold between
non-adjacent sentence/clauses, e.g. the
argumentative attack relation from premised to
the claima.
2. Some argumentative relations are signaled by
indicators, whereas others are not. For
instance, the argumentative attack relation from
premised to the claima is indicated by the
discourse marker ‘but’, whereas the
argumentative support relation from premiseb to claima
is not indicated by a discourse marker.
3. Argumentative discourse might exhibit
reasoning chains, e.g. the chain constituted
between argument components a, b, and c.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Argumentation Mining</title>
      <p>
        Previous approaches on argumentation mining
cover several subtasks including the separation of
argumentative from non-argumentative text units
        <xref ref-type="bibr" rid="ref13 ref22">(Moens et al., 2007; Florou et al., 2013)</xref>
        , the
classification of argument components (with
different component classes)
        <xref ref-type="bibr" rid="ref12 ref20 ref21 ref28 ref32 ref33 ref4">(Rooney et al., 2012;
Mochales-Palau and Moens, 2009; Teufel, 1999;
Feng and Hirst, 2011)</xref>
        , and the identification
of argumentation structures
        <xref ref-type="bibr" rid="ref20 ref32 ref39">(Mochales-Palau and
Moens, 2009; Wyner et al., 2010)</xref>
        .
3.1
      </p>
      <sec id="sec-3-1">
        <title>Separation of Argumentative from</title>
      </sec>
      <sec id="sec-3-2">
        <title>Non-argumentative Text Units</title>
        <p>
          The first step of an argumentation mining pipeline
typically focuses on the identification of
argumentative text units before analyzing the
components or the structure of arguments. This task
is usually considered as a binary classification
task that labels a given text unit as
argumentative or non-argumentative. One of the first
approaches was proposed by
          <xref ref-type="bibr" rid="ref22">(Moens et al., 2007)</xref>
          .
They focus on the identification of argumentative
text units in newspaper editorials and legal
documents included in the Araucaria corpus
          <xref ref-type="bibr" rid="ref27 ref36">(Reed
et al., 2008)</xref>
          . The annotation scheme utilized in
Araucaria is based on a domain-independent
argumentation theory proposed by Walton (1996).
A similar approach is reported by Florou et al.
(2013). In their experiments, they classify text
segments crawled with a focused crawler as either
containing an argument or not. They focus on the
identification of arguments in the policy
modeling domain for facilitating decision making. For
that purpose, they utilize several discourse
markers and features extracted from the tense and mood
of verbs.
        </p>
        <p>Although the separation of argumentative from
non-argumentative text units is an important step
in argumentation mining, it merely enables the
detection of text units relevant for argumentation and
does not reveal the argumentative role of argument
components.
3.2</p>
      </sec>
      <sec id="sec-3-3">
        <title>Classification of Argument Components</title>
        <p>The classification of argument components aims
at identifying the argumentative role (e.g. claims
and premises) of argument components.</p>
        <p>
          One of the first approaches to identify argument
components is Argumentative Zoning proposed by
          <xref ref-type="bibr" rid="ref33">(Teufel, 1999)</xref>
          . Each sentence is classified as one
of seven rhetorical roles including e.g. claim,
result or purpose using structural, lexical and
syntactic features. The underlying assumption of this
work is that argument components extracted from
a scientific article provide a good summary of its
content. Rooney et al. (2012) also focus on the
identification of argument components but in
contrast to the work of Teufel (1999) their scheme is
not tailored to a particular genre. In their
experiments, they identify claims, premises and
nonargumentative text units in the Araucaria corpus.
Feng and Hirst (2011) also use the Araucaria
corpus for their experiments, but focus on the
identification of argumentation schemes
          <xref ref-type="bibr" rid="ref37">(Walton, 1996)</xref>
          which are templates for arguments (e.g. argument
from example or argument from position to know).
Since their approach is based on features extracted
from mutual information of claims and premises,
it requires that the argument components are
reliably identified in advance. Mochales-Palau and
Moens (2009) report several experiments for
classifying argument components. They solely focus
on the legal domain and in particular on legal court
cases from the European Court of Human Rights
(ECHR). They consider the classification of
argument components as two consecutive steps. They
utilize a maximum entropy model for identifying
argumentative text units before identifying the
argumentative role (claim and premise) of the
identified components using a Support Vector Machine.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.3 Identification of Argumentation</title>
      </sec>
      <sec id="sec-3-5">
        <title>Structures</title>
        <p>
          Currently, there are only few approaches aiming
at the identification of argumentation structures.
For instance, the approach proposed by
MochalesPalau and Moens (2011) relies on a manually
created context-free grammar (CFG) and on the
presence of discourse markers for identifying a
tree-like structure between argument components.
However, the approach relies on the presence of
discourse markers and exploits manually created
rules. Therefore, it does not accommodate
illformatted arguments
          <xref ref-type="bibr" rid="ref39">(Wyner et al., 2010)</xref>
          and is
not capable of identifying implicit argumentation
structures which are common in argumentative
discourse. Indeed, Marcu and Echihabi (2002)
found that only 26% of the evidence relations in
the RST Discourse Treebank
          <xref ref-type="bibr" rid="ref9">(Carlson et al., 2001)</xref>
          include discourse markers.
        </p>
        <p>Another approach was presented by Cabrio and
Villata (2012). They identify relations between
arguments of an online debate platform for
identifying accepted arguments and to support the
interactions in online debates. In contrast to the work of
Mochales-Palau and Moens (2011), this approach
aims at identifying relations between arguments
(macro-level) and not between argument
components (micro-level).</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Argumentation and Discourse Analysis</title>
      <p>
        Discourse analysis aims at identifying discourse
relations that hold between adjacent text units with
text units being sentences, clauses or
nominalizations
        <xref ref-type="bibr" rid="ref38">(Webber et al., 2012)</xref>
        . Since text units might
be argument components and discourse relations
are often closely related to argumentative
relations, previous work in automated discourse
analysis is highly relevant for argumentation mining.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Discourse Relations and Argumentative</title>
      </sec>
      <sec id="sec-4-2">
        <title>Relations</title>
        <p>
          Most previous work in automated discourse
analysis is based on corpora annotated with general
discourse relations, most notably the Penn
Discourse Treebank (PDTB)
          <xref ref-type="bibr" rid="ref26">(Prasad et al., 2008)</xref>
          and the Rhetorical Structure Theory (RST)
Discourse Treebank
          <xref ref-type="bibr" rid="ref10">(Carlson et al., 2003)</xref>
          . Whereas
RST represents the discourse structure as a tree,
the PDTB allows more general graph structure.
For the annotation of discourse relations in the
PDTB, two different types of discourse relations
were distinguished: implicit and explicit relations.
Whereas explicit discourse relations are indicated
by discourse markers, implicit discourse relations
are not indicated by discourse markers and the
identification of those relations requires more
sophisticated methods.
        </p>
        <p>Take as an example the argumentation structure
discussed in section 2.</p>
        <p>“Everybody should study abroada. It’s
an irreplaceable experience if you learn
standing on your own feetb since you
learn living without depending on
anyone elsec. But one who is living
overseas will of course struggle with
loneliness, living away from family and
friendsd:”
Whereas the argument components b and c, as
well as c and d are related through the discourse
marker ‘since’ (signalling an explicit CAUSE
relation) and ‘but’ (signalling an explicit CONTRAST
relation), the discourse relation JUSTIFY between
a and b is an implicit relation.</p>
        <p>
          Existing approaches of discourse analysis
proposed different sets of discourse relations, and
there is currently no consensus in the literature
about the ‘right’ set of discourse relations. For
instance, the RST
          <xref ref-type="bibr" rid="ref18">(Mann and Thompson, 1988)</xref>
          uses a different set of discourse relations than the
PDTB
          <xref ref-type="bibr" rid="ref26">(Prasad et al., 2008)</xref>
          .
        </p>
        <p>
          It is still an open question how the proposed
discourse relations relate to argumentative relations.
Although, there are preliminary findings that
indicate that there are certain similarities
          <xref ref-type="bibr" rid="ref8">(Cabrio et
al., 2013)</xref>
          , approaches like RST and PDTB aim
at identifying general discourse structures and are
not tailored to argumentative discourse.
        </p>
        <p>
          The difference of the relations is best illustrated
by the work of Biran and Rambow (2011), which
is to the best of our knowledge the only approach
that focuses on the identification of distinct
argumentative relations. The authors argue that
existing definitions of discourse relations are only
usable as a building block for argumentation mining
and that there are no distinct argumentative
relations included in existing approaches. Therefore,
they combine 12 relations from the RST Discourse
Treebank
          <xref ref-type="bibr" rid="ref9">(Carlson et al., 2001)</xref>
          to a single
argumentative support relation for identifying
justifications in online discussions.
4.2
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Discourse Markers and Indicators of</title>
      </sec>
      <sec id="sec-4-4">
        <title>Argumentative Relations</title>
        <p>
          There is a large body of previous research in
linguistics on the role of discourse markers,
signalling discourse relations (e.g.‘because’,
‘therefore’, ‘since’, etc.) in discourse analysis. Most
previous investigations of discourse markers are
based on the PDTB
          <xref ref-type="bibr" rid="ref26">(Prasad et al., 2008)</xref>
          and on the
RST Discourse Treebank
          <xref ref-type="bibr" rid="ref10">(Carlson et al., 2003)</xref>
          .
        </p>
        <p>However, a critically discussed question in this
context is the definition of discourse markers. Are
discourse markers in the sense of indicators
marking discourse relations just words like ‘because’,
‘therefore’, ‘since’? Taboada (2006) investigates
the role of discourse markers in corpora annotated
with discourse relations according to the RST. In
her discussion of related work on discourse
markers in linguistics, she concludes that there are
many lexical and linguistic devices signalling
discourse relations beyond discourse markers, such
as the mood (e.g. indicative or conjunctive) or the
modality (e.g. possibility, necessity) of a sentence.</p>
        <p>In particular, for argumentative discourse, the
role of indicators, such as discourse markers, is not
well-understood yet, which is due to the lack of
corpora annotated with argumentation structures.
Recently, Tseronis (2011) summarized
intermediate results of a corpus-based analysis of
argumentative moves, aiming at the identification of
linguistic surface cues that act as argumentative
markers. According to Tseronis (2011), any
single or complex lexical expression can act as an
argumentative marker, and it can either mark an
argumentative relation (i.e., connecting two
arguments or argument components) or signal a certain
argumentative role, such as a claim or a premise.
Moreover, he observed that also sequential
patterns of argumentative markers indicate particular
argumentative moves, for instance, first stating the
common ground (e.g., using the marker it is
understandable ...) and then presenting an attack to
this common ground (e.g., using a marker such as
nevertheless).
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Argumentation Structure Annotation</title>
      <p>Our research in argumentation mining is
motivated by the (1) information access and (2)
computer-assisted writing perspective. Currently,
we are conducting two annotation studies, focused
on analyzing argumentation structures in scientific
articles and persuasive essays. In the following
subsections we provide an overview of the
(preliminary) results.
5.1</p>
      <sec id="sec-5-1">
        <title>Argumentation Structures in Scientific</title>
      </sec>
      <sec id="sec-5-2">
        <title>Articles</title>
        <p>One of the main goals of any scientific
publication is to present new research results to an expert
audience. In order to emphasize the novelty and
importance of the research findings, scientists
usually build up an argumentation structure that
provides numerous arguments in favor of their results.
The goal of this annotation study is to
automatically identify those argumentation structures on a
fine-grained level in scientific publications in the
educational domain and thereby to improve
information access. A potential use case could be an
automated summarization system creating a
summary of important arguments presented in a
scientific article.</p>
        <p>
          Up to now only coarse-grained approaches like
Argumentative Zoning
          <xref ref-type="bibr" rid="ref17 ref32 ref40">(Teufel et al., 2009;
Liakata et al., 2012; Yepes et al., 2013)</xref>
          have been
developed for argumentation mining in scientific
publications. These approaches classify argument
components according to their argumentative
contribution to the document (see section 3.2) but they
do not consider any relations between the
argument components. To the best of our knowledge,
there is no prior work on identifying
argumentation structures on a fine-grained level in scientific
full-texts yet (see section 3.3).
        </p>
        <p>Due to the lack of evaluation datasets, we are
performing an annotation study with four
annotators, two domain experts and two annotators who
developed the annotation guidelines. Our dataset
consists of about 20 scientific full-texts from the
educational domain. For the annotation study,
we developed our own Web-based annotation tool
(see figure 3 for a screenshot). The annotation
tool allows to label argument components directly
in the text with different colors and to add
different relations (like support or attack) between
argument components. The resulting argumentation
structure is visualized as a graph (see figure 3).</p>
        <p>Next, we plan to develop weakly supervised
machine learning methods to automatically
annotate scientific publications with argument
components and the relations between them. The first
step will be to distinguish non-argumentative parts
(for example descriptions of the document
structure) from argumentative parts (see section 3.1).
The second step will be to identify support and
attack relations between the argument components.
In particular, we will explore lexical features, such
as discourse markers (for example ‘hence’, ‘so’,
‘for that reason’, ‘but’, ‘however’, see section 4),
and semantic features, such as text similarity or
textual entailment.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.2 Identifying Argumentation Structures for</title>
      </sec>
      <sec id="sec-5-4">
        <title>Computer-Assisted Writing</title>
        <p>
          The goal of computer-assisted writing is to
provide feedback about written language in order
to improve text quality and writing skills of
authors respectively. Common approaches are for
instance focused on providing feedback about
spelling and grammar, whereas more
sophisticated approaches also provide feedback about
discourse structures
          <xref ref-type="bibr" rid="ref5 ref6">(Burstein et al., 2003)</xref>
          ,
readability
          <xref ref-type="bibr" rid="ref25 ref3 ref36">(Pitler and Nenkova, 2008)</xref>
          , style
          <xref ref-type="bibr" rid="ref1 ref10 ref5 ref6">(Burstein and
Wolska, 2003)</xref>
          or aim at facilitating second
language writing
          <xref ref-type="bibr" rid="ref11 ref11 ref15">(Chen et al., 2012; Huang et al.,
2012)</xref>
          .
        </p>
        <p>
          Argumentative Writing Support is a
particular type of computer-assisted writing that aims at
providing feedback about argumentation and thus
postulates methods for reliably identifying
arguments. Besides the recognition of argument
components, the identification of the argumentation
structure is crucial for argumentative writing
support, since it would open novel possibilities for
providing formative feedback about
argumentation. On the one hand, an analysis of the
argumentation structure would enable the
recommendation of more meaningful arrangements of
argument components and a reasonable usage of
discourse markers. Both have been shown to increase
argument comprehension and recall, and thus the
quality of the text
          <xref ref-type="bibr" rid="ref1 ref10 ref5 ref6">(Anne Britt and Larson, 2003)</xref>
          .
On the other hand, by identifying which premises
belong to a claim, it would be possible to advice
the author to add additional support in her/his
argumentation to improve the persuasiveness.
        </p>
        <p>
          Following this vision, we conducted an
annotation study with three annotators to model
argument components and the argumentation
structure in persuasive essays at the clause-level. The
corpus includes 90 persuasive essays which we
selected from essayforum.com. Our annotation
scheme includes three argument components
(major claim, claim and premise) and two
argumentative relations (support and attack). For defining
the annotation guidelines and the annotation
process we conducted a preliminary study on a
corpus of 14 short text snippets with five non-trained
annotators and found that information about the
topic and the author’s stance is crucial for
annotating arguments. According to these findings,
we defined a top-down annotation process
starting with the major claim and drilling-down to the
claims and the premises so that the annotators are
aware of the author’s stance and the topic before
annotating other components. Using this strategy,
we achieved an inter-rater agreement of U =
0:725 for argument components and = 0:81
for argumentative relations indicating that the
proposed scheme and annotation process successfully
guides annotators to substantial agreement. For
more details about this annotation study, we
refer the interested reader to
          <xref ref-type="bibr" rid="ref30">(Stab and Gurevych,
2014)</xref>
          , which includes a detailed description of the
annotation scheme, an analysis of inter-annotator
agreements on different granularities and an
error analysis. The corpus as well as the annotation
guidelines are freely available to encourage future
research.6
        </p>
        <p>
          5We used Krippendorff’s U
          <xref ref-type="bibr" rid="ref16">(Krippendorff, 2004)</xref>
          for
measuring the agreement since there are no predefined
marbles in our study and annotators had also to identify the
boundaries of argument components.
        </p>
        <p>6http://www.ukp.tu-darmstadt.de/data/
argumentation-mining</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Challenges</title>
      <p>Existing approaches of argumentation mining
mainly focus on the identification of argument
components (section 3). Based on the examples
analyzed in section 2 and on the experience gained
in our annotation studies (section 5), we identified
the following challenges for future research in
argumentation mining that have not been addressed
adequately by previous work.</p>
      <p>
        Segmentation: Most of the existing approaches
are based on the sentence-level. However, for
analyzing arguments, a more fine-grained
segmentation is needed
        <xref ref-type="bibr" rid="ref29">(Sergeant, 2013)</xref>
        . Apart from the
sentence level, in real world data argument
components exist on the clause level or can spread over
several sentences. For instance, example (4)
illustrates that a single sentence can contain
multiple argument components (claim in bold face and
premise underlined) (see also example (2) in
section 2). In example (5) the premise consists of two
sentences, because both sentences are needed to
represent and support the “different opinions” in
the claim.
      </p>
      <p>(4) “Eating apples is healthy which has
to do with substrates which prevent
cancer and other diseases.”
(5) “There are different opinions about
coffee. Some people say they need it to
stay awake. Other people think it’s
unhealthy.”</p>
      <p>It is an open question if existing segmentation
approaches can be used for reliably identifying the
boundaries of argument components. In example
(4) we find two times the word “which”. This
makes it hard for a segmenter to split the sentence
correctly in only two parts. On the other hand,
the combination of sentences (example (5)) also
requires more elaborated techniques that are able
to identify sentences that are related and only form
in combination the support of a particular claim.</p>
      <p>Context Dependence: The context is crucial
for identifying arguments, their components and
argumentation structures. As illustrated by Stab
and Gurevych (2014), it is even a hard task for
human annotators to distinguish claims and premises
without being aware of the context. For instance,
the following three argument components
constitute a reasoning chain in which c is a premise for
b and b a premise for a:
(6) “Random locker checks should be
made obligatory.a Locker checks help
students stay both physically and
mentally healthy.b It discourages students
from bringing firearms and especially
drugs.c”</p>
      <p>In this argumentation structure, a can be
classified as a claim. However, without being aware
of the argument component a, b becomes a claim
which is supported by premise c. The same
situation can be found in example (3) in section 2. If we
look at the argument components b and c in
isolation, we can classify b as claim. However, looking
at the whole example, the argument component a
is the claim, supported by the premise b. The same
holds for the argument components c and a which
would be connected by a support relation if they
are considered in isolation. Both examples
illustrate that the context is crucial for classifying
argument components as claims or premises and for
identifying the argumentation structure. Although,
Stab and Gurevych (2014) proposed an annotation
process that facilitates these decisions in manual
annotation studies of persuasive essays, it is still
an open issue how to model the context in order to
improve the performance of automatic
argumentation mining methods.</p>
      <sec id="sec-6-1">
        <title>Ambiguity of Argumentation Structures:</title>
        <p>The most important challenge for identifying
argumentation structures is ambiguity, since there are
often several possible interpretations of
argumentation structures which makes it hard or even
impossible to identify one correct interpretation. In
previous examples, we have already seen that the
classification of argument components depends on
the context and the considered argument
components respectively. However, even if we consider
all components of an argument, there might be
several reasonable interpretations of its structure.
For instance, the structure of example (6) can be
interpreted in three different ways (figure 4). In the
first interpretation, the argument component c
supports argument component b and argument
component b supports argument component a, whereas
in the second interpretation argument components
b and c both support argument component a. The
third interpretation contains all possible
argumentative relations from the first and second
interpretation combined, and thus represents a graph
structure (in contrast to a tree structure).</p>
        <p>The ambiguity of argumentation structures
repb
c
support
support</p>
        <p>a
support
b
support</p>
        <p>
          support
c
b
a
resents a major challenge for argument
annotation studies and consequently the creation of
reliable gold standards for argumentation
mining. In all annotation studies we know, exactly
one annotation is considered to be correct which
means that other possibly correct interpretations
are considered as incorrect and therefore
downgrade the results for the inter annotator
agreement and the performance of automatic
classifiers. Consequently, it might be interesting to
explore different evaluation methods. For
instance, evaluation schemes used in automatic text
summarization could be considered as an
alternative. In text summarization, inter annotator
agreement for human-generated summaries is
particularly low, and hence, each human-generated
summary is considered valid for evaluating an
automatic summarization system
          <xref ref-type="bibr" rid="ref23 ref28 ref38 ref7">(Nenkova and
McKeown, 2012)</xref>
          .
7
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusion</title>
      <p>In this paper, we showed that existing approaches
to argumentation mining mainly focus on the
identification of argument components and largely
neglect the identification of argumentation
structures, although this task is crucial for many
promising applications, e.g., for building novel
argument related knowledge bases. By examining
several examples, we derived characteristic
properties of argumentation structures. We discussed
the relation of discourse analysis and
argumentation structure and showed that previous works
in discourse analysis are not capable of
identifying argumentation structures, because discourse
relations do not cover all argumentative relations
and are limited to relations between adjacent text
units. Based on our observations, we derived three
challenges for encouraging future research, i.e.,
(i) identifying the boundaries of argument
components, (ii) modeling the context of argument
components and argumentative relations, and (iii)
addressing the problem of ambiguous argumentation
structures. In particular, the ambiguity of
argumentation structure poses an important issue for
future work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>M. Anne Britt</surname>
            and
            <given-names>Aaron A.</given-names>
          </string-name>
          <string-name>
            <surname>Larson</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Constructing representations of arguments</article-title>
          .
          <source>Journal of Memory and Language</source>
          ,
          <volume>48</volume>
          (
          <issue>4</issue>
          ):
          <fpage>794</fpage>
          -
          <lpage>810</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Jamal</given-names>
            <surname>Bentahar</surname>
          </string-name>
          , Bernard Moulin, and Micheline Be´langer.
          <year>2010</year>
          .
          <article-title>A taxonomy of argumentation models used for knowledge representation</article-title>
          .
          <source>Artificial Intelligence Review</source>
          ,
          <volume>33</volume>
          (
          <issue>3</issue>
          ):
          <fpage>211</fpage>
          -
          <lpage>259</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Philippe</given-names>
            <surname>Besnard</surname>
          </string-name>
          and
          <string-name>
            <given-names>Anthony</given-names>
            <surname>Hunter</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Elements of argumentation</article-title>
          , volume
          <volume>47</volume>
          . MIT press Cambridge.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Or</given-names>
            <surname>Biran</surname>
          </string-name>
          and
          <string-name>
            <given-names>Owen</given-names>
            <surname>Rambow</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Identifying justifications in written dialogs by classifying text as argumentative</article-title>
          .
          <source>International Journal of Semantic Computing</source>
          ,
          <volume>05</volume>
          (
          <issue>04</issue>
          ):
          <fpage>363</fpage>
          -
          <lpage>381</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Jill</given-names>
            <surname>Burstein</surname>
          </string-name>
          and
          <string-name>
            <given-names>Magdalena</given-names>
            <surname>Wolska</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Toward Evaluation of Writing Style: Finding Overly Repetitive Word Use in Student Essays</article-title>
          .
          <source>In Proceedings of the Tenth Conference on European Chapter of the Association for Computational Linguistics - Volume 1, EACL '03</source>
          , pages
          <fpage>35</fpage>
          -
          <lpage>42</lpage>
          , Budapest, Hungary.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Jill</surname>
            <given-names>Burstein</given-names>
          </string-name>
          , Daniel Marcu, and
          <string-name>
            <given-names>Kevin</given-names>
            <surname>Knight</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Finding the WRITE Stuff: Automatic Identification of Discourse Structure in Student Essays</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          ,
          <volume>18</volume>
          (
          <issue>1</issue>
          ):
          <fpage>32</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Elena</given-names>
            <surname>Cabrio</surname>
          </string-name>
          and
          <string-name>
            <given-names>Serena</given-names>
            <surname>Villata</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Natural language arguments: A combined approach</article-title>
          .
          <source>In Proceedings of the 20th European Conference on Artificial Intelligence, ECAI '12</source>
          , pages
          <fpage>205</fpage>
          -
          <lpage>210</lpage>
          , Montpellier, France.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Elena</given-names>
            <surname>Cabrio</surname>
          </string-name>
          , Sara Tonelli, and
          <string-name>
            <given-names>Serena</given-names>
            <surname>Villata</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>From discourse analysis to argumentation schemes and back: Relations and differences</article-title>
          .
          <source>In Joa˜o Leite</source>
          ,
          <source>TranCao Son</source>
          , Paolo Torroni, Leon Torre, and Stefan Woltran, editors,
          <source>Computational Logic in MultiAgent Systems</source>
          , volume
          <volume>8143</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          . Springer Berlin Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Lynn</surname>
            <given-names>Carlson</given-names>
          </string-name>
          , Daniel Marcu, and Mary Ellen Okurowski.
          <year>2001</year>
          .
          <article-title>Building a discourse-tagged corpus in the framework of rhetorical structure theory</article-title>
          .
          <source>In Proceedings of the Second SIGdial Workshop on Discourse and Dialogue -</source>
          Volume
          <volume>16</volume>
          , SIGDIAL '
          <volume>01</volume>
          , pages
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          , Aalborg, Denmark.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Lynn</surname>
            <given-names>Carlson</given-names>
          </string-name>
          , Daniel Marcu, and Mary Ellen Okurowski,
          <year>2003</year>
          .
          <article-title>Building a discourse-tagged corpus in the framework of rhetorical structure theory, chapter 5</article-title>
          , pages
          <fpage>85</fpage>
          -
          <lpage>112</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Mei-Hua</surname>
            <given-names>Chen</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shih-Ting</surname>
            <given-names>Huang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hung-Ting</surname>
            <given-names>Hsieh</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ting-Hui Kao</surname>
          </string-name>
          , and
          <string-name>
            <surname>Jason</surname>
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Chang</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>FLOW: A First-language-oriented Writing Assistant System</article-title>
          .
          <source>In Proceedings of the ACL 2012 System Demonstrations, ACL '12</source>
          , pages
          <fpage>157</fpage>
          -
          <lpage>162</lpage>
          ,
          <string-name>
            <surname>Jeju</surname>
            <given-names>Island</given-names>
          </string-name>
          , Korea.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Vanessa Wei</surname>
            Feng and
            <given-names>Graeme</given-names>
          </string-name>
          <string-name>
            <surname>Hirst</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Classifying arguments by scheme</article-title>
          .
          <source>In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies - Volume 1, HLT '11</source>
          , pages
          <fpage>987</fpage>
          -
          <lpage>996</lpage>
          , Stroudsburg, PA, USA. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Eirini</given-names>
            <surname>Florou</surname>
          </string-name>
          , Stasinos Konstantopoulos, Antonis Koukourikos, and
          <string-name>
            <given-names>Pythagoras</given-names>
            <surname>Karampiperis</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Argument extraction for supporting public policy formulation</article-title>
          .
          <source>In Proceedings of the 7th Workshop on Language Technology for Cultural Heritage</source>
          ,
          <source>Social Sciences, and Humanities</source>
          , pages
          <fpage>49</fpage>
          -
          <lpage>54</lpage>
          , Sofia, Bulgaria, August. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>James</surname>
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Freeman</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Argument Structure: Representation and Theory</article-title>
          , volume
          <volume>18</volume>
          of Argumentation Library. Springer.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Chung-chi Huang</surname>
          </string-name>
          ,
          <article-title>Ping-che Yang, Mei-hua Chen, Hung-ting Hsieh, Ting-hui Kao,</article-title>
          and
          <string-name>
            <surname>Jason</surname>
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Chang</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>TransAhead: A Writing Assistant for CAT and CALL</article-title>
          .
          <source>In Proceedings of the Demonstrations at the 13th Conference of the European Chapter of the Association for Computational Linguistics, EACL '12</source>
          , pages
          <fpage>16</fpage>
          -
          <lpage>19</lpage>
          , Avignon, France.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Klaus</given-names>
            <surname>Krippendorff</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Measuring the Reliability of Qualitative Text Analysis Data</article-title>
          .
          <source>Quality &amp; Quantity</source>
          ,
          <volume>38</volume>
          (
          <issue>6</issue>
          ):
          <fpage>787</fpage>
          -
          <lpage>800</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Maria</given-names>
            <surname>Liakata</surname>
          </string-name>
          , Shyamasree Saha, Simon Dobnik, Colin Batchelor, and
          <string-name>
            <surname>Dietrich</surname>
          </string-name>
          Rebholz-Schuhmann.
          <year>2012</year>
          .
          <article-title>Automatic recognition of conceptualization zones in scientific articles and two life science applications</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>28</volume>
          (
          <issue>7</issue>
          ):
          <fpage>991</fpage>
          -
          <lpage>1000</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>William C.</given-names>
            <surname>Mann</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sandra A.</given-names>
            <surname>Thompson</surname>
          </string-name>
          .
          <year>1988</year>
          .
          <article-title>Rhetorical structure theory: Toward a functional theory of text organization</article-title>
          .
          <source>Text</source>
          ,
          <volume>8</volume>
          (
          <issue>3</issue>
          ):
          <fpage>243</fpage>
          -
          <lpage>281</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Marcu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Abdessamad</given-names>
            <surname>Echihabi</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>An unsupervised approach to recognizing discourse relations</article-title>
          .
          <source>In Proceedings of the 40th Annual Meeting on Association for Computational Linguistics, ACL '02</source>
          , pages
          <fpage>368</fpage>
          -
          <lpage>375</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Raquel</given-names>
            <surname>Mochales-Palau and</surname>
          </string-name>
          Marie-Francine
          <string-name>
            <surname>Moens</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Argumentation mining: The detection, classification and structure of arguments in text</article-title>
          .
          <source>In Proceedings of the 12th International Conference on Artificial Intelligence and Law</source>
          ,
          <source>ICAIL '09</source>
          , pages
          <fpage>98</fpage>
          -
          <lpage>107</lpage>
          , New York, NY, USA. ACM.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Raquel</given-names>
            <surname>Mochales-Palau and</surname>
          </string-name>
          Marie-Francine
          <string-name>
            <surname>Moens</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Argumentation mining</article-title>
          .
          <source>Artificial Intelligence and Law</source>
          ,
          <volume>19</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Marie-Francine</surname>
            <given-names>Moens</given-names>
          </string-name>
          , Erik Boiy, Raquel Mochales Palau, and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Reed</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Automatic detection of arguments in legal texts</article-title>
          .
          <source>In Proceedings of the 11th International Conference on Artificial Intelligence and Law</source>
          ,
          <source>ICAIL '07</source>
          , pages
          <fpage>225</fpage>
          -
          <lpage>230</lpage>
          , New York, NY, USA. ACM.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <given-names>Ani</given-names>
            <surname>Nenkova and Kathleen McKeown</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>A survey of text summarization techniques</article-title>
          .
          <source>In Mining Text Data</source>
          , pages
          <fpage>43</fpage>
          -
          <lpage>76</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <given-names>Andreas</given-names>
            <surname>Peldszus</surname>
          </string-name>
          and
          <string-name>
            <given-names>Manfred</given-names>
            <surname>Stede</surname>
          </string-name>
          .
          <year>2013</year>
          . From Argument Diagrams to Argumentation Mining in Texts: A Survey.
          <source>International Journal of Cognitive Informatics and Natural Intelligence (IJCINI)</source>
          ,
          <volume>7</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <given-names>Emily</given-names>
            <surname>Pitler</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ani</given-names>
            <surname>Nenkova</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Revisiting readability: A unified framework for predicting text quality</article-title>
          .
          <source>In Proceedings of the Conference on Empirical Methods in Natural Language Processing, EMNLP '08</source>
          , pages
          <fpage>186</fpage>
          -
          <lpage>195</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <given-names>Rashmi</given-names>
            <surname>Prasad</surname>
          </string-name>
          , Nikhil Dinesh,
          <string-name>
            <given-names>Alan</given-names>
            <surname>Lee</surname>
          </string-name>
          , Eleni Miltsakaki, Livio Robaldo, Aravind Joshi, and
          <string-name>
            <given-names>Bonnie</given-names>
            <surname>Webber</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>The Penn Discourse TreeBank 2.0</article-title>
          .
          <source>In Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08)</source>
          , pages
          <fpage>28</fpage>
          -
          <lpage>30</lpage>
          , Marrakech, Morocco.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <given-names>Chris</given-names>
            <surname>Reed</surname>
          </string-name>
          , Raquel Mochales-Palau,
          <string-name>
            <given-names>Glenn</given-names>
            <surname>Rowe</surname>
          </string-name>
          , and
          <string-name>
            <surname>Marie-Francine Moens</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Language resources for studying argument</article-title>
          .
          <source>In Proceedings of the Sixth International Conference on Language Resources and Evaluation</source>
          , LREC '
          <volume>08</volume>
          , pages
          <fpage>2613</fpage>
          -
          <lpage>2618</lpage>
          , Marrakech, Morocco.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <given-names>Niall</given-names>
            <surname>Rooney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Hui</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Fiona</given-names>
            <surname>Browne</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Applying kernel methods to argumentation mining</article-title>
          .
          <source>In Proceedings of the Twenty-Fifth International Florida Artificial Intelligence Research Society Conference, FLAIRS '12</source>
          , pages
          <fpage>272</fpage>
          -
          <lpage>275</lpage>
          ,
          <string-name>
            <surname>Marco</surname>
            <given-names>Island</given-names>
          </string-name>
          , FL, USA.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <given-names>Alan</given-names>
            <surname>Sergeant</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Automatic argumentation extraction</article-title>
          .
          <source>In Proceedings of the 10th European Semantic Web Conference, ESWC '13</source>
          , pages
          <fpage>656</fpage>
          -
          <lpage>660</lpage>
          , Montpellier, France.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <given-names>Christian</given-names>
            <surname>Stab</surname>
          </string-name>
          and
          <string-name>
            <given-names>Iryna</given-names>
            <surname>Gurevych</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Annotating argument components and relations in persuasive essays</article-title>
          .
          <source>In Proceedings of the 25th International Conference on Computational Linguistics (COLING</source>
          <year>2014</year>
          ), page (to appear), Dublin, Ireland,
          <year>August</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <given-names>Maite</given-names>
            <surname>Taboada</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Discourse Markers as Signals (or Not) of Rhetorical Relationsteu</article-title>
          .
          <source>Journal of Pragmatics</source>
          ,
          <volume>38</volume>
          (
          <issue>4</issue>
          ):
          <fpage>567</fpage>
          -
          <lpage>592</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <given-names>Simone</given-names>
            <surname>Teufel</surname>
          </string-name>
          , Advaith Siddharthan, and
          <string-name>
            <given-names>Colin</given-names>
            <surname>Batchelor</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Towards discipline-independent argumentative zoning: evidence from chemistry and computational linguistics</article-title>
          .
          <source>In Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>1493</fpage>
          -
          <lpage>1502</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <given-names>Simone</given-names>
            <surname>Teufel</surname>
          </string-name>
          .
          <year>1999</year>
          .
          <article-title>Argumentative Zoning: Information Extraction from Scientific Text</article-title>
          .
          <source>Ph.D. thesis</source>
          , University of Edinburgh.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <given-names>Stephen E.</given-names>
            <surname>Toulmin</surname>
          </string-name>
          .
          <year>1958</year>
          .
          <article-title>The uses of Argument</article-title>
          . Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <given-names>Assimakis</given-names>
            <surname>Tseronis</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>From connectives to argumentative markers: A quest for markers of argumentative moves and of related aspects of argumentative discourse</article-title>
          .
          <source>Argumentation</source>
          ,
          <volume>25</volume>
          (
          <issue>4</issue>
          ):
          <fpage>427</fpage>
          -
          <lpage>447</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <given-names>Douglas</given-names>
            <surname>Walton</surname>
          </string-name>
          , Chris Reed, and
          <string-name>
            <given-names>Fabrizio</given-names>
            <surname>Macagno</surname>
          </string-name>
          .
          <year>2008</year>
          . Argumentation Schemes. Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <string-name>
            <surname>Douglas N Walton</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>Argumentation schemes for presumptive reasoning</article-title>
          . Routledge.
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <given-names>Bonnie</given-names>
            <surname>Webber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Mark</given-names>
            <surname>Egg</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Valia</given-names>
            <surname>Kordoni</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Discourse structure and language technology</article-title>
          .
          <source>Natural Language Engineering</source>
          ,
          <volume>18</volume>
          :
          <fpage>437</fpage>
          -
          <lpage>490</lpage>
          ,
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <given-names>Adam</given-names>
            <surname>Wyner</surname>
          </string-name>
          , Raquel Mochales Palau,
          <string-name>
            <surname>Marie-Francine Moens</surname>
            , and
            <given-names>David</given-names>
          </string-name>
          <string-name>
            <surname>Milward</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Approaches to text mining arguments from legal cases</article-title>
          .
          <source>In Semantic Processing of Legal Texts</source>
          , volume
          <volume>6036</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>60</fpage>
          -
          <lpage>79</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          Antonio Jimeno Yepes, James G. Mork, and
          <string-name>
            <surname>Alan</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Aronson</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Using the argumentative structure of scientific literature to improve information access</article-title>
          .
          <source>In Proceedings of the 2013 Workshop on Biomedical Natural Language Processing</source>
          , pages
          <fpage>102</fpage>
          -
          <lpage>110</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>