<!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>Towards Explaining Natural Language Arguments with Background Knowledge</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ioana Hulpus</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jonathan Kobbe</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maria Becker</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juri Opitz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Graeme Hirst</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christian Meilicke</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vivi Nastase</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Heiner Stuckenschmidt</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anette Frank</string-name>
          <email>frankg@cl.uni-heidelberg.de</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data and Web Science Group, University of Mannheim</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute for Computational Linguistics, Heidelberg University</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Toronto</institution>
          ,
          <addr-line>Toronto</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we propose the task of argument explicitation, a task that makes the structure of a natural language argument explicit, as well as the background knowledge the argument is built on, in the form of implicit premises or contextual knowledge. The purpose of argument explicitation is to support the understanding of an argument by providing users with an end-to-end analysis that o ers a critical assessment of arguments including identi cation of argument weaknesses. Besides, the results of the argument explicitation process can be used by machines to retrieve similar arguments as well as counter-arguments. We propose a framework for argument explicitation that joins a variety of AI and NLPbased argumentation mining sub-tasks that by now have mostly been treated separately in the literature. We identify the challenges this task entails, while at the same time highlighting the opportunities brought by the recent development of structured, external knowledge sources.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The analysis and use of Argumentation in natural language texts is an active
eld of research in Arti cial Intelligence. Common lines of work include the
identi cation of argumentation units [
        <xref ref-type="bibr" rid="ref32 ref44 ref50 ref52">32, 44, 50, 52</xref>
        ] and relations [
        <xref ref-type="bibr" rid="ref11 ref36 ref40 ref50">11, 36, 40, 50</xref>
        ],
the measurement of argument quality [
        <xref ref-type="bibr" rid="ref24 ref57">24,57</xref>
        ] and the synthesis of argumentative
texts [
        <xref ref-type="bibr" rid="ref56">56</xref>
        ]. While many tasks in natural language processing (NLP) can be solved
with surprising accuracy using only surface features, tasks relating to
argumentation often require a deeper understanding of the reasoning behind a line of
argumentation.
      </p>
      <p>In this paper, we discuss the problem of providing explanations for arguments,
giving an account of the opportunities and challenges this involves. We de ne the
task of explicitation of arguments whose purpose is to support the understanding
Copyright c 2019 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).
of a given argument by providing either end users or a computational system
that tries to interpret an argument, with a structured and semantically founded
analysis of the argument and to enrich it, if necessary, with explanations of
otherwise implicit information that is crucial for the logics and understanding
of the argument. This task brings together multiple research directions, some
of which have already been investigated in the literature { however mostly in
theoretical, as opposed to computational approaches. Indeed, we emphasize that
while many of the challenges have been long debated in philosophy and logics
communities, there are very few accounts of them in the NLP and modern AI
communities, where these questions are now only starting to be addressed.</p>
      <p>Argument explicitation is important in order to support end-users to
critically judge natural language arguments. The need for systems that are able to
perform argument explicitation has become particularly critical in the light of
the current wave of references to \fake news". Explicitation of how the stated
premises support or attack a given conclusion, as well as the provision of a
fulledged argument structure can shed light on both validity (does the conclusion
follow logically from the premises?) and soundness (are the premises true?) of
arguments. Beyond a purely logical account of argumentation, as one end of
the extreme, or recourse to fact checking to corroborate the truth of premises
on the other, argument explicitation aims at making explicit any background
knowledge relevant for the understanding of the argument, either in the form
of implicit premises, or relevant facts, states of a airs, or relations that connect
explicitly stated argument components in a meaningful way.</p>
      <p>In this paper, we discuss notions of explanations known in other contexts
and motivate a new kind of explanation that is targeted to the explicitation of
natural language arguments that makes the knowledge and the mechanisms of an
argument explicit (Section II). We will distinguish di erent facets of argument
explicitation and what speci c kinds of knowledge are required for them (Section
III). In Section IV, we discuss di erent types of argument explicitation and
what kinds of explanations we can expect from them, in view of a
contentbased assessment of the validity, strength and quality of an argument. Section V
summarizes our ndings and concludes with an outlook on promising rst steps
towards a computational account of argument explicitation.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Explaining Arguments</title>
      <sec id="sec-2-1">
        <title>Explaining Arguments with Deductive Reasoning</title>
        <p>
          Researchers in the eld of Logics consider arguments as logical formulas: the
truth of the conclusion is a logical consequence of the truth of the premises. In
this setting, the logical proof that establishes the entailment or inconsistency
serves as an explanation of the respective relation. Consider the following
example inspired from Walton and Reed (2005) [
          <xref ref-type="bibr" rid="ref59">59</xref>
          ]:
Example 1. Drastic decline in natural life is cause for alarm. Toads and frogs
are forms of natural life and there is a drastic decline in toads and frogs. Hence,
there is a cause for alarm.
Premise 1 8x; natural lif e(x) ^ drastic decline(x) ) alarm(x)
Premise 2 natural lif e(toads and f rogs)
Premise 3 drastic decline(toads and f rogs)
Conclusion alarm(toads and f rogs)
        </p>
        <p>The example shows a syllogistic argument whose formalization is available
in Figure 1. Given the formalization, an automated reasoner such as a Prolog
reasoner can validate the argument. However, looking at this argument from the
perspective of an everyday argument, it is straightforward to recognize several
problems that reach beyond its deductive validity.</p>
        <p>
          First, the text of the exempli ed argument is rather unnatural, as the
statement toads and frogs are forms of natural life is very unlikely mentioned in an
everyday argument but it is most often implied. However, without it, the
argument becomes deductively invalid, since it would miss Premise 2 in Fig. 1. Most
everyday arguments would face this problem. Arguments with unstated premises
are called enthymemes [
          <xref ref-type="bibr" rid="ref60">60</xref>
          ] and we get back to them in the following sections.
        </p>
        <p>Second, the argument's soundness is not beyond doubt. While the second
premise would appear to be true to the majority of people, the truth of the
rst and third premises pertains to a higher level of subjectivity (when is decline
drastic?). Indeed, in informal reasoning, counter-arguments question the validity
of arguments as well as their soundness.</p>
        <p>
          Thus, everyday arguments cannot be modeled in a deductive framework [
          <xref ref-type="bibr" rid="ref59">59</xref>
          ].
These arguments, whose conclusion can be defeated by either defeating the
premises, or by adding new premises, are called defeasible arguments. In the
following, we focus particularly on types of explicitations suitable for them.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Explaining Arguments with Informal Reasoning</title>
        <p>
          In the informal reasoning literature, we identify several types of explanations
each ful lling a particular role, in di erent contexts:
Explanation as a discursive act has the function of providing reasons in
support of an accepted conclusion [
          <xref ref-type="bibr" rid="ref34 ref38 ref9">9,34,38</xref>
          ]. In this regard, an explanation di ers
from an argument, as the explanation does not aim to prove the validity of
the conclusion (which is the role of an argument), but rather considers the
conclusion as being valid, and tries to provide the reasons for the occurrence
of the event or state of a airs expressed by the conclusion.
        </p>
        <p>
          Explanation as hypothesis occurs particularly in the context of abduction
the method of creating new hypotheses to explain unexpected observations,
e.g. in the context of scienti c literature [
          <xref ref-type="bibr" rid="ref28 ref53 ref55">28, 53, 55</xref>
          ].
        </p>
        <p>
          Explanation for transparency is applied to enrich automatic systems with
an output functionality that aims to inform the end-user with all the
knowledge and processes used by the system for producing its primary output. This
is the most common type of explanation in arti cial intelligence [
          <xref ref-type="bibr" rid="ref2 ref43 ref46">2, 43, 46</xref>
          ].
        </p>
        <p>In this paper, we discuss a new type of explanations, called argument
explicitation: the explanation of an argument with the speci c purpose of making
the knowledge and mechanism of the argument explicit. The recent advances
in natural language understanding and the availability of structured knowledge
bases bear many opportunities to tackle some of the hard problems that this
task entails.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Argument Explicitation</title>
      <p>
        Broadly, the task of argument explicitation that we address consists of two
subtasks. The rst task { argument analysis { is concerned with analyzing the text
in order to identify the argument components (e.g., premises and conclusion) and
the overall structure of the argument. The second task { argument
reconstruction { is concerned with making explicit any unstated, but implicit premises,
as well as implicit connections between concepts mentioned in argument
components, in terms of background knowledge. Most of the AI and particularly
computational linguistics research in argumentation focuses on the rst
subtask [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ], [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ], [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], [
        <xref ref-type="bibr" rid="ref32 ref50">32, 50</xref>
        ], [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The second sub-task has by now been mainly
addressed from a theoretical, or philosophical perspective by Walton and Reed
(2005) [
        <xref ref-type="bibr" rid="ref59">59</xref>
        ], who reconstruct enthymemes (arguments with unstated premises)
with argumentation schemes.
      </p>
      <p>
        In the area of the argument analysis task, three very recent contributions
outline the need for understanding argumentation on a deeper level. One
investigation [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ] shows that predictions of a state-of-the-art argumentative relation
classi cation system are mostly driven by contextual shallow discourse features,
while the model pays only little attention to the actual content of an argument.
The need for deeper understanding of the content of the argumentative text has
also been acknowledged with respect to the argumentative reading
comprehension task (ARC)4 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The approach of Kobbe et al. (2019) [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], takes a step
in this direction, but their knowledge-augmented model only marginally
outperforms the linguistic baseline. Deeper understanding of arguments is even more
crucial for the task of argument reconstruction, and as long as argument
analysis is only achieved at a shallow level, there is very little hope for successful
argument reconstruction on top of it. In light of these observations, we point out
the kind of knowledge that such a system must access, model and integrate.
      </p>
      <sec id="sec-3-1">
        <title>Knowledge about natural language is by far the most exploited type of</title>
        <p>
          knowledge in the literature with respect to argument mining. However, such
knowledge has many facets, but it is by now only captured by relatively
shallow features, such as discourse markers that indicate argument
components (see e.g. [
          <xref ref-type="bibr" rid="ref40">40</xref>
          ]), or implicitly captured through training feature-based
classi ers and recently, neural models (cf. [
          <xref ref-type="bibr" rid="ref33 ref49 ref51">33, 49, 51</xref>
          ]).
        </p>
        <p>
          Knowledge about argumentation has been extensively researched, mostly
in the philosophical literature. Here, multiple ways of modelling arguments
have been proposed, including patterns of defeasible reasoning [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ].
4 SemEval-2018: https://competitions.codalab.org/competitions/17327
Background knowledge has probably been the most neglected type of
knowledge in the current state of the art of argument analysis. Early argument
comprehension systems [
          <xref ref-type="bibr" rid="ref1 ref5">1, 5</xref>
          ] made heavy use of hard coded, very precise
domain knowledge. At the same time, in philosophy we encounter Schank's
scripts [
          <xref ref-type="bibr" rid="ref45">45</xref>
          ] as the most referenced representation of domain knowledge for
both argument comprehension and reconstruction [
          <xref ref-type="bibr" rid="ref60">60</xref>
          ]. Nonetheless, apart
from very recent work of Botschen et al. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] and Kobbe et al. [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], little
progress has been made in using domain knowledge for argument
comprehension and reconstruction. Recent work investigated the reconstruction of
implicit knowledge in argumentative texts by way of manual annotation [
          <xref ref-type="bibr" rid="ref4 ref7">4,7</xref>
          ],
but computational reconstruction approaches are still out of sight.
We claim that automated argument explicitation must model and reason with all
of these complementary types of knowledge. In the following, we detail some of
the sub-tasks of argument explicitation, focusing particularly on the challenges
that can be addressed by, or that require exploiting background knowledge.
We think that advances in the availability of large-scale knowledge bases bring
signi cant opportunities in this direction.
3.1
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Model-based Explicitation</title>
        <p>
          In order to understand how and why defeasible arguments work, multiple
argument models have been proposed. Generally these models aim to classify
argumentative units on a more granular level than the generic premise/conclusion
classi cation. In the following, we describe two of the most popular such models,
and illustrate how we envisage argument explicitation based on them. However,
we do not exclude the explicitation based on other models, such as the seven-step
argument analysis approach of Scriven [
          <xref ref-type="bibr" rid="ref47">47</xref>
          ].
        </p>
        <p>
          Toulmin Model-based Explicitation In research on argument analysis, one
of the most well-known models for arguments is the Toulmin model [
          <xref ref-type="bibr" rid="ref54">54</xref>
          ]. It
was de ned particularly for legal arguments, but has since proven its suitability
for a wide range of arguments [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. This model de nes ve types of argument
components, whose identi cation facilitates argument understanding.
claim is the statement that the argument intends to prove, and is analogous to
the conclusion in other argumentation models;
datum is a statement of a fact, or evidence that supports the claim;
warrant is a statement that provides the connection between claim and datum,
facilitating the datum to support the claim;
backing is a statement that justi es why the warrant holds;
quali er is a statement that indicates the strength of the warrant;
rebuttal is a statement of an exceptional case whose occurrence would remove
the authority of the warrant.
Figure 2 shows a classical example [
          <xref ref-type="bibr" rid="ref54">54</xref>
          ] of an argument modelled with the
Toulmin scheme. An important challenge for explicitating natural language
arguments with the Toulmin model is that most often, not all the components are
present in the text. Consequently, a legitimate goal of argumentation
explicitation can be to (i) signal the lack of speci c argument components to the end
user, to support her judgment of the validity of the argument, or (ii) to identify
and provide such missing argument components from Toulmin's scheme, such as
Data, Warrants or Backups, to complete the full understanding of the argument.
We will come back to this discussion in Section 3.2.
        </p>
        <p>
          As it can be seen in the example of Figure 2, and as discussed in detail by
Freeman [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ], warrants often take the form of generalization rules, that are often
not explicitly stated. For instance, the argument in Figure 2 would most likely
be encountered in everyday argumentation as Harry is presumably a British
subject because he was born in Bermuda. The availability of background knowledge
such as encyclopedic knowledge (i.e., DBpedia) can be exploited in order to
suggest such potential warrants. For example, even if omitted from the text, the
warrant that A man born in Bermuda will generally be a British subject can be
reconstructed by noticing (for instance, in DBpedia) that a big fraction of people
born in Bermuda are British citizens. The bigger challenge is how to deal with
commonsense knowledge, or more speci cally, what Feeman (2008) [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] names
empirical warrants which ordinarily hold, for example Given that x has mailed
the letter, one may take it that x wants the addressee to receive it or If X ignited
a fuse connected to a bomb, X intended to explode the bomb.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Walton Schemes-based Explicitation Walton proposed about 50 argumen</title>
        <p>
          tation schemes [
          <xref ref-type="bibr" rid="ref59">59</xref>
          ] organized in a hierarchy. These schemes represent common
patterns of everyday reasoning, and Fig. 3 shows two of them.
        </p>
        <p>
          There have already been a number of attempts to classify natural language
arguments into Walton argumentation schemes, as well as their components,
some of which are purely theoretical [
          <xref ref-type="bibr" rid="ref10 ref58">10, 58</xref>
          ] while others implement
featurebased supervised classi cation models [
          <xref ref-type="bibr" rid="ref17 ref29 ref30">17, 29, 30</xref>
          ]. An example of an argument
from verbal classi cation, originally published by Lawrence and Reed (2016) [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ]
is shown in Fig. 4. In this example, the argument text is annotated with the two
premises and the conclusion. We use this example to pinpoint two important
challenges, besides the actual classi cation of the arguments based on their
Walton scheme.
Argument from Analogy
Premise 1: Generally, case C1 is similar to case C2.
        </p>
        <p>Premise 2: A is true (or false) in case C1.</p>
        <p>Conclusion: A is true (or false) in case C2.</p>
        <p>Argument from Verbal Classi cation
Premise 1: a has property P
Premise 2: for all x, if x has property P, x can be classi ed as having property G .
Conclusion: a has property G.</p>
        <p>First, the logical conclusion following from the two premises, is The
PowerShot SX510 has great image stabilization. For the conclusion in Fig. 4 to be
logically entailed, we must assume the further premise Cameras with great image
stabilization are fantastic., which is implied by the text, but is not stated.
Example. The PowerShot SX510 is a fantastic camera. It is made by Canon and all
Canon cameras have great image stabilisation.</p>
        <p>Premise 1: It is made by Canon
Premise 2: all Canon cameras have great image stabilisation
Conclusion: The PowerShot SX510 is a fantastic camera.</p>
        <p>Second, in real life, the above argument would likely omit Premise 1: It is
made by Canon, and the text would sound closer to The PowerShot SX510 is
a fantastic camera as Canon cameras have great image stabilization. This adds
another level of complexity and challenge to correctly classify the argument as
an Argument from Verbal Classi cation.</p>
        <p>A thorough explicitation of this argument that addresses both challenges is
illustrated in Fig. 5. As illustrated, the argumentative text that contains only
two explicit statements (Premise 2 and the Conclusion), actually implies a chain
of two arguments, where the conclusion of the rst serves as a premise to the
second. In order to obtain such explicitations automatically, it is not su cient
to classify arguments into their corresponding Walton scheme. In addition, the
classi cation of the components (premises and conclusions) is required, and even
more challenging, the classi cation of the schema variables. Given the Argument
from Verbal Classi cation scheme in Fig. 3, the classi cation of variables for the
text The PowerShot XS510 is a fantastic camera as all Canon cameras have
great image stabilization would be: fThe PowerShot XS510 : a, fantastic
camera: G, Canon cameras : P, great image stabilization: Gg. This classi cation,
would then clarify which are the bits of knowledge that are needed for
reconstructing the argument in such a way that it follows the Argument from Verbal</p>
        <p>Example. The PowerShot SX510 is a fantastic camera as all Canon cameras have
great image stabilisation.</p>
        <p>First Argument
Unstated Premise 1: The PowerShot SX510 is a Canon camera
Premise 2: all Canon cameras have great image stabilisation
Unstated Conclusion: The PowerShot SX510 has great image stabilisation.
Second Argument
Unstated Premise 1: The PowerShot SX510 is a camera and has great image
stabilisation.</p>
        <p>Unstated Premise 2: Cameras with great image stabilisation are fantastic.
Conclusion: The PowerShot SX510 is a fantastic camera.</p>
        <p>Fig. 5. Example of explicitation that includes analysis as well as reconstruction of
an instance of Argument from Verbal Classi cation. The reconstruction makes explicit
two arguments following the same scheme of Argument from Verbal Classi cation. One
premise of the second argument is the conjunction of a premise and the conclusion of
the rst argument. The unstated components are written in Italics.</p>
        <p>Classi cation scheme. Speci cally, that a (The PowerShot XS510 ) must have
property P (Canon cameras ), resulting into Unstated Premise 1. We highlight
here the opportunity for using structured knowledge bases that are available
on the Web of Data to ll in such generalizing premises. Next, having two
distinct strings serving the same role of G (great image stabilization and fantastic
camera ) can indicate that the author of the argument implies that there is a
logical entailment between the two strings, leading to Unstated Premise 2. In
the following, we discuss explicitations whose role is to ll in unstated premises.
3.2</p>
      </sec>
      <sec id="sec-3-4">
        <title>Explicitation based on Enthymeme Reconstruction</title>
        <p>
          Arguments with omitted premises are called enthymemes. They have been
debated in philosophical literature since Aristotle [
          <xref ref-type="bibr" rid="ref16 ref21 ref22 ref25 ref31 ref59 ref60">16,21,22,25,31,59,60</xref>
          ]. Regarding
our task of argument explicitation, dealing with enthymemes is one of the core
challenges. Although explicitation based on Toulmin's model or Walton schemes
may be regarded as a tangible aim as long as the problem of implied premises
is ignored, we argue that most (informal) natural language arguments are
enthymemes, and their explicitation, which includes reconstruction, should not be
neglected. In Section 3.1, we provided some hints on how Walton schemes might
be used to explicitate enthymemes, while in Section 3.1 we discussed Freeman's
(2008) [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] claim that when modelling arguments with the Toulmin model, it is
very common that the warrant is implied and omitted. We therefore consider
explicitation based on enthymeme reconstruction as a form of explicitation that
complements and deepens other types of explicitation proposed above.
        </p>
        <p>
          The problem of enthymeme reconstruction is arguably an AI complete
problem. Broadly, a system tackling enthymeme reconstruction { called an enthymeme
machine [
          <xref ref-type="bibr" rid="ref59">59</xref>
          ] { must be able to answer three questions: (i) is the analyzed
argument an enthymeme? (ii) which are the gaps that need to be lled? (iii) which are
the missing premises? Approaches for addressing questions (i) and (ii) depend on
the chosen argument model (e.g., Walton scheme or Toulmin model). Addressing
question (iii) is more challenging and actually brings us to the question of the
actual purpose or use cases of the task. If the purpose of enthymeme
reconstruction is to support the user in judging arguments, we can relax the requirement
of stating the missing premise. We may instead just ask the system to present
a possible premise. For instance, reconsidering the example in Fig. 5, instead
of generating Unstated Premise 1 The PowerShot SX510 is a Canon camera
and Unstated Premise 2 Cameras with great image stabilization are fantastic,
the system would draw the attention of the user to consider some highlighted
piece of inserted information that could form a coherent argument, e.g., (i) The
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>Powershot SX510 has the property Canon camera and (ii) great image</title>
        <p>stabilization implies fantastic camera. This way, it is the user's
responsibility to validate the argument, while the system guides this process.</p>
        <p>If, however, the purpose of the system is to provide a true and valid missing
premise, the system must be able to check whether these premises state true
facts, e.g., they may be validated against a knowledge base, or they can be agged
as subjective statements. In our example from Fig. 5, the system would search
for relations holding between The Powershot SX510 and Canon cameras in a
knowledge base, and judge whether the found relation is similar to the relation
required by the argument scheme: The Powershot SX510 has the property
Canon camera. Validating the second unstated premise in our example, by
contrast, should be impossible, since it is a subjective statement, not a fact.
In such a case, the system might reconstruct a possible premise (great image
stabilization implies fantastic camera ), and ag it as subjective.</p>
        <p>
          We conclude that the system must be able to distinguish between missing
premises that are subjective as opposed to those that are facts. While subjective
ones can be agged as such, using state of the art opinion detection tools,
reconstructing facts involves fact checking. This can only be achieved with respect to
real-world knowledge available to the system. Such real-world knowledge can be:
(i) encyclopedic (e.g., The Powershot SX510 is made by Canon ) which is
available online through Wikipedia and related structured knowledge bases such as
DBpedia, Wikidata, Yago; (ii) ontological (e.g., frogs and toads are animal life)
which is available for instance through taxonomies and lexicons such as
WordNet, as well as Wikipedia-based knowledge bases; (iii) common sense knowledge
(e.g., dogs usually bark when strangers enter their space ), which is much harder
to source and (iv) contextual, such as the purpose of the document, the author,
the time, etc. While the rst two types of real-world knowledge can be accessed
with state-of-the-art entity linking tools, the last two types of knowledge are
more challenging, and in general much less researched. Regarding commonsense
knowledge, the recent study of Becker et. al (2016) [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] nds that a large majority
of commonsense relations captured by implicit unstated statements in arguments
can be mapped to ConceptNet [
          <xref ref-type="bibr" rid="ref48">48</xref>
          ] relations.
        </p>
        <p>
          With respect to contextual knowledge, Green (2010) [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] provides evidence
that knowledge needed for explicitating enthymemes can often be found in the
surrounding context, meta-data about authors and the targeted audience, etc.
3.3
        </p>
      </sec>
      <sec id="sec-3-6">
        <title>Acceptability-based Explicitation</title>
        <p>
          The previously proposed types of argument explicitation focus solely on the
internal structure of the argument. However, everyday arguments rarely occur
in isolation or remain unchallenged. A de ning property of everyday arguments
is precisely their defeasible nature, i.e., their vulnerability to being attacked by
other arguments. The ability of arguments to resist such counterarguments has
been named acceptability [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
        <p>
          Acceptability-based explicitation aims to expose the relations holding
between the targeted argument and other arguments, weaving a macro structure
of argumentation. This type of argumentation analysis, whose target are the
relations between arguments, has been researched within the context of abstract
argumentation frameworks. One of the rst and best studied abstract
argumentation frameworks was introduced by Dung (1995) [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. It de nes only one type
of relation between arguments, that of attack or defeat. Dung [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] de nes a set
of arguments as acceptable (by a rational agent), if it can defend itself against
all attacks on it. More recent lines of work on argumentation frameworks extend
Dung's framework by de ning two types of relations between arguments, attack
and support [
          <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
          ]. Drawing inspiration from these frameworks, much of the
recent computational linguistic analysis of arguments has focused on automated
support/attack relation classi cation between pairs of arguments [
          <xref ref-type="bibr" rid="ref11 ref20 ref6">6, 11, 20</xref>
          ].
        </p>
        <p>
          Much of the research on argument analysis considers attack and support
relations to exist within a single argumentative text [
          <xref ref-type="bibr" rid="ref36 ref40 ref41 ref50 ref51">36, 40, 41, 50, 51</xref>
          ]. This is
often the case in everyday argumentation, in a rhetorical technique for displaying
the argument's ability to defend itself against predictable counter arguments. In
order to disentangle the argumentative text in such a way as to explicitate the
acceptability of its arguments, one challenge is to identify and extract the atomic
arguments: (i) the main argument - the one whose conclusion is the main
conclusion of the text, (ii) the supporting arguments - sub-arguments whose conclusions
act as premises to the main argument and (iii) (anticipated) counterarguments
- arguments that attack the main argument. Our intuition is that
counterarguments are indicated by what seems like attack relations between premises of the
same argument.
        </p>
        <p>
          Fig. 6 illustrates an explicitation of an argumentative text adapted from the
Microtexts of Peldszus and Stede(2015) [
          <xref ref-type="bibr" rid="ref40">40</xref>
          ], by isolating two atomic arguments
{ the main argument and the anticipated counterargument. As shown in Fig. 6,
a counterargument can be anticipated and defeated, hence increasing the
acceptability of the main argument. In our example, the premise of the main argument
attacks the ability of the counterargument's premise to entail the implicit
conclusion (since reported relief of complaints is not a scienti c proof).
        </p>
        <p>
          We envisage two levels of acceptability-based explicitation: (i) a shallow
explicitation in which an attack or support relation is indicated between pairs
of arguments and (ii) a deep explicitation in which the particular components
(statements) participating in the relation are highlighted. Pollock [
          <xref ref-type="bibr" rid="ref42">42</xref>
          ] identi es
two common types of attack relations: rebuttals, which directly attack the
conclusion of an argument, and undercuts, which attack the logical entailment of
the conclusion given the premise. From this perspective, in Fig. 6, the attack
relation between the premise of the main argument and the anticipated
counterargument is an undercut. Acceptability-based explicitation is complementary to
the previously de ned types of explicitation: the identi ed individual arguments
can be further explicitated with other types of explicitation.
3.4
        </p>
      </sec>
      <sec id="sec-3-7">
        <title>Knowledge Enhancement-based Explicitation</title>
        <p>The last type of explanation that we propose is knowledge enhancement-based
explicitation, which provides additional background information about the
entities and concepts mentioned in the argument's text, as well as the relations
between them. The idea is to activate knowledge which is needed to understand
the content of the argument components and how they are linked semantically.
Consider the following argumentative text example: Acetylsalicylic acid helps in
case of a myocardial infarct as it reduces the platelet adhesion.</p>
        <p>A potential explicitation of this example for the lay person would be to add
background knowledge in the form of additional statements such as
Acetylsalicylic acid is the active ingredient in Aspirin., or Myocardial infarct is another
term for Heart Attack., or Reducing the platelet adhesion prevents blood clotting.
A medical doctor would most likely not bene t from this type of explicitation.
Instead, they may be interested to know why the prior doctor has preferred
Acetylsalicylic acid over alternative treatments, etc. Therefore, the challenge for
this type of explicitation is to determine what information should be added. This
type of explicitation therefore lends itself most naturally to personalization.</p>
        <p>Knowledge enhancement-based explicitation bares some similarities to
enthymeme reconstruction, but di ers from it in that the provided knowledge
statements do not need to be premises. Thus, this type of explicitation does
not require any argumentation knowledge. Nonetheless, we expect the extracted
knowledge to oftentimes contain the premises required for enthymeme
reconstruction and hence provide satisfactory explanations for the end-user. Still, we
want to underline the less constrained nature of the knowledge presented in
knowledge enhancement-based explicitation, and that while this step might help
the user make sense of the argument, it does not reveal how the reasoning behind
the argument works.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>A Framework for Argument Explicitation</title>
      <p>
        In this section, we propose a framework for argument explicitation that considers
the presented explicitation facets, as well as how they relate to each other. The
framework is illustrated in Figure 7. Given an argumentative text, the rst steps
towards its explicitation are (i) to enhance it with background knowledge (step
K), by retrieving entities and relations that are relevant to the argument from
external knowledge bases, and (ii) the identi cation of the atomic arguments
and counterarguments (step A). The extracted background knowledge can
assist the acceptability-based explicitation of the argument. For instance, recent
work in Kobbe et al. [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] uses DBpedia and ConceptNet in order to classify
support/attack relations between argumentative statements.
      </p>
      <p>Once the atomic arguments are identi ed, the argument explicitation
system can proceed to explicitate the argument based on the model(s) of choice.
The rst and minimal step in this direction is to detect the argumentative units
and classify them as premise or conclusion. A more elaborate explicitation is to
identify the Toulmin model elements in each argument, as well as their Walton
scheme. These two tasks can support each other since in some Walton schemes,
the premises can be mapped to either data or warrant elements in the
Toulmin model. Furthermore, as discussed earlier, the relevant background
knowledge can provide valuable insights for the classi cation of Walton schemes or
Toulmin model elements. Lastly, after each identi ed argument has been
explicitated based on the chosen model(s), the explicitation machine can proceed
with enthymeme reconstruction (step E). This step brings further detail into the
model-based explicitations by lling in the blank slots of the identi ed models,
and can further explicitate the acceptability of the main argument.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Discussion and Implications</title>
      <p>
        In this paper, we introduce the notion of argument explicitation as an overarching
task that makes the reasoning mechanisms required for understanding natural
language arguments explicit to the end-user. The perspective we take in this
work is to analyze the very diverse research directions in argumentation from
the same viewpoint: that of explaining arguments, and to integrate these di erent
research contributions in a common Framework of Argumentation Explicitation.
In doing so, we are able to identify the research challenges and opportunities that
lie ahead. We are summarizing the most important implications of our analysis:
(i.) For uncovering the reasoning behind arguments, it is of great
importance to apply and improve formal argument structure analysis, following
detailed, content-driven argument schemes such as Toulmin's [
        <xref ref-type="bibr" rid="ref54">54</xref>
        ] or Walton's [
        <xref ref-type="bibr" rid="ref59">59</xref>
        ]
schemes.
      </p>
      <p>(ii.) Throughout the paper we stress and exemplify the importance of
extending argument analysis with enthymeme reconstruction, by completing arguments
with implicit argument components. This requires access to di erent types of
knowledge that may support and validate a given argument in terms of
linguistic, encyclopedic or commonsense knowledge. Clearly, this is a challenging aim.
Strong NLP and AI capabilities are required in order to fully assess the explicit
meaning of a given argument. Strong reasoning capacities are needed to be able
to select appropriate knowledge and to verify the enriched argument to ensure
its validity and soundness { or else to uncover inconsistencies that are revealed
by assuming further information.</p>
      <p>(iii.) Besides appropriate repositories of background or domain knowledge,
alternative ways of identifying relevant knowledge need to be considered, such as
link prediction methods and on-the- y knowledge retrieval from textual sources,
to make implicit assumptions in the NL argument (structure)s explicit.</p>
      <p>(iv.) To support this process, machine reasoning techniques should be used to
enforce high-level constraints over argumentation models, as well as for detecting
inconsistencies in content or argument structures.</p>
      <p>(v.) Real life arguments are rarely isolated, as they are most often part of
debates. In this context, arguments should be treated as belonging to sets of
arguments (following Dung). The retrieval of an assembly of further supporting
or defeating arguments from additional sources should be considered, to facilitate
the judgement of the validity or generality of an argument from a more global
perspective.</p>
      <p>(vi.) Since the reconstruction of argument components can be highly
subjective, the explicitation of reconstructed knowledge can be realized e.g. by way of
natural language generation techniques, to allow end users identify what
additional assumptions have been made to support the conclusion. This is especially
relevant for argumentation machines, but may also serve humans to fully
understand the logics and possible background assumptions of an argument.</p>
      <p>While most of the above considerations have been discussed in the
theoretical literature, they constitute true challenges to computational treatments of
argumentation and need to be addressed in a step-wise fashion.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work has been funded by the Deutsche Forschungsgemeinschaft (DFG)
within the project ExpLAIN, Grant Number STU 266/14-1 and FR 1707/-4-1,
as part of the Priority Program \Robust Argumentation Machines (RATIO)"
(SPP-1999) as well as by the Leibniz Science Campus Empirical Linguistics &amp;
Computational Language Modeling, supported by Leibniz Association grant no.
SAS2015-IDS-LWC and by the Ministry of Science, Research, and Art of
BadenWurttemberg.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alvarado</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>M.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flowers</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Editorial comprehension in oped through argument units</article-title>
          .
          <source>UCLA Computer</source>
          Science Department (
          <year>1986</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Amgoud</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prade</surname>
          </string-name>
          , H.:
          <article-title>Using arguments for making and explaining decisions</article-title>
          .
          <source>Arti cial Intelligence</source>
          <volume>173</volume>
          (
          <issue>3-4</issue>
          ),
          <volume>413</volume>
          {
          <fpage>436</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Clause types and argumentative texts</article-title>
          .
          <source>In: ArgMining Workshop</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staniek</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nastase</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Enriching Argumentative Texts with Implicit Knowledge</article-title>
          . In: NLDB, LNCS. pp.
          <volume>21</volume>
          {
          <issue>30</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Birnbaum</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flowers</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuire</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Towards an ai model of argumentation</article-title>
          .
          <source>In: AAAI</source>
          . pp.
          <volume>313</volume>
          {
          <fpage>315</fpage>
          . AAAI Press (
          <year>1980</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Boltuzic</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Snajder</surname>
          </string-name>
          , J.:
          <article-title>Back up your stance: Recognizing arguments in online discussions</article-title>
          .
          <source>In: ArgMining@ACL</source>
          . pp.
          <volume>49</volume>
          {
          <issue>58</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Boltuzic</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Snajder</surname>
          </string-name>
          , J.:
          <article-title>Fill the gap! analyzing implicit premises between claims from online debates</article-title>
          .
          <source>In: ArgMining Workshop</source>
          . pp.
          <volume>124</volume>
          {
          <issue>133</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Botschen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sorokin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Frame-and entity-based knowledge for common-sense argumentative reasoning</article-title>
          .
          <source>In: ArgMining Workshop</source>
          . pp.
          <volume>90</volume>
          {
          <issue>96</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Brem</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rips</surname>
            ,
            <given-names>L.J.:</given-names>
          </string-name>
          <article-title>Explanation and evidence in informal argument</article-title>
          .
          <source>Cognitive science 24</source>
          (
          <issue>4</issue>
          ),
          <volume>573</volume>
          {
          <fpage>604</fpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Cabrio</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tonelli</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villata</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>From discourse analysis to argumentation schemes and back: Relations and di erences</article-title>
          .
          <source>In: International Workshop on Computational Logic in Multi-Agent Systems</source>
          . pp.
          <volume>1</volume>
          {
          <fpage>17</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Cabrio</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villata</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Combining textual entailment and argumentation theory for supporting online debates interactions</article-title>
          .
          <source>In: ACL</source>
          . pp.
          <volume>208</volume>
          {
          <issue>212</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Cayrol</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lagasquie-Schiex</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          :
          <article-title>On the acceptability of arguments in bipolar argumentation frameworks</article-title>
          .
          <source>In: ECSQARU, Barcelona</source>
          . pp.
          <volume>378</volume>
          {
          <issue>389</issue>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Cayrol</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lagasquie-Schiex</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          :
          <article-title>Bipolarity in argumentation graphs: Towards a better understanding</article-title>
          .
          <source>International Journal of Approximate Reasoning</source>
          <volume>54</volume>
          (
          <issue>7</issue>
          ), pp{
          <volume>876</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. Chesn~evar,
          <string-name>
            <given-names>C.I.</given-names>
            ,
            <surname>Maguitman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.G.</given-names>
            ,
            <surname>Loui</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.P.</surname>
          </string-name>
          :
          <article-title>Logical models of argument</article-title>
          .
          <source>ACM Computing Surveys (CSUR) 32(4)</source>
          ,
          <volume>337</volume>
          {
          <fpage>383</fpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Dung</surname>
            ,
            <given-names>P.M.</given-names>
          </string-name>
          :
          <article-title>On the acceptability of arguments and its fundamental role in nonmonotonic reasoning, logic programming and n-person games</article-title>
          .
          <source>Arti cial intelligence</source>
          <volume>77</volume>
          (
          <issue>2</issue>
          ),
          <volume>321</volume>
          {
          <fpage>357</fpage>
          (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Ennis</surname>
            ,
            <given-names>R.H.</given-names>
          </string-name>
          :
          <article-title>Identifying implicit assumptions</article-title>
          .
          <source>Synthese</source>
          <volume>51</volume>
          (
          <issue>1</issue>
          ),
          <volume>61</volume>
          {
          <fpage>86</fpage>
          (
          <year>1982</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>V.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirst</surname>
          </string-name>
          , G.:
          <article-title>Classifying arguments by scheme</article-title>
          .
          <source>In: ACL</source>
          . pp.
          <volume>987</volume>
          {
          <issue>996</issue>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Florou</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konstantopoulos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kukurikos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karampiperis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Argument extraction for supporting public policy formulation</article-title>
          .
          <source>In: LaTeCH</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Freeman</surname>
            ,
            <given-names>J.B.</given-names>
          </string-name>
          :
          <article-title>Argument strength, the toulmin model, and ampliative probability</article-title>
          .
          <source>Informal Logic</source>
          <volume>26</volume>
          (
          <issue>1</issue>
          ),
          <volume>25</volume>
          {
          <fpage>40</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muresan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wacholder</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aakhus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitsui</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Analyzing argumentative discourse units in online interactions</article-title>
          .
          <source>In: ArgMining Workshop</source>
          . pp.
          <volume>39</volume>
          {
          <issue>48</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Gough</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tindale</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          : 'missing' premises.
          <source>Informal Logic</source>
          <volume>7</volume>
          (
          <issue>2</issue>
          ),
          <volume>99</volume>
          (
          <year>1985</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Govier</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Analogies and missing premises</article-title>
          .
          <source>Informal Logic</source>
          <volume>11</volume>
          (
          <issue>3</issue>
          ) (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Green</surname>
            ,
            <given-names>N.L.</given-names>
          </string-name>
          :
          <article-title>Representation of argumentation in text with rhetorical structure theory</article-title>
          .
          <source>Argumentation</source>
          <volume>24</volume>
          (
          <issue>2</issue>
          ),
          <volume>181</volume>
          {
          <fpage>196</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Habernal</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>What makes a convincing argument? empirical analysis and detecting attributes of convincingness in web argumentation</article-title>
          .
          <source>In: EMNLP</source>
          . pp.
          <volume>1214</volume>
          {
          <issue>1223</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Hitchcock</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Enthymematic arguments</article-title>
          . In: Argumentation:
          <article-title>Across the lines of discipline</article-title>
          .
          <source>Proceedings of the Conference on Argumentation</source>
          . pp.
          <volume>289</volume>
          {
          <issue>298</issue>
          (
          <year>1987</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Hitchcock</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verheij</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Arguing on the Toulmin model</article-title>
          . Springer (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Kobbe</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Opitz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hulpus</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Exploiting Background Knowledge for Argumentative Relation Classi cation</article-title>
          .
          <source>In: LDK</source>
          . vol.
          <volume>70</volume>
          , pp.
          <volume>8</volume>
          :
          <issue>1</issue>
          {8:
          <fpage>14</fpage>
          . Dagstuhl,
          <string-name>
            <surname>Germany</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pearsall</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Developmental origins of scienti c thinking</article-title>
          .
          <source>Journal of cognition and Development</source>
          <volume>1</volume>
          (
          <issue>1</issue>
          ),
          <volume>113</volume>
          {
          <fpage>129</fpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Lawrence</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Combining argument mining techniques</article-title>
          .
          <source>In: ArgMining Workshop</source>
          . pp.
          <volume>127</volume>
          {
          <issue>136</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Lawrence</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Argument mining using argumentation scheme structures</article-title>
          .
          <source>In: COMMA</source>
          . pp.
          <volume>379</volume>
          {
          <issue>390</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Levi</surname>
            ,
            <given-names>D.S.:</given-names>
          </string-name>
          <article-title>The case of the missing premise</article-title>
          .
          <source>Informal Logic</source>
          <volume>17</volume>
          (
          <issue>1</issue>
          ) (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bilu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hershcovich</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aharoni</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slonim</surname>
          </string-name>
          , N.:
          <article-title>Context dependent claim detection</article-title>
          .
          <source>In: COLING</source>
          . pp.
          <volume>1489</volume>
          {
          <issue>1500</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Lugini</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Litman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Argument component classi cation for classroom discussions</article-title>
          .
          <source>In: Workshop on Argument Mining</source>
          . pp.
          <volume>57</volume>
          {
          <issue>67</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Mayes</surname>
            ,
            <given-names>G.R.</given-names>
          </string-name>
          :
          <article-title>Argument explanation complementarity and the structure of informal reasoning</article-title>
          .
          <source>Informal Logic</source>
          <volume>30</volume>
          (
          <issue>1</issue>
          ),
          <volume>92</volume>
          {
          <fpage>111</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Moens</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boiy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palau</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Automatic detection of arguments in legal texts</article-title>
          .
          <source>In: Proceedings of ICAIL</source>
          <year>2007</year>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>H.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Litman</surname>
            ,
            <given-names>D.J.</given-names>
          </string-name>
          :
          <article-title>Context-aware argumentative relation mining</article-title>
          .
          <source>In: ACL</source>
          . pp.
          <volume>1127</volume>
          {
          <issue>1137</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Opitz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Dissecting content and context in argumentative relation analysis</article-title>
          .
          <source>arXiv preprint arXiv:1906</source>
          .
          <volume>03338</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Osborne</surname>
            ,
            <given-names>J.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patterson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Scienti c argument and explanation: A necessary distinction</article-title>
          ?
          <source>Science Education</source>
          <volume>95</volume>
          (
          <issue>4</issue>
          ),
          <volume>627</volume>
          {
          <fpage>638</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Peldszus</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stede</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>From argument diagrams to argumentation mining in texts: A survey</article-title>
          .
          <source>International Journal of Cognitive Informatics and Natural Intelligence (IJCINI) 7</source>
          ,
          <issue>1</issue>
          {
          <fpage>31</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Peldszus</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stede</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Joint prediction in mst-style discourse parsing for argumentation mining</article-title>
          .
          <source>In: EMNLP</source>
          . pp.
          <volume>938</volume>
          {
          <issue>948</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Persing</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>End-to-end argumentation mining in student essays</article-title>
          .
          <source>In: HLTNAACL</source>
          . pp.
          <volume>1384</volume>
          {
          <issue>1394</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Pollock</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          :
          <article-title>Defeasible reasoning</article-title>
          .
          <source>Cognitive science 11</source>
          (
          <issue>4</issue>
          ),
          <volume>481</volume>
          {
          <fpage>518</fpage>
          (
          <year>1987</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Rago</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cocarascu</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toni</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Argumentation-based recommendations: Fantastic explanations and how to nd them</article-title>
          .
          <source>In: IJCAI</source>
          . pp.
          <year>1949</year>
          {
          <year>1955</year>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Rinott</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dankin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khapra</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aharoni</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slonim</surname>
          </string-name>
          , N.:
          <article-title>Show me your evidence - an automatic method for context dependent evidence detection</article-title>
          .
          <source>In: EMNLP</source>
          . pp.
          <volume>440</volume>
          {
          <issue>450</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Schank</surname>
            ,
            <given-names>R.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abelson</surname>
            ,
            <given-names>R.P.</given-names>
          </string-name>
          :
          <article-title>Scripts, plans, and knowledge</article-title>
          .
          <source>In: IJCAI</source>
          . pp.
          <volume>151</volume>
          {
          <issue>157</issue>
          (
          <year>1975</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Schank</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Explanation patterns: Understanding mechanically and creatively</article-title>
          . Psychology Press (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47.
          <string-name>
            <surname>Scriven</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Reasoning</surname>
          </string-name>
          (
          <year>1976</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          48.
          <string-name>
            <surname>Speer</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Havasi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>ConceptNet 5.5: An Open Multilingual Graph of General Knowledge</article-title>
          . In: AAAI (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          49.
          <string-name>
            <surname>Stab</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Annotating argument components and relations in persuasive essays</article-title>
          .
          <source>In: COLING</source>
          . pp.
          <volume>1501</volume>
          {
          <issue>1510</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          50.
          <string-name>
            <surname>Stab</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Identifying argumentative discourse structures in persuasive essays</article-title>
          .
          <source>In: EMNLP</source>
          . pp.
          <volume>46</volume>
          {
          <issue>56</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          51.
          <string-name>
            <surname>Stab</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Parsing argumentation structures in persuasive essays</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>43</volume>
          ,
          <issue>619</issue>
          {
          <fpage>659</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          52.
          <string-name>
            <surname>Teufel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Argumentative zoning : Information extraction from scienti c text (1999), doctoral dissertation</article-title>
          , University of Edinburgh
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          53.
          <string-name>
            <surname>Thagard</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Explanatory coherence</article-title>
          .
          <source>Behavioral and brain sciences 12(3)</source>
          ,
          <volume>435</volume>
          {
          <fpage>467</fpage>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          54.
          <string-name>
            <surname>Toulmin</surname>
            ,
            <given-names>S.E.</given-names>
          </string-name>
          :
          <article-title>The uses of argument</article-title>
          . Cambridge university press (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          55.
          <string-name>
            <surname>Vreeswijk</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Reasoning with defeasible arguments: Examples and applications</article-title>
          . In: JELIA. pp.
          <volume>189</volume>
          {
          <fpage>211</fpage>
          . Springer (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          56.
          <string-name>
            <surname>Wachsmuth</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stede</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>El</surname>
            <given-names>Ba</given-names>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          , Al Khatib,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Skeppstedt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          :
          <article-title>Argumentation synthesis following rhetorical strategies</article-title>
          .
          <source>In: COLING</source>
          . pp.
          <volume>3753</volume>
          {
          <issue>3765</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          57.
          <string-name>
            <surname>Wachsmuth</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirst</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prabhakaran</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bilu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naderi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thijm</surname>
            ,
            <given-names>T.A.</given-names>
          </string-name>
          :
          <article-title>Computational argumentation quality assessment in natural language</article-title>
          .
          <source>In: EACL</source>
          . pp.
          <volume>176</volume>
          {
          <issue>187</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          58.
          <string-name>
            <surname>Walton</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Argument mining by applying argumentation schemes (</article-title>
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          59.
          <string-name>
            <surname>Walton</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          :
          <article-title>Argumentation schemes and enthymemes</article-title>
          .
          <source>Synthese</source>
          <volume>145</volume>
          (
          <issue>3</issue>
          ),
          <volume>339</volume>
          {
          <fpage>370</fpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          60.
          <string-name>
            <surname>Walton</surname>
            ,
            <given-names>D.N.</given-names>
          </string-name>
          :
          <article-title>Enthymemes, common knowledge, and plausible inference</article-title>
          .
          <source>Philosophy &amp; rhetoric 34(2)</source>
          ,
          <volume>93</volume>
          {
          <fpage>112</fpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>