<!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>Using Semantic Relations for Content-based Recommender Systems in Cultural Heritage</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yiwen Wang</string-name>
          <email>y.wang@tue.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Natalia Stash</string-name>
          <email>n.v.stash@tue.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lora Aroyo</string-name>
          <email>l.m.aroyo@cs.vu.nl</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura Hollink</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guus Schreiber</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Eindhoven University of Technology</institution>
          ,
          <addr-line>Computer Science</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>VU University Amsterdam</institution>
          ,
          <addr-line>Computer Science</addr-line>
        </aff>
      </contrib-group>
      <fpage>16</fpage>
      <lpage>28</lpage>
      <abstract>
        <p>Metadata vocabularies provide various semantic relations between concepts. For content-based recommender systems, these relations enable a wide range of concepts to be recommended. However, not all semantically related concepts are interesting for end users. In this paper, we identified a number of semantic relations, which are within one vocabulary (e.g. a concept has a broader/narrower concept) and across multiple vocabularies (e.g. an artist is associated to an art style). Our goal is to investigate which semantic relations are useful for recommendations of art concepts and to look at the combined use of artwork features and semantic relations in sequence. These sequences of ratings allow us to derive some navigation patterns from users, which might enhance the accuracy of recommendations and be reused for other recommender systems in similar domains. We tested the CHIP demonstrator, called the Art Recommender with end users by recommending both semanticallyrelated concepts and artworks features (e.g.creator, material, subject).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The main objective of the CHIP (Cultural Heritage Information Personalization)
project is to demonstrate how Semantic Web and personalization technologies
can be deployed to enhance access to digital collections of museums. In
collaboration with the Rijksmuseum Amsterdam3, we have developed the CHIP
Art Recommender: a content-based recommender system that recommend
artrelated concepts based on user ratings of artworks. For example, if a user gives
the famous painting ”Night watch” a high rating, the user will get its creator
”Rembrandt” recommended.</p>
      <p>
        The semantic enrichment of Rijksmuseum InterActief (ARIA)4 database [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
enables the opportunity to recommend a wide range of concepts via different
semantic relations. These relations link concepts not only within one
vocabulary (e.g. teacher/studentOf, broader/narrower ), but also across two different
vocabularies (e.g. hasStyle, birth/deathPlace). For example, if a user likes the
artist ”Rembrandt”, the system could recommend his teacher “Pieter Lastman”
and his art style ”Baroque”, or even its narrower concept “Renaissance-Baroque
styles and periods” and its broader concept “European styles and periods”.
      </p>
      <p>However, for recommender systems, the use of semantic relations also poses a
problem. Not all related items are useful or interesting for end users. If the user
likes the artist “Rembrandt”, besides his teacher and art style, the system could
also recommend his death place “Amsterdam” or even the broader geographic
location “Noord-Holland”, which might not be of interest for users. Thus, our
main challenge is to find which semantic relations are generally useful for
contentbased recommendations. Furthermore, we aim to derive the navigation patterns
in order to improve the accuracy of recommendations. Our hypothesis is that
by choosing specific semantic relations, the recommender system could retrieve
more related items without decreasing the accuracy and interestingness. In the
experiment, we tested the Art Recommender with end users by applying both
artwork features and semantic relations to recommend related concepts. Using
artwork features as a baseline, we compared the recommendations via different
semantic relations in terms of accuracy and interestingness.</p>
      <p>The paper is organized as follows: Section 2 presents related work about the
use of semantic relations for recommender systems. Section 3 briefly introduces
the metadata vocabularies and identifies a number of semantic relations as well
as artwork features. In Section 4 we describe our demonstrator, a content-based
art recommender system and explains the design of the experiment. Section 5
discusses the results. We conclude and discuss the future work in Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        In recent years, many recommender systems have appeared that use Semantic
Web technologies, where information is well-defined in an open standard format
that can be read, shared and exchanged by machines across the Web [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Peis
et al [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] classified semantic recommender systems into three different types: (i)
vocabulary or ontology based systems; (ii) trust network based systems
constructed with FOAF5; and (iii) context-adaptable systems that use additional
ontologies about e.g. the current time, place of the user. In this paper, we
focus on the first type (vocabulary-based recommender systems) and discuss how
various semantic relations to enhance recommendations.
      </p>
      <p>
        Metadata vocabularies or domain ontologies are so far mainly used for
contentbased recommender systems. the CULTURESAMPO portal [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] recommends
images based on semantic relations between selected images and other images in
the repository. In particular, they used the has-part/part-of relations with a
fixed weight to determine the ontological relevance of recommendations. A
similar approach is adopted in the ConTag project [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], which extracts similar topics
using the broader/narrower relations for recommendations. By knowing user
      </p>
      <sec id="sec-2-1">
        <title>5 Friend of A Friend: http://www.foaf-project.org/</title>
        <p>
          preferences, Blanco-Fern´andez [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] inferred semantic associations between user
preferences and relevant instances from the domain ontology in order to provide
personalized recommendations of TV programs.
        </p>
        <p>In CHIP we have developed a content-based recommender system, the Art
Recommender. Compared with the content-based recommender systems
mentioned above, the Art Recommender works with four different semantic
metadata vocabularies (see Section 3), which provide richer semantic relations: not
only hierarchical relations such as broader/narrower within one vocabulary, but
also more sophisticated relations across two different vocabularies, e.g. hasStyle
and birth/deathPlace. These semantic relations might be helpful to partially
solve the cold-start and over-specialization problems for content-based
recommender systems. For example, (i) when there are few ratings, the system could
use semantic relations to provide additional concepts; (ii) the use of semantic
relations within one vocabulary or across multiple vocabularies might retrieve
new concepts, which might be surprising or interesting for users.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Metadata vocabularies and Semantic Relations</title>
      <p>
        The CHIP Art Recommender currently works with the Rijksmuseum ARIA
database, containing images and metadata descriptions of artworks. The
mapping of metadata from ARIA to Iconclass6 and to the three Getty thesauri7 (the
Art and Architecture thesaurus (AAT), the Union List of Artists Names (ULAN)
and the thesaurus of geographic Names (TGN)) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] brings rich semantic
structure to the Rijksmuseum collection and creates the opportunity to recommend
a wide range of art concepts via various semantic relations. As shown in Fig. 1,
we listed 4 basic artwork features (Relations 1-4) which link an artwork and its
associated concepts, as well as 11 semantic relations (Relations 5-15), which link
concepts within one vocabulary and across two different vocabularies.
      </p>
      <p>Relations 1-4 are artwork features, which have already been implemented in
the original Art Recommender for the inference of recommended concepts. As
an example, if a user likes the artwork “Night watch”, we could recommend the
creator “Rembrandt” from ULAN, the creation site “Amsterdam” from TGN,
the material “Oil painting” from AAT, the subjects “Cloth” from Iconclass and
“Wealth in the Republic” from ARIA.</p>
      <p>Relations 5-15 are semantic relations linking concepts within one vocabulary
and across two different vocabularies. We applied these semantic relations in
the experiment in order to get insights in which relations are useful for
contentbased recommendations. In more detail, Relation 5 (link:hasStyle) links an artist
to his/her art style(s), across the ULAN and AAT vocabularies, e.g.
“Rembrandt” in ULAN has an art style “Baroque” in AAT. Relations 6 and 7 are the
ulan:teacher/studentOf relations linking two concepts within the ULAN
vocabulary. For example, “Rembrandt” is the teacher of “Gerrit Dou” and the student
6 http://www.iconclass.nl/libertas/ic?style=index.xsl
7 http://www.getty.edu/research/conductingresearch/
of “Pieter Lastman”. Relations 8 and 9 are the birth/deathPlace relations
between artists and geographical locations where she was born or died, across the
ULAN and TGN vocabularies, e.g. “Rembrandt” in ULAN was born in
“Leiden” in TGN, and died in “Amsterdam” in TGN. Relations 10-15 are the general
broader/narrower relations within the AAT, Iconclass and TGN vocabularies.
Although the relations are the same, the types of concepts mapped to the three
vocabularies are different: (i) concepts mapped to AAT are mainly art styles, e.g.
“Rococo revival” has a broader concept “Modern European revival styles”, (ii)
concepts mapped to Iconclass are general subjects, e.g. “Musical” has a narrower
concept “Music instruments” and, (iii) concepts mapped to TGN are geographic
locations, e.g. “Amsterdam” has a broader concept “Noord-Holland”.</p>
    </sec>
    <sec id="sec-4">
      <title>Experiment</title>
      <p>Our goal is (i) to investigate which semantic relations are useful for content-based
recommendations in comparison with standard artwork features, and (ii) to look
at the combined use of semantic relations and artwork features in sequence,
which might derive some navigation patterns from users in order to enhance the
accuracy of recommendations and to be reused for other recommender systems.
4.1</p>
      <sec id="sec-4-1">
        <title>Target System: The Art Recommender</title>
        <p>To address these goals, we applied both artwork features and semantic relations
for content-based recommendations of art concepts in the Art Recommender8.
Considering artworks are recommended based on related/recommended art
concepts, in order to get a clear insights, we only looked at how semantic
relations and artwork features influence related/recommended art concepts in this
experiment. We leave the exploration of how they affect related artworks for
recommendations as a next step in future work.</p>
        <p>The user interface of the Art Recommender (see Fig. 2) was split in two parts:
the upper part is the rating dialog with a slide show of artworks, which allows
the user to browse artworks from the collection and give ratings to them with 1-5
stars (i.e. I hate it, I dislike it, neutral, I like it, and I like it very much). In the
bottom part recommended concepts are shown, based on the ratings given by
users to the artworks in the upper part. Then the user rates (with 1-5 stars) the
recommended concepts shown in the bottom part to express how much she likes
each recommendation. The list of recommended concepts will be dynamically
updated based on the last rating given for an artwork or concept.</p>
        <sec id="sec-4-1-1">
          <title>8 http://www.chip-project.org/demoUserStudy3/</title>
          <p>In addition, in the “Why recommended” option (see Fig. 2), an explanation
is provided about which feature or relation was used for each recommendation.
The user is then asked to give 1-5 stars indicating how interesting she finds the
concept recommended via this feature or relation (interestingness). This
dimension of interestingness puts the recommended concept back in context, which
helps user to understand the inference of recommendations by using particular
artwork feature(s) or semantic relation(s).
4.2</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>Method</title>
        <p>At the beginning of each session, participants were asked to fill out a
questionnaire about: (i) their age, (ii) whether they are familiar with the Rijksmuseum
collection, (iii) experience with recommender systems in general, (iv)
expectation from art recommendations, and, (v) for what purpose they will use art
recommendations.</p>
        <p>After completing the questionnaire, we briefly introduced the Art
Recommender and explained the recommendation process. Using the Art Recommender,
users were asked to follow two steps:</p>
        <p>Step 1 (Pre-task): to find an artwork that she likes from the artwork slide
show (to start the process the user needs to give a rating of either 4 or 5 stars;
the recommender does not start-up with negative ratings). As a baseline, it will
recommend the first set of related art concepts by applying artwork features
based on the rated artwork.</p>
        <p>Step 2 (Main task): to rate the first set of recommended concepts. Based
on the ratings of concepts, the system will produce a second/new set of
recommended concepts by applying semantic relations, which also allows users to
rate. At any point for each recommendation the user can click on “Why
recommended” and give her feedback on whether she finds this recommendation
via the particular artworks feature or semantic relation interesting or not on a
5-degree scale. Step 2 gave us an insight in the performance of the concepts
recommended via semantic relations in comparison with the concepts recommended
directly via artwork features.</p>
        <p>Users were asked to repeat this process for at least 5 times in order to rate
enough recommended concepts via either artwork features or semantic relations.
At any point, the user could stop rating recommended concepts and go to select
another artwork from the slide show. Then the same process is repeated for each
rated artwork.
4.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Dimensions and Metrics</title>
        <p>Using artwork features as a baseline, we tested the results of recommended
concepts via semantic relations in terms of two dimensions: accuracy and
interestingness.</p>
        <p>– Accuracy: by directly asking the user whether she likes this recommended
concept, which is shown as “Ratings” in the Art Recommender in Fig. 2.
– Interestingness: by giving the explanations of “Why recommended”, it asks
the user whether she finds the concept recommended via the particular
artwork feature or semantic relation interesting.</p>
        <p>
          Precision, Recall and Mean Absolute Error (MAE) are most popular metrics
to evaluate recommender systems [
          <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
          ] and to measure the usefulness of semantic
relations in query expansion for information retrieval systems [
          <xref ref-type="bibr" rid="ref10 ref11 ref9">9–11</xref>
          ]. Precision
represents the probability that a recommended item is relevant, Recall represents
the probability that a relevant item will be recommended, and MAE measures
the average absolute deviation between a predicted rating and the users true
rating [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>
          However, in our case, we could only apply precision, but not recall and MAE.
Because it is difficult to determine the total number of relevant items. As Burke
discussed in [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], relevance is subjective from an end user’s standpoint and it often
changes when the user gets explanations for recommendations. As Herlocker
discussed in [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], it is also not appropriate in our case to use MAE, where a list of
recommended concepts is returned but users often only view concepts that she
is interested and cares about errors in concepts that are recommended. Thus in
the experiment we only use precision to measure accuracy and interestingness
for recommended art concepts. To divide the concepts into relevant or irrelevant
concepts, we defined a threshold value on the used 5-star scale, which converts
4 and 5 stars to “relevant” and 1-3 stars to “not relevant”. In terms of accuracy,
relevant concepts refer to the recommended concepts that the user likes with
4 and 5 stars, and in terms of interestingness, relevant concepts refer to the
recommended concepts that the user finds interesting with 4 and 5 stars. Below
we explain how we calculate it:
        </p>
        <p>Correct Hits
P recision =</p>
        <p>T otal Rec.Rated</p>
        <p>Correct Hits is the total number of relevant concepts that are recommended
by the system and have been rated by the user with 4 and 5 stars in terms of
accuracy and interestingness respectively.</p>
        <p>
          Total Rec.Rated is the total number of concepts that are recommended by
the system and have been rated by the user with 1 to 5 stars in terms of accuracy
and interestingness respectively. Total Rec. is the number of all recommended
concepts with or without user ratings. To avoid the data sparsity problem [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]
(i.e. the number of recommended items far exceeds what a user can rate), we
only use the number of “Total Rec.Rated” to compute the precision and we do
not include the number of “Total Rec.”, because we do not have user feedback
on concepts without ratings [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. However, we will provide the number of “Total
Rec.” (in Table 1) to get an idea of how many concepts could be recommended
via an artwork feature or a semantic relation.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>In a period of three weeks, in total 48 users participated. The experiment took
about 20-35 minutes per person. Each user gave on average 53 ratings for
artworks and concepts. Below we describe the participants characteristics collected
with the questionnaire.</p>
      <p>– Age: in the categories of 20-30 years old (65%) and 30-40 years old (21%)
– Familiar with the Rijksmuseum collection: not familar with the collection
(27%) and a bit familiar with the collection (46%)
– Experience with recommender systems in general : every few months using
recommender systems, such as Amazon.com (68%)
– Expectation from art recommendations: want to get accurate art
recommendations that match their art preferences (79%) and interests (83%)
– For what purpose will use art recommendations: want to keep up-to-date
with new information about artworks/concepts (93%), to reflect on what
has been seen in the museum (75%), and to understand her art interests
better (79%)</p>
      <p>As a baseline, artwork features provide in total 3918 recommended concepts
and reach an average precision of 0.50 for accuracy and 0.60 for interestingness.
In comparison, semantic relations bring 3861 new recommended concepts and
reach an average precision of 0.46 for accuracy and 0.53 for interestingness, which
are only slightly lower than artwork features. For the individual artwork features
and semantic relations, we found that:</p>
      <p>(i) Artwork feature vra:creator and semantic relations link:hasStyle and
aat:broader/narrower produce the most accurate recommendations and they are
also the most interesting relations from the users’ point of view. This could be
explained by observing that artist and art style (concepts in ULAN and AAT)
are intrinsically related to the artworks and an important reason why people
might like an artwork or related artworks.</p>
      <p>(ii) Semantic relations ulan:birth/deathPlace and tgn: broader/narrower that
recommend geographic locations perform very badly. In particular, the tgn:broader/
narrower relations have the least values for accuracy and interestingness. To
understand why tgn:broader/narrower and ulan:birth/deathPlace relations
perform “so badly”, we looked at the experiment data in detail. For example, many
users like the artist “Rembrandt”, however, in most cases they found his birth
place “Leiden” and his death place “Amsterdam” not relevant. In comparison,
users like recommended concepts such as his art styles, his teacher(s) and
students(s). Another example, “Utrecht” is also a popular concept often rated with
high scores, but its narrower location “Vianen” is always rated as a not-relevant
concept, since it is unfamiliar to most users. This suggests that, for art
recommendations, semantic relations tng:broader/narrower and ulan:birth/deathPlace
might not be useful or interesting for users because they are not intrinsically
related to artworks but only to locations or artists. This might also explain why
users rarely rated locations recommended via these relations (with a low number
of Total Rec.Rated ). In comparison, artwork feature vra:creationSite gives much
better results, probably it is more related to artworks.</p>
      <p>(iii) Artwork feature vra:subject and semantic relations about subjects
skos:broader/narrower produce the largest number of recommended concepts
and correspondingly resulted in most user ratings. With respect to accuracy and
interestingness, they score on the average.</p>
      <p>To explore potential correlations between accuracy and interestingness, in
Fig. 3, we plotted these two dimensions for artworks features and semantic
relations. Interestingly, there is a strong positive correlation between accuracy and
interestingness (Peason’s R=0.89, p value&lt;0.01). This means that for an artwork
feature or semantic relation, the more accurate recommendations it produces,
the more interesting users find the recommendations, and vice-versa. An
exception here is the semantic relation ulan:teacher/studentOf. As shown in Table
1, although the accuracy precisions for these two relations are slightly lower
(0.43, 0.44) and the interesting precisions for them are very high (0.71, 0.68).
This explains why semantic relations could partially solve the over-specialization
problem (see Section 2) by recommending surprising or interesting items, even
though the recommendations are not always quite accurate.</p>
      <p>
        The setup of the experiment gives us an opportunity to look at the
combined use of artwork features and semantic relations in sequence. As explained
in Section 5, every positively rated artwork/concept resulted in a new set of
recommended concepts that the user could rate. In theory this process can go
on until no new recommendations are found, but in practice most users stopped
after three or four steps [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. These sequences of ratings allow us to examine
the quality of recommendations based on sequences of semantic relations and
artwork features.
      </p>
      <p>
        We first removed all sequences for which we have less than 10 user ratings.
From our previous user studies [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], 10 ratings seems to be a minimum to get a
reliable estimate of the quality of recommendations. We then calculated the mean
of accuracy precision and interestingness precision (Pmean) for the remaining
features and relations. Fig. 4 shows the sequences of recommended concepts that
received more than 10 ratings, and their Pmean values at each step. From Table
1, we can calculate that the Pmean is 0.55 for all artwork features and 0.49 for all
semantic relations. Using these two values as references, in Fig. 4 we highlighted
artwork features (used in Step 2) that have a Pmean greater than 0.55 in black
and semantic relations (used in Step 3 and 4) that have a Pmean greater than
0.49 in grey. Interestingly, we found three potentially useful navigation patterns
of combined artwork feature and semantic relations:
– artwork -&gt; creator -&gt; style -&gt; broader/narrower styles
– artwork -&gt; creator -&gt; teacher/student -&gt; styles
– artwork -&gt; subject -&gt; broader/narrower subjects
      </p>
      <p>We observe that all three patterns show a decrease of Pmean in each step,
which might be due to the fact that the concepts are gradually more remote
from the artwork. The only exception is Step 4 in Pattern 2 (from teachers and
students to art styles). Still, at each step in the patterns, the Pmean value
remains relatively high above the average. The three patterns could potentially
be used to recommend remotely linked concepts without asking users’ explicit
feedback/ratings on each step. For example, if a user likes the artwork “Night
watch”, following the second pattern, it could recommend concepts “Rembrandt”
(creator ), “Pieter Lastman” (teacher ), “Renaissance” (the teacher’s art style),
“Gerrit Dou” (student ), and “Baroque” (the student’s art style), without
explicitly asking the user to rate “Rembrandt”, “Pieter Lastman” and “Gerrit Dou”.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Discussion and Future Work</title>
      <p>Metadata vocabularies provide rich semantic relations that can be used for
recommendation purposes. We examined the performance of both semantic
relations and artwork features with the content-based CHIP Art Recommender in
terms of accuracy and interestingness. Our results demonstrated that artwork
features (vra:creator ) and semantic relations (ulan:teacher/studentOf, link:hasStyle)
that recommend concepts in the ULAN and AAT vocabularies produce the most
accurate recommendations and also give the most interesting recommendations
from the users’ point of view. This might be due to the fact that these artwork
features and semantic relations which recommend concepts in domain-specific
vocabularies are closely related to the domain of art. In comparison, semantic
relations considering geographic locations in TGN (e.g. tgn:broader/narrower,
ulan:birth/ deathPlace) score very low on both accuracy and interestingness. A
similar observation applies to the TGN vocabulary, which is a relatively much
more general vocabulary and not related to the art domain in comparison with
the ULAN and AAT vocabularies.</p>
      <p>Based on the performance of individual semantic relations and artwork
features, we derived optimal navigation patterns of combined features and relations
with multiple intermediate concepts. These patterns can potentially be used to
effectively recommend indirectly linked concepts without asking the user’s
explicit feedback for the intermediate concepts.</p>
      <p>Generalizing, we found that vocabularies which are relatively close to the
domain are usually more useful for content-based recommendations than
vocabularies, which are more general. In particular, for recommender systems in
the domain of art, ULAN and AAT vocabularies which contain concepts about
artists and art styles proved to be more useful for art recommendations than
the TGN vocabulary which contains concepts about geographic locations. In
summary, we may conclude that the use of specific semantic relations can
enhance content-based recommendations by (i) retrieving more related concepts,
which partially solves the cold-start problem; (ii) providing more interesting or
surprising recommended concepts by using combinations of artwork feature and
semantic relations, which partially solves the over-specialization problem.</p>
      <p>As the preliminary results, the three navigation patterns we derived from the
experiment might be very interesting for both users and recommender systems in
similar domain of art. For future work, we are primarily interested in association
rule mining and decision trees that may produce optimized results. For example,
some internal nodes of the presented patterns may be pruned.</p>
      <p>
        In addition, we plan to investigate the weights for different semantic relations
based on the user ratings collected from the experiment. These weights can be
used in computing predicted values for recommended concepts. For example, if
a user likes “Rembrandt”, recommendations of his student “Gerrit Dou”, his
art style “Baroque” or his death place “Amsterdam” would receive different
predicted values based on the different weights of the semantic relations. The
predicted values of recommended concepts can then be used to determine the
predicted values for recommended artworks. In this way, we will gain insights
about how the various semantic relations influence both recommended concepts
and artworks. Inspired by the work from Mobasher [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], Ruotsalo and Hyvo¨nen
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], the weight for each relation should not be a fixed value but a dynamic value
which is calculated according to several factors, e.g. the relevance of a concept
with respect to an artwork TD-IDF [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], the times of user ratings of a particular
artwork or concept, the semantic distance or similarity between two concepts by
using latent semantic index (LSI) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], etc.
      </p>
      <p>
        Our findings about which semantic relations are most beneficial to
recommendations and our future work about applying weights for various relations
could also be used for collaborative filtering recommender systems. For
example, Mobasher’s work [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] shows that well-selected semantic relations can be used
to populate related items in order to compute the similarity between users for
collaborative filtering recommender systems. This might be helpful to partially
solve the cold-start and sparsity problems for recommender systems in general.
Following this direction, we could apply the method of calculating the weights for
various semantic relations in the recommender system and try different
recommendation strategies (e.g. content-based, collaborative filtering and the hybrid
approach) in order to compare the quality of recommendations in a large scale
quantitative experiment.
7
      </p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>The CHIP project is funded by the Dutch Science Foundation funded program
CATCH9 (Continuous Access to Cultural Heritage). We would further like to
thank all the participants in the experiment.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stash</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aroyo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gorgels</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rutledge</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schreiber</surname>
          </string-name>
          , G.:
          <article-title>Recommendations based on semantically-enriched museum collections</article-title>
          .
          <source>Journal of Web Semantics</source>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hendler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lassila</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>The Semantic Web</article-title>
          . (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Peis</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>del Castillo</surname>
            ,
            <given-names>J.M.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Delgado-Lopez</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          :
          <article-title>Semantic recommender systems. analysis of the state of the topic</article-title>
          .
          <source>In: Proc. of Hipertext</source>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ruotsalo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , Hyv¨onen, E.:
          <article-title>A method for determining ontology-based semantic relevance</article-title>
          .
          <source>In: DEXA</source>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Adrian</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sauermann</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roth-Berghofer</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Contag: A semantic tag recommendation system</article-title>
          .
          <source>In: Proc. of the New Media Technology and Semantic Systems</source>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6. Blanco-Ferna´ndez, Y.,
          <string-name>
            <surname>Arias</surname>
            ,
            <given-names>J.J.P.</given-names>
          </string-name>
          , et al.:
          <article-title>Semantic reasoning: A path to new possibilities of personalization</article-title>
          .
          <source>In: Proc. of ESWC</source>
          . (
          <year>2008</year>
          )
          <fpage>720</fpage>
          -
          <lpage>735</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Burke</surname>
          </string-name>
          , R.:
          <article-title>Hybrid recommender systems: Survey and experiments</article-title>
          .
          <source>Journal of User Model. User-Adapt. Interact</source>
          .
          <volume>12</volume>
          (
          <issue>4</issue>
          ) (
          <year>2002</year>
          )
          <fpage>331</fpage>
          -
          <lpage>370</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Herlocker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konstan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borchers</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riedl</surname>
          </string-name>
          , J.:
          <article-title>Evaluating collaborative filtering recommender systems</article-title>
          .
          <source>Journal of ACM Transactions on Information Systems</source>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hollink</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schreiber</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wielinga</surname>
            ,
            <given-names>B.J.:</given-names>
          </string-name>
          <article-title>Patterns of semantic relations to improve image content search</article-title>
          .
          <source>Journal of Web Semantics</source>
          <volume>5</volume>
          (
          <issue>3</issue>
          ) (
          <year>2007</year>
          )
          <fpage>195</fpage>
          -
          <lpage>203</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Navigli</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velardi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>An analysis of ontology-based query expansion strategies</article-title>
          .
          <source>In: Proc. of Machine Learning Conference</source>
          . (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Tudhope</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Binding</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blocks</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cunliffe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Query expansion via conceptual distance in thesaurus indexed collections</article-title>
          .
          <source>Journal of Documentation</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aroyo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stash</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rutledge</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Interactive user modeling for personalized access to museum collections: The rijksmuseum case study</article-title>
          .
          <source>In: Proc. of User Modeling Conference</source>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mobasher</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jin</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Semantically enhanced collaborative filtering on the web</article-title>
          .
          <source>Journal of Web Mining:</source>
          From Web to Semantic Web (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Baeza-Yates</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ribeiro-Neto</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Modern Information Retrieval</article-title>
          . Addison-Wesley, ACM Press (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>M.W. Berry</surname>
            ,
            <given-names>S.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brien</surname>
            ,
            <given-names>G.O.</given-names>
          </string-name>
          :
          <article-title>Using linear algebra for intelligent information retrieval</article-title>
          .
          <source>Journal of SIAM Review</source>
          (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>