<!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>NewsREEL Multimedia at MediaEval 2018: News Recommendation with Image and Text Content</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andreas Lommatzsch,</string-name>
          <email>{firstname.lastname}@dai-labor.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Frank Hopfgartner</string-name>
          <email>f.hopfgartner@shefield.ac.uk</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leif Ramming</string-name>
          <email>leif.ramming@plista.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Benjamin Kille, TU Berlin</institution>
          ,
          <addr-line>Berlin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Shefield</institution>
          ,
          <addr-line>Shefield</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>plista GmbH</institution>
          ,
          <addr-line>Berlin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2018</year>
      </pub-date>
      <fpage>29</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>NewsREEL Multimedia premiers 2018 as part of the MediaEval Benchmarking Initiative. The NewsREEL task combines recommendation algorithms with image and text analysis. Participants must predict the popularity of news items based on text snippets and annotated images. Several major German news portals have supplied data. The algorithms are evaluated in terms of Precision and Average Precision on unknown data. This paper describes the task and the provided data in detail and explains the applied evaluation approach.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Recommender systems help users to find the most interesting items
in huge sets of available items [
        <xref ref-type="bibr" rid="ref12 ref7">7, 12</xref>
        ]. Traditionally, recommender
systems focus on Collaborative Filtering (CF), which makes use
of users sharing similar tastes [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. CF-based approaches rely on
users being traceable with a user ID and on the possibility to collect
enough user feedback or interaction data. If the majority of users
browse news anonymously, and if items have short lifecycles and
receive few interactions, the resulting “cold start” issue impedes
Collaborative Filtering. Empirically, a majority of users browse
anonymously. Besides, a majority of items draws attentions for a
limited time [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. As a result, publishers struggle to apply
collaborative filtering in their news recommender systems. Content-based
recommendation approaches ofer an alternative way to address
the problem [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Usually, news articles come in the form of text
accompanied by an image. Both afect readers’ perception.
NewsREEL Multimedia tasks participants to predict items’ popularity
based on text snippets and image features.
      </p>
      <p>The remainder of this paper is structured as follows: Section 2
describes the NewsREEL Multimedia task in detail. Section 3
introduces the provided dataset. Section 4 discusses the evaluation
procedure. Section 5 outlines the experimental setup. Section 6
presents evaluation results obtained by applying baseline methods
to the experiment. Finally, Section 7 concludes the paper.</p>
    </sec>
    <sec id="sec-2">
      <title>TASK DESCRIPTION</title>
      <p>NewsREEL Multimedia tasks participants to predict news items’
popularity from texts and images. The task dataset comprises news
articles collected by several German publishers over the course of
thirteen weeks. The task focuses on non-personalized
recommendation. We measure popularity by counting the number of visits
for each individual article. In other words, participants must
compute which articles receive the most impressions. The data include
textual features, such as headline and text snippet, visual features
extracted from images, and interaction features, derived from web
server logs, such as the number of impressions. Participants receive
all item-related data for the entire thirteen weeks. The training set
covers item access data of the weeks 0–2 and 6–8. Participants must
predict items’ popularity for weeks 4, 10, 11, and 12 (evaluation set).
The popularity data for the weeks 3, 5, and 9 have been excluded
to prevent extrapolation of time series. Information concerning the
most recent news trends would allow participants to focus their
attention entirely on the impression statistics. Instead, participants
should focus on image and text content. The task’s goal is to develop
methods to estimate the popularity of newly published articles for
which previous impressions remain unavailable. Item IDs and
features are available for all weeks. Participants must predict the most
popular items for the evaluation weeks as well as the number of
impressions for the most popular news items.
3</p>
    </sec>
    <sec id="sec-3">
      <title>DATA DESCRIPTION</title>
      <p>
        The dataset covers thirteen weeks of four selected publishers, who
publish predominantly German articles. We encounter 51 289
images displayed alongside articles during this period. The images
distribute unequally with one publisher accounting for 42 003 images.
In addition, we provide a total of 1 691 unique labels automatically
assigned to images by seven annotators trained on ImageNet [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
The dataset amounts to approximately 8.6 GB in size. We observe
a total of about 153 million impressions, 397 million
recommendations, and 1.1 million clicks.
      </p>
      <p>
        The dataset includes the following features for each item:
– item data (ID, URL, image URL, timestamp of publication)
– text features (headline, snippet; in German)
– image features (up to ten labels per image and a
weighting, activation weights of a standard deep learning network
encoding the image). The images have been annotated by
means of diferent frameworks ( Keras [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], TensorFlow [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and
existing, pre-trained models (VGG16, VGG19 [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]).
– items’ popularity data (numbers of visits, clicks,
recommendations). The image popularity data cover only the training
weeks.
      </p>
      <p>
        In addition to the provided features, participants may compute
further features or integrate data from external sources. Corsini
and Larson [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] discuss how to apply image feature extraction for
news recommendation. Kille et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and Gulla et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] describe
additional datasets for news recommendation.
      </p>
      <p>The entire dataset has been collected by plista GmbH. Access to
the data is subject to a usage agreement with their providers.
4</p>
    </sec>
    <sec id="sec-4">
      <title>EVALUATION AND GROUND TRUTH</title>
      <p>News recommender systems determine the most relevant articles.
For the NewsREEL Multimedia task, we have computed the number
of impressions for the items published on selected news portals.
We have split the data into a training and a test set. The test set
lacks the number of impressions. Task participants must predict the
unknown number of impressions for items in selected weeks. We
consider the number of impressions as a proxy for relevance. The
quality of the predictions is computed by comparing the predictions
with the true number of impressions (observed in the test weeks).
In the evaluation we consider diferent metrics.</p>
      <p>The Precision measures how precisely participants identify
the most relevant items. We consider two cut-of points. First, we
compute the Precision@n to check whether participants
manage to identify the most popular items. We analyze n = 10 and
n = 10% of the number of items in the bin. Second, we compute
the Average Precision@n (AP). We define the AP as the mean of
the top n precision scores: AP = 1/M ÍM
n=1 Precision@n, where M
describes the number of elements in the test set. For computing
Precision@n we assume the top n items to be the target. In other
words, task participants succeed if they manage to identify the
most relevant items. We compute the precision metrics for each
publisher separately.</p>
      <p>
        Baseline strategies and the observed evaluation results are
discussed in the subsequent section. Baseline strategies and their
evaluation results are discussed in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>RUN DESCRIPTION</title>
      <p>The data cover thirteen weeks indexed from 0 to 12. Participants
receive the content-related features for all items. The
interactionrelated features, such as impressions and clicks, remain unavailable
for the weeks 3 to 5 as well as 9 to 12. Participants must create a
predictor using the data from weeks 0 to 2 and estimate the number
of impressions for items in week 4. Likewise, they must use the
data from weeks 6 to 8 to predict impressions in weeks 10 to 12. We
obtain a prediction for each combination of item and week in the
specified periods. For each of the weeks we compute three metrics:
Precision@10, Precision@Top10%, and AP@Top10%. We average
those measurements over the weeks to determine the submission’s
overall score.
6</p>
    </sec>
    <sec id="sec-6">
      <title>EVALUATION</title>
      <p>We have implemented three baseline algorithms:
(1) The random recommender shufles the itemIDs randomly
and assigns each item the average number of impressions for an
item at that rank as the prediction.
(2) The text similarity-based recommender computes the
similarity of each item in the test set with all items in the training set.
We employ the cosine similarity on a bag-of-word representation of
terms in the articles’ text. Subsequently, we compute the weighted
average of the impression count of items identified as similar to the
target article. We use the similarity score as weight.
(3) The image label-based recommender determines similar
items based on the overlap of image labels. Therein, we consider
only labels with confidence above thirty percent. We obtain the
estimated number of impression through the average number of
impressions of similar items weighted by their similarity scores.</p>
      <p>Tables 1 and 2 list evaluation results for two of the publishers.
The random recommender achieves a very low precision. The
image label-based recommender shows a slightly better precision.
The text-based recommender outperforms the image label-based
recommender. This indicates that text provides more information
than the image label when computing the popularity of news items.
Moreover, we observe noticeable diferences between the portals.
This indicates that the importance of images depends on the
specific news portal. In addition, diferent weeks show a significant
variance. This suggests that user behavior shifts between weeks.
7</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSION</title>
      <p>NewsREEL Multimedia is a challenging task combining
recommendation with text and image analysis. The task provides a real-world
dataset collected by several major German news portals. The
evaluation centers on anticipating the most popular articles by their
contents. We gauge methods’ ability to predict items’ popularity
in terms of precision and average precision. Three baselines have
been introduced allowing participants to evaluate their methods’
performance. Details on the developed methods and the obtained
results are reported in the workshop working notes of the MediaEval
workshop.</p>
      <p>NewsREEL Multimedia at MediaEval 2018</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Abadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Barham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Davis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Devin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghemawat</surname>
          </string-name>
          , G. Irving,
          <string-name>
            <given-names>M.</given-names>
            <surname>Isard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kudlur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Levenberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Monga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. G.</given-names>
            <surname>Murray</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Steiner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Tucker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vasudevan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Warden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wicke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Zheng</surname>
          </string-name>
          .
          <article-title>Tensorflow: A system for large-scale machine learning</article-title>
          .
          <source>In Proceedings of the 12th USENIX Conference on Operating Systems Design and Implementation</source>
          , OSDI'
          <volume>16</volume>
          , pages
          <fpage>265</fpage>
          -
          <lpage>283</lpage>
          , Berkeley, CA, USA,
          <year>2016</year>
          . USENIX Association.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F.</given-names>
            <surname>Chollet</surname>
          </string-name>
          et al. Keras. https://keras.io,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F.</given-names>
            <surname>Corsini</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Larson</surname>
          </string-name>
          .
          <source>CLEF NewsREEL</source>
          <year>2016</year>
          :
          <article-title>Image-based Recommendation</article-title>
          .
          <source>CLEF 2016: Working Notes of CLEF 2016 - Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Fei-Fei</surname>
          </string-name>
          .
          <article-title>ImageNet: A Large-Scale Hierarchical Image Database</article-title>
          .
          <source>In IEEE Conference on Computer Vision and Pattern Recognition</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>F.</given-names>
            <surname>Garcin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Faltings</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Donatsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alazzawi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bruttin</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Huber</surname>
          </string-name>
          .
          <article-title>Oflfine and online evaluation of news recommender systems at swissinfo.ch</article-title>
          .
          <source>In Proceedings of the 8th ACM Conference on Recommender systems</source>
          , pages
          <fpage>169</fpage>
          -
          <lpage>176</lpage>
          . ACM,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Gulla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , P. Liu, Ö. Özgöbek, and
          <string-name>
            <given-names>X.</given-names>
            <surname>Su</surname>
          </string-name>
          .
          <article-title>The adressa dataset for news recommendation</article-title>
          .
          <source>In Proceedings of the International Conference on Web Intelligence</source>
          , pages
          <fpage>1042</fpage>
          -
          <lpage>1048</lpage>
          . ACM,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zanker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Felfernig</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Friedrich</surname>
          </string-name>
          .
          <source>Recommender systems: an introduction</source>
          . Cambridge University Press,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B.</given-names>
            <surname>Kille</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hopfgartner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Brodt</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Heintz</surname>
          </string-name>
          .
          <article-title>The plista dataset</article-title>
          .
          <source>In Proceedings of the 2013 International News Recommender Systems Workshop and Challenge</source>
          , pages
          <fpage>16</fpage>
          -
          <lpage>23</lpage>
          . ACM,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Koren</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Bell</surname>
          </string-name>
          .
          <article-title>Advances in collaborative filtering</article-title>
          .
          <source>In Recommender systems handbook</source>
          , pages
          <fpage>77</fpage>
          -
          <lpage>118</lpage>
          . Springer,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Lommatzsch</surname>
          </string-name>
          ,
          <article-title>Andreas and Kille, Benjamin. Baseline Algorithms for Predicting the Interest in News based on Multimedia-Data</article-title>
          .
          <source>In Proceedings of the MediaEval Workshop</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Lops</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. De Gemmis</surname>
            , and
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Semeraro</surname>
          </string-name>
          .
          <article-title>Content-based recommender systems: State of the art and trends</article-title>
          .
          <source>In Recommender systems handbook</source>
          , pages
          <fpage>73</fpage>
          -
          <lpage>105</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>F.</given-names>
            <surname>Ricci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Rokach</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Shapira</surname>
          </string-name>
          .
          <article-title>Recommender systems: introduction and challenges</article-title>
          .
          <source>In Recommender systems handbook</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>34</lpage>
          . Springer,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          .
          <article-title>Very Deep Convolutional Networks for LargeScale Image Recognition</article-title>
          .
          <source>International Conference on Learning Representations</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>