<!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>Classi cation of German Newspaper Comments</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Christian Godde</string-name>
          <email>Christian.Godde@student.hpi.uni-potsdam.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Konstantina Lazaridou</string-name>
          <email>konstantina.lazaridou@hpi.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ralf Krestel</string-name>
          <email>ralf.krestel@hpi.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Hasso-Plattner-Institut</institution>
          ,
          <addr-line>Potsdam</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Online news has gradually become an inherent part of many people's every day life, with the media enabling a social and interactive consumption of news as well. Readers openly express their perspectives and emotions for a current event by commenting news articles. They also form online communities and interact with each other by replying to other users' comments. Due to their active and signi cant role in the di usion of information, automatically gaining insights of these comments' content is an interesting task. We are especially interested in nding systematic di erences among the user comments from different newspapers. To this end, we propose the following classi cation task: Given a news comment thread of a particular article, identify the newspaper it comes from. Our corpus consists of six well-known German newspapers and their comments. We propose two experimental settings using SVM classi ers build on comment- and article-based features. We achieve precision of up to 90% for individual newspapers.</p>
      </abstract>
      <kwd-group>
        <kwd>media analysis</kwd>
        <kwd>news comment analysis</kwd>
        <kwd>comment classi cation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Many online news sites o er their readers the possiblity to comment on news
articles either directly below the article in a forum-style way, or via Twitter or
Facebook. While the latter is more suitable for sharing news, the former is more
appropriate for discussion of the articles' contents. These online comments are
huge reservoirs of user generated content with readers expressing opinions on
various news-related topics. These range from comments on the article's style,
speci c arguments of the article, to general opinions about greater questions.</p>
      <p>Not only does the discussion in these sections often re ect the readers'
opinions about the article itself, but also about the overall topic and beyond, with
readers referring to each other or introducing new arguments. Figure 1 shows
excerpts of an article together with a comment and a reply to this comment. In
general, the discussions are not limited to the speci c article's topic and often
introduce new arguments and opinions. Sentiments are expressed as well,
towards either the content of the article or statements of other users. The content
of one individual comment is not easily machine-understandable. It needs to be
evaluated in the context of the surrounding thread and associated article.
Nevertheless, we argue that discussion style and topics may di er between various
news providers, depending on their respective audience and possibly bias in the
article's coverage. For example, German newspapers and the majority of their
readers are traditionally associated with a certain political alignment. If this is
true, the political leaning should be re ected in the comment sections of the
respective news sites as well. Even if the bias in the articles themselves is
minimal, the reaction of the readers to the covered event may be much more diverse,
which in return could be used to infer arguments for the political alignment of
the news sites.</p>
      <p>(b) Excerpt of comment
(a) Excerpt of article
(c) Excerpt of reply</p>
      <p>In this paper we analyze the user comments on six major German news
sites regarding their di erences in discussion focus, language and sentiment.
Based on the assumption that user comments on various news sites di er in
these characteristics, we propose a classi er to predict the source of speci c
comments, that is, the news site on which the comments have been posted. To
analyze this, a prediction method is developed and evaluated, which, given a set
of user comments, predicts the originating news site.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>User comments can be found in di erent online platforms and communities.
Social media plattforms, such as Twitter, Facebook, and Youtube, are the most
popular environment for users to generate personal content, share pieces of news,
build social relations etc. Recent research focuses on analyzing comments'
content on these platforms, as well as analyzing the commenters. An extensive
analysis [13] of comments in social media communities investigates comments'
sentiment, rating and popularity in Youtube videos and Yahoo! News posts.
Momeni and Sageder [9] perform a comparative analysis of comments in Flickr
and Youtube. The authors point out di erent textual, semantic, and topical
features of the comments, which are later used to predict the comment's usefulness.
Towards identifying the characteristics of in uential users, Martin et al. [8]
introduce an emotion lexicon-based technique that predicts the helpfulness of reviews
posted on Trip advisor and Yelp.</p>
      <p>
        In addition to social media, related research focuses on news media as well.
Here, understanding and potentially predicting the user characteristics and
preferences is the main goal. The problem of user pro ling in media is tackled in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ],
where the authors introduce the notion of comment-worthy news articles. They
predict the comments' interestingness in blogs and news sites using an adapted
topic model aiming at personalized recommendation of news articles to users.
Similarly, Shmueli et al. [12] address the problem of ranking news comments
according to the reader's personal interests in Yahoo! News using a factor model.
Instead of analyzing existing comments, Cao et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] extract relevant microblog
posts to news articles and use them to automatically generate user comments
for these news articles.
      </p>
      <p>Moreover, since users shape the general public's opinion with their
comments by often supplementing the news stories with new facts and expertise,
approaches that automatically evaluate the comments' quality have received high
interest in the literature. To this end, tools distinguishing the (in)appropriate
and (ir)relevant comments could assist media to improve the news quality they
o er. Related work includes the analysis of the quality of comments [4], and
the measurement of the comment sentiment in order to conclude about the
media's political leaning [10]. Additionally, the problem of comment relevance is
addressed by [9], [3] and [5], with the latter assessing the degree of pertinence of
comments by comparing their tf-idf vectors to the articles' in News York Times.
Detecting the comments that shift the main article topic and change the
article's focus at Digg.com is tackled by Wang et al. [15], while Zhang and Setty [16]
identify sets of topic-wise diverse user comments in Reddit news articles.</p>
      <p>Finally, multiple interesting prediction tasks emerge from news comments
analysis. Among others, the volume of news comments is predicted with a
random forest classi er by Tsagkias et al. [14] using a variety of comment and article
metadata, as well as textual and semantic features derived from the comments.
Rizos et al. predict news stories popularity based on users' comments and the
properties of the social graph they form [11]. Since users abuse the
commenting mechanism frequently by stating o ensive or hate comments, Kant et al. [7]
compare an SVM classi er to a pattern mining approach in order to detect spam
comments in Yahoo! News articles.</p>
      <p>In contrast to the above works, we analyze comments to investigate di
erences in readership and bias among di erent German newspapers. Automatically
gaining insights in the huge amount of user-generated content in media will help
us discover people's opinion over several issues. More speci cally, the way
readers perceive reality regularly depends on the di erent writing styles of di erent
news outlets and their respective journalists. For instance, it would be
interesting to discover that users tend to leave more informative or insightful comments,
when a newspaper is being brief and doesn't discuss thoroughly certain topics.
Alternatively, a user may post funny or hate comments, when an article criticizes
openly a person or an event.</p>
      <p>Furthermore, the ability to identify a comment's origin is a step towards
detecting correlations between the news providers and the news consumers. We
share the intuition of [10] regarding media bias detection in news articles, that is,
users tend to leave negative comments to articles that oppose their perspective
and positive otherwise. Additionally, as introduced in [6], readers often choose
to be informed by the sources that share their beliefs. Namely, one is more likely
to perceive bias the further the slant of the news is from their own political
position.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Predicting comments' original source</title>
      <p>Our motivation stems from the idea that readers from di erent newspapers might
use unique language and present di erent commenting patterns. There are
indeed di erences among users in news media in general: some users tend to be
objective and include new facts to the articles, others leave subjective messages
(e.g. supporting a party, an opinion), others may attack the journalist or
comment writers with hate comments, etc. We are interested in whether the above
styles are indicative of the comments' source or not. Hence, we aim at
identifying the comment features that distinguish the users of di erent news outlets.
This will allow us to classify comment threads belonging to certain newspapers.
To this end, all the direct comments and comment replies in a given article are
considered as a single document in our prediction task. That is, one document
is the complete news comment thread of a given news article. We then use an
SVM classi er to classify each instance to its respective newspaper. The feature
selection and the parameter setting are described below.
3.1</p>
      <p>Datasets
We analyzed six popular German newspapers, namely Bild, Focus, Welt, Spiegel,
Zeit and Faz. The dataset characteristics are shown in Table 1. Our crawled data
span from March 2016 until June 2016. The fth column depicts the average
comment length for each source after removing stop words. It appears that Spiegel
and Faz readers tend to leave longer comments than users from other sources.
Additionally, we also observed that Bild commenters could be characterized as
more active in comparison to the rest of the outlets, as the average number of
comments per article in Bild is higher than in the rest of the newspapers.</p>
      <p>Although the number of articles does not vary signi cantly among the
newspapers, we can observe that Welt is the outlet with the most comments and
commented articles in total. In our experiments, after considering all articles
having at least 1, 5 or 10 comments in separate con gurations, we concluded
that the threshold (H) of 5 yields the best precision results and thus we only
report on results using this threshold. The last column in Table 1 represents the
number of articles with at least 5 comments for each source.</p>
      <p>Source Articles
Bild
Focus
Welt
Spiegel
Zeit
Faz
1,358
1,764
1,852
1,654
1,045
1,656
This subsection describes the comment-based and article-based features that we
use for the SVM classi er.</p>
      <p>Number of comments and average comment length. The number of direct
comments and comment replies are summed up representing the rst dimension
of the feature vector. In addition, the average comment length is calculated for
each article after ltering out the terms that appear in our stop word list. As
shown in Table 1, there are signi cant di erences among the outlets regarding
the volume of comments and their length. Hence, our intuition is that the
abovementioned features will constitute an important indicator for the respective news
source.</p>
      <p>Direct comment/reply ratio and distinct authors. The next two features
refer to the users, regarding their activity and commenting behavior. The ratio
between the direct comments and the nested ones is a numerical indicator of how
interactive the commenters are and whether discussions are initiated by them
or not. For instance, as illustrated in Figure 2, Zeit and Bild appear to have a
higher number of user discussions than the other sources.</p>
      <p>Moreover, the distinct number of authors per article is interesting as well,
as it informs us about the comment availability and potential diversity. Articles
with multiple commenters should contain a variety of opinions and statements,
in comparison to stories that don't attract high user interest. Figure 3 presents
the news articles that are covered by certain numbers of commenters. That is,
e.g. around 90% of Bild and Faz news articles would be covered, if the top-30
commenters were considered. It should be also noted that for this plot we only
use articles with H equal to 5. Our ndings are in line with the work of Park et
al. [10], where 50 commenters appear to cover around 80% of the overall dataset
(when also considering solely articles with more than 5 comments).
Fig. 3: Percentage of articles covered by k commenters, where k = 10, 20, 30,
40 and 50.</p>
      <p>Comment terms. The current feature targets the comments' content and
possibly opinionated language. We argue that the choice of language in the
comments is the most representative feature of the users' perspective. Some
comments aim at pointing out neglected facts from the articles and others might
criticize the article's position or a politician's behavior, etc. Figure 2 illustrates
an example of a comment in Zeit and one of its replies, where the two users
express two di erent sides of the same story. It is notable that we only consider
the terms' tf-idf scores that are not stopwords, since only these provide semantic
and meaningful information about the users' interests.</p>
      <p>Newspaper uniqueness metric. Apart from user features, newspapers'
characteristics play a key-role to our prediction task as well. Towards discovering
representative and speci c language used by di erent newspapers, we measure
the similarity between comments and news articles of all sources, in terms of
their common words. We compare the comments' terms with the articles' terms
from all sources and measure their overlap coe cient. That is, for each comment
thread to be classi ed, we compute the overlap (or also known as
SzymkiewiczSimpson) coe cient between its terms and the overall vocabulary from the
articles of each newspaper, which results in six separate numeric counts as individual
features. Our intuition is that this metric indicates whether the journalists and
the readers from a given newspaper mention the same words.</p>
      <p>Since commenters are often subjective and emotional, the current feature
might also extract words that are not expected to be found in news media. This
word set is a possible bias indicator, considering that news articles are expected
to publish objective and well-rounded news pieces, so that readers are adequately
informed.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Topic analysis</title>
      <p>To ensure that all articles/comments are comparable across media outlets, we
analyze the topics discussed in each news outlet.</p>
      <p>As a rst step towards understanding the discussions in our data, we are
interested in detecting the topics mentioned in the newspapers' articles during
our given time frame. For this purpose we use the latent Dirichlet allocation
(LDA) implementation in Mallet, a Machine Learning Java Toolkit. We
experiment with di erent values for the number of topics, namely 10, 20 and 40, but
report only our ndings for 20 topics, since the results are rather stable with
varying topic numbers.</p>
      <p>As shown in Table 2, the most discussed topics (15, 0) among all newspapers
are focused on local a airs, with topic0 touching upon nancial issues. The least
mentioned topics (9, 11, 1, 10, 17, 16) concentrate more on foreign politics,
especially U.S. politics, which is an emerging topic as the general elections are
approaching in the U.S.</p>
      <p>In addition, Figure 4 presents the topic distributions across all newspapers.
The x-axis represents the topics and the y-axis the volume of the discussion.
One could infer that there are no extreme di erences in the topic distributions
among the outlets, that is, the same events/issues are covered by all
newspapers. However, one notable exception are the comments in Welt, where the U.S.
election topics (9,16,17) are clearly over represented.
Topic Id Frequent Terms
15 leben, politik, land, frage, deutschland, sagen, steht, kinder, sogar
0 fprraonzkerneti,chd,eumtsilclhiolnanend, regierung, deutschen, zahl, land, praesident,
19 spiolvliezsetie,rpnoalcihzits,tkenoe,lfnrauen, demonstranten, koelner, maenner, verletzt,
7 eguesreot,zm,iinlltieagrdraetni,ondeutschland, schaeuble, griechenland, geld, spd,
3 spd, cdu, merkel, prozent, gabriel, afd, csu, seehofer, partei
5 rnuastsoland, putin, usa, russischen, russische, praesident, obama, ukraine,
12 saylerpiepno,,gseytroisecthete, stadt, wa enruhe, syrischen, terrormiliz, staat,
14 vhaonfer, oesterreich, prozent, stimmen, fpoe, partei, wahl, parlament,
4 afd, partei, deutschland, petry, islam, gruenen, cdu, kretschmann, npd
8 taunekrakreai,, tearydyoigpa,nr,ebceopehmermann, tuerkischen, merkel, tuerkische,
18 unrotredikl,olraenad, kim, journalisten, regierung, gericht, duendar, verurteilt,
2 abbrudeessslealm,a,ntescrrholariesgteenn, paris, anschlaege, ughafen, bruesseler, polizei,
13 lpeayneanm,par,areosuidsseenti,np,atpeemrse,r bundeswehr, zeitung, briefkasten rmen,
6 lcoanmdeorno,nj,okhhnasnon,,bbureirtgisecrhmeenister, honecker, duterte, grossbritannien,
16 tcrruumz,pv,ocrlwinatholne,ndonald, sanders, republikaner, demokraten, hillary,
17 trump, clinton, sanders, donald, obama, hillary, prozent, cruz, trumps
10 the, waehler, and, twitter, primaries, staat, you, com, pic
1 trump, trumps, kasich, cruz, republikaner, senator, new, york, partei
11 uueecchhttlliinnggsek,rtiusee,rkmeii,grgarnietcehne,nlaunedch,tdlienugtesnch,leaunrdo,pgarenze,
9 trump, sanders, clinton, cruz, rubio, donald, prozent, hillary, ted
Future work would be to incorporate this topical information in the
classi cation task and discover whether it can improve our results, i.e. the users'
commenting behavior di ers for di erent combinations of topics and
newspapers.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Classi cation results</title>
      <p>The main goal of our work is to identify the newspaper that a certain comment
thread comes from. Due to the small length of a single comment and the absence
of rich content, we classify all the comments for a given article at once, instead
of considering them separately. For this purpose, we use the implementation of
SVM classi er in Weka with the default parameter settings.</p>
      <p>Regarding the training phase, we initially perform one-versus-one classi
cation, training m=k*(k-1)/2 classi ers (one for each pair of newspapers) and
output the majority vote among all classi ers for each input instance. Namely,
we train the model with 40 documents per source and tested it on 20 documents
per source | all randomly selected from our original dataset. Our second
experiment is a one-versus-all classi er that is trained and tested on articles from all
outlets, but it performs binary classi cation for a single given source. In
particular, six di erent classi ers are built (one for each outlet) using 40 articles from
the target source and 40 random articles from the remaining sources. The test
set consists of 20 articles from the target news outlet and 20 arbitrary ones from
the other outlets.</p>
      <p>The above numbers of articles are set after examining the last column of
Table 1. The maximum possible numbers are considered, in order to obtain a
su cient and equal amount of comments per source that will result to balanced
training and test sets. Our future work includes obtaining more articles and
subsequently more comments, fairly distributed to all six outlets, to achieve a
higher comment quantity and diversity.</p>
      <p>One-versus-one classi cation. The results of our rst experiment are
depicted in Table 3 and Table 4a. We can observe that the classi er performs best
for Bild and yields inadequate results for Focus and Zeit with low recall or
precision values respectively. The confusion matrix illustrated in Table 3 reveals
that there is at least one comment from each source that is incorrectly classi ed
as originating by Zeit. Considering that Zeit is the top-2 news outlet regarding
the published number of articles with more than 5 comments, one might argue
that highly popular and centrist newspapers, such as Zeit, contain a variety of
comments and commenter behaviors. This makes such news sources a good
candidate for an unseen comment, as they could contain a wide range of di erent
commenting styles.</p>
      <p>Additionally, Bild articles are largely classi ed successfully. According to
Table 1, Bild is also one the sources with the most overall comments, whereas
the average comment length is relatively very low. Observing Table 1 and Table 3
concurrently, one can distinguish that when taking into account the most
rightwing sources, namely Bild, Welt and Focus, the lower the average comment
length is the higher our precision result becomes. Since short user comments can
often be sharp or pithy, this is an interesting observation for readers of right-wing
newspapers.</p>
      <p>The average achieved precision is 65% and average recall 63%. Although
the average performance score is a promising start, there is signi cant room for
improvement, which we will further discuss in the following paragraph.
One-versus-all classi cation. Our next experiment is a one-versus-all
classication. As previously mentioned, we build six di erent classi ers considering 40
articles from the target source and 40 random articles from the rest for the
training set. The results are shown in Figure 4b. Surprisingly, although for the Faz
articles the previous classi er achieved the worst results regarding precision, the
current classi er performs best for this particular outlet. The overall results vary
from 73% (Welt ) to 90% (Faz ) precision. Moreover, recall is signi cantly higher,
ranging from 70% (Spiegel ) to 90% (Faz ). This leads to an average precision of
80% and an average recall of 77%.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion and Future work</title>
      <p>In this paper, we address the problem of automatically identifying the original
newspaper that a comment thread of a given article belongs to. We analyze six
well-known German newspapers, namely Bild, Focus, Welt, Spiegel, Zeit and
Faz. To this end, we use an SVM classi er with di erent comment- and
articlebased features. For instance, the comment terms' tf-idf values and the number
of available comments for an article are considered. The best results are
accomplished by six one-versus-one classi ers (one for each newspaper pair), where
our precision scores range from 70% to 90%. In order to reduce the variance of
our results between the two classi ers and also among all news sources, we will
perform the experimental evaluation on multiple random training and test sets.</p>
      <p>Towards improving our current work, we would like to experiment with
different feature combinations and evaluate their impact to our classi er. Apart
from our version of measuring the unique characteristics of the newspapers, one
could also attempt to take into account the levels of subjectivity in the news text,
as an indication of the writing style. Moreover, the polarity (positive, negative,
neutral) of each comment is a valuable information as well. It might hold that
users in certain newspapers express their emotions more than in others or that
users from speci c outlets tend to express more their disapproval and criticism
to certain issues than in other sources.</p>
      <p>Instead of using all comment terms, we also experimented with using only
the named entities found in the comments. The results were slightly worse than
the reported ones, therefore we will continue to use all terms of the comments,
as presented in this work. Although the named entities along with di erent
feature combinations might work in the future, it is interesting to note that
not only named entities are crucial for this problem, but verbs, adjectives and
adverbs as well. Named entities mainly depict a text's topic, whereas adjectives
and adverbs represent the author's perspective and discussion style. Finally, as
previously mentioned, a direction we would like to follow is the incorporation of
topical information in our classi er, which could potentially lead us to identify
the original source of a comment thread more reliably.
3. Das, M.K., Bansal, T., Bhattacharyya, C.: Going beyond Corr-LDA for detecting
speci c comments on news &amp; blogs. In: WSDM. pp. 483{492 (2014)
4. Diakopoulos, N., Naaman, M.: Towards quality discourse in online news comments.</p>
      <p>In: CSCW. pp. 133{142 (2011)
5. Diakopoulos, N.A.: The Editor's Eye. In: CSCW. pp. 1153{1157 (2015)
6. Groseclose, T., Milyo, J.: A measure of media bias. In: The Quarterly Journal of</p>
      <p>Economics. pp. 1191{1237 (2005)
7. Kant, R., Sengamedu, S.H., Kumar, K.S.: Comment spam detection by sequence
mining. In: WSDM. pp. 183{192 (2012)
8. Martin, L., Sintsova, V., Pu, P.: Are in uential writers more objective? In: WWW.</p>
      <p>pp. 799{804 (2014)
9. Momeni, E., Sageder, G.: An empirical analysis of characteristics of useful
comments in social media. In: WebSci. pp. 258{261 (2013)
10. Park, S., Ko, M., Kim, J., Liu, Y., Song, J.: The Politics of Comments:
Predicting Political Orientation of News Stories with Commenters' Sentiment Patterns.</p>
      <p>CSCW (2011)
11. Rizos, G., Papadopoulos, S., Kompatsiaris, Y.: Predicting News Popularity by</p>
      <p>Mining Online Discussions. WWW pp. 737{742 (2016)
12. Shmueli, E., Kagian, A., Koren, Y., Lempel, R.: Care to comment?
Recommendations for commenting on news stories. In: WWW. p. 429 (2012)
13. Siersdorfer, S., Chelaru, S., Pedro, J.S., Altingovde, I.S., Nejdl, W.: Analyzing and</p>
      <p>Mining Comments and Comment Ratings on the Social Web. TWeb 8, 1{39 (2014)
14. Tsagkias, M., Weerkamp, W., de Rijke, M.: Predicting the volume of comments on
online news stories. In: CIKM. pp. 1765{1768 (2009)
15. Wang, J., Yu, C.T., Yu, P.S., Liu, B., Meng, W.: Diversionary comments under
political blog posts. In: CIKM. pp. 1789{1793 (2012)
16. Zhang, H., Setty, V.: Finding diverse needles in a haystack of comments. In:
WebSci. pp. 286{290 (2016)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bansal</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Content Driven User Pro ling for Comment-Worthy Recommendations of News and Blog Articles</article-title>
          . RecSys pp.
          <volume>195</volume>
          {
          <issue>202</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Long</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Zheng,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          :
          <article-title>News comments generation via mining microblogs</article-title>
          .
          <source>In: WWW</source>
          . pp.
          <volume>471</volume>
          {
          <issue>472</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>