<!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>Stance Detection in Turkish Tweets</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Dilek Küçük Electrical Power Technologies Group TÜBİTAK Energy Institute Ankara</institution>
          ,
          <country country="TR">Turkey</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Stance detection</institution>
          ,
          <addr-line>Turkish, social media analysis, SVM, unigrams</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <abstract>
        <p>Stance detection is a classification problem in natural language processing where for a text and target pair, a class result from the set {Favor, Against, Neither} is expected. It is similar to the sentiment analysis problem but instead of the sentiment of the text author, the stance expressed for a particular target is investigated in stance detection. In this paper, we present a stance detection tweet data set for Turkish comprising stance annotations of these tweets for two popular sports clubs as targets. Additionally, we provide the evaluation results of SVM classifiers for each target on this data set, where the classifiers use unigram, bigram, and hashtag features. This study is significant as it presents one of the initial stance detection data sets proposed so far and the first one for Turkish language, to the best of our knowledge. The data set and the evaluation results of the corresponding SVM-based approaches will form plausible baselines for the comparison of future studies on stance detection.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Information systems → Sentiment analysis; Web and
social media search; • Computing methodologies → Language
resources;</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        Stance detection (also called stance identification or stance
classification) is one of the considerably recent research topics in natural
language processing (NLP). It is usually defined as a classification
problem where for a text and target pair, the stance of the author
of the text for that target is expected as a classification output from
the set: {Favor, Against, Neither} [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        Stance detection is usually considered as a subtask of sentiment
analysis (opinion mining) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] topic in NLP. Both are mostly
performed on social media texts, particularly on tweets, hence both
are important components of social media analysis. Nevertheless,
in sentiment analysis, the sentiment of the author of a piece of
text usually as Positive, Negative, and Neutral is explored while in
stance detection, the stance of the author of the text for a particular
target (an entity, event, etc.) either explicitly or implicitly referred
to in the text is considered. Like sentiment analysis, stance
detection systems can be valuable components of information retrieval
and other text analysis systems [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        Previous work on stance detection include [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] where a stance
classifier based on sentiment and arguing features is proposed in
addition to an arguing lexicon automatically compiled. The
ultimate approach performs better than distribution-based and
unigram-based baseline systems [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], the authors show that
the use of dialogue structure improves stance detection in on-line
debates. In [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], Hasan and Ng carry out stance detection
experiments using diferent machine learning algorithms, training data
sets, features, and inter-post constraints in on-line debates, and
draw insightful conclusions based on these experiments. For
instance, they find that sequence models like HMMs perform better
at stance detection when compared with non-sequence models like
Naive Bayes (NB) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In another related study [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], the authors
conclude that topic-independent features can be exploited for
disagreement detection in on-line dialogues. The employed features
include agreement, cue words, denial, hedges, duration, polarity,
and punctuation [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Stance detection on a corpus of student
essays is considered in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. After using linguistically-motivated
feature sets together with multivalued NB and SVM as the learning
models, the authors conclude that they outperform two baseline
approaches [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], the author claims that Wikipedia can be
used to determine stances about controversial topics based on their
previous work regarding controversy extraction on the Web.
      </p>
      <p>
        Among more recent related work, in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] stance detection for
unseen targets is studied and bidirectional conditional encoding is
employed. The authors state that their approach achieves
state-ofthe art performance rates [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] on SemEval 2016 Twitter Stance
Detection corpus [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], a stance-community detection approach
called SCIFNET is proposed. SCIFNET creates networks of people
who are stance targets, automatically from the related document
collections [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] using stance expansion and refinement techniques
to arrive at stance-coherent networks. A tweet data set annotated
with stance information regarding six predefined targets is
proposed in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] where this data set is annotated through
crowdsourcing. The authors indicate that the data set is also annotated with
sentiment information in addition to stance, so it can help reveal
associations between stance and sentiment [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Lastly, in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
SemEval 2016’s aforementioned shared task on Twitter Stance
Detection is described. Also provided are the results of the evaluations
of 19 systems participating in two subtasks (one with training data
set provided and the other without an annotated data set) of the
shared task [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>In this paper, we present a tweet data set in Turkish annotated
with stance information, where the corresponding annotations are
made publicly available. The domain of the tweets comprises two
popular football clubs which constitute the targets of the tweets
included. We also provide the evaluation results of SVM classifiers
(for each target) on this data set using unigram, bigram, and
hashtag features.</p>
      <p>To the best of our knowledge, the current study is the first one to
target at stance detection in Turkish tweets. Together with the
provided annotated data set and the corresponding evaluations with
the aforementioned SVM classifiers which can be used as baseline
systems, our study will hopefully help increase social media
analysis studies on Turkish content.</p>
      <p>The rest of the paper is organized as follows: In Section 2, we
describe our tweet data set annotated with the target and stance
information. Section 3 includes the details of our SVM-based stance
classifiers and their evaluation results with discussions. Section 4
includes future research topics based on the current study, and
finally Section 5 concludes the paper with a summary.
2</p>
    </sec>
    <sec id="sec-3">
      <title>A STANCE DETECTION DATA SET</title>
      <p>We have decided to consider tweets about popular sports clubs as
our domain for stance detection. Considerable amounts of tweets
are being published for sports-related events at every instant. Hence
we have determined our targets as Galatasaray (namely Target-1)
and Fenerbahçe (namely, Target-2) which are two of the most
popular football clubs in Turkey. As is the case for the sentiment
analysis tools, the outputs of the stance detection systems on a stream
of tweets about these clubs can facilitate the use of the opinions of
the football followers by these clubs.</p>
      <p>
        In a previous study on the identification of public health-related
tweets, two tweet data sets in Turkish (each set containing 1
million random tweets) have been compiled where these sets belong
to two diferent periods of 20 consecutive days [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. We have
decided to use one of these sets (corresponding to the period between
August 18 and September 6, 2015) and firstly filtered the tweets
using the possible names used to refer to the target clubs. Then, we
have annotated the stance information in the tweets for these
targets as Favor or Against. Within the course of this study, we have
not considered those tweets in which the target is not explicitly
mentioned, as our initial filtering process reveals.
      </p>
      <p>For the purposes of the current study, we have not annotated
any tweets with the Neither class. This stance class and even
finergrained classes can be considered in further annotation studies. We
should also note that in a few tweets, the target of the stance was
the management of the club while in some others a particular
footballer of the club is praised or criticised. Still, we have considered
the club as the target of the stance in all of the cases and carried
out our annotations accordingly.</p>
      <p>At the end of the annotation process, we have annotated 700
tweets, where 175 tweets are in favor of and 175 tweets are against
Target-1, and similarly 175 tweets are in favor of and 175 are against
Target-2. Hence, our data set is a balanced one although it is
currently limited in size. The corresponding stance annotations are
made publicly available at http://ceng.metu.edu.tr/ e120329/
Turkish_Stance_Detection_Tweet_Dataset.csv in Comma
Separated Values (CSV) format. The file contains three columns with
the corresponding headers. The first column is the tweet id of the
corresponding tweet, the second column contains the name of the
stance target, and the last column includes the stance of the tweet
for the target as Favor or Against.</p>
      <p>To the best of our knowledge, this is the first publicly-available
stance-annotated data set for Turkish. Hence, it is a significant
resource as there is a scarcity of annotated data sets, linguistic
resources, and NLP tools available for Turkish. Additionally, to
the best of our knowledge, it is also significant for being the first
stance-annotated data set including sports-related tweets, as
previous stance detection data sets mostly include on-line texts on
political/ethical issues.
3</p>
    </sec>
    <sec id="sec-4">
      <title>STANCE DETECTION EXPERIMENTS</title>
    </sec>
    <sec id="sec-5">
      <title>USING SVM CLASSIFIERS</title>
      <p>
        It is emphasized in the related literature that unigram-based
methods are reliable for the stance detection task [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and similarly
unigram-based models have been used as baseline models in
studies such as [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In order to be used as a baseline and reference
system for further studies on stance detection in Turkish tweets,
we have trained two SVM classifiers (one for each target) using
unigrams as features. Before the extraction of unigrams, we have
employed automated preprocessing to filter out the stopwords in
our annotated data set of 700 tweets. The stopword list used is the
list presented in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] which, in turn, is the slightly extended version
of the stopword list provided in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        We have used the SVM implementation available in the Weka
data mining application [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] where this particular implementation
employs the SMO algorithm [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to train a classifier with a linear
kernel. The 10-fold cross-validation results of the two classifiers
are provided in Table 1 using the metrics of precision, recall, and
F-Measure.
      </p>
      <p>
        The evaluation results are quite favorable for both targets and
particularly higher for Target-1, considering the fact that they are
the initial experiments on the data set. The performance of the
classifiers is better for the Favor class for both targets when
compared with the performance results for the Against class. This
outcome may be due to the common use of some terms when
expressing positive stance towards sports clubs in Turkish tweets. The
same percentage of common terms may not have been observed
in tweets during the expression of negative stances towards the
targets. Yet, completely the opposite pattern is observed in stance
detection results of baseline systems given in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], i.e., better
FMeasure rates have been obtained for the Against class when
compared with the Favor class [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Some of the baseline systems
reported in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] are SVM-based systems using unigrams and ngrams
as features similar to our study, but their data sets include all three
stance classes of Favor, Against, and Neither, while our data set
comprises only tweets classified as belonging to Favor or Against
classes. Another diference is that the data sets in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] have been
divided into training and test sets, while in our study we provide
10-fold cross-validation results on the whole data set. On the other
hand, we should also note that SVM-based sentiment analysis
systems (such as those given in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]) have been reported to achieve
better F-Measure rates for the Positive sentiment class when
compared with the results obtained for the Negative class. Therefore,
our evaluation results for each stance class seem to be in line with
such sentiment analysis systems. Yet, further experiments on the
extended versions of our data set should be conducted and the
results should again be compared with the stance detection results
given in the literature.
      </p>
      <p>
        We have also evaluated SVM classifiers which use only bigrams
as features, as ngram-based classifiers have been reported to
perform better for the stance detection problem [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. However, we
have observed that using bigrams as the sole features of the SVM
classifiers leads to quite poor results. This observation may be due
to the relatively limited size of the tweet data set employed. Still,
we can conclude that unigram-based features lead to superior
results compared to the results obtained using bigrams as features,
based on our experiments on our data set. Yet, ngram-based
features may be employed on the extended versions of the data set to
verify this conclusion within the course of future work.
      </p>
      <p>With an intention to exploit the contribution of hashtag use to
stance detection, we have also used the existence of hashtags in
tweets as an additional feature to unigrams. The corresponding
evaluation results of the SVM classifiers using unigrams together
the existence of hashtags as features are provided in Table 2.</p>
      <p>When the results given in Table 2 are compared with the
results in Table 1, a slight decrease in F-Measure (0.5%) for Target-1
is observed, while the overall F-Measure value for Target-2 has
increased by 1.8%. Although we could not derive sound conclusions
mainly due to the relatively small size of our data set, the increase
in the performance of the SVM classifier Target-2 is an
encouraging evidence for the exploitation of hashtags in a stance detection
system. We leave other ways of exploiting hashtags for stance
detection as a future work.</p>
      <p>To sum up, our evaluation results are significant as reference
results to be used for comparison purposes and provides evidence
for the utility of unigram-based and hashtag-related features in
SVM classifiers for the stance detection problem in Turkish tweets.
4</p>
    </sec>
    <sec id="sec-6">
      <title>FUTURE PROSPECTS</title>
      <p>Future work based on the current study includes the following:
The presented stance-annotated data set for Turkish has
been created by one annotator only (the author of this
study), yet, the data set should better be revised and
extended through crowdsourcing facilities. When
employing such a procedure, other stance classes like Neither can
be considered as well. The procedure will improve the
quality the data set as well as the quality of prospective
systems to be trained and tested on it.</p>
      <p>
        Other features like emoticons (as commonly used for
sentiment analysis), features based on hashtags, and ngram
features can also be used by the classifiers and these
classifiers can be tested on larger data sets. Other classification
approaches could also be implemented and tested against
our baseline classifiers. Particularly, related methods
presented in recent studies such as [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] can be tested on our
data set.
      </p>
      <p>Lastly, the SVM classifiers utilized in this study and their
prospective versions utilizing other features can be tested
on stance data sets in other languages (such as English)
for comparison purposes.
5</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSION</title>
      <p>Stance detection is a considerably new research area in natural
language processing and is considered within the scope of the
wellstudied topic of sentiment analysis. It is the detection of stance
within text towards a target which may be explicitly specified in
the text or not. In this study, we present a stance-annotated tweet
data set in Turkish where the targets of the annotated stances are
two popular sports clubs in Turkey. The corresponding
annotations are made publicly-available for research purposes. To the best
of our knowledge, this is the first stance detection data set for the
Turkish language and also the first sports-related stance-annotated
data set. Also presented in this study are SVM classifiers (one for
each target) utilizing unigram and bigram features in addition to
using the existence of hashtags as another feature. 10-fold cross
validation results of these classifiers are presented which can be
used as reference results by prospective systems. Both the
annotated data set and the classifiers with evaluations are significant
since they are the initial contributions to stance detection problem
in Turkish tweets.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Isabelle</given-names>
            <surname>Augenstein</surname>
          </string-name>
          , Tim Rocktäschel, Andreas Vlachos, and
          <string-name>
            <given-names>Kalina</given-names>
            <surname>Bontcheva</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Stance detection with bidirectional conditional encoding</article-title>
          .
          <source>In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP).</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Fazli</given-names>
            <surname>Can</surname>
          </string-name>
          , Seyit Kocberber, Erman Balcik, Cihan Kaynak,
          <string-name>
            <given-names>H Cagdas</given-names>
            <surname>Ocalan</surname>
          </string-name>
          , and
          <string-name>
            <surname>Onur M Vursavas</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Information retrieval on Turkish texts</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology 59</source>
          ,
          <issue>3</issue>
          (
          <year>2008</year>
          ),
          <fpage>407</fpage>
          -
          <lpage>421</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Zhong-Yong Chen</surname>
          </string-name>
          and Chien Chin Chen.
          <year>2016</year>
          .
          <article-title>SCIFNET: Stance community identification of topic persons using friendship network analysis</article-title>
          .
          <source>KnowledgeBased Systems</source>
          <volume>110</volume>
          (
          <year>2016</year>
          ),
          <fpage>30</fpage>
          -
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Shiri</given-names>
            <surname>Dori-Hacohen</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Controversy Detection and Stance Analysis</article-title>
          .
          <source>In Proceedings of the 38th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          .
          <fpage>1057</fpage>
          -
          <lpage>1057</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Adam</given-names>
            <surname>Faulkner</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Automated classification of stance in student essays: An approach using stance target information and the Wikipedia link-based measure</article-title>
          .
          <source>In Proceedings of the Twenty-Seventh International Florida Artificial Intelligence Research Society Conference.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hall</surname>
          </string-name>
          , E. Frank,
          <string-name>
            <given-names>G.</given-names>
            <surname>Holmes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Pfahringer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Reutemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I. H.</given-names>
            <surname>Witten</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>The WEKA Data Mining Software: An Update</article-title>
          .
          <source>ACM SIGKDD Explorations Newsletter</source>
          <volume>1</volume>
          ,
          <issue>1</issue>
          (
          <year>2009</year>
          ),
          <fpage>10</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Kazi</given-names>
            <surname>Saidul</surname>
          </string-name>
          Hasan and
          <string-name>
            <given-names>Vincent</given-names>
            <surname>Ng</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Stance Classification of Ideological Debates: Data, Models, Features, and Constraints</article-title>
          .
          <source>In Proceedings of the Sixth International Joint Conference on Natural Language Processing</source>
          .
          <fpage>1348</fpage>
          -
          <lpage>1356</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Dilek</given-names>
            <surname>Küçük</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Exploiting Information Extraction Techniques for Automatic Semantic Annotation and Retrieval of News Videos in Turkish</article-title>
          .
          <source>Ph.D. Dissertation</source>
          . Middle East Technical University.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Emine</given-names>
            <surname>Ela</surname>
          </string-name>
          <string-name>
            <surname>Küçük</surname>
          </string-name>
          , Kürşad Yapar, Dilek Küçük, and
          <string-name>
            <given-names>Doğan</given-names>
            <surname>Küçük</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Ontology-based automatic identification of public health-related Turkish tweets</article-title>
          .
          <source>Computers in Biology and Medicine</source>
          <volume>83</volume>
          (
          <year>2017</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Amita</given-names>
            <surname>Misra and Marilyn A Walker</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Topic independent identification of agreement and disagreement in social media dialogue</article-title>
          .
          <source>In Conference of the Special Interest Group on Discourse and Dialogue</source>
          .
          <volume>920</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Saif</surname>
            <given-names>M Mohammad</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Svetlana</given-names>
            <surname>Kiritchenko</surname>
          </string-name>
          , Parinaz Sobhani, Xiaodan Zhu, and
          <string-name>
            <given-names>Colin</given-names>
            <surname>Cherry</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A dataset for detecting stance in tweets</article-title>
          .
          <source>In Proceedings of the Language Resources and Evaluation Conference (LREC).</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Saif</surname>
            <given-names>M Mohammad</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Svetlana</given-names>
            <surname>Kiritchenko</surname>
          </string-name>
          , Parinaz Sobhani, Xiaodan Zhu, and
          <string-name>
            <given-names>Colin</given-names>
            <surname>Cherry</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Semeval-2016 task 6: Detecting stance in tweets</article-title>
          .
          <source>In Proceedings of the International Workshop on Semantic Evaluation</source>
          , SemEval.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Bo</given-names>
            <surname>Pang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Lillian</given-names>
            <surname>Lee</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Opinion mining and sentiment analysis</article-title>
          .
          <source>Foundations and Trends in Information Retrieval 2</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>2</lpage>
          (
          <year>2008</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>135</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>John</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Platt</surname>
          </string-name>
          .
          <year>1999</year>
          .
          <article-title>Fast Training of Support Vector Machines Using Sequential Minimal Optimization</article-title>
          .
          <source>Advances in Kernel Methods</source>
          (
          <year>1999</year>
          ),
          <fpage>185</fpage>
          -
          <lpage>208</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Hamid</surname>
            <given-names>Poursepanj</given-names>
          </string-name>
          , Josh Weissbock, and
          <string-name>
            <given-names>Diana</given-names>
            <surname>Inkpen</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>uOttawa: System description for SemEval 2013 Task 2 Sentiment Analysis in Twitter</article-title>
          .
          <source>In Second Joint Conference on Lexical and Computational Semantics (*SEM)</source>
          , Volume
          <volume>2</volume>
          : Seventh International Workshop on Semantic Evaluation (SemEval
          <year>2013</year>
          ).
          <fpage>380</fpage>
          -
          <lpage>383</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Swapna</given-names>
            <surname>Somasundaran</surname>
          </string-name>
          and
          <string-name>
            <given-names>Janyce</given-names>
            <surname>Wiebe</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Recognizing stances in ideological on-line debates</article-title>
          .
          <source>In Proceedings of the NAACL HLT Workshop on Computational Approaches to Analysis and Generation of Emotion in Text</source>
          .
          <volume>116</volume>
          -
          <fpage>124</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Marilyn</surname>
            <given-names>A Walker</given-names>
          </string-name>
          , Pranav Anand, Robert Abbott, and
          <string-name>
            <given-names>Ricky</given-names>
            <surname>Grant</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Stance classification using dialogic properties of persuasion</article-title>
          .
          <source>In Proceedings of the Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          .
          <fpage>592</fpage>
          -
          <lpage>596</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>