<!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>Personalized Recommendation of Research Papers by Fusing Recommendations from Explicit and Implicit Social Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shaikhah Alotaibi</string-name>
          <email>Shaikhah.otaibi@usask.ca</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Julita Vassileva</string-name>
          <email>jiv@cs.usask.ca</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Saskatchewan</institution>
          ,
          <addr-line>178 Thorvaldson Building, 110 Science Place, Saskatoon, SK</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Saskatchewan</institution>
          ,
          <addr-line>181 Thorvaldson Building, 110 Science Place, Saskatoon, SK</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Combining social network information with collaborative filtering recommendation algorithms has helped to alleviate some drawbacks of collaborative filtering, for example, the cold start problem, and has increased the accuracy of recommendations. However, the user coverage of recommendation for social-based recommendation is low as there is often insufficient data about explicit social relationships among users. In this paper, we fuse recommendation that uses explicit social relations (friends and co-authors) with recommendations that use implicit social relations aiming to increase the user coverage with minimum recommendation accuracy loss. We found that fusing recommendations from friends with recommendations using implicit social networks increases both accuracy and user recommendation coverage while fusing recommendation from co-authors increase the coverage. • Information system applications ➝ Collaborative and social computing, Data mining • World Wide Web ➝ Web searching and information discovery, Web applications Social network; implicit social network; hybrid recommendation; paper recommendation; social bookmarking websites; collaborative filtering.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>
        Scholarly papers both help to update researchers on new research in
their areas of interest and serve as a directory of other researchers
with similar interests with whom researchers can collaborate.
However, as publishers, online journals, and conferences proliferate,
the number of new published papers has become overwhelming. For
this reason, many recommender systems (RSs) have been proposed to
help readers by suggesting a list of potential papers of interest. The
two main algorithms used by RSs are content-based filtering (CBF)
and collaborative filtering (CF). CBF is based on information
retrieval techniques that compare a paper’s features (e.g., title,
abstract, keywords, publication year) with the researchers’ features
(e.g., interests or previous search queries) to find matches [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. In
contrast, CF (e.g., [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]) uses the similarity of paper ratings to find
users similar to the target user and recommend papers that these users
have liked. Hybrid recommending approaches (e.g., [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]) use a
combination of the CBF and CF approaches to alleviate the
drawbacks of both approaches.
      </p>
      <p>
        Another way to overcome one or more of the CF drawbacks (e.g.
cold start problem or data sparsity) is to exploit the social ties
between users in the recommendations. With the advent of social
networks in applications such as social bookmarking systems (e.g.,
CiteULike, Mendeley), which researchers often use to manage their
digital paper repositories and bookmark libraries, users can be
connected through different social relations. By knowing that two
users are connected, one can infer that they possibly share interests
and therefore recommend items from other connected users. A social
bookmarking service provides many clues for interest similarities
between users based on their behavior in the system and their
publication authorship. Surprisingly, however, none of the popular
social bookmarking tools have used the wealth of social data they
store to build a social RS. However, there are some studies that
incorporate social information into CF techniques to increase the
recommendation accuracy. Although such social recommenders
perform well, the social information about users that they require is
not readily available for all users. Thus, these social recommenders
have lower user coverage [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. User coverage is the ratio of users
who receive nonempty recommended sets to the total number of
users [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Previous studies also showed that there is a tradeoff
between the recommendation accuracy and the coverage of the
recommendation [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. For this reason, in this paper we investigate
the user utility expressed in recommendation accuracy and coverage
when different types of social relations are used. We hypothesize that
using social data from two social networks where the first has higher
recommendation accuracy and the other has higher recommendation
coverage will result in recommendation that achieve a balance
between both benefits. Most of the previous studies fused different
recommendation algorithms using the same data source. However, in
our study, we fuse different recommendations that use different types
of social relations: explicit social relations which are the relations
initiated by one or both users involved in the social relation, and
implicit social relations which are computed by machine using data
about the user behavior in the social bookmarking tools (e.g.
cobookmarking the same paper). The social networks that we use in this
study are: two explicit social networks based on co-authorship and
friendship, and three different implicit social networks based on
readership, co-readership and tag-based social network.
      </p>
      <p>Section 2 discusses related work. Section 3 describes the social
networks used in this paper. Section 4 describes the recommender
approaches used. Section 5 explains the experiments, dataset and
result analysis. Finally, section 6 discusses our conclusions and
future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. RELATED WORK</title>
      <p>
        Although the first social recommendation approach appeared as early
as 1997 [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], no agreed-upon definition for social recommendation
existed until 2013, when Tang et al. defined social recommendation
to be any recommender system that includes social relations as an
extra input [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Thus, social recommenders are hybrid recommender
systems that combine social relationships (e.g. membership,
friendship, following relations, trust relations) with another
recommendation method, most commonly CF. Rather than using
only the user–item matrix as in traditional CF, a social
recommendation mechanism uses two matrices: a user–item matrix,
which represents the items that are rated by the user, and a user–user
matrix, which represents the social relations between users. Many
studies demonstrate that using social information in the
recommendation process reduces the effect of the data sparsity and
cold start problems [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and enhances prediction accuracy [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
There are many approaches combining CF recommender with a social
network based on explicit social relations between users (e.g.
[
        <xref ref-type="bibr" rid="ref20 ref26 ref3 ref8">3,8,20,26</xref>
        ]) for example, following on Twitter or Instagram, being
friends on Facebook, or in general connection that is made with the
awareness or agreement of both users. For instance, Liu and Lee [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]
compared four algorithms to recommend skin products: nearest
neighborhood CF, social CF, a combination of nearest neighborhood
CF and social CF, and nearest neighborhood CF with an amplification
of data from social friends. Groh and Ehmig [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] considered the user’s
friends to form the user’s neighborhood to recommend local clubs
using social CF. Yuan et al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] tested the effect of two explicit social
networks, membership and friendship, fused with conventional CF
recommendation methods to recommend music. Bellogin, Cantador
and Castells [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] tested different recommendation approaches to
recommend music items using tags and social network information.
All previous studies in social recommendations using explicit relations
between users are in the taste domains (i.e. recommending music,
movies or clubs or restaurants. However, it is difficult to use the
recommendation algorithms developed for a taste domain to
recommend research papers because in taste domains, the number of
ratings for each item is larger than the number of ratings received per
research paper. Generally, researchers seem reluctant to rate research
papers in bookmarking systems, and there is a lack of explicit ratings
in the domain of research paper recommendation. Thus, most of the
research done in this area is based on citation networks and implicit
feedback about the papers, generated from user actions such as
tagging, downloading, or bookmarking.
      </p>
      <p>
        Existing research has explored also the use of implicit networks in
social recommender systems. Implicit social networks are constructed
by inferring relationships between users that may not exist in the real
world, and the users may be unaware of them. For example, the users
that belong to the same neighborhood in a CF could be considered as
part of an implicit network constructed by relating uses who gave
similar ratings to the same items. These implicit relationships have
been often called “trust” [
        <xref ref-type="bibr" rid="ref1 ref13 ref21 ref7">1, 7, 13, 21</xref>
        ]. For example, in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], a
trustaware RS is proposed that uses trust metrics to personalize the
recommendations for secure skiing routes by showing information
from only users the target user trusts. The trust in Moleskiing is used
to alleviate the data sparsity problem using trust propagation to infer
the trust values for unknown users. The FilmTrust social Web site
system proposed by Golbeck [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] recommends movies using the trust
developed between users based on similar movie ratings. A study
done by O’Donovan and Smyth [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] incorporates implicit trust values
inferred from user ratings into standard CF. Massa and Avesani [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
propose a trust graph–based RS that uses trust values given by users in
addition to similarity measures to reduce the data sparseness that
affects new users. The results of their experiments, performed on the
Epinions dataset, show that trust-aware RSs outperform CF.
Some studies compared the recommendations produced by explicit
social networks with those produced by implicit social networks. For
example, Guy et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] compared recommendation produced by data
from users’ friends with recommendation produced using implicit
social relations among users based on their behaviors, such as using
the same tag or co-bookmarking the same webpage. Then, they
compared the results with the recommendation from people who are
familiar and similar to other users (i.e., a combination of both previous
social networks). They showed that the recommendation from users’
friends outperformed the recommendation of the implicit social
network. They explained their result with the fact that the
recommendations are explained to the users, who can see the picture
of the contact who sent the recommendation. However, this result
could be explained also with the fact that all users belong to the same
community, which, in this case, was the IBM Corporation, so they all
have similar interests and also know each other.
      </p>
      <p>
        A wise social network recommender system (WSNRS) was proposed
by Mican et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. It considered explicit and implicit social relations
(e.g., implicit relations based on number of clicks to see other user’s
profile). First, the algorithm considered the user’s connections made
up of users who have explicit social relations with the target user. It
then considered the interactions between the target user and other
users as well as the interactions between the target user and the
webpages to calculate a trust value. If the trust value was above
average, the target user is an implicit follower of the other user. The
recently published resources and the favorably rated resources from
the target user’s connections are then recommended to the target user.
Mican et al. explained and demonstrated this using a case study that
was neither evaluated by any evaluation metrics nor compared with
any baseline recommendation methods. Thus, the effectiveness of the
proposed method is unclear.
      </p>
      <p>
        Generally, very few studies incorporate social relations in the domain
of research paper recommendations. One of the existing works,
PubRec, is an RS that suggests to the target user, for a particular
paper of interest, the most related papers from the libraries of other
users to whom that user is socially connected [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. PReSA [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] takes
advantage of the available data on social bookmarking websites (e.g.,
CiteULike), such as bookmarked papers, metadata, and users’
connections, to recommend papers from the users’ connections’
libraries that are similar and popular among the users’ social
connections. Both PubRec and PReSA consider the explicit
relationships among users in the recommendation process. Lee and
Brusilovsky studied three explicit social networks—watching
networks [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], group membership [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], and collaboration networks
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]—to find the extent of interest similarities between users
involved in those networks and compare the recommendations
watching networks produced to the recommendations traditional CF
produced [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Their results showed that the watching network
cannot compete with CF, that the similarities between users’ libraries
in group membership networks are insignificant [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], and that the
similarity between two users connected using co-authorship networks
is comparable to user connections using explicit networks, which
require agreement between the parties [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
      <p>All the studies that have been done in the area of exploiting social
relations in recommending research papers are based on explicit
social networks, which have low coverage. In the next section, we
propose three social networks where the social relations between
users are inferred based on their publications and their bookmarked
papers. We test the recommendation accuracy using these social
networks as sources of information and we also test the user
coverage. Then, we compare the results with hybrid approaches that
fuse recommendation from implicit and explicit social networks to
provide a good balance between recommendation accuracy and user
coverage.</p>
    </sec>
    <sec id="sec-3">
      <title>3. EVALUATED SOCIAL NETWORKS</title>
      <p>Three implicit social networks (ISNs) based on users’ bookmarking
behavior are proposed as candidates to use for recommending
research papers. In addition, two commonly used explicit social
networks are introduced: co-authorship and friendship. In this section
we describe all these five social networks.</p>
    </sec>
    <sec id="sec-4">
      <title>3.1 Implicit Social Networks</title>
      <p>We consider three different social networks that connect users to
each other based on their bookmarking and tagging behavior in social
bookmarking tool. First, the readership ISN connects users to the
authors of the papers that they have bookmarked. We assume that if
users bookmark specific papers, interest overlap exists between the
bookmarkers and the authors of the papers; this overlap increases
with the increase in the number of papers users bookmark from the
same author. The relation could be unidirectional or reciprocal. The
relation is unidirectional if only one of the users in this relation has
bookmarked the other user’s publications. The relation is reciprocal
if both users have bookmarked each other’s publications. Figure 1
shows the relations in this network, which are depicted as black
arrows. For example, the relation between user 3 and user 5 is
reciprocal, while the relation between user 3 and user 1 is
unidirectional; user 3 is the paper’s bookmarker and user 1 is the
paper’s author. The numbers on the arrows represent the strength of
the relations. For example, the strength of the relation between user 3
and user 1 is five, which means that user 3’s library contains five
bookmarked papers authored by user 1.
Second, the co-readership ISN connects users who bookmark (and
presumably read) papers written by the same authors. If user 1 and
user 2 have both bookmarked papers written by user 3, then user 1
and user 2 are connected using the co-readership ISN. This network
structure is useful for users who do not yet have publications and
therefore cannot have relations in network 1. The assumption is that
users who bookmark the same paper(s) also have similar interests.
The strength of the relationship is measured by the number of authors
whose libraries overlap. Figure 1 shows an example of the
relationships in this network in blue. For example, user 5 and user 6
are connected because they both bookmarked papers written by the
same authors; the number of overlapping author names here is five.
We show only a part of the graph, and it includes only one of those
five authors (user 4).</p>
      <p>
        Third, the tag-based ISN connects users if they use the same tags to
annotate their bookmarked papers. However, we do not check
whether users use the same tags to annotate the same papers. We
consider the tag similarity between the entire tag cloud associated
with each user. We assume that the more similar tags the users have,
the higher the interest similarity. While the previous two networks
are based on the papers’ metadata, this network is based on
usergenerated data. To build this network, the tags used to annotate the
papers are aggregated for each user. The data is preprocessed to make
the tags comparable. We follow the method described in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] to
preprocess the tags. All tags are preprocessed by converting them to
lowercase, removing the stop words, and then using the porter
stemmer tool to remove any additional letters added to the root word
to eliminate the effect of the word variation (e.g., the word “social”
could have different variations, such as “socialize”, “socialization” or
“socializing”). The relations in this network also have strengths. The
strength of the relation between two users is measured by the number
of tags they share. The assumption is that the more tags two users
share, the stronger the relationship is between them.
      </p>
    </sec>
    <sec id="sec-5">
      <title>3.2 Explicit Social Networks</title>
      <p>We consider two social networks where the relations between users
are explicitly defined: co-authorship SN and friendship SN. The
coauthorship relations between two users emerge when they collaborate
in writing and publishing a research paper(s). When two users
collaborate in publishing papers, this means that they share similar
interest and have strong relationship. The co-authorship SN also has
a strength represented by how many papers the pair of users has
coauthored. The other explicit SN is the friendship SN, which has
undirected relations. The relation emerges between two users when
one user invites the second user to add her to her connection (i.e.
contact) list, and the second user accepts the invitation.</p>
    </sec>
    <sec id="sec-6">
      <title>4. EVALUATED RECOMMENDING</title>
    </sec>
    <sec id="sec-7">
      <title>APPROACHES</title>
      <p>To determine the effectiveness of the three introduced ISNs as
sources for recommendations, we compared three existing commonly
used social recommendation approaches: social recommender,
combined recommender and amplified recommender. These
recommendation approaches were applied previously to datasets that
have explicit social relations and numeric ratings of items (i.e. rating
of items using Likert scale). We applied the same approaches to a
dataset that has implicit social relations and unary ratings of items
(i.e. existence of the paper in the user’s library).</p>
    </sec>
    <sec id="sec-8">
      <title>4.1 Social Recommender</title>
      <p>
        The social recommender was proposed by [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. It simply replaces the
anonymous nearest neighbors in the user-based CF with the target
user’s social friends in the social network. To apply the social
recommender to the proposed ISNs, we found the social friends of
each user and used the data from those friends in the same way that
anonymous peers in CF are used - by picking the top N peers and
using their bookmarked papers to find candidate papers to
recommend to the user. However, in the social recommender we
replaced the similarity between users that is used in the predication of
the target user’s rating for unseen items with the weighted strength
between users Ui and Uj
      </p>
      <p>, calculated as:

  , =

   ,
 
Where</p>
      <p>, is the strength of the relation between Ui and Uj and
   is the sum of all strength values between Ui and all of
other users who are connected to her.</p>
    </sec>
    <sec id="sec-9">
      <title>4.2 Combined Recommender</title>
      <p>
        The combined recommender integrates neighbors from conventional
user-based CF and the target user’s social friends to construct a new
nearest neighborhood set for the target user [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. We then used the
data from users in the new combined neighbors in the
recommendation following the same way as in the social
recommender.
      </p>
    </sec>
    <sec id="sec-10">
      <title>4.3 Amplified Recommender</title>
      <p>
        The amplified recommender amplifies the social friends’ preferences
in CF nearest neighbors [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. First, the nearest neighborhood peers
Co-authorship SN
      </p>
      <sec id="sec-10-1">
        <title>Number of co-authors</title>
        <p>
          Total/average number of social relations/ per user
were identified by CF top-N technique. Then, if the user’s social
friends were also in the top-N neighbors, we used an amplifying
approach to give the preferences from those social friends more
weight in the recommendation process. The amplifying function that
we used is the one used in [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ], which is given by:
    
  , 
Min (     × (1 +
) ,1) 
where Uj is the target user, Ui is one of the Uj’s social friends,      is
the similarity between Ui and Uj which is calculated by CF approach
using the papers that are co-bookmarked by both users,      is the
number of interaction between the target Uj and the user’s social
friend Ui, and   ,  is the total number of interactions between the
target Uj and all of the user’s social friends. Because the similarity
value cannot be greater than 1, we chose a minimum value between 1
and the amplified value. The interactions between the target user and
one of the user’s social friends were based on the type of ISN on
which we were trying to apply the approach. For example, if we use
the co-readership ISN, the number of interactions equals the number
of authors that both users have in common (i.e., the number of
authors one or more of whose papers both users bookmark).
        </p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>5. EXPERIMENTS AND DATASET</title>
    </sec>
    <sec id="sec-12">
      <title>5.1 Dataset</title>
      <p>We collected the data for this study from the CiteULike.org social
bookmarking website. This site has been in active use since
November 2004; it currently has 8,217,384 bookmarked papers. It
allows social features such as connecting users, watching users
(similar to following on Twitter), and sharing references. Users of
CiteULike can import scientific reference data from other resources
such as PubMed and can assign tags to the bookmarked references
for future easy access. Using the snowball method, we crawled the
CiteULike website, starting with 500 randomly chosen, recently
active users whose publications and bookmark data we collected.
Then, we branched to collect the users’ data for the users who had
bookmarked their publications or who had bookmarked the same
papers as the initial users. Table 1 shows the descriptive statistics for
the dataset collected between December 2014 and February 2015.</p>
      <sec id="sec-12-1">
        <title>Number of relations in tag-based ISN/ number of users in this network</title>
      </sec>
      <sec id="sec-12-2">
        <title>Number of users</title>
      </sec>
      <sec id="sec-12-3">
        <title>Total number of distinct papers</title>
        <p>Total number of publications/bookmarks/tags
19,774/1,323,065/
13,189
1,043,675
3,086,565
1.52/98.79/3.81
9,248/4,909
We compute several metrics from the Informational Retrieval field to
measure the prediction accuracy of recommenders. Since the data
that we have is bookmarking data, which is considered as unary
rating (i.e. presence of absence of rating), the best metrics are
precision and recall at top N. It is always assumed that the items with
higher ranks in the recommended list of items are more important
than items with lower ranks. We calculate the precision and recall for
three ranks: top two, top five, and top ten. Then we compare the
results among these ranks. Precision@N (reported as P@N in Figure
2) and Recall@N (reported as R@N in Figure 2) are calculated with
respect to the rank. For example, if Precision@10 is used, we
calculate the ratio of the true recommended items to the top 10
recommended items, and the Recall@10 is the ratio of the number of
true recommended items in the top 10 recommended items to the test
set. In all of our experiments, we used fivefold cross validation
approach where 20% of the user’s bookmarks are used as testing data
and 80% are used as training data. This process is repeated five
times, each time with different test and training sets. Then the
accuracy of the prediction is calculated.</p>
        <p>When N, the number of recommended items, increases, a trade-off
between precision and recall metrics is observed. When N increases,
the precision value starts to decrease, while the recall starts to
increase. To reduce the effect of the change of the precision and
recall by increasing the N value, the F1-measure (reported as F1@N
in Figure 2) is used to produce evaluation results that are more
universally comparable. F1 can be calculated using the following
equation:</p>
      </sec>
    </sec>
    <sec id="sec-13">
      <title>5.3 Experiments and Results</title>
      <p>In this section, the conducted experiments are described, and the
results for each experiment are explained.</p>
      <sec id="sec-13-1">
        <title>5.3.1 Finding the Best Settings for Each ISN</title>
        <p>First, we run the different recommenders described in section 4 for
each of the implicit social networks (readership ISN, co-readership
ISN and tag-based ISN) as well as for the two explicit social
networks (co-authorship SN and friendship SN). To find the best
settings for each network, different neighborhood sizes (k value) are
tested and different ranked lists are produced (top two, top five, and
top ten).</p>
        <p>We found that the best performing settings for each network with
respect to more metrics are:





</p>
        <sec id="sec-13-1-1">
          <title>Readership ISN (reciprocal relations): social recommender with K=5 Readership ISN (unidirectional relations): combined recommender K= 20</title>
          <p>Co-readership ISN: amplified recommender, K= 20
Tag-based ISN: amplified recommender, K= 20
Co-authorship SN: amplified recommender, K= all
relations</p>
          <p>
            Friendship SN: amplified recommender, K= all relations
Therefore, we used these settings in the next experiment when fusing
data from different social networks. With compatible results with the
study in [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ], small neighborhood size provided the best accuracy
results. In addition, as noted for the explicit social networks
(friendship and co-authorship), the best results were achieved by
using all the of users’ social relations. This is because each user has
very few social relations; the average number of relations in
friendship networks and co-authorship networks are 0.3 and 1.27
respectively.
5.3.2 Hybrid Recommendation of Explicit and Implicit
Social Networks
Then, we used a weighted hybrid recommender to combine the
results of recommending research papers using data from explicit and
implicit social networks. Even though there are many hybrid
approaches [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ], we prefer to use the weighted hybrid approach
because it brings together all the capabilities of the combined
approaches in a straightforward and easy to perform way. It is a
linear combination that aggregates the prediction score from different
recommendation approaches using a different weight for each
recommendation approach. The hybrid recommendation is calculated
from the linear combination of different recommendations using
 
 = ∑ (   ,  .    )
          </p>
          <p>
            ∈
where    is the weight for the recommender Sj, and its value ranging
from 0.1 to 0.9, and the sum of all weights is equal to 1. Since the
optimum weight is usually derived by examining the performance of
all possible combinations [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ], we used all the combinations from 0.1
to 0.9 by gradually increasing the weight of the first recommender by
increments of 0.1. We first tested the hybrid approach of the
coauthorship network (explicit) with every implicit social network, then
we tested the friendship network (explicit) with every implicit social
network. However, we used a modified version of the weighted sum
approach called cross-source hybrid [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ]. Cross-source hybrid
approach favors items that are recommended by both approaches. We
agree that items that are recommended by implicit social network
recommender and explicit social network recommender are more
important than items that are recommended by only one
recommender. Therefore, the above equation for weighted sum
hybrid approach is modified as follows:
 
 = ∑ (   ,  .    ) . |   |
          </p>
          <p>∈
Where |   | is the number of recommenders that recommend item i.
We use the cross-source hybrid if the user has relations in both social
networks. However, we used weight 1 for the recommendation if the
user has relations in only one of social networks. For instance, if we
aim to fuse the recommendations produced by co-authorship explicit
network with recommendation produced by co-readership ISN, but
the user has only relations in co-readership, we use the weight 1 for
the recommendation produced by co-readership and completely
ignore the co-authorship ISN for this specific user. We used this
approach to make the recommendations more personalized. The best
weight combination for each hybrid approach is shown in Table 2.
When recommendations using co-authorship network are fused with
recommendations from reciprocal readership ISN, the maximum
accuracy is reached when the recommendations from the
coauthorship network are given high weight, 0.8. However, when
coauthorship network recommendation is fused with other ISNs, the
best accuracy achieved when the weight of co-authorship was 0.3 in
the case of unidirectional readership ISN and 0.1 in the case of
coreadership ISN and tag-based ISN. This is because there is a high
overlap between the co-authorship social relations and the reciprocal
readership relations; 58.68 percent of the relations in the
coauthorship network was discovered by the reciprocal relations in
readership network. The effect of the co-readership is less visible in
the other networks, and that might be because there is a huge gap
between the small number of relations in co-authorship network and
the large number of relations in the other networks.</p>
          <p>When recommendations from friendship network are fused with
recommendations from implicit social networks, we can notice that
the maximum accuracy of the recommendations occurs when the
weight of the friendship network is higher than the weight of implicit
networks.
5.3.3 Comparison between Recommendations from
Different ISNs with Friendship or Co-authorship SNs
We conducted an experiment to compare the recommendation using
only ISN data, with the hybrid approach that combine
recommendations from ISNs with each of the two explicit networks –
the co-authorship network, or the friendship network, respectively.
The results shown in Figure 2 reveal that the best prediction accuracy
is achieved when the recommendation from the friendship network is
fused with recommendation from ISN; this is true for all implicit
social networks and for all measures (precision, recall and F1 at top
ten). However, the co-readership ISN did not help in increasing the
prediction accuracy. In most of the cases, the prediction accuracy
stayed the same. In the readership ISN, the prediction accuracy
slightly decreased when recommendation from co-authorship SN is
fused. The only case that the precision increased is when
recommendation from unidirectional readership SN is used with
coauthorship SN recommendation.</p>
        </sec>
      </sec>
      <sec id="sec-13-2">
        <title>5.3.4 User Coverage</title>
        <p>
          While measuring the prediction accuracy of recommendation to filter
several recommendation approaches is important, it is not the only
way to evaluate the performance of a certain recommendation
approach. Non-performance measures, such as serendipity, diversity,
novelty, or coverage, can also evaluate recommendation approaches
[
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. One measure that compares the capability of different
recommending approaches to produce recommendations for a larger
set of users is the coverage measure, which is the ratio of users who
receive nonempty recommended sets to the total number of users.
The more coverage provided, the better the recommending algorithm.
We found that the co-readership ISN had the highest user coverage
(87.25 percent), higher than the tag-based ISN (85.55 percent), the
unidirectional readership ISN (37.22 percent), and the reciprocal
readership ISN (1.59 percent). We found that only 18 percent of
users have explicit social relations and the average number of social
relations per user is only 0.31. The co-authorship explicit SN has a
very low coverage (1.873 percent). A tradeoff is noticed between the
prediction accuracy and the user coverage: the more accurate the
prediction, the smaller the user coverage.
        </p>
        <p>Table 3 shows the coverage of different social networks and
compares them to the coverage of the hybrid approaches. The
recommendation coverage increases when recommendations from
explicit and implicit SNs are combined. However, the maximum
coverage is reached when recommendation from the friendship SN is
fused with any of the ISNs. This is true for all of ISNs. For example,
the increase in the coverage for the reciprocal readership ISN when
the recommendation is fused with the friendship SN is more than
16%, while the increase in the coverage when the recommendation
fused with the co-authorship SN is only 0.59%.</p>
        <p>Fusing recommendation from friendship SN increases both the
prediction accuracy and the recommendation coverage. The
unidirectional readership ISN is the network that improved the most
from fusing recommendation from friendship SN (F1-measure
increase of almost 11%), then the reciprocal readership ISN (7.8 %),
tag-based ISN (2.9% increase), and finally, the co-readership ISN
(with 2.5% increase). Even though, fusing recommendation from
coauthorship SN did not improve the recommendation accuracy, it
improves the recommendation coverage.</p>
      </sec>
    </sec>
    <sec id="sec-14">
      <title>6. Conclusions and Future Work</title>
      <p>We compared the prediction accuracy and the recommendation
coverage in three implicit social networks: readership ISN (reciprocal
relations or unidirectional relations), co-readership ISN and tag-based
ISN. Then we fused recommendation from these networks with two
social networks that are based on explicit social relations between
users, namely: friendship SN and co-authorship networks. Weighted
sum approach was used to fuse the recommendations from two
sources (implicit and explicit social networks). The experiments
showed that fusing the recommendations from each ISN with
recommendations from either the friendship or co-authorship explicit
network is beneficial in increasing the user coverage. In addition, the
prediction accuracy of all the recommendations from ISNs improved
when fused with the friendship explicit SN, but fusing with the
coauthorship SN did not help in improving the recommendation
accuracy. Therefore, a hybrid approach that fuses recommendations
from explicit social networks such as friendship can increase both
prediction accuracy and user coverage. This finding is beneficial for
recommender algorithm designers to consider hybrid approaches that
take into account different social relations of users. Such social
relations can be harvested from bookmarking systems that allow
synchronizing information from different systems such as
(CiteULike.org and Mendeley.com). Our findings are also beneficial
for recommender systems interface designers, highlighting the need
for allowing users to set weights of different recommendation
sources and show the recommended list with explanations.
In the future, we want to generalize our findings by testing the
proposed implicit social networks with other datasets and/or with
different applications. In this paper, we used the same weights for all
users to combine recommendations from different resources, which
limits the personalization capabilities. In the future, we want to test
using dynamic weights that are based on each user’s features such as
social network features (e.g. number of incoming/outgoing social
relations). We also want to test the recommendations produced by
ISNs with real users to test the user perception of and/or satisfaction
with recommendations and the degree to which users trust the
recommender, and also test the effect of giving the user the control
on the fusing weights for explicit and implicit social network-based
recommendations.</p>
    </sec>
    <sec id="sec-15">
      <title>7. ACKNOWLEDGMENTS</title>
      <p>This work has been supported by a PhD fellowship of the Institute of
Public Administration, Riyadh, Saudi Arabia and by the NSERC
Discovery Grant program.</p>
    </sec>
    <sec id="sec-16">
      <title>8. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Avesani</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Massa</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Tiella</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <article-title>A Trust-Enhanced Recommender System Application: Moleskiing</article-title>
          .
          <source>In Proceedings of the 2005 ACM Symposium on Applied Computing</source>
          , (New York, USA,
          <year>2004</year>
          ), ACM Press,
          <fpage>1589</fpage>
          -
          <lpage>1593</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Basu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirsh</surname>
          </string-name>
          , H.,
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>W.W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Nevill-Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Technical Paper Recommendation: A Study in Combining Multiple Information Sources</article-title>
          .
          <source>J Artif Int Res</source>
          <volume>14</volume>
          (
          <year>2001</year>
          ),
          <fpage>231</fpage>
          -
          <lpage>252</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Bellogín</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cantador</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Castells</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <article-title>A Study of Heterogeneity in Recommendations for a Social Music Service</article-title>
          .
          <source>In Proceedings of the First International Workshop on Information Heterogeneity and Fusion in Recommender Systems</source>
          , (New York, NY, USA,
          <year>2010</year>
          ), ACM,
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Bellogín</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cantador</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Díez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castells</surname>
          </string-name>
          , &amp;
          <string-name>
            <surname>Chavarriaga</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <article-title>An empirical comparison of social, collaborative filtering, and hybrid recommenders</article-title>
          .
          <source>ACM Trans. Intell. Syst. Technol</source>
          .
          <volume>4</volume>
          (
          <issue>2013</issue>
          ),
          <volume>14</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          :
          <fpage>29</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Bostandjiev</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>O</given-names>
            <surname>'Donovan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            , &amp;
            <surname>Höllerer</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          <article-title>TasteWeights: A Visual Interactive Hybrid Recommender System</article-title>
          .
          <source>In Proceedings of the Sixth ACM Conference on Recommender Systems</source>
          , (New York, NY, USA,
          <year>2012</year>
          ) ACM,
          <fpage>35</fpage>
          -
          <lpage>42</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Burke</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <article-title>Hybrid Recommender Systems: Survey and</article-title>
          <string-name>
            <given-names>Experiments. User</given-names>
            <surname>Modeling</surname>
          </string-name>
          and
          <string-name>
            <surname>User-Adapted</surname>
            <given-names>Interaction</given-names>
          </string-name>
          ,
          <volume>12</volume>
          ,
          <issue>4</issue>
          (
          <year>2002</year>
          ),
          <fpage>331</fpage>
          -
          <lpage>370</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Golbeck</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <article-title>FilmTrust: Movie Recommendations from Semantic Web-Based Social Networks</article-title>
          .
          <source>In ISWC2005 Posters &amp; Demonstrations</source>
          , (
          <year>2005</year>
          ), PID-
          <volume>72</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Groh</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ehmig</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Recommendations in Taste Related Domains: Collaborative Filtering vs</article-title>
          .
          <source>Social Filtering</source>
          .
          <source>In Proceedings of the 2007 International ACM Conference on Supporting Group Work</source>
          , (New York, NY, USA,
          <year>2007</year>
          ), ACM,
          <fpage>127</fpage>
          -
          <lpage>136</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Guy</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zwerdling</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carmel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronen</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uziel</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yogev</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ofek-Koifman</surname>
          </string-name>
          ,
          <source>S. Personalized Recommendation of Social Software Items Based on Social Relations. In Proceedings of the Third ACM Conference on Recommender Systems</source>
          , (New York, NY, USA,
          <year>2009</year>
          ), ACM,
          <fpage>53</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Herlocker</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konstan</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Terveen</surname>
            ,
            <given-names>L. G.</given-names>
          </string-name>
          , John, &amp;
          <string-name>
            <surname>Riedl</surname>
            ,
            <given-names>T.</given-names>
          </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="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Kautz</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Selman</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Referral Web: Combining Social Networks and Collaborative Filtering</article-title>
          .
          <source>Commun ACM</source>
          <volume>40</volume>
          (
          <year>1997</year>
          ),
          <fpage>63</fpage>
          -
          <lpage>65</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lyu</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>King</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <article-title>SoRec: Social Recommendation Using Probabilistic Matrix Factorization</article-title>
          .
          <source>In Proceedings of the Seventeenth ACM Conference on Information and Knowledge Management</source>
          , (New York, NY, USA,
          <year>2008</year>
          ), ACM,
          <fpage>931</fpage>
          -
          <lpage>940</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Massa</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Avesani</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Trust-Aware Recommender</surname>
          </string-name>
          <article-title>Systems</article-title>
          .
          <source>In Proceedings of the 2007 ACM Conference on Recommender Systems</source>
          , (New York, NY, USA,
          <year>2007</year>
          ), ACM,
          <fpage>17</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>McNee</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Albert</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cosley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gopalkrishnan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lam</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rashid</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konstan</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Riedl</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <article-title>On the Recommending of Citations for Research Papers</article-title>
          .
          <source>In Proceedings of the 2002 ACM Conference on Computer Supported Cooperative Work</source>
          , (New York, NY, USA,
          <year>2002</year>
          ), ACM,
          <fpage>116</fpage>
          -
          <lpage>125</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Mican</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mocean</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tomai</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Building a Social Recommender System by Harvesting Social Relationships and Trust Scores between Users</article-title>
          . In W. Abramowicz,
          <string-name>
            <given-names>J.</given-names>
            <surname>Domingue</surname>
          </string-name>
          , &amp; K. Węcel (Eds.),
          <source>Business Information Systems Workshops</source>
          , Springer Berlin Heidelberg. 1-
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>D.H.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Brusilovsky</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <article-title>Improving Recommendations Using Watching Networks in a Social Tagging System</article-title>
          .
          <source>In Proceedings of the 2011 iConference</source>
          , (New York, NY, USA,
          <year>2011</year>
          ), ACM,
          <fpage>33</fpage>
          -
          <lpage>39</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>D.H.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Brusilovsky</surname>
          </string-name>
          , P. Interest Similarity of Group Members:
          <article-title>The Case Study of CiteULike. In the WebSci10: Extending the Frontiers of Society On-Line, Raleigh</article-title>
          ,
          <string-name>
            <surname>NC</surname>
          </string-name>
          : USA,
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Personalized Recommendations Based On Users' Information-Centered Social Networks</article-title>
          .
          <source>Doctoral Dissertation</source>
          . University of Pittsburgh.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B. Informational</given-names>
          </string-name>
          <string-name>
            <surname>Retrieval</surname>
            and
            <given-names>Web</given-names>
          </string-name>
          <string-name>
            <surname>Search</surname>
          </string-name>
          .
          <source>In Web Data Mining: Exploring Hyperlinks, Contents and Usage Data</source>
          , (New York, NY,
          <year>2007</year>
          ), Springer,
          <fpage>183</fpage>
          -
          <lpage>236</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          <article-title>Use of Social Network Information to Enhance Collaborative Filtering Performance</article-title>
          .
          <source>Expert Syst. Appl</source>
          .
          <volume>37</volume>
          (
          <year>2010</year>
          ),
          <fpage>4772</fpage>
          -
          <lpage>4778</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>O</given-names>
            <surname>'Donovan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            , and
            <surname>Smyth</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <article-title>Trust in Recommender Systems</article-title>
          .
          <source>In Proceedings of the Tenth International Conference on Intelligent User Interfaces</source>
          , (New York, NY, USA,
          <year>2005</year>
          ), ACM,
          <fpage>167</fpage>
          -
          <lpage>174</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Pera</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ng</surname>
          </string-name>
          , Y.
          <string-name>
            <surname>-K. A Personalized Recommendation</surname>
          </string-name>
          <article-title>System on Scholarly Publications</article-title>
          .
          <source>In Proceedings of the Twentieth ACM International Conference on Information and Knowledge Management</source>
          , (New York, NY, USA,
          <year>2011</year>
          ), ACM,
          <fpage>2133</fpage>
          -
          <lpage>2136</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Pera</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ng</surname>
          </string-name>
          , Y.
          <article-title>-K. Exploiting the Wisdom of Social Connections to Make Personalized Recommendations on Scholarly Articles</article-title>
          .
          <source>J. Intell. Inf. Syst</source>
          .
          <volume>42</volume>
          (
          <year>2014</year>
          ),
          <fpage>371</fpage>
          -
          <lpage>391</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , and Liu, H.
          <source>Social Recommendation: A Review. Soc. Netw. Anal. Min</source>
          .
          <volume>3</volume>
          (
          <issue>2013</issue>
          ),
          <fpage>1113</fpage>
          -
          <lpage>1133</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Torres</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McNee</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konstan</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Riedl</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <article-title>Enhancing Digital Libraries with TechLens+</article-title>
          .
          <source>In Proceedings of the Fourth ACM/IEEE-CS Joint Conference on Digital Libraries</source>
          , (New York, NY, USA,
          <year>2004</year>
          ), ACM,
          <fpage>228</fpage>
          -
          <lpage>236</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Yuan</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ding</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <article-title>Augmenting collaborative recommender by fusing explicit social relationships</article-title>
          .
          <source>In Workshop on Recommender Systems and the Social Web, with Recsys</source>
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>