<!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>Argument Mining on Italian News Blogs</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pierpaolo Basile</string-name>
          <email>pierpaolo.basile@uniba.it</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Valerio Basile</string-name>
          <email>valerio.basile@inria.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Elena Cabrio, Serena Villata</string-name>
          <email>firstname.lastname@unice.fr gomenti.</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universite ́ C oˆte d'Azur</institution>
          ,
          <addr-line>Inria, CNRS, I3S</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universite ́ Coˆ te d'Azur</institution>
          ,
          <addr-line>CNRS, Inria, I3S</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Bari</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. The goal of argument mining is to extract structured information, namely the arguments and their relations, from unstructured text. In this paper, we propose an approach to argument relation prediction based on supervised learning of linguistic and semantic features of the text. We test our method on the CorEA corpus of user comments to online newspaper articles, evaluating our system's performances in assigning the correct relation, i.e., support or attack, to pairs of arguments. We obtain results consistently better than a sentiment analysis-based baseline (over two out three correctly classified pairs), and we observe that sentiment and lexical semantics are the most informative features with respect to the relation prediction task.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. L’estrazione automatica di
argomenti ha come scopo recuperare
informazione strutturata, in particolare gli
argomenti e le loro relazioni, a
partire da testo semplice. In questo
contributo proponiamo un metodo di
predizione delle relazioni tra argomenti basato
sull’apprendimento supervisionato di
feature linguistiche e semantiche del testo. Il
metodo e` testato sul corpus di commenti
di news CorEA, ed e` valutata la capacita`
del sistema di classificare le relazioni di
supporto ed attacco tra coppie di
argomenti. I risultati ottenuti sono superiori ad
una baseline basata sulla sola analisi del
sentimento (oltre due coppie di argomenti
su tre e` classificata correttamente) ed
osserviamo che il sentimento e la semantica
lessicale sono gli indicatori piu`
informativi per la predizione delle relazioni tra
ar</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>
        The argument mining
        <xref ref-type="bibr" rid="ref10 ref11 ref14 ref6 ref8">(Peldszus and Stede, 2013;
Lippi and Torroni, 2016)</xref>
        research area has
recently become very relevant in computational
linguistics. Its main goal is the automated
extraction of natural language arguments and their
relations from generic textual corpora, with the
final goal of providing machine-readable
structured data for computational models of argument
and reasoning engines. Two main stages have
to be considered in the typical argument mining
pipeline, from the unstructured natural language
documents towards structured (possibly
machinereadable) data: (i) argument extraction, i.e., to
detect arguments within the input natural language
texts, and (ii) relation extraction, i.e., to predict
what are the relations holding between the
arguments identified in the first stage. The relation
prediction task is extremely complex, as it involves
high-level knowledge representation and
reasoning issues. The relations between the arguments
may be of heterogeneous nature, like attack,
support or entailment
        <xref ref-type="bibr" rid="ref11 ref14 ref6">(Cabrio and Villata, 2013)</xref>
        .
      </p>
      <p>The increasing amount of data available on the
Web from heterogeneous sources, e.g., social
network posts, forums, news blogs, and the specific
form of language adopted there challenge
argument mining methods, with the aim to support
users to understand and interact with such a huge
amount of information.</p>
      <p>
        In this paper, we address this issue by
presenting an argument relation prediction approach for
Italian. We test the method on the CorEA
corpus
        <xref ref-type="bibr" rid="ref7">(Celli et al., 2014)</xref>
        of user comments to the
news articles of an Italian newspaper, annotated
with agreement (i.e., support) and disagreement
(i.e., attack) relations. We extract argument-level
features from the CorEA comment (i.e., argument)
pairs, and we train our system to predict the
support and attack relations.
2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Mining Arguments</title>
      <p>A debate, whether it happens online or in person,
can be modeled as a set of arguments proposed by
the participants. Arguments can be independent,
for instance expressing the participant’s stance on
a particular topic, but often they are replies to
previous arguments put forward in the debate. This
results in a network structure of the debate, that
is, a (possibly disconnected) directed graph where
nodes are arguments, and the two kinds of edges
are the support and attack relations between them.
In Figure 1, each node represents an argument
with a numeric identifier, filled and dashed edges
represent respectively support and attack relations,
and dotted edges are neutral relations. The
hublike node labeled 11 is a news article, thus
attracting many first-level comments.</p>
      <p>The goal of our work is to be able to predict the
relations between the arguments in a given debate,
thus reconstructing the relation graph. We
therefore cast the problem as a classification task: given
two arguments from a debate, we aim to predict
whether one argument attacks the other, supports
it, or there is no relation between the two
arguments. The construction of the graph structure is
then straightforward, resulting from the
combination of all the argument pairs we considered.
2.1</p>
      <sec id="sec-3-1">
        <title>Features</title>
        <p>We extract argument-level features from the
CorEA comment pairs, that we group into the
following categories:
Lexical We take into account several lexical
features: tokens, bi-grams, and the first bi-gram
and tri-gram of each argument.</p>
        <p>
          Syntactic We exploit the output of a dependency
parser. We consider two kinds of dependency
features: the former is the original output, the
latter generalizes a word to its POS tag. For
instance, “amod(denaro, pubblico)” is
generalized as the “amod(NN, pubblico)” and
“amod(denaro, ADJ)”. We adopt the Malt
parser
          <xref ref-type="bibr" rid="ref13">(Nivre, 2003)</xref>
          trained on the Universal
Dependency Treebank1.
        </p>
        <p>Message info We extract the argument size, the
number of uppercase words, the number of
negations2, the number of sequences of two
or more punctuation characters, the number
of citations. A citation is a quoted sequence
of words in the second argument that occurs
in the first argument.</p>
        <p>
          Message overlap Cosine similarity between two
arguments is computed exploiting TF/IDF.
Word-embedding We build word-embeddings
relying on the Paisa` corpus through the
word2vec
          <xref ref-type="bibr" rid="ref11">(Mikolov et al., 2013)</xref>
          tool. We use
a vector dimension equal to 50, and we
consider only words that occur at least 20 times.
For each argument, we use the vector
components as features directly.
        </p>
        <p>
          Sentiment We extract the sentiment from the
arguments with two separate tools. Alchemy
API3, the sentiment analysis feature of IBM’s
Semantic Text Analysis API, returns a
polarity label (positive, negative or neutral) and a
1http://universaldependencies.org/it/
overview/introduction.html
2The occurrences of the word “non”
3http://www.alchemyapi.com/
polarity score between -1 (totally negative)
and 1 (totally positive). The UNIBA
system
          <xref ref-type="bibr" rid="ref15 ref16 ref3 ref4 ref7">(Basile and Novielli, 2014)</xref>
          , one of the
most successful participants in the Sentipolc
task at Evalita 2014
          <xref ref-type="bibr" rid="ref3 ref4">(Basile et al., 2014)</xref>
          ,
returns a subjectivity label (subjective or
objective) and a polarity label (positive, negative,
neutral or mixed).
        </p>
        <p>
          Topic model We train a domain-independent
topic model for Italian and compute, for each
argument, its representing vector in the topic
space. The 300-dimensional topic model is
created with Gensim4 using the ItWaC
corpus
          <xref ref-type="bibr" rid="ref2">(Baroni et al., 2009)</xref>
          . We use the
vector components as features directly, i.e., each
comment has 300 topic-based features.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>The goal of the evaluation is twofold: i) to
compute the performance of several machine learning
methods and compare them with respect to some
baselines, and ii) to investigate the importance of
each group of features through an ablation test.
3.1</p>
      <sec id="sec-4-1">
        <title>Data</title>
        <p>
          We test our approach on the CorEA corpus
          <xref ref-type="bibr" rid="ref7">(Celli
et al., 2014)</xref>
          , a collection of text from Italian news
blogs. It contains 27 news articles, about 1,660
unique authors and more than 2,900 comments.
The corpus is annotated with emotions and, most
interestingly for our work, the comments are
annotated pair-wise with agreement information
          <xref ref-type="bibr" rid="ref8">(Celli
et al., 2016)</xref>
          . We extracted such comment pairs for
a total of 1,275 pairs: 682 disagreement, 106
neutral, 180 agreement (307 pairs are not classified,
examples in Figure 2).
        </p>
        <p>The CorEA dataset provides several
information about each message. Beside the features
described in Section 2.1, we also extract the
following dataset-dependent features: the set of
manually annotated topics, the news category of the
article, the count of replies to the message, the count
of message likes, the participant’s activity score,
the participant’s interests, the participant’s page
views, the participant’s total comments, the
participant’s total shares, the participant’s likes received,
and the overall emotion declared by the participant
after reading the articles.</p>
        <p>4https://radimrehurek.com/gensim/
3.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>System setup</title>
        <p>We exploit two kinds of learning algorithms: 1)
different configurations of SVM based on
linear kernel (SV Mlin), degree-2 polynomial kernel
(SV Mpoly), and RBF kernel (SV Mrbf ); 2)
Random Forest (RF ).</p>
        <p>
          The baseline method always predicts the most
frequent class, in this case “attack”. Moreover, we
test the two simple sentiment analysis systems
already described in 2.1, SAalchemy and SAuniba.
In particular, these systems exploit the result of the
sentiment analysis in terms of polarity (positive,
negative, or neutral) for predicting the relation
between two arguments: if two arguments have the
neutral polarity, they are tagged as neutral, while
they are tagged as “support” in case they have the
same polarity, otherwise the “attack” class is
predicted. The system is implemented in JAVA
relying on the Weka tool
          <xref ref-type="bibr" rid="ref9">(Hall et al., 2009)</xref>
          . All the
experiments are performed by adopting the 10-folds
cross-validation. For all the learning methods, we
adopt the default Weka parameters since the goal
of our work is not to optimize the classification
performance but to provide a features study.
3.3
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Results</title>
        <p>Table 1 reports on the best results obtained by each
method. Regarding RF the best result is obtained
using 10 trees, while for SV M we optimize only
the C parameter using default values for the other
ones. The best C value for SV Mlin is 1, 2 in all
the other settings.</p>
        <p>Each one of the supervised systems performs
better than the baseline. The good performance of
the linear kernel classifier is likely to be ascribed
to the high number of features. The performance
of Random Forest is also quite good, considering
that only ten trees are employed.</p>
      </sec>
      <sec id="sec-4-4">
        <title>System</title>
        <p>baseline
SAalchemy
SAuniba
SV Mlin
RF
SV Mpoly
SV Mrbf</p>
        <p>As can be seen from the results of ablation tests
(see Table 2), the features that contribute the most</p>
        <sec id="sec-4-4-1">
          <title>Support</title>
        </sec>
        <sec id="sec-4-4-2">
          <title>Neutral</title>
          <p>Example
“in certi paesi 100 sterline a settimana permettono di vivere come un pascia`”
“si ma in certi altri no..;-) la cifra mi sembra davvero esigua..”
“Caro Renzi , hai visto com’e` semplice restituire i soldi? Basta una firmetta... perche`
non lo fai anche tu invece di promettere e promettere e promettere?”
“Bisogna prendere atto che il movimento 5 stelle sta davvero restituendo i
soldi agli Italiani. Questo e` un fatto, tutto il resto sono chiacchere.”
“E le riforme?”
“le riforme cominciano dl’atteggiamento dei parlamentari. con il
cambiamento del mind-set . il punto di partenza.”
to the argument classification task are the
semantic features (i.e., embeddings) and the sentiment
features. This confirms our hypothesis that
sentiment is a key information for argument mining,
and more specifically for the relation prediction
task. The results also confirm that lexical and
semantic features are useful for the task, as
expected. Table 2 reports also the number of features
(Feat.Size) and the F1 (F1-f) achieved by
exploiting the respective feature in isolation. It is
important to note that, despite the bad performance
obtained by both embedding and sentiment features,
their contribution in the overall performance is
relevant.</p>
          <p>Features
all
-lexical
-syntactic
-info
-CorEA
-embedding
-overlap
-sentiment
-topic</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Related Work</title>
      <p>
        <xref ref-type="bibr" rid="ref10 ref8">(Lippi and Torroni, 2016)</xref>
        and
        <xref ref-type="bibr" rid="ref11 ref14 ref6">(Peldszus and
Stede, 2013)</xref>
        provide an overview about the
argument mining research area. In particular, some
approaches have been recently proposed to address
the same task addressed in this paper, i.e.
predicting relations between arguments, even if ours
is the first effort for the Italian language.
        <xref ref-type="bibr" rid="ref1">(Aharoni et al., 2014)</xref>
        assume that evidence is always
associated with a claim, enabling the use of
information about the claim to predict the evidence.
The support relations are thus obtained by
definition when predicting the evidence.
        <xref ref-type="bibr" rid="ref12 ref5">(Mochales and
Moens, 2011)</xref>
        have addressed the problem by
parsing with a manually-built context-free grammar to
predict relations between argument components.
The grammar rules follow the typical rhetorical
and structural patterns of sentences in juridical
texts. This is a highly genre-specific approach, and
its direct use in other genres would be unlikely to
yield accurate results.
        <xref ref-type="bibr" rid="ref15 ref16 ref3 ref7">(Stab and Gurevych, 2014)</xref>
        instead employ a binary SVM classifier to predict
relations in a claim/premise model.
        <xref ref-type="bibr" rid="ref12 ref5">(Biran and
Rambow, 2011)</xref>
        apply the same method adopted
for the detection of premises also for the
prediction of relations between premises and claims.
        <xref ref-type="bibr" rid="ref15 ref16 ref3 ref7">(Wang and Cardie, 2014)</xref>
        apply an isotonic
Conditional Random Fields based sequential model to
make predictions on sentence- or segment-level
on discussions on Wikipedia Talk pages. Finally,
        <xref ref-type="bibr" rid="ref11 ref14 ref6">(Cabrio and Villata, 2013)</xref>
        adopt Textual
Entailment to infer whether a support or attack relation
between two given arguments holds.
5
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper, we have presented a supervised
approach for argument relation prediction for
Italian, mainly relying on features including
semantics and sentiment. We tested such approach on
the CorEA corpus, extracted from user comments
to online news. Our experimental results are good,
and foster future research in the direction of
including semantics as well as sentiment analysis in
the argument mining pipeline. It will be also
interesting, as future work, to refine the model in
order to consider the full sequence of interactions
between arguments.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Ehud</given-names>
            <surname>Aharoni</surname>
          </string-name>
          , Anatoly Polnarov, Tamar Lavee, Daniel Hershcovich,
          <string-name>
            <surname>Ran Levy</surname>
          </string-name>
          , Ruty Rinott, Dan Gutfreund, and
          <string-name>
            <given-names>Noam</given-names>
            <surname>Slonim</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>A benchmark dataset for automatic detection of claims and evidence in the context of controversial topics</article-title>
          .
          <source>In Proceedings of the First Workshop on Argumentation Mining</source>
          , pages
          <fpage>29</fpage>
          -
          <lpage>38</lpage>
          , Baltimore, Maryland, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          , Silvia Bernardini, Adriano Ferraresi, Eros Zanchetta, Springer, and Science+business
          <string-name>
            <surname>Media</surname>
            <given-names>B. V.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>The wacky wide web: A collection of very large linguistically processed webcrawled corpora. language resources and evaluation</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Pierpaolo</given-names>
            <surname>Basile</surname>
          </string-name>
          and
          <string-name>
            <given-names>Nicole</given-names>
            <surname>Novielli</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Uniba at evalita 2014-sentipolc task: Predicting tweet sentiment polarity combining micro-blogging, lexicon and semantic features</article-title>
          .
          <source>Proceedings of EVALITA</source>
          , pages
          <fpage>58</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Valerio</given-names>
            <surname>Basile</surname>
          </string-name>
          , Andrea Bolioli, Malvina Nissim, Viviana Patti, and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Overview of the Evalita 2014 SENTIment POLarity Classification Task</article-title>
          .
          <source>In Proceedings of the 4th evaluation campaign of Natural Language Processing and Speech tools for Italian (EVALITA'14)</source>
          , Pisa, Italy.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <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>Int. J. Semantic Computing</source>
          ,
          <volume>5</volume>
          (
          <issue>4</issue>
          ):
          <fpage>363</fpage>
          -
          <lpage>381</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <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>2013</year>
          .
          <article-title>A natural language bipolar argumentation approach to support users in online debate interactionsy</article-title>
          .
          <source>Argument &amp; Computation</source>
          ,
          <volume>4</volume>
          (
          <issue>3</issue>
          ):
          <fpage>209</fpage>
          -
          <lpage>230</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Fabio</given-names>
            <surname>Celli</surname>
          </string-name>
          , Giuseppe Riccardi, and
          <string-name>
            <given-names>Arindam</given-names>
            <surname>Ghosh</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Corea: Italian news corpus with emotions and agreement</article-title>
          . In CLIC-it
          <year>2014</year>
          , pages
          <fpage>98</fpage>
          -
          <lpage>102</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Fabio</given-names>
            <surname>Celli</surname>
          </string-name>
          , Giuseppe Riccardi, and
          <string-name>
            <given-names>Firoj</given-names>
            <surname>Alam</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Multilevel annotation of agreement and disagreement in italian news blogs</article-title>
          .
          <source>In Nicoletta Calzolari (Conference Chair)</source>
          , Khalid Choukri, Thierry Declerck, Sara Goggi, Marko Grobelnik, Bente Maegaard, Joseph Mariani, Helene Mazo, Asuncion Moreno, Jan Odijk, and Stelios Piperidis, editors,
          <source>Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ), Paris, France, may.
          <source>European Language Resources Association (ELRA).</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Mark</given-names>
            <surname>Hall</surname>
          </string-name>
          , Eibe Frank, Geoffrey Holmes, Bernhard Pfahringer,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Reutemann</surname>
          </string-name>
          , and
          <string-name>
            <surname>Ian</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Witten</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>The weka data mining software: An update</article-title>
          .
          <source>SIGKDD Explor</source>
          . Newsl.,
          <volume>11</volume>
          (
          <issue>1</issue>
          ):
          <fpage>10</fpage>
          -
          <lpage>18</lpage>
          , November.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Lippi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Torroni</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Argumentation mining: State of the art and emerging trends</article-title>
          .
          <source>ACM Trans. Internet Techn</source>
          .,
          <volume>16</volume>
          (
          <issue>2</issue>
          ):
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          , Kai Chen, Greg Corrado, and
          <string-name>
            <given-names>Jeffrey</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Efficient estimation of word representations in vector space</article-title>
          . In Workshop at ICLR,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Raquel</given-names>
            <surname>Mochales</surname>
          </string-name>
          and
          <string-name>
            <surname>Marie-Francine 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="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>An efficient algorithm for projective dependency parsing</article-title>
          .
          <source>In Proceedings of the 8th International Workshop on Parsing Technologies (IWPT).</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <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>
          .
          <article-title>From argument diagrams to argumentation mining in texts: A survey</article-title>
          .
          <source>IJCINI</source>
          ,
          <volume>7</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <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>Identifying argumentative discourse structures in persuasive essays</article-title>
          .
          <source>In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing, EMNLP 2014, October 25-29</source>
          ,
          <year>2014</year>
          , Doha,
          <string-name>
            <surname>Qatar,</surname>
          </string-name>
          <article-title>A meeting of SIGDAT, a Special Interest Group of the ACL</article-title>
          , pages
          <fpage>46</fpage>
          -
          <lpage>56</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Lu</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Claire</given-names>
            <surname>Cardie</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Improving agreement and disagreement identification in online discussions with a socially-tuned sentiment lexicon</article-title>
          .
          <source>In Proceedings of the 5th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis</source>
          , pages
          <fpage>97</fpage>
          -
          <lpage>106</lpage>
          , Baltimore, Maryland, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>