<!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>Good, Neutral or Bad - News Classi cation</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Aashish Agarwal, Ankita Mandal, Matthias Scha eld, Fangzheng Ji, Jihao Zhang, Yiqi Sun University of Duisburg-Essen Duisburg</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Ahmet Aker University of Duisburg-Essen Duisburg</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>In: A. Aker</institution>
          ,
          <addr-line>D. Albakour, A. Barron-Ceden~o, S. Dori-Hacohen, M. Martinez, J. Stray, S.</addr-line>
          <institution>Tippmann (eds.): Proceedings of the NewsIR'19 Workshop at SIGIR</institution>
          ,
          <addr-line>Paris, France, 25-July-2019, published at</addr-line>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>rstName.lastName</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Reading news articles a ects the mood and mindset of the reader. Therefore we want to provide means to track our daily news consumption activities. In this paper, we release news articles dataset assigned with good, bad and neutral labels. The dataset comprises of 300 news articles, each annotated by ve di erent annotators. The agreement among the annotators is 0.526 according to Krippendor 's Alpha and 0.435 according to FleissKappa. We also experiment with four different machine learning approaches such as Naive Bayes, SVM, Logistic Regression and Deep Learning using LSTM units. Our experiments show that NaiveBayes signi cantly outperforms the other three classi ers.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In the media, the presence of bad news seems to
dominate over good news. Every day there is at least a
report about terrorism, natural or human-made
disaster, a war crime, human right violation, airplane crash,
etc. Studies show that news, in general, has a
significant impact on our mental stature [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. However, it
Copyright c 2019 for the individual papers by the papers'
authors. Copying permitted for private and academic purposes.
This volume is published and copyrighted by its editors.
is also demonstrated that the in uence of bad news is
more signi cant than good news [
        <xref ref-type="bibr" rid="ref13 ref2">13, 2</xref>
        ] and that due
to the natural negativity bias, as described by [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ],
humans may end up consuming more bad than good
news. This is a real threat to the society as
according to medical doctors and, psychologists exposure to
bad news may have severe and long-lasting negative
e ects for our well being and lead to stress, anxiety,
and depression [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Furthermore, speci c kinds of bad
news, for example about unemployment, may a ect
stock markets and in turn, the overall economy [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>In our ever-digitized world, with a constant in ux
of news from a variety of sources, di erentiating good
and bad news may help the reader to combat this issue.
A system that lters news based on the content of
the article, no matter the news website a person is
following, may enable the user to control the amount
of bad news they are consuming. Whilst most people
start their day with reading the news, they can then
start it on a positive note.</p>
      <p>To implement such a news ltering system we
created a gold standard dataset comprising 300 news
articles annotated by ve di erent raters with good, bad
and neutral labels. This dataset will be made publicly
accessible and can be used for further research.1</p>
      <p>
        The de nitions of good, bad and neutral news may
widely vary from individual to individual and from
country to country [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Therefore, we de ned three
categories explicitly - what can be termed as good,
bad or neutral news. To measure the quality of the
ratings we used Fleiss Kappa and Krippendorf's Alpha
to check for inter-rater reliability. We also evaluated
several machine learning techniques including Naive
Bayes, Logistic Regression, Support Vector Machines
1https://github.com/ahmetaker/goodBadNews
and Deep Learning on the collected dataset. These
four techniques should give the rst impression on the
complexity of the task and serve as baselines to
further improve the results. Our initial results show that
Naive Bayes signi cantly outperforms the other three
approaches.
      </p>
      <p>In the rst section of the paper, we de ne the terms
good, bad and neutral news. We also describe the
process of corpus collection and agreement on ratings.
Next, in Section 3, we describe our methods of feature
engineering and our baseline methods. In Section 4 we
present our results. Finally, we conclude the paper in
Section 5 with what can be done as future work.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Corpus</title>
      <p>De nition of good, bad and neutral news
According to the Collins English dictionary2 good
news is de ned as \someone or something that is
positive, encouraging, uplifting, desirable, or the like" and
bad news \someone or something regarded as
undesirable". For neutral news, we stated that neither of
this is the case. We used these de nitions to start our
annotation. With these de nitions, we run an initial
annotation process with 20 randomly selected news
articles. We asked 5 annotators who were undergraduate
students, with ages varying from 20-25 years, uent in
English and frequent online news readers to read the
news and provide good, bad or neutral label
according to the above de nitions. However, our
annotators found these de nitions not unambiguous enough
so that we revisited the design of our guidelines. This
included using an exempli ed de nition instead. In
the following we brie y outline these exempli ed de
nitions:</p>
      <p>Good News If the subject of the article is
someone being saved from danger, the creation of medicine
which can cure or help with an illness, the end of a war
or some kind of disaster, human rights being defended,
or something that bene ts the public or a dangerous
culprit being arrested.</p>
      <p>Neutral News If the subject of the article is a
popularization of science, history or geography, describing
humanistic traditions, astronomy, nature, history or
landscape, scienti c literature, news of people's
livelihood without casualties or daily entertainment and
fashion news.</p>
      <p>Bad News If the subject of the article is a war,
accidents, disaster, epidemic disease or killing, criminal
activities, the death of a famous or important person,
some sort of discrimination, bullying or stereotypes,
some negative in uence or event regarding economics,
2https://www.collinsdictionary.com/</p>
      <sec id="sec-2-1">
        <title>Number of Articles</title>
        <p>Average Sentences Count
Average Word Count
Number of good news
Number of bad news
Number of neutral news</p>
      </sec>
      <sec id="sec-2-2">
        <title>Fleiss Kappa</title>
        <p>Krippendor s Alpha</p>
        <p>Using these exempli ed de nitions we re-run the
annotation process with another randomly selected 20
articles and this resulted in more satisfactory
annotations so that we used this strategy to create our corpus.
Using Newspaper3k3, we randomly collected a corpus
of 300 English news articles4. The articles come from
di erent news agencies such as BBC.co.uk,
independent.co.uk and entail topics from categories such as
economic, medical, international, local and emergent
news. We used the exempli ed de nitions given above
to annotate these as good, bad or neutral news. The
same ve undergraduate students as above took part
in the annotation task. After gathering the
annotations for all news articles, we took the majority of the
readers' opinions as the nal de nition. If no clear
majority vote was found, we introduced a meta reviewer
who was not among the ve annotators to give a nal
decision. Table 1 gives some stats about the corpus as
well as the distribution of the di erent classes.</p>
        <p>We also computed the agreement among the
annotators. To do this, we used Fleiss' kappa and
Krippendor 's alpha. Table 2 shows the results for inter-rater
agreement. From the table, we can see that the
agreement is moderate indicating the di culty of the task.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiment</title>
      <p>The task of good, bad or neutral news classi cation is
to classify a given online news article to one of those
classes. To nd a classi er suited for this task, we
explore di erent traditional machine learning approaches
as well as deep learning. In both cases, we only use
the article content to extract features. More precisely,
for the traditional machine learning techniques we use
Bag of Words (outlined in the next Section) and for
3https://pypi.org/project/newspaper3k/
4These 300 articles are exclusive from those 40 articles used
to re ne the annotation de nitions.
deep learning the lead parts of each article represented
with word embeddings.
For the traditional machine learning approaches, we
use Bag of Words (BoW) as the only feature category.
In total, our vocabulary contains 19000 tokens
including stop words, digits, in ected forms of the words,
etc. We use the following pre-processing steps to
reduce the vocabulary size to 13000 words:</p>
      <sec id="sec-3-1">
        <title>Lower casing the article texts.</title>
      </sec>
      <sec id="sec-3-2">
        <title>Removing stop-words.</title>
      </sec>
      <sec id="sec-3-3">
        <title>Removing digits and punctuation marks.</title>
      </sec>
      <sec id="sec-3-4">
        <title>Removing contractions.</title>
      </sec>
      <sec id="sec-3-5">
        <title>Depicting all numbers as #.</title>
      </sec>
      <sec id="sec-3-6">
        <title>Lemmatizing the words.</title>
        <p>Each of the words is represented using term
frequency (TF) (number of times a word occurs in a
particular news article) and inverse document frequency
(IDF) (number of articles from the corpus the word
appears in). We further reduce the vocabulary size by
only using the signi cant words. For this, we use the
Chi-square test and select those words that were
signi cant in discriminating the classes. After this step,
the vocabulary contains around 3600 words. We use
these words represented using TF*IDF to guide our
traditional machine learning approaches.</p>
        <p>For the deep learning technique, we use the lead
part of each article, convert each word in this part
into word embeddings and use these to represent each
article.
3.2</p>
        <p>Baselines
As baselines, we experiment with Naive Bayes
classier, Support Vector Machines, Multinomial Logistic
Regression and a deep learning model using LSTMs.</p>
        <p>
          Naive Bayes is often used in text classi cation
applications and experiments because of its simplicity
and e ectiveness [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. It uses a probabilistic model
of text. Naive Bayes classi er is highly scalable,
requiring several parameters linear in the number of
variables (features/predictors) in a learning problem
[
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Maximum-likelihood training can be done by
evaluating a closed-form expression, which takes
linear time, rather than by expensive iterative
approximation as used for many other types of classi ers.
Determined by grid-search, we set alpha to 0.01.
        </p>
        <p>Logistic Regression is one of the most popular
supervised classi cation algorithms. Multinomial
Logistic Regression is the generalization of the Logistic
Regression algorithm which can be used to conduct
when the dependent variable is nominal with more
than two levels. It is a model that is used to predict
the probabilities of the di erent possible outcomes of
a categorically distributed dependent variable, given
a set of independent variables. Using Grid-search, we
set C to 50 and regularization to l2.</p>
        <p>
          The SVM problem is to nd the decision
hyperplane that can maximize the margin between the
data points of the classes [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. Corresponding to our
Grid-search analysis, we use a linear kernel and set C
to 10.
        </p>
        <p>
          Our deep learning model comprises a simple
LSTM layer [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] that is capable to consider sequential
information. The input of the LSTM (50 LSTMs) layer
is word embeddings. We obtain the embeddings from
the input documents. Note, as stated above instead
using the entire article as input we use only the lead part
of each article which can be considered as the
summary of news article [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. For simplicity and also to
have a common input length across all the articles we
use the rst 400 words of each article as the lead part
of the article. We use a Dropout layer after the LSTM
(0.1), which is followed by a dense layer (50 units with
ReLu activation) and then again by a Dropout layer
(0.35) and nally by a SoftMax layer. We use Adam
as the optimization function with 0.001 learning rate
and Xavier Initialization for weight initialization. The
loss is determined by categorical crossentropy together
with l2 regularization. Our batch size is 64, and Epoch
number is set to 40.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>
        The results of the performances of the di erent
classi ers are presented in Table 3. In all cases, we used
10-fold cross-validation and report in macro-averaged
F1 measure, precision and recall. From the results,
we see that the best performing classi er is the Naive
Bayes outperforming all the other classi ers. Signi
cance test using paired t-test with Bonferroni
correction (p &lt; 0:0125) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] shows that the Naive Bases
classi er signi cantly outperforms the other classi ers.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>In this paper, we propose to release a dataset
containing news articles annotated with good, bad and
neutral labels. We have a total of 300 news articles
in our dataset where each article has been annotated
by ve di erent annotators. We computed the
interrater agreement using Krippendor 's Alpha and Fleiss
Kappa. According to Krippendor 's Alpha, the
agreement is 0.526 and according to Fleiss Kappa 0.435. We
also experiment with four di erent machine learning
approaches such as Naive Bayes, SVM, Logistic
Regression and Deep Learning using LSTM to provide
initial results on the task. Our experiments show that
Naive Bayes signi cantly outperforms the other three
classi ers.</p>
      <p>In the future, we plan to extend the dataset. This
would allow the approaches to gain more stability,
especially the deep learning strategies whose
performance rely on bigger training data. We also plan to
investigate features other than Bag of Words to
capture sentiments, emotions and similar linguistic
aspects that better distinguish between bad and good
news.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Application</title>
      <p>
        Nowadays, the amount of online news content is
immense and its sources are very diverse. For the readers
and other consumers of online news who value
balanced, diverse and reliable information, it is necessary
to have access to additional information to evaluate
the news articles available to them. For this purpose,
Fuhr et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] propose to label every online news
article with information nutrition labels to describe the
ingredients of the article and thus give the reader a
chance to evaluate what she is reading. This concept
is analogous to food packages where nutrition labels
help buyers in their decision making. The authors
discuss 9 di erent information nutrition including
sentiment, subjectivity, objectivity, ease of reading, etc.
We propose the bad/good/neutral classi cation as an
additional information nutrition label and plan to
implement this in our freely available News-Scan5 tool
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. This tool is a browser plugin that can be evoked
by users to obtain nutrition labels for the articles they
are currently reading.
7
      </p>
    </sec>
    <sec id="sec-7">
      <title>ACKNOWLEDGEMENTS</title>
      <p>This work was funded by the Deutsche
Forschungsgemeinschaft (DFG, German Research Foundation)
5www.news-scan.com
GRK 2167, Research Training Group \User-Centred
Social Media".</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Bahdanau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <article-title>Neural machine translation by jointly learning to align and translate</article-title>
          .
          <source>arXiv preprint arXiv:1409.0473</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Baumeister</surname>
            ,
            <given-names>R. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bratslavsky</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finkenauer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vohs</surname>
          </string-name>
          , K. D.
          <article-title>Bad is stronger than good</article-title>
          .
          <source>Review of General Psychology</source>
          <volume>5</volume>
          ,
          <issue>4</issue>
          (
          <year>2001</year>
          ),
          <volume>323</volume>
          {
          <fpage>370</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Bland</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Altman</surname>
            ,
            <given-names>D. G.</given-names>
          </string-name>
          <article-title>Multiple signi cance tests: the bonferroni method</article-title>
          .
          <source>Bmj</source>
          <volume>310</volume>
          ,
          <issue>6973</issue>
          (
          <year>1995</year>
          ),
          <fpage>170</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Boyd</surname>
            ,
            <given-names>J. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Jagannathan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <article-title>The stock market's reaction to unemployment news: Why bad news is usually good for stocks</article-title>
          .
          <source>Journal of Finance 60</source>
          ,
          <issue>2</issue>
          (
          <year>2005</year>
          ),
          <volume>649</volume>
          {
          <fpage>672</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Colas</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>B. P.</surname>
          </string-name>
          <article-title>Comparison of svm and some older classi cation algorithms in text classi cation tasks</article-title>
          . in: Bramer m. (eds)
          <article-title>arti cial intelligence in theory and practice</article-title>
          .
          <source>IFIP International Federation for Information Processing</source>
          <volume>217</volume>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Fuhr</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nejdl</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grefenstette</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hanselowski</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jarvelin</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Liu,
          <string-name>
            <given-names>Y.</given-names>
            , and
            <surname>Mothe</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          <article-title>An information nutritional label for online documents</article-title>
          .
          <source>ACM SIGIR Forum 51</source>
          ,
          <issue>3</issue>
          (feb
          <year>2018</year>
          ),
          <volume>46</volume>
          {
          <fpage>66</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Giner</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rees</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <article-title>On the asymmetric recognition of good and bad news in france, germany and the united kingdom</article-title>
          .
          <source>Journal of Business Finance &amp; Accounting</source>
          <volume>28</volume>
          ,
          <issue>910</issue>
          , 1285{
          <fpage>1331</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Johnston</surname>
            ,
            <given-names>W. M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Davey</surname>
            ,
            <given-names>G. C. L.</given-names>
          </string-name>
          <article-title>The psychological impact of negative tv news bulletins: The catastrophizing of personal worries</article-title>
          .
          <source>British Journal of Psychology</source>
          <volume>88</volume>
          ,
          <issue>1</issue>
          (
          <year>1997</year>
          ),
          <volume>85</volume>
          {
          <fpage>91</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Kevin</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , Hogden,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Schwenger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Sahan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Madan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Aggarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Bangaru</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Muradov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            , and
            <surname>Aker</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Information nutrition labels: A plugin for online news evaluation</article-title>
          .
          <source>In Proceedings of the First Workshop on Fact Extraction and VERi cation (FEVER)</source>
          (Brussels, Belgium, Nov.
          <year>2018</year>
          ),
          <article-title>Association for Computational Linguistics</article-title>
          , pp.
          <volume>28</volume>
          {
          <fpage>33</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Kim</surname>
            <given-names>S. B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rim</surname>
            <given-names>H. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Y. D. S.</surname>
          </string-name>
          , and
          <string-name>
            <surname>S</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. H.</surname>
          </string-name>
          <article-title>E ective methods for improving naive bayes text classi ers</article-title>
          .
          <source>LNAI</source>
          <volume>2417</volume>
          (
          <year>2002</year>
          ),
          <volume>414</volume>
          {
          <fpage>423</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Rozin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Royzman</surname>
          </string-name>
          , E. B.
          <article-title>Negativity bias, negativity dominance, and contagion</article-title>
          .
          <source>Personality and Social Psychology Review</source>
          <volume>5</volume>
          ,
          <issue>4</issue>
          (
          <year>2001</year>
          ),
          <volume>296</volume>
          {
          <fpage>320</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Russell</surname>
            , Stuart; Norvig,
            <given-names>P.</given-names>
          </string-name>
          <article-title>Arti cial Intelligence: A Modern Approach</article-title>
          (2nd ed.).
          <source>PrenticeHall</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Soroka</surname>
            ,
            <given-names>S. N.</given-names>
          </string-name>
          <article-title>Good news and bad news: Asymmetric responses to economic information</article-title>
          .
          <source>The Journal of Politics 68</source>
          ,
          <issue>2</issue>
          (
          <year>2006</year>
          ),
          <volume>372</volume>
          {
          <fpage>385</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Wasson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Using leading text for news summaries: Evaluation results and implications for commercial summarization applications</article-title>
          .
          <source>In COLING 1998 Volume 2: The 17th International Conference on Computational Linguistics</source>
          (
          <year>1998</year>
          ), vol.
          <volume>2</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>