<!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>The Linked Data Mining Challenge 2016</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Petar Ristoski</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Heiko Paulheim</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vojtech Svatek</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vaclav Zeman</string-name>
          <email>vaclav.zemang@vse.cz</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information and Knowledge Engineering</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Mannheim, Germany Research Group Data and Web Science</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>2</fpage>
      <lpage>9</lpage>
      <abstract>
        <p>The 2016 edition of the Linked Data Mining Challenge, conducted in conjunction with Know@LOD 2016, has been the fourth edition of this challenge. This year's dataset collected music album ratings, where the task was to classify well and badly rated music albums. The best solution submitted reached an accuracy of almost 92:5%, which is a clear advancement over the baseline of 69:38%.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Linked Open Data [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] has been recognized as a valuable source of background
knowledge in many data mining tasks and knowledge discovery in general [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
Augmenting a dataset with features taken from Linked Open Data can, in many
cases, improve the results of a data mining problem at hand, while externalizing
the cost of maintaining that background knowledge [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Hence, the primary goal
of the Linked Data Mining Challenge 2016 is to show how Linked Open Data
and Semantic Web technologies could be used in a real-world data mining task.
      </p>
      <p>
        This year, the Linked Data Mining Challenge was held for the fourth time,
following past editions co-located with DMoLD (at ECML/PKDD) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ],
Know@LOD 2014 [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and Know@LOD 2015 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The challenge consists of one task,
which is the prediction of the review class of music albums. The dataset is
generated from real-world observations, linked to a LOD dataset and it is used
for a two-class classi cation problem.
      </p>
      <p>The rest of this paper is structured as follows. Section 2 discusses the dataset
construction and the task to be solved. In section 3, we discuss the entrants to the
challenge and their results. We conclude with a short summary and an outlook
on future work.</p>
    </sec>
    <sec id="sec-2">
      <title>Task and Dataset</title>
      <p>The 2016 edition of the challenge used a dataset built from music albums
recommendations, turned into a two-class classi cation problem.</p>
      <sec id="sec-2-1">
        <title>Dataset</title>
        <p>
          The task concerns the prediction of a review of music albums, i.e.,\good" and
\bad". The initial dataset is retrieved from Metacritic.com3, which o ers an
average rating of all time reviews for a list of music albums4. Each album is
linked to DBpedia [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] using the album's title and the album's artist. The initial
dataset contained around 10; 000 music albums, from which we selected 800
albums from the top of the list, and 800 albums from the bottom of the list.
The ratings were used to divide the albums into classes, i.e., albums with score
above 79 are regarded as \good" albums, while albums with score less than 63
are regarded as \bad" albums. For each album we provide the corresponding
DBpedia URI. The mappings can be used to extract semantic features from
DBpedia or other LOD repositories to be exploited in the learning approaches
proposed in the challenge.
        </p>
        <p>The dataset was split into training and test set using random strati ed
split 80/20 rule, i.e., the training dataset contains 1; 280 instances, and the test
dataset contains 320 instances. The training dataset, which contains the target
variable, was provided to the participants to train predictive models. The test
dataset, from which the target label is removed, is used for evaluating the built
predictive models.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Task</title>
        <p>The task concerns the prediction of a review of albums, i.e.,\good" and \bad",
as a classi cation task. The performance of the approaches is evaluated with
respect to accuracy, calcuated as:</p>
        <p>#true positives + #true negatives
Accuracy = #true positives + #false positives + #false negatives + #true negatives
(1)
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Submission</title>
        <p>The participants were asked to submit the predicted labels for the instances in
the test dataset. The submissions were performed through an online submission
system. The users could upload their prediction and get the results instantly.
Furthermore, the results of all participants were made completely transparent
by publishing them on an online real-time leader board (Figure 1). The number
of submissions per user was not constrained.</p>
        <p>
          In order to advance the increase of Linked Open Data [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] available as a
sidee ect of the challenge, we allowed users to also exploit non-LOD data sources,
given that they transform the datasets they use to RDF, and provide them
publicly. Since the Metacritic dataset is publicly available, the participants were
asked not to use the Metacritic music albums' rating score to tune the predictor
for the albums in the test set.
        </p>
        <sec id="sec-2-3-1">
          <title>3 http://www.metacritic.com/ 4 http://www.metacritic.com/browse/albums/score/metascore/all</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>The Linked Data Mining Challenge results</title>
      <p>In total, three parties participated in the challenge. We compare those results
against a baseline approach.
3.1</p>
      <sec id="sec-3-1">
        <title>Baseline Models</title>
        <p>
          We provide a simple classi cation model that serves as a baseline. In this baseline
approach, we use the albums' DBpedia URI to extract the direct types and
categories of each album. On the resulting dataset, we built a k-NN classi er (k=3),
and applied it on the test set, scoring an accuracy of 69:38%. The model is
implemented in the RapidMiner platform5, using the Linked Open Data extension
[
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], and it was publicly available for the participants.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Participants' Approaches</title>
        <p>During the submission period, three teams completed the challenge by
submitting a solution to the online evaluation system and describing the used approach
in a paper. In the following, we describe and compare the nal participant
approaches. A summary of all approaches is given in Table 1.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Jedrzej Potoniec. Not-So-Linked Solution to the Linked Data Mining Challenge 2016 [6]</title>
        <p>By Jedrzej Potoniec
In this approach, the authors extract features from several non-LOD datasets,
which are then used to build a Logistic Regression model for classi cation of
albums. To extract the features, the authors start by scraping the Wikipedia
pages for the given albums using the Scrapy tool6. From the collected data, the</p>
        <sec id="sec-3-3-1">
          <title>5 http://www.rapidminer.com/ 6 http://scrapy.org/</title>
          <p>authors focus on the album reviews and ratings. Furthermore, reviews and
ratings are collected from Amazon7 and Discogs8, while MusicBrainz 9 is used to
obtain the number of users owning an album and its average score. The nal
dataset contains 94 numerical attributes in total.</p>
          <p>To train the classi cation model, the authors use logistic regression, using
the RapidMiner platform. Before training the model, a Z-transformation is
performed on all attributes, so all attributes have an average of 0 and standard
deviation 1. The authors perform 10-fold cross-validation on the training dataset,
achieving accuracy of 91:7%. This value is consistent with 92:5% on the test set
reported by the challenge submission system.</p>
          <p>Furthermore, the authors provide some insights on the relevance of the
features for the classi cation task, based on the learned logistic regression coe
cients for each attribute. For example, the results show that Metacritic ratings
highly correlate with ratings from other sources, like Pitchfork 10, AllMusic11,
Stylus12, and others.</p>
          <p>The code and the data can be found online13.</p>
        </sec>
      </sec>
      <sec id="sec-3-4">
        <title>Semih Yumusak. A Hybrid Method for Rating Prediction Using Linked</title>
      </sec>
      <sec id="sec-3-5">
        <title>Data Features and Text Reviews [12]</title>
        <p>By Semih Yumusak, Emir Mun~oz, Pasquale Minervini, Erdogan Dogdu, and
Halife Kodaz
In this approach, the authors use Linked Open Data features in combination
with album reviews to build seven di erent classi cation models. DBpedia is
used as a main source for LOD features. More precisely, the authors manually
select predicates that might be relevant for the given classi cation task. Along
the direct predicate values, aggregate count features are used as well. Besides the
LOD features, the authors also use albums' reviews retrieved from Metacritic as
textual features. The reviews are rst preprocessed, i.e., lower-case
transformation, non-alphanumeric normalizations, stopwords removal and stemming, then
standard Bag-of-Words is used to represent each review.</p>
        <p>Furthermore, the authors identify that discretizing some of the features leads
to better representation of the data, e.g., the award feature of an artist could be
marked as \high" if the number of awards is more than one, and \low" otherwise.</p>
        <p>In the next step, the authors experiment with seven di erent classi cation
models, i.e., linear SVM, KNN, RBF SVM, Decision Trees, Random Forest,
AdaBoost, and Naive Bayes. The hyper parameters for each model are determined
7 http://www.amazon.com/
8 https://www.discogs.com/
9 https://musicbrainz.org/doc/MusicBrainzn Database/Download
10 http://pitchfork.com/
11 http://www.allmusic.com/
12 http://www.stylusmagazine.com/
13 https://github.com/jpotoniec/LDMC2016
manually via incremental tests, and results extracted from the training set. They
evaluate each model on the training dataset using 10-fold cross-validation. The
experiments were performed using the sckit-learn library14. The best
performance on the training dataset is achieved using Linear SVM with an accuracy
of 87:81%. Applying the same model on the test set scores an accuracy of 90:00%,
which con rms that the model is not over tted on the training dataset. The
authors evaluate the relevance of di erent features group separately, showing that
most of the models perform the best when using both LOD and text-based
features.</p>
        <p>Furthermore, the authors provide some interesting observations about the
task. For example, \Bands are more successful than single artists", \Shorter
albums are likely to be worse", \The genre of the album indicates if the album
is good or bad", and others.</p>
        <p>The source les, the crawler code and the reviews, the enriched knowledge
base in RDF, and the intermediate les are published as an open-source
repository15.</p>
      </sec>
      <sec id="sec-3-6">
        <title>Petar P. Can you judge a music album by its cover? [5]</title>
        <p>By Petar Petrovski and Anna Lisa Gentile
In this approach, the authors use an unconventional method for the task of
music album classi cation. They explore the potential role of music album cover
arts for the task of predicting the overall rating of music albums and investigate
if one can judge a music album by its cover alone. The proposed approach for
album classi cation consists of three main steps. Given a collection of music
albums, the authors rst obtain the image of their cover art using DBpedia. Then,
using o -the-shelf tools obtain a feature vector representation of the images. In
the nal step, a classi er is trained to label each album, only exploiting the
feature space obtained from its cover art.</p>
        <p>
          To extract the image features, the authors use the Ca e deep learning
framework [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], which also provides a collection of reference models, which can be
used retrieving image feature vectors. More precisely, the authors use the bvlc
model16, which consists of ve convolutional layers, and three fully-connected
layers, and it is trained on 1.2 million labeled images from the ILSVRC2012
challenge17. To obtain features for each image, the output vectors of the
second fully-connected layer of the model are used. Such features capture di erent
characteristics of images, e.g., colors, shapes, edges etc.
        </p>
        <p>To build a classi cation model, the authors use linear SVM model. The model
is evaluated on the training set using 10-fold cross-validation, achieving accuracy
of 58:30%. The accuracy of the model on the test set is 60:31%. Hence, the results
14 http://scikit-learn.org/
15 https://github.com/semihyumusak/KNOW2016
16 bvlc reference ca enet from ca e.berkeleyvision.org
17 http://image-net.org/challenges/LSVRC/2012/
show that using only features extracted from the album cover arts is not su cient
for the given classi cation task.</p>
        <p>The dataset is available online18, along with the extracted feature vectors
and used processes.
We made a few more experiments in order to analyze the agreement of the three
submissions, as well as the headroom for improvement.</p>
        <p>
          For the agreement of the three submissions, we computed the Fleiss' kappa
score [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], which is 0:373. This means that there is not a good agreement of the
three approaches about what makes good and bad albums. We also calculated
the Fleiss' kappa score for the top two approaches, which is 0:687. This means
that there is a good, although not perfect agreement of the top two approaches.
        </p>
        <p>To exploit advantages of the three approaches, and mitigate the
disadvantages, we analyzed how a majority vote of the three submissions would perform.
The accuracy totals at 90:00%, which is lower than the best solution
submitted. This shows that the majority vote is highly in uenced by the low scoring
submission using the image features, which does not outperform the baseline.
We also perform a weighted majority vote, using the achieved accuracy of each
approach as the weight. The accuracy totals at \92.50", which is same as the
best solution submitted.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we have discussed the task, dataset, and results of the Linked
Data Mining Challenge 2016. The submissions show that Linked Open Data is a
18 https://github.com/petrovskip/know-lod2016
useful source of information for data mining, and that it can help building good
predictive models.</p>
      <p>One problem to address in future editions is the presence of false predictors.
The dataset at hand, originating from Metacritic, averages several ratings on
albums into a nal score. Some of the LOD datasets used by the competitors
contained a few of those original ratings, which means that they implicitly used
parts of the ground truth in their predictive models (which, to a certain extent,
explains the high accuracy values). Since all of the participants had access to
that information, a fair comparison of approaches is still possible; but in a
reallife setting, the predictive model would perform sub-optimally, e.g., when trying
to forecast the rating of a new music album.</p>
      <p>In summary, this year's edition of the Linked Data Mining challenge showed
some interesting cutting-edge approaches for using Linked Open Data in data
mining. As the dataset is publicly available, it can be used for benchmarking
future approaches as well.</p>
      <sec id="sec-4-1">
        <title>Acknowledgements</title>
        <p>We thank all participants for their interest in the challenge and their submissions.
The preparation of the Linked Data Mining Challenge and of this paper has been
partially supported by the by the German Research Foundation (DFG) under
grant number PA 2373/1-1 (Mine@LOD), and by long-term institutional support
of research activities by the Faculty of Informatics and Statistics, University of
Economics, Prague.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Joseph L Fleiss and
          <string-name>
            <surname>Jacob Cohen</surname>
          </string-name>
          .
          <article-title>The equivalence of weighted kappa and the intraclass correlation coe cient as measures of reliability</article-title>
          .
          <source>Educational and psychological measurement</source>
          ,
          <year>1973</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Yangqing</given-names>
            <surname>Jia</surname>
          </string-name>
          , Evan Shelhamer, Je Donahue, Sergey Karayev,
          <string-name>
            <given-names>Jonathan</given-names>
            <surname>Long</surname>
          </string-name>
          , Ross Girshick, Sergio Guadarrama, and Trevor Darrell. Ca e:
          <article-title>Convolutional architecture for fast feature embedding</article-title>
          .
          <source>In Proceedings of the ACM International Conference on Multimedia</source>
          , pages
          <volume>675</volume>
          {
          <fpage>678</fpage>
          . ACM,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Jens</given-names>
            <surname>Lehmann</surname>
          </string-name>
          , Robert Isele, Max Jakob, Anja Jentzsch, Dimitris Kontokostas,
          <string-name>
            <given-names>Pablo N.</given-names>
            <surname>Mendes</surname>
          </string-name>
          , Sebastian Hellmann, Mohamed Morsey, Patrick van Kleef,
          <article-title>Soren Auer, and Christian Bizer</article-title>
          .
          <article-title>DBpedia { A Large-scale, Multilingual Knowledge Base Extracted from Wikipedia</article-title>
          .
          <source>Semantic Web Journal</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Heiko</given-names>
            <surname>Paulheim</surname>
          </string-name>
          .
          <article-title>Exploiting linked open data as background knowledge in data mining</article-title>
          .
          <source>In Workshop on Data Mining on Linked Open Data</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Petar</given-names>
            <surname>Petrovski</surname>
          </string-name>
          and
          <article-title>Anna Lisa Gentile</article-title>
          .
          <article-title>Can you judge a music album by its cover?</article-title>
          <source>In 5th Workshop on Knowledge Discovery and Data Mining meets Linked Open Data (Know@LOD)</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Jedrzej</given-names>
            <surname>Potoniec</surname>
          </string-name>
          .
          <article-title>Not-so-linked solution to the linked data mining challenge 2016</article-title>
          .
          <source>In 5th Workshop on Knowledge Discovery and Data Mining meets Linked Open Data (Know@LOD)</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Petar</given-names>
            <surname>Ristoski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Bizer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Heiko</given-names>
            <surname>Paulheim</surname>
          </string-name>
          .
          <article-title>Mining the web of linked data with rapidminer</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          ,
          <volume>35</volume>
          :
          <fpage>142</fpage>
          {
          <fpage>151</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Petar</given-names>
            <surname>Ristoski</surname>
          </string-name>
          , Heiko Paulheim, Vojtech Svatek, and
          <string-name>
            <given-names>Vaclav</given-names>
            <surname>Zeman</surname>
          </string-name>
          .
          <article-title>The linked data mining challenge 2015</article-title>
          .
          <source>In 5th Workshop on Knowledge Discovery and Data Mining meets Linked Open Data (Know@LOD)</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Max</given-names>
            <surname>Schmachtenberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Bizer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Heiko</given-names>
            <surname>Paulheim</surname>
          </string-name>
          .
          <article-title>Adoption of the linked data best practices in di erent topical domains</article-title>
          .
          <source>In The Semantic Web{ISWC</source>
          <year>2014</year>
          , pages
          <fpage>245</fpage>
          {
          <fpage>260</fpage>
          . Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Vojtech</surname>
            <given-names>Svatek</given-names>
          </string-name>
          , Jindrich Mynarz, and
          <string-name>
            <given-names>Heiko</given-names>
            <surname>Paulheim</surname>
          </string-name>
          .
          <article-title>The linked data mining challenge 2014: Results and experiences</article-title>
          .
          <source>In 3rd International Workshop on Knowledge Discovery and Data Mining meets Linked Open Data</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Vojtech</surname>
            <given-names>Svatek</given-names>
          </string-name>
          , Jindrich Mynarz, and
          <string-name>
            <given-names>Petr</given-names>
            <surname>Berka</surname>
          </string-name>
          .
          <article-title>Linked Data Mining Challenge (LDMC) 2013 Summary</article-title>
          . In
          <source>International Workshop on Data Mining on Linked Data (DMoLD</source>
          <year>2013</year>
          ),
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Semih</surname>
            <given-names>Yumusak</given-names>
          </string-name>
          , Emir Mun~oz, Pasquale Minervini, Erdogan Dogdu, and
          <string-name>
            <given-names>Halife</given-names>
            <surname>Kodaz</surname>
          </string-name>
          .
          <article-title>A hybrid method for rating prediction using linked data features and text reviews</article-title>
          .
          <source>In 5th Workshop on Knowledge Discovery and Data Mining meets Linked Open Data (Know@LOD)</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>