<!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>Improving the Accuracy of Latent-space-based Recommender Systems by Introducing a Cut-off Criterion</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Author Keywords Data Mining</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Recommender Systems</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>User Profiling</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Algorithms.</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ludovico Boratto, Salvatore Carta, Roberto Saia Department of Mathematics and Computer Science University of Cagliari Via Ospedale 72</institution>
          ,
          <addr-line>09124, Cagliari</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <fpage>44</fpage>
      <lpage>53</lpage>
      <abstract>
        <p>Recommender systems filter the items a user did not evaluate, in order to acquire knowledge on the those that might be suggested to her. To accomplish this objective, they employ the preferences the user expressed in forms of explicit ratings or of implicitly values collected through the browsing of the items. However, users have different rating behaviors (e.g., users might use just the ends of the rating scale, to expressed whether they loved or hated an item), while the system assumes that the users employ the whole scale. Over the last few years, Singular Value Decomposition (SV D) became the most popular and accurate form of recommendation, because of its capability of working with sparse data, exploiting latent features. This paper presents an approach that pre-filters the items a user evaluated and removes those she did not like. In other words, by analyzing a user's rating behavior and the rating scale she used, we capture and employ in the recommendation process only the items she really liked. Experimental results show that our form of filtering leads to more accurate recommendations.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Copyright is held by the author/owner(s).
EICS’16, June 21-24, 2016, Bruxelles, Belgium.</p>
    </sec>
    <sec id="sec-2">
      <title>Introduction</title>
      <p>
        A recommender system is designed to suggest items of
possible interest to the users [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. In order to generate the
recommendations, different forms of data are employed by
the different types of systems. Indeed, the two most
effective classes of systems, i.e., collaborative filtering and
content-based approaches, respectively use (i) the ratings
given by the user to express a preference for the items and
(ii) the content of the items (e.g., their textual description).
Independently from the employed approach, user ratings (or
implicitly collected values, like the number of seconds spent
while browsing an item’s characteristics) are the elements
that allow a system to acquire knowledge on what the users
like, or not. However, it is widely-known that users have
different rating behaviors and that some of them do not use
the whole rating scale, but express only whether they love
or hate an item [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>
        At the moment, however, all the recommender systems
base their filtering on a unique scale of values. Therefore, if
a user is required to express a rating in a defined scale, the
system assumes that the rating behavior of the user covers
the whole scale. Instead, if the system implicitly collects the
data, a fixed cut-off value is chosen, in order to determine if
a user liked an item (e.g., Fastweb’s recommender system
collects a positive preference for a TV program if a user
watches it for at least 5 minutes [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]).
      </p>
      <p>It is widely-known that the recommendation form that
generates the most accurate results is collaborative filtering
and, more specifically, it is Koren’s implementation of</p>
      <sec id="sec-2-1">
        <title>Singular Value Decomposition (SV D), known as</title>
        <p>
          SV D + + [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. The algorithm is able to find latent spaces,
based on the ratings expressed by the users, thus avoiding
problems such as sparsity and improving the efficiency of
the algorithm.
        </p>
        <p>The problem that might arise is that if users have different
behaviors (both when rating the items and when browsing
the Web), the system might consider as liked by a user an
item with a high rating, but that actually represents the
lowest rating she gave (the same problem holds in the
opposite scenario, in which a user only gives low ratings
and her favorite item might be misclassified if considering
the system’s scale).</p>
        <p>The intuition behind this paper is that, since SV D can
detect latent spaces and work with sparse data, the
algorithm might benefit from receiving less but very
accurate information about what the users actually like.
In this work, we first show that users have different ratings
behaviors, then we propose an approach that calculates the
weighted average of the user ratings and leaves in the user
profile only the ratings greater or equal than this value, thus
removing the other ones. By modeling the positive behavior
of the users and understand what they actually like, our
approach should lead to more accurate recommendations.
Note that this study is based on explicitly given ratings to
facilitate its validation with a public dataset, but this
technique can be applied, as is, to implicitly-collected data
(e.g., by removing all the items that have been browsed for
a number of seconds lower than the user’s average).
More formally, the problem statement is the following:
Problem 1 We are given a set of users U = fu1; : : : ; uN g,
a set of items I = fi1; : : : ; iM g, and a set R = [1; 5] of
ratings used to express the user preferences. The set of all
possible preferences expressed by the users is a ternary
relation P U I R. We also denote as
Iu = fi 2 Ij9(u; i; r) 2 P ^ u 2 U g the set of items in the
profile of a user u. Let SV DIu denote the fact that the SVD
algorithm is run with the set of preferences Iu; 8u 2 U . Our
objective is to define a Weighted Cut-off Criterion (W CC)
able to generate a set I^u, which considers the rating scale
employed by the user and removes from the set of items
positively evaluated by her (Iu) those in the lower part of
her scale. The goal of this paper is to show that
accuracy(SV DI^u ) &gt; accuracy(SV DIu ).</p>
        <p>The contributions of our work are reported in the following:
• analysis of the user ratings of a real-world dataset,
aimed to show the non-coincidence of the range of
values adopted by the users to rate the evaluated
items, with that defined by the recommender system;
• formalization of a Weighted Cut-off Criterion (W CC)
able to remove from the user ratings those below the
weighted mean value of her preferences;
• evaluation of the proposed criterion, by comparing the
performance of a state-of-the-art recommendation
approach, before and after the W CC process applied
to the user ratings.</p>
        <p>In the rest of this paper, we first show that users actually
have different rating behaviors (Section “Analysis of the
Users’ Rating Behavior"), continuing by defining our
approach (Section “Approach"). Then we present the
results of the performed experiments (Section “Evaluation"),
the literature related with our study (Section “Background
and Related Work"), concluding with some remarks
(Section “Conclusions and Future Work").</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Analysis of the Users’ Rating Behavior</title>
      <p>In order to validate our intuition and understand if users
actually have different rating behaviors or if they use the
whole rating scale, in this section we are going to present
the number of users who use a specific rating scale.
The study has been performed on the Yahoo! Webscope</p>
      <p>R41 dataset. It contains a large amount of data related to
users preferences expressed by the Yahoo! Movies
community that are rated on the base of two different
scales, from 1 to 13 and from 1 to 5 (we have chosen to use
the latter). The training data is composed by 7,642 users
(jU j), 11,915 movies/items (jIj), and 211,231 ratings (jRj),
and all users involved have rated at least 10 items and all
items are rated by at least one user. The test data is
composed by 2,309 users, 2,380 items, and 10,136 ratings.
There are no test users/items that do not also appear in the
training data. Each user in the training and test data is
represented by a unique ID.
Since the users in the dataset are 7; 642, only about half of
them (52:51%, 4; 013 users) have given their opinion by
using the whole rating scale, while the others have used a
different range of values. Indeed, these users can be mostly
classified in three groups: 1; 319 users (17:25%) that used
the range 3 5 (i.e., by evaluating their worst experience
with a minimum score of 3), 1; 315 users (17:20%) that used
the range 2 5 (i.e., by evaluating their worst experience
with a minimum score of 2), and 688 users (9:00%) that
expressed their opinion in the range 4 5 (i.e., by keeping
an high rating in all their evaluations).</p>
      <p>These results clearly indicate that each user adopts
personal criteria of evaluation. For this reason, an effective
exploitation of her preferences should take into account this
aspect.</p>
      <p>
        1http://webscope.sandbox.yahoo.com
[
        <xref ref-type="bibr" rid="ref1 ref2">1-2</xref>
        ] [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1-3</xref>
        ] [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4">1-4</xref>
        ] [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5">1-5</xref>
        ] [
        <xref ref-type="bibr" rid="ref2 ref3">2-3</xref>
        ] [
        <xref ref-type="bibr" rid="ref2 ref3 ref4">2-4</xref>
        ] [
        <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5">2-5</xref>
        ] [
        <xref ref-type="bibr" rid="ref3 ref4">3-4</xref>
        ] [
        <xref ref-type="bibr" rid="ref3 ref4 ref5">3-5</xref>
        ] [
        <xref ref-type="bibr" rid="ref4 ref5">4-5</xref>
        ]
      </p>
      <p>Range of V alues</p>
    </sec>
    <sec id="sec-4">
      <title>Approach</title>
      <p>Given the fact that users have different rating behaviors, in
this section we present an algorithm that detects the rating
scale of a user and removes from the items she evaluated
those under her average rating. The algorithm performs two
main steps:
• Weighted Cut-off Criterion. Calculation of the
average value of the ratings of each user (Weighted</p>
      <sec id="sec-4-1">
        <title>Ratings Average) and definition of a Weighted Cut-off</title>
        <p>Criterion (W CC), to keep only the items with a rating
above the user’s average.
• Item Recommendation. The state-of-the-art
algorithm SV D is run with the items processed by
the previous step.</p>
        <p>The architecture of the proposed system is summarized in
Figure 2. In the following, we will describe in detail how
each step works.</p>
      </sec>
      <sec id="sec-4-2">
        <title>Weighted Cut-off Criterion</title>
        <p>In order to understand which item a user actually likes, it is
first necessary to identify the average rating, among those
User
Profiles
Apply
WCC
SVD
Process
SVD</p>
        <p>Output
she gave. This value, called Weighted Ratings Average
(W RA), is calculated on the basis of the ratings of each
user u 2 U , in the context of her profile i 2 Iu, as shown in
Equation 1.</p>
        <p>P r
W RA(u) = i2Iu
j Iu j
Given the W RA of a user, we define the Weighted Cut-off
Criterion (W CC) that allows us to filter the user ratings
r 2 R in the profile Iu of a user u 2 U . We perform this
operation for each item i 2 Iu, according to the criterion
shown in Equation 2.
(0; if r &lt; W RA(u)</p>
        <p>r; otherwise
The output of this step is a set I^u, which contains the
ratings processed through the WCC criterion.
(1)
(2)
This filtering process is summarized in Algorithm 1.
Algorithm 1 Ratings f iltering
Input: Iu=User profile</p>
        <p>^
Output: Iu = Filtered user profile
1: procedure FILTERUSERPROFILE(Iu)
2: WRA=GetWeightedRatingsAverage(Iu)
3: for each i in Iu do
4: r=GetItemRating(i)
5: if r W RA then
6: I^u (i; r)
7: end if
8: end for
9: Return I^u
10: end procedure
The algorithm takes as input (step 1) the profile Iu of a user
u 2 U , and provides as output (step 9) this user profile I^u
filtered on the basis of the proposed W CC criterion. After
the calculation of the Weighted Ratings Average (W RA) of
the items in the user profile Iu, performed at the step 2,
from the step 3 to step 8 we extract the rating r of each item
i 2 Iu (step 4), by adding it to the set I^u, when the value of
R is greater or equal the W RA value (from step 5 to step
6). The set I^u, that represents the user profile Iu filtered on
the basis of the proposed criterion, is returned as output at
the end of the process (step 9).</p>
      </sec>
      <sec id="sec-4-3">
        <title>Item Recommendation</title>
        <p>This step runs the state-of-the-art SV D algorithm, by using
as input the set I^u, for each user u 2 U . In that way, the
algorithm only processes the items for which a user
expressed an interest above the average.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Evaluation</title>
      <p>In this section, we first describe the environment and the
parameters setup, then we present the strategy and the
involved metric, concluding with the experimental results
and their discussion. The dataset employed to validate our
proposal is the same one previously presented, i.e., Yahoo!
Webscope (R4).</p>
      <sec id="sec-5-1">
        <title>Environment</title>
        <p>The environment is based on the Java language, with the
support of the Mahout framework2 to implement the
state-of-the-art recommendation approach (i.e., SV D) and
to perform the evaluation of the experimental results in
terms of accuracy. The experimental framework was
developed by using a machine with an Intel i7-4510U, quad
core (2 GHz 4) and a Linux 64-bit Operating System
(Debian Jessie) with 4 GBytes of RAM.</p>
      </sec>
      <sec id="sec-5-2">
        <title>Parameters Setup</title>
        <p>The optimal values of two of the three parameters needed
to run the Mahout implementation of SV D (i.e., the
regularization parameter lambda used to avoid overfitting
and the number of training steps) have been chosen
through a preliminary training (the selected values are,
respectively, 0:05 and 10). The third parameter (i.e., the
dimension of the feature space) was instead tested in a
range from 2 to 20, during the set of experiments aimed to
evaluate the accuracy of the SV D recommender approach,
before and after the use of our W CC approach. This is
useful to test the effectiveness of the proposed approach
when the size of the latent space varies.</p>
      </sec>
      <sec id="sec-5-3">
        <title>Metric</title>
        <p>The accuracy of the performed recommendations was
measured through the Root Mean Squared Error (RM SE).
This metric considers the test set and the predicted ratings
by comparing each rating rui, given by a user u for an item
i and available in the test set, with the rating pui predicted
by a recommender system. Its formalization is shown in the
Equation 3, where n is the number of ratings available in the
test set.</p>
        <p>vuu Pn (rui
RM SE = t i=0
n
pui)2
(3)</p>
      </sec>
      <sec id="sec-5-4">
        <title>Strategy</title>
        <p>We evaluate our proposal through a comparative analysis,
by considering the recommendations generated by the
SV D approach, before and after the proposed filtering
process, based on the W CC criterion. The comparisons
have been made by measuring the results accuracy through
the well-known Root Mean Squared Error (RM SE) metric,
described in the previous Section “Metric". In order to
guarantee the repeatability of the performed experiments,
according with the Mahout documentation we used in the
Java code the instruction RandomUtils.useTestSeed(). The
evaluation process has been performed by using the
Mahout functionalities designed to perform this task
(RecommenderEvaluator Java class).</p>
        <p>We validate our proposal by running a set of experiments
that measure the accuracy of the SV D recommendations,
before and after the use of our W CC approach.</p>
      </sec>
      <sec id="sec-5-5">
        <title>Experimental Results</title>
        <p>As shown in Figure 3, our approach gets better accuracy
values along almost all the considered SV D feature space
range. It means that a preliminary filtering of the user
ratings leads toward a better performance in approaches of
recommendation such as SV D, which are strongly based
on this kind of information. We can observe how the
RM SE values get worse when the latent space increases
(SV DIu approach), while they remain stable in our case
(SV DI^u approach), showing that the accuracy of the</p>
        <p>1:2
E1:15
S
M
R 1:1
2 4 6 8 10 12 14 16 18 20</p>
        <p>SV D F eature Space
system worsens when increasing the latent space, if has
been used non-filtered user ratings.</p>
      </sec>
      <sec id="sec-5-6">
        <title>Results Summary</title>
        <p>The results obtained in this study first showed the existence
of the problem related with the different ways that the users
adopt to evaluate the items, while the second illustrates how
the proposed W CC approach is able to improve the
performance of the state-of-the-art recommendation
approach, SV D. Indeed, the results of the experiments
show us that the range of values that the users adopt during
their evaluations, are in the half of the cases different from
that allowed by the system (Figure 1), and that a preliminary
filtering of them by our Weighted Cut-off Criterion
overcomes this problem, improving the accuracy of the
recommendations (Figure 3).</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Background and Related Work</title>
      <p>In this section we briefly review some main concepts closely
related with the proposed work.</p>
      <p>
        User Profiling. In the e-commerce environment the
recommender systems play a determinant role, their first
implementations were based on the so-called Collaborative
Filtering approach [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ], which is based on the
assumption that users have similar preferences on a item, if
they already have rated other similar items [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. An
alternative approach is that defined as Content-based,
where the items to recommend are those whose content is
similar to that of the items previously evaluated by the
user [
        <xref ref-type="bibr" rid="ref19 ref22">19, 22</xref>
        ]. The early systems used relatively simple
retrieval models, such as the Vector Space Model, with the
basic TF-IDF weighting [
        <xref ref-type="bibr" rid="ref18 ref23 ref4 ref6">4, 6, 18, 23</xref>
        ], a spatial
representation of the textual description of the items, where
each of them is represented by a vector in a n-dimensional
space, and each dimension is related to a term from the
overall vocabulary of a specific document collection.
There are several approaches to create user profiles: some
of them focus on short-term user profiles that capture
features of the user’s current search context [
        <xref ref-type="bibr" rid="ref11 ref26 ref7">7, 11, 26</xref>
        ],
while others accommodate long-term profiles that capture
the user preferences over a long period of time [
        <xref ref-type="bibr" rid="ref20 ref3 ref8">3, 8, 20</xref>
        ]. As
shown in [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], compared with the short-term user profiles,
the use of a long-term user profile generally produces more
reliable results, at least when the user preferences are fairly
stable over a long time period. It should be noted that,
regardless of the approach used to define the user profiles,
almost all the state-of-the-art strategies take into account,
as main source of information, the user ratings (i.e., the
score given to the evaluated items by them), or by using
directly them, or by exploiting their latent characteristics
(e.g., latent-factor-based [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]).
      </p>
      <p>
        Latent Factor Models. The type of data with which a
recommender system operates is typically a sparse matrix
where the rows represent the users, and the columns
represent the items. The entries of this matrix are the
interactions between users and items, in the form of ratings
or purchases. The aim of a recommender system is to infer,
for each user u, a ranked list of items, and in literature many
of them are focused on the rating prediction problem. The
most effective strategies in this field exploit the so-called
latent factor models, but especially, the matrix factorization
techniques [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Other CF ranking-oriented approaches that
extend the matrix factorization techniques, have been
recently proposed, and most of them use a ranking oriented
objective function, in order to learn the latent factors of
users and items [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Nowadays, the Singular Value
Decomposition (SV D) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] approach and its Koren’s
version SV D + + [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] are considered the best strategies in
terms of accuracy and scalability.
      </p>
      <p>
        User Ratings Reliability. The concept of bias, introduced
in a recommender system process as noise in user ratings,
is well known in literature since 1995, when it was cited in a
work aimed at discussing the concept of reliability of users
in terms of rating coherence [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Similar studies have been
performed subsequently, such as that in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], where
hundreds of users evaluated a set of movies, randomly
selected, which they have already evaluated in the past,
with the result to show an incoherence in their evaluations in
the 40% of cases. All these studies lead toward the same
problem that in literature is identified as magic barrier [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ],
a term used to define the theoretical boundary for the level
of optimization that can be achieved by a recommendation
algorithm on transactional data [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. The evaluation models
assume as a ground truth that the transactions made in the
past by the users, and stored in their profiles, are free of
noise. This is a concept that has been studied in [
        <xref ref-type="bibr" rid="ref1 ref2">2, 1</xref>
        ],
where a study aimed to capture the noise in a service that
operates in a synthetic environment was performed.
To the best of our knowledge, there are not studies aimed to
tackle the problem of the inconsistence in the user ratings,
when this issue derives from the different ways adopted by
the users to assign a rating to the evaluated items. The
approach proposed in this work aimed at addressing the
aforementioned problem in a twofold manner: first, it wanted
to define a method able to operate with any type of profile
(e.g., short-term or long-term profiles); second, it wanted to
face the limitation related with the magic barrier problem, by
removing from the user profiles all the ratings that do not
reflect the user preferences in terms of weighted ratings
average, i.e., those items that could represent a kind of
noise in the recommender process.
      </p>
    </sec>
    <sec id="sec-7">
      <title>Conclusions and Future Work</title>
      <p>The work presented in this paper wanted to highlight and
face a problem that rises when the users assign a rating to
the evaluated items, by adopting a range of values that
could not cover the entire interval allowed by the system
with which they interact. Through the first experiment we
showed the real existence of this problem, which has been
faced by introducing a novel cut-off criterion (W CC). This
criterion is based on a weighted ratings average value
(W RA), and its effectiveness to improve the accuracy of a
recommender system at the state of the art, such a SV D,
has been demonstrated in the second experiment.
In summary, our contribution in this field is twofold: first, we
are able to improve the performance of a recommender
system based on the user ratings (almost all of the
state-of-the-art approaches); second, we are also able to
reduce the computational load of the recommendation
process, thanks to the removal of certain items from the
user profiles (i.e., those with a rating less than W RA
value). It should also be noted how the proposed approach
leads toward a considerable improvements of the accuracy
of the recommendations, without the needing to adopt
sophisticated mathematical criteria to preprocess the user
ratings, with a great advantage in terms of computational
complexity.</p>
      <p>Future work will study the relations between the range of
values adopted by the users to express their opinion in
different domains, to model in a better way the preferences
in environments that sell different types of items. (e.g., a site
such as Amazon3, which sells different types of goods).
Indeed, each type of item might be associated to a different
rating behavior. This will allow us to generate more effective
recommendations.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgment</title>
      <p>This work is partially funded by Regione Sardegna under
project NOMAD (Next generation Open Mobile Apps
Development), through PIA - Pacchetti Integrati di
Agevolazione “Industria Artigianato e Servizi" (annualità
2013).
3http://www.amazon.com/
Plumbaum, Sahin Albayrak, and Christian Scheel.
2012. Estimating the magic barrier of recommender
systems: a user study. In Proceedings of the 35th
international ACM SIGIR conference on Research and
development in information retrieval. ACM, 1061–1062.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Xavier</given-names>
            <surname>Amatriain</surname>
          </string-name>
          ,
          <string-name>
            <surname>Josep M Pujol</surname>
            ,
            <given-names>and Nuria</given-names>
          </string-name>
          <string-name>
            <surname>Oliver</surname>
          </string-name>
          .
          <year>2009a</year>
          .
          <article-title>I like it</article-title>
          ...
          <article-title>i like it not: Evaluating user ratings noise in recommender systems</article-title>
          . In User modeling, adaptation, and personalization. Springer,
          <fpage>247</fpage>
          -
          <lpage>258</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Xavier</given-names>
            <surname>Amatriain</surname>
          </string-name>
          , Josep M Pujol,
          <string-name>
            <given-names>Nava</given-names>
            <surname>Tintarev</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Nuria</given-names>
            <surname>Oliver</surname>
          </string-name>
          .
          <year>2009b</year>
          .
          <article-title>Rate it again: increasing recommendation accuracy by user re-rating</article-title>
          .
          <source>In Proceedings of the third ACM conference on Recommender systems. ACM</source>
          ,
          <volume>173</volume>
          -
          <fpage>180</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Fabio</surname>
            <given-names>A Asnicar</given-names>
          </string-name>
          and
          <string-name>
            <given-names>Carlo</given-names>
            <surname>Tasso</surname>
          </string-name>
          .
          <year>1997</year>
          .
          <article-title>ifWeb: a prototype of user model-based intelligent agent for document filtering and navigation in the world wide web</article-title>
          .
          <source>In Sixth International Conference on User Modeling. 2-5.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Marko</given-names>
            <surname>Balabanovic</surname>
          </string-name>
          ´ and
          <string-name>
            <given-names>Yoav</given-names>
            <surname>Shoham</surname>
          </string-name>
          .
          <year>1997</year>
          .
          <article-title>Fab: content-based, collaborative recommendation</article-title>
          .
          <source>Commun. ACM 40</source>
          ,
          <issue>3</issue>
          (
          <year>1997</year>
          ),
          <fpage>66</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Riccardo</given-names>
            <surname>Bambini</surname>
          </string-name>
          , Paolo Cremonesi, and
          <string-name>
            <given-names>Roberto</given-names>
            <surname>Turrin</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>A Recommender System for an IPTV Service Provider: a Real Large-Scale Production Environment</article-title>
          .
          <source>In Recommender Systems Handbook</source>
          , Francesco Ricci, Lior Rokach, Bracha Shapira, and Paul B.
          <source>Kantor (Eds.)</source>
          . Springer,
          <fpage>299</fpage>
          -
          <lpage>331</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Billsus</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michael J</given-names>
            <surname>Pazzani</surname>
          </string-name>
          .
          <year>1999</year>
          .
          <article-title>A hybrid user model for news story classification</article-title>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Jay</given-names>
            <surname>Budzik</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kristian J.</given-names>
            <surname>Hammond</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>User Interactions with Everyday Applications As Context for Just-in-time Information Access</article-title>
          .
          <source>In Proceedings of the 5th International Conference on Intelligent User Interfaces (IUI '00)</source>
          . ACM, New York, NY, USA,
          <fpage>44</fpage>
          -
          <lpage>51</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Paul</given-names>
            <surname>Alexandru</surname>
          </string-name>
          <string-name>
            <surname>Chirita</surname>
          </string-name>
          , Wolfgang Nejdl, Raluca Paiu, and
          <string-name>
            <given-names>Christian</given-names>
            <surname>Kohlschütter</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Using ODP metadata to personalize search</article-title>
          .
          <source>In Proceedings of the 28th annual international ACM SIGIR conference on Research and development in information retrieval. ACM</source>
          ,
          <volume>178</volume>
          -
          <fpage>185</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Dan</given-names>
            <surname>Cosley</surname>
          </string-name>
          , Shyong K Lam,
          <string-name>
            <given-names>Istvan</given-names>
            <surname>Albert</surname>
          </string-name>
          ,
          <article-title>Joseph A Konstan,</article-title>
          and John Riedl.
          <year>2003</year>
          .
          <article-title>Is seeing believing?: how recommender system interfaces affect users' opinions</article-title>
          .
          <source>In Proceedings of the SIGCHI conference on Human factors in computing systems. ACM</source>
          ,
          <volume>585</volume>
          -
          <fpage>592</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Michael</surname>
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Pazzani</surname>
          </string-name>
          Daniel Billsus.
          <year>1998</year>
          .
          <article-title>Learning Collaborative Information Filters</article-title>
          .
          <source>In Proceedings of the Fifteenth International Conference on Machine Learning (ICML</source>
          <year>1998</year>
          ), Madison, Wisconsin, USA, July
          <volume>24</volume>
          -
          <issue>27</issue>
          ,
          <year>1998</year>
          , Jude W. Shavlik (Ed.). Morgan Kaufmann,
          <fpage>46</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Lev</surname>
            <given-names>Finkelstein</given-names>
          </string-name>
          , Evgeniy Gabrilovich, Yossi Matias, Ehud Rivlin, Zach Solan, Gadi Wolfman, and
          <string-name>
            <given-names>Eytan</given-names>
            <surname>Ruppin</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Placing Search in Context: The Concept Revisited</article-title>
          .
          <source>ACM Trans. Inf. Syst</source>
          .
          <volume>20</volume>
          ,
          <issue>1</issue>
          (Jan.
          <year>2002</year>
          ),
          <fpage>116</fpage>
          -
          <lpage>131</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Jonathan</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Herlocker</surname>
          </string-name>
          , Joseph A.
          <string-name>
            <surname>Konstan</surname>
            , Loren G. Terveen,
            <given-names>and John</given-names>
          </string-name>
          <string-name>
            <surname>Riedl</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Evaluating collaborative filtering recommender systems</article-title>
          .
          <source>ACM Trans. Inf. Syst</source>
          .
          <volume>22</volume>
          ,
          <issue>1</issue>
          (
          <year>2004</year>
          ),
          <fpage>5</fpage>
          -
          <lpage>53</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Will</surname>
            <given-names>Hill</given-names>
          </string-name>
          , Larry Stead,
          <string-name>
            <given-names>Mark</given-names>
            <surname>Rosenstein</surname>
          </string-name>
          , and
          <string-name>
            <given-names>George</given-names>
            <surname>Furnas</surname>
          </string-name>
          .
          <year>1995</year>
          .
          <article-title>Recommending and evaluating choices in a virtual community of use</article-title>
          .
          <source>In Proceedings of the SIGCHI conference on Human factors in computing systems</source>
          . ACM Press/Addison-Wesley Publishing Co.,
          <fpage>194</fpage>
          -
          <lpage>201</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>George</given-names>
            <surname>Karypis</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Evaluation of item-based top-n recommendation algorithms</article-title>
          .
          <source>In Proceedings of the tenth international conference on Information and knowledge management. ACM</source>
          ,
          <volume>247</volume>
          -
          <fpage>254</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Yehuda</given-names>
            <surname>Koren</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Factorization meets the neighborhood: a multifaceted collaborative filtering model</article-title>
          .
          <source>In Proceedings of the 14th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM</source>
          ,
          <volume>426</volume>
          -
          <fpage>434</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Yehuda</surname>
            <given-names>Koren</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robert M. Bell</surname>
            , and
            <given-names>Chris</given-names>
          </string-name>
          <string-name>
            <surname>Volinsky</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Matrix Factorization Techniques for Recommender Systems</article-title>
          .
          <source>IEEE Computer 42</source>
          ,
          <issue>8</issue>
          (
          <year>2009</year>
          ),
          <fpage>30</fpage>
          -
          <lpage>37</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Yehuda</given-names>
            <surname>Koren</surname>
          </string-name>
          and
          <string-name>
            <given-names>Joe</given-names>
            <surname>Sill</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>OrdRec: an ordinal model for predicting personalized item rating distributions</article-title>
          .
          <source>In Proceedings of the fifth ACM conference on Recommender systems. ACM</source>
          ,
          <volume>117</volume>
          -
          <fpage>124</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Henry</given-names>
            <surname>Lieberman</surname>
          </string-name>
          and others.
          <source>1995</source>
          .
          <article-title>Letizia: An agent that assists web browsing</article-title>
          .
          <source>IJCAI (1)</source>
          <year>1995</year>
          (
          <year>1995</year>
          ),
          <fpage>924</fpage>
          -
          <lpage>929</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Pasquale</surname>
            <given-names>Lops</given-names>
          </string-name>
          , Marco De Gemmis, and
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Semeraro</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Content-based recommender systems: State of the art and trends</article-title>
          .
          <source>In Recommender systems handbook</source>
          . Springer,
          <fpage>73</fpage>
          -
          <lpage>105</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Zhongming</surname>
            <given-names>Ma</given-names>
          </string-name>
          , Gautam Pant, and
          <string-name>
            <surname>Olivia</surname>
            <given-names>R. Liu</given-names>
          </string-name>
          <string-name>
            <surname>Sheng</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Interest-based Personalized Search</article-title>
          .
          <source>ACM Trans. Inf. Syst</source>
          .
          <volume>25</volume>
          ,
          <issue>1</issue>
          ,
          <string-name>
            <surname>Article 5</surname>
          </string-name>
          (
          <issue>Feb</issue>
          .
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Xia</surname>
            <given-names>Ning</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Desrosiers</surname>
          </string-name>
          , and
          <string-name>
            <given-names>George</given-names>
            <surname>Karypis</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>A Comprehensive Survey of Neighborhood-Based Recommendation Methods</article-title>
          .
          <source>In Recommender Systems Handbook</source>
          , Francesco Ricci, Lior Rokach, and Bracha Shapira (Eds.). Springer,
          <fpage>37</fpage>
          -
          <lpage>76</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Michael</surname>
            <given-names>J</given-names>
          </string-name>
          <string-name>
            <surname>Pazzani</surname>
            and
            <given-names>Daniel</given-names>
          </string-name>
          <string-name>
            <surname>Billsus</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Content-based recommendation systems</article-title>
          .
          <source>In The adaptive web</source>
          . Springer,
          <fpage>325</fpage>
          -
          <lpage>341</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Michael</surname>
            <given-names>J</given-names>
          </string-name>
          <string-name>
            <surname>Pazzani</surname>
          </string-name>
          , Jack Muramatsu, Daniel Billsus, and others.
          <source>1996</source>
          .
          <article-title>Syskill &amp; Webert: Identifying interesting web sites</article-title>
          .
          <source>In AAAI/IAAI</source>
          , Vol.
          <volume>1</volume>
          .
          <fpage>54</fpage>
          -
          <lpage>61</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Francesco</surname>
            <given-names>Ricci</given-names>
          </string-name>
          , Lior Rokach, and
          <string-name>
            <given-names>Bracha</given-names>
            <surname>Shapira</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Recommender Systems: Introduction and Challenges</article-title>
          .
          <source>In Recommender Systems Handbook. Springer US</source>
          ,
          <volume>1</volume>
          -
          <fpage>34</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Alan</surname>
            <given-names>Said</given-names>
          </string-name>
          , Brijnesh J Jain, Sascha Narr, Till
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Xuehua</surname>
            <given-names>Shen</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Bin</given-names>
            <surname>Tan</surname>
          </string-name>
          , and
          <source>ChengXiang Zhai</source>
          .
          <year>2005</year>
          .
          <article-title>Implicit user modeling for personalized search</article-title>
          .
          <source>In Proceedings of the 14th ACM international conference on Information and knowledge management. ACM</source>
          ,
          <volume>824</volume>
          -
          <fpage>831</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Xiaoyuan</given-names>
            <surname>Su and Taghi M Khoshgoftaar</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>A survey of collaborative filtering techniques</article-title>
          .
          <source>Advances in artificial intelligence 2009</source>
          (
          <year>2009</year>
          ),
          <fpage>4</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Dwi H Widyantoro</surname>
            , Thomas R Ioerger,
            <given-names>and John</given-names>
          </string-name>
          <string-name>
            <surname>Yen</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Learning user interest dynamics with a three-descriptor representation</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology 52</source>
          ,
          <issue>3</issue>
          (
          <year>2001</year>
          ),
          <fpage>212</fpage>
          -
          <lpage>225</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>