<!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>Clicks Pattern Analysis for Online News Recommendation Systems</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jing Yuan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas Lommatzsch</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Benjamin Kille</string-name>
          <email>benjamin.killeg@dai-labor.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DAI-Labor, Technische Universtat Berlin</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The NewsREEL challenge provides researchers with an opportunity to evaluate their news recommending algorithms live based on real users' feedback. Since 2014, participants evaluated a variety of approaches on the Open Recommendation Platform (ORP), yet popularitybased algorithms constitute the most successful ones. In this working note, we chronologically describe our participation in NewsREEL online task in the year 2016. With approaches including \most impressed", \newest", \most impressed by category", \content similar" and \most clicked", we recon rm that content relevance is not a very good indicator for recommending news. Meanwhile, for the dominating portal Sport1, the extrapolation of the time series of impressions and clicks enables us to predict the items most likely to be clicked in the next hours. A sample analysis on one week data shows us that the duration of an item being popular is much longer than we expected. Thus, we propose that when designing recommenders in this contest, more attention should be paid on the time series patterns of clicks and impressions.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>News, as important media content, still keeps its role of guiding social opinion,
even in modern world which is full of virtual social network and personal ideas.
Many news providers employ recommender systems and similar personalization
techniques to assist users in nding relevant news quickly and conveniently.</p>
      <p>Di erent ways to incorporate recommendations in news publishers have been
successfully launched in the current digital news content market. We exemplify
three ways in which recommendations are pushed to news consumers. First, as
an e-Magazine Provider, Flipboard aggregates news contents from di erent third
party providers and then selects news which is relevant to a user's pre-de ned
topics forming their personalized news board. Second, some Content Providers,
such as ByteDance, generate contents themselves. They recommend in a closed
system based on internal users, news, and interaction in between both. Third,
Recommendation Providers, e.g. plista and outbrain, o er recommendation
services for di erent kinds of websites, including news websites. Table 1
compares characteristics of the three main-stream news recommenders concerning
aspects such as whether they generate content by themselves, the stability of
users, and the stable range of news items, respectively. As a representative of
Recommendation Providers, plista manifests its non-trivial condition in terms
of variety of news portals and di erences in users' expectations. Considering that
NewsREEL competition receives data stream from plista, participants have to
cope with all these knotty conditions to win the contest[8].</p>
      <p>The NewsREEL challenge 2016 provides participants with the chance of
evaluating recommender algorithms with online live user feedback [4, 3]. In the
challenge, teams registered on Open Recommendation Platform (ORP) receive
streamed messages describing published news articles, users' impressions and
clicks on items, as well as recommendation requests from plista. The
challenging aspects of participating NewsREEL include: (1) recommendations must be
provided in 100ms upon request; (2) participants need to deal with news portals
from di erent domains; (3) user groups on speci c portal alter; (4) number of
messages varies largely among portals [8, 5].</p>
      <p>In contrast to recommending movies or music, news items continuously emerge
and become outdated constituting a dynamic environment. This makes the
NewsREEL competition particularly challenging. Algorithms have to consider
these dynamics in news articles and users' preferences. We focused on
popularity and freshness to cope with the dynamics following the notion that users prefer
important and recent news over insigni cant and outdated articles. The success
of the \most clicked" strategy in terms of CTR further supports this notion.
Even though the method is rather simple, it captures crucial aspects. Visualizing
clicks on items over time, we observe continued click activity stretching several
hours for popular items. We compared contents of popular items and discovered
that they overlap. Still, content-based algorithms have failed to bene t of these
overlaps in previous editions of NewsREEL.</p>
      <p>
        The remainder of this paper is structured as follows. In Section 2, we brie y
introduce the approaches we use
        <xref ref-type="bibr" rid="ref1">d in year 2016</xref>
        and discuss other algorithms
developed in previous years. Subsequently, we analyze characteristic user-item
interaction patterns for di erent news portals in Section 3, and found that \most
clicked items" has its own power of self-predicting. Finally, conclusion and an
outlook to future work are given in Section 4.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Approach Used</title>
      <p>In this section, we chronologically describe the approaches we have deployed
in ORP, i.e. the online task of NewsREEL2016, and changes in our thoughts
meanwhile. When the most simple approach \most clicked" nally shows its
power to outperform other algorithms, it attracts our interest to dig deeper into
clicks pattern from the perspective of time series analysis in the next section.
Most Impressed Inspired by the good performance of \baseline" in the past
years (see [9]), which directly uses the most recently impressed items as
recommendation candidates, we implemented a similar method by sorting the 2000
most recent impressions by their frequencies. Typically, this approach is called
\most popular", but to distinguish it from \most clicked" which will be
introduced later on, we refer to it as \most impressed" in this paper. The approach
ran on ORP for two weeks (January 31 to February 13, 2016), and got the CTR
1.21% (ranked 3rd, team \arti cial intelligence" got the rst place with CTR
1.48%) and 1.35% (ranked 2nd, team \abc" got the rst place with CTR 1.4%)
in these two weeks separately.</p>
      <p>Newest Considering that freshness represents a vital aspect of news, we also
implemented an approach \newest" which provides the most recently created
items from the same category as the currently visited item as recommendation.
Given the good performance of \most impressed" mentioned above, we used it as
an alternative solution when the request lacked an item id, i.e. the category
cannot be determined. In addition, for a recommendation request with 6 candidate
slots, 3 positions are still lled by \most impressed" approach. Therefore, this
approach can be seen as a simple ensemble of \most impressed" and \newest".
With this solution, from 21{27 February, our team \news ctr" got CTR 1.19%
(ranked 5th, team \arti cial intelligence" got the rst place with CTR 1.45%)
in the contest leader board.</p>
      <p>Most Impressed by Category After witnessing how \newest" weakened the
e ect of \most impressed", we conducted another experiment which only
considered the number of impressions, but separates the impression counts according to
categories, thus for the recommendation request with item id the recommending
targets will only be the \most impressed" items in the relevant category. The
approach ran on ORP for three weeks, from 6{12 March 2016 it got CTR of
0.82% (ranked 7th, team \is@uniol" got the rst place with CTR 1.03%), from
13{19 March 2016 it got CTR of 0.97% (ranked 11th, i.e. the last one, team
\xyz" got the rst place with CTR 1.85%) and from 20{26 March 2016 it got
CTR 1.24%(ranked 6th, team \xyz" got rst place with CTR 2.16%).
Content Similar Having con rmed that considering categories in combination
with popularity lead to worse performances, we implemented a pure
contentbased recommender using Apache Lucene to see how content relevance in uence
recommending e ect after all. We deployed this content-based recommender on
ORP and noticed that from 27 March to 2 April it got a CTR of 0.77% (ranked
11th, team \xyz" got the rst place with CTR 1.51%). This con rmed that in
real-time news recommendation scenario as in this contest, pure content
similarity is not su cient for a successful recommending strategy. Said et al. [10] came
to the same conclusion hypothesizing that content similarity fails to pick up on
new stories but redirects users to similar contents.</p>
      <p>Most Clicked While varying on di erent algorithms, we discovered an
interesting phenomenon through the clicks message we received from ORP. Even though
di erent contest teams used di erent algorithms, the clicked items for all of these
recommendations tended to be similar. This consistent regularity reminded us
to think whether characteristic patterns exist within clicks along the time axis.
Hence we implemented the simplest approach \most clicked" which only serves
the most frequently clicked items in the last hour to the recommendation
requests. From 3{9 April 2016, this simple approach got a CTR of 1.14% winning
the leader board ahead of \xyz" (0.96%). Figure 1 shows the result during this
week.</p>
      <p>Having observed this interesting phenomenon, we looked into previous work
related to this contest. Kliegr and Kuchar [6, 7] implemented an approach based
on association rules. They used contextual features (e.g. ISP, OS, GEO, WEEKDAY,
LANG, ZIP, and CLASS) to train the rule engine. The results obtained in the online
evaluation indicate that association rules do not outperform other algorithms.
Through the investigation in [2], Gebremeskel and de Vries found that there is
no striking improvement through including geographic information on news
recommendation, yet more randomness of the system should be taken into account
when considering evaluation for recommenders. Doychev et al. introduced their
6 popularity-based and 6 similarity-based approaches in [1], but their algorithms
seemed to perform poorly compared with \baseline" due to being in uenced by
content aggregating. As Said et al. concluded in [10] that news article readers
might be reluctant to be confronted with similar topic all the way, but more
pleased to be distracted by something breaking or interesting. In the following
section, we are digging into how this breaking phenomenon is re ected in clicks
behavior.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Clicks Pattern Analysis</title>
      <p>As a further exploration of click patterns, we focus on clicks following
recommendation requests in Sport1 and Tagesspiegel on April 5, 2016. Clicks in Sport1
follow more obvious and stable trends. We analyze this consistency for the \most
clicked" recommender's suggestions in terms of the Jaccard similarity of
temporally adjacent item groups.
3.1</p>
      <p>Clicks Pattern for Sport1
First, we draw the histogram of clicks regarding recommendation requests on
items in portal Sport1. Considering that plista has only delivered part of all
recommendation requests to ORP participants, we suppose that the click patterns
might slightly di er amid contest teams scope and the whole plista scope. ORP
hides such scope information in its click noti cation JSON \context.simple"
object where key number '41' stands for \contest team" and value number
represents speci c team number. For instance, \news ctr" is the contest team with
team number 2465, while team number -1 signals that the click happened
outside contest team range. Thus, the gures are drawn separately by these two
scales: contest teams scale excluding clicks outside the contest scope and whole
plista range without any restrictions on contest team.</p>
      <p>Figure 2 shows the click conditions among contest teams. In order to track the
top clicked items in a time sequence, we draw the gure for each hour for April
5, 2016, i.e. 24 sub gures covering the whole day. In each sub gure, news items
are located on the x-axis as points sorted by the click frequency in descending
order. A red vertical line separates the six most frequently clicked items|most
recommendation requests ask for six suggestions. For a majority of intervals, we
observe a power law distribution. Few highly popular items occupy a majority
of clicks. The percentage of clicks occupied by the top six items is shown in the
red boxes.</p>
      <p>We analyze how popularity transitions into the future. Therefore, we
highlight the item ids of the six most popular items in the top right corner of each
8
6
4
2
0
8
6
4
2
0
16
12
10
30
25
20
15
10
5
0
15
10
5
0
for</p>
      <p>ids to facilitate tracking individual items throughout
the plot. Items tinted in
gray
only</p>
      <p>appear in a single one hour interval. From</p>
      <p>April 5, 2016, items ranked in the top three
manifest
more continuity, i.e. they
are
more likely to re-appear in
the
next
hour's top
clicked 6 items group.</p>
      <sec id="sec-3-1">
        <title>Aside from</title>
        <p>the scope of contest teams in</p>
        <p>ORP, we are also interested in the
power law
distribution of clicked items in the
whole plista range. In
number of distinct clicked items in the
\whole" range, the power law
distribution of clicked items is even
more
significant. In
all one hour time
windows,
more than
87%
clicks are contributed
by
the top 6 items. The
more complete data
may cause the increased steepness of
the histograms. The distribution can be described by Zipf 's law. The signi
cant
advantage of the six
most frequently clicked items reminded
us that
we should
pay
more attention to the short head
with
higher business value. Thereby, we
can keep a relatively high</p>
        <p>CTR. Still,
more sophisticated
methods are required
to leverage the potential of the long tail.</p>
        <p>When focusing on the</p>
        <p>most frequently clicked items within this one day, we
nd some clues for the future</p>
        <p>work. First, Table 2 illustrates the four items
occurring
most frequently in the top 6 group. It lists their item
id, the duration
contained in the top 6, their ranking trends, and the date they had been created.
All four items remained in the top 6 for at least eleven hours.</p>
      </sec>
      <sec id="sec-3-2">
        <title>We had expected</title>
        <p>considerably less time as news continuously emerge.</p>
      </sec>
      <sec id="sec-3-3">
        <title>We notice</title>
        <p>uctuating
rankings of these four items. Recognizing patterns in shifting rankings will be sub ject
to future
work. The dates of creation subvert our previous expectations.</p>
        <p>We
as</p>
        <sec id="sec-3-3-1">
          <title>Sport1</title>
          <p>for
sumed that news would remain relevant for a very limited time. In contrast,
news articles created on</p>
          <p>April 2, 2016, dominated the top 6 news three days
later. This indicates a noticeably longer life-cycle of news than we anticipated.
most popular articles which is why pure content-based recommenders frequently
suggest articles with minor click chances.</p>
          <p>Arjen Robben
vergleicht den</p>
          <p>ehemaligen
lasst Youngster nwuierdeeirnevromSaiHsoonf Bayern-Coach
tsMMretFaCerdaeaishvnlonertieonimtxumenrienrePaGleddeblnrNsezeoao.mrctmeuwJkzusnaie.eetdvirli LUVougMnueGneirzijagdtselaweraesgviAdhnicatsah-tgn.cTniiehgdnJcrreehieauGenldttinnezidaegteia.rl GvRMBGTiaeLoarailuabtoakyelabuitdenruiremrersendeemnrilviitlcnoPeawhFdonlneeaiecCplnhm.l.
In this subsection, we quantify the continuity of most frequently clicked items
and analyze this continuity behavior concerning contextual factors such as time
of day and day of week. Jaccard Similarity, as de ned in Equation 1, is a metric
to measure the similarity of two sets A and B. The value of this metric equates
to the cardinality of the intersection divided by the size of union of these two
sets. In our scenario, A and B refer to the sets of the six most frequently clicked
items of two neighboring one hour time slots. The higher the Jaccard similarity,
the more items users constantly are concerned with across neighbor hours.</p>
          <p>Jaccard(A; B) = jA \ Bj =
jA [ Bj</p>
          <p>jA \ Bj
jAj + jBj jA \ Bj
(1)</p>
          <p>We expand our view from a single day to the week 3{9 April, 2016. Thereby,
we obtain 24 7 = 168 one hour time windows. Thereof, we derive 167 pairs of
subsequent time windows to compute the average Jaccard similarity. Figure 4
illustrates our ndings overall, for speci c times of day, and for each weekday. We
distinguish the contest scope and the whole plista scope by corn owerblue and
violet colors. Throughout the three sub gures, we noted that the plista scope's
Jaccard metric exceeds the contest scope. The gap is most obvious in the night
(0:00{8:00). Still, we have to consider the fact that the night has relatively few
1.0
interactions compared with the day time. Independent of context, we observe
Jaccard scores in the range of 40{60%. These signal that more than half of the
most popular items re-occur in the next hour's top 6 group. Thus, recommending
popular items guarantees a good chance to perform well. This explains the good
performance of the \baseline" in previous editions of NewsREEL.</p>
          <p>Total
Contest Teams
Whole</p>
          <p>Time of Day
Contest Teams
Whole</p>
          <p>Day of Week
Contest Teams</p>
          <p>Whole
1.0
Empirically speaking, \Most Impressed" approach always performs well on CTR,
thus we compare the predicting ability of impressions and clicks regarding clicks
in the next hour. As the six most frequently clicked items receive more than 80%
of all hourly clicks, we de ne predicting ability here by the Jaccard similarity
between the set of recommended items and the set of the six most frequently
clicked items in a speci c hour. The six items most frequently viewed in the
last hour form the recommending set \Most Impressed". On the other hand, the
six items most frequently clicked after having been suggested in the last hour
characterize the recommending set \Most Clicked". Figure 5 shows both
methods' performances over time. The cyan curve refers to \Most Clicked" while the
magenta line refers to \Most Impressed". The upper sub gure shows the
comparison of \Most Impressed" and \Most Clicked" in the range \contest teams", and
the bottom sub gure presents the same comparison in range \whole plista".
\Most Clicked" outperforms \Most Impressed" in both scenarios. This indicates
that at least on 5 April 2016, users' reactions to recommendations let the system
better predict future clicks than what they read.
3.4</p>
          <p>Clicks Pattern for Tagesspiegel
Hitherto, we focused on Sport1. We repeated our experiments for the second
largest publisher|Tagesspiegel. Figure 6 shows a considerably lesser number of
clicks compared with Sport1. Some one hour intervals have less than six clicks
in total. Even considering the whole plista range of clicks, Figure 7 shows a
1.0
a
J
a
J
atter power law distribution. The top items only account for 20{35% of clicks.
In addition, we observe more variation in the most frequently clicked items such
that many items appear only for a single hour in the top 6 group. We hypothesize
that the increased variation is caused by the higher diversity in topics. Sport1
exclusively provides sport-related news. Contrarily, Tagesspiegel covers a wide
range of topics including politics, economy, sports, and local news.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion and Future Work</title>
      <p>In this working note, we describe our experience with the real-time news
recommendation contest NewsREEL online task in 2016. Through evaluating
approaches such as \Most Impressed", \Newest", \Most Impressed by Category",
\Content Similar", and \Most Clicked", we found out that a small subset of
news items attracted most clicks. This holds true beyond the scope of
individual algorithms. Hence we started analyzing the patterns of clicked items on the
dominating portals Sport1 and Tagesspiegel. In particular for Sport1, item
popularity followed a power law distribution and items continued to be popular for
hours. This phenomenon was less pronounced on Tagesspiegel. Monitoring which
articles users clicked provided better information to predict future clicks than
tracking which articles users read. These observations inspire us to change the
perspective of implementing recommender from analyzing features and
contextual factors to investigating clicked items' time series patterns. Thus, as long as
Sport1 continues to be the dominant news source in the contest, we can focus
on the following points as future work: (1) analyzing the duration regularity of
an item staying in the most clicked items group; (2) the ranking prediction of
3.0
2.5
2.0
1.5
1.0
0.5
0.0
2.0
1.5
1.0
0.5
0.0
3.0
2.5
2.0
1.5
1.0
0.5
0.0
5
4
3
2
1
0
3.0
2.0
1.5
1.0
0.5
0.0
3.0
2.5
2.0
1.5
1.0
0.5
0.0
4.0
3.0
2.5
2.0
1.5
1.0
0.5
0.0
3.0
1.0
0.5
0.0
3.0
2.0
1.5
1.0
0.5
0.0
3.0
2.0
1.5
1.0
0.5
0.0
3.0
2.0
1.5
1.0
0.5
0.0
3.0
1.5
1.0
0.5
0.0
2.0
1.5
1.0
0.5
0.0
3.0
2.0
1.5
1.0
0.5
0.0
3.0
1.5
1.0
0.5
0.0
3.0
1.5
1.0
0.5
0.0
3.0
2.5
2.0
1.5
1.0
0.5
0.0
5
4
3
2
1
0
8
6
5
4
3
2
1
0
3.0
2.0
1.5
1.0
0.5
0.0
2.0
1.5
1.0
0.5
0.0
4.0
3.0
2.5
2.0
1.5
1.0
0.5
0.0
3.0
1.0
0.5
0.0
4.0
3.0
2.5
2.0
1.5
1.0
0.5
0.0</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgement</title>
      <sec id="sec-5-1">
        <title>The work of the rst author has been continuously funded by China Scholarship Council (CSC). The research leading to these results is partially supported by the CrowdRec pro ject, which has received funding from the European Union Seventh</title>
      </sec>
      <sec id="sec-5-2">
        <title>Framework Program FP7/2007{2013 under grant agreement No. 610594.</title>
        <p>2015.
real-life experiences. In</p>
        <p>Proceedings of UMAP
2015, pages 337{342, 2015.</p>
        <p>F. Hopfgartner, T. Brodt, J. Seiler, B. Kille, A. Lommatzsch, M. Larson, R. Turrin,
and</p>
        <p>A. Sereny. Benchmarking news recommendations: The clef newsreel use case.
SIGIR</p>
        <p>Forum, 49(2):129{136, Jan. 2016.</p>
        <p>B. Kille, A. Lommatzsch, G. Gebremeskel, F. Hopfgartner,
D.</p>
        <p>Malagoli,</p>
        <p>A. Sereny,
Multi-dimensional evaluation of real-time stream-recommendation algorithms. In</p>
        <p>3.5 40.0%
7 26.67%
18:00 - 19:00
5
5
1.0
0.0
837{844, 2014.
51{62, 2014.
2014.
N. Fuhr, P. Quaresma, B. Larsen, T. Goncalves, K. Balog, C. Macdonald, L.
Cappellato, and</p>
        <p>N. Ferro, editors, Experimental IR</p>
        <p>Meets
ity, and Interaction 7th International Conference of the CLEF</p>
        <p>Stream-based</p>
        <p>Online
and o
ine evaluation
as a service.</p>
        <p>In</p>
        <p>Proceedings of the</p>
        <p>CLEF
6.</p>
        <p>T. Kliegr and J. Kuchar.
mendation task. In J.</p>
        <p>Jones, E. SanJuan, L. Cappellato, and
Lecture</p>
        <p>Notes in
7. J. Kuchar and</p>
        <p>Working
Notes for</p>
        <p>CLEF
2014
eld,</p>
        <p>Research,
ECIR
recommendation in real life. In Computer Supported Cooperative</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>D.</given-names>
            <surname>Doychev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rafter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lawlor</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Smyth</surname>
          </string-name>
          .
          <article-title>News recommenders: Real-time,</article-title>
          <string-name>
            <surname>M. Larson</surname>
          </string-name>
          , J. Seiler,
          <volume>34</volume>
          .15%
          <fpage>54</fpage>
          .55%
          <fpage>66</fpage>
          .67%
          <issue>30</issue>
          .3%
          <issue>28</issue>
          .3%
          <fpage>27</fpage>
          .
          <source>03% 6 23.42% 18.89% 20.88% 6 21.43% 8 24.58% 30.91% 6 23</source>
          .4%
          <issue>25</issue>
          .0%
          <fpage>21</fpage>
          .84%
          <article-title>7 7 Multilinguality, MultimodalAssociation</article-title>
          , CLEF 2016, Evora, Portugal, September 5-
          <issue>8</issue>
          ,
          <year>2016</year>
          . Springer,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          , editors,
          <source>CLEF</source>
          , volume
          <volume>9283</volume>
          of Computer Science, pages
          <volume>130</volume>
          {
          <fpage>141</fpage>
          . Springer,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>T.</given-names>
            <surname>Kliegr</surname>
          </string-name>
          . InBeat: Recommender System Conference,
          <string-name>
            <surname>She</surname>
            <given-names>UK</given-names>
          </string-name>
          ,
          <source>September 15-18</source>
          ,
          <year>2014</year>
          , pages
          <fpage>8</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>In Advances in Information Retrieval - 36th European Conference on IR 2014</source>
          , Amsterdam, The Netherlands,
          <source>April 13-16</source>
          ,
          <year>2014</year>
          . Proceedings, pages
          <fpage>9</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>Real-time recommendations for user-item On Applied Computing</article-title>
          ,
          <string-name>
            <surname>SAC</surname>
          </string-name>
          <year>2015</year>
          , SAC '
          <volume>15</volume>
          , pages
          <fpage>1039</fpage>
          {
          <fpage>1046</fpage>
          , York, NY, USA,
          <year>2015</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>A.</given-names>
            <surname>Said</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Bellog n</given-names>
            , J.
            <surname>Lin</surname>
          </string-name>
          , and
          <string-name>
            <surname>A. P. de Vries</surname>
          </string-name>
          .
          <article-title>Do recommendations matter?: news Work</article-title>
          ,
          <source>CSCW '14</source>
          ,
          <string-name>
            <surname>Baltimore</surname>
            ,
            <given-names>MD</given-names>
          </string-name>
          , USA, February
          <volume>15</volume>
          -
          <issue>19</issue>
          ,
          <year>2014</year>
          , Companion Volume, pages
          <volume>237</volume>
          {
          <fpage>240</fpage>
          ,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>