<!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>Information Retrieval Framework based on Social Document Profile</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Amna Dridi supervised by: Mouna Kacimi</string-name>
          <email>Amna.Dridi@unibz.it</email>
          <email>Mouna.Kacimi@unibz.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Computer Science Free University of Bozen-Bolzano I-39100</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Social networks provide rich information about user interests and activities representing a valuable source for search personalization. However, social information is typically large and dynamic making its exploitation to obtain relevant search results a very challenging task. This work presents a PhD project plan that investigates Social Information Retrieval. The goal is threefolds: (1) create confidence area for information search by community detection based on tags similarity (2) introduce a new notion of Social Document Profile based on user activities, and (3) propose a novel ranking model based on social relevance.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Introduction</title>
      <sec id="sec-2-1">
        <title>Motivation</title>
        <p>
          Social networks are becoming one of the predominant sources of information.
Users of such networks publish documents that can take different forms,
including text, image, audio, and video. Additionally, they can perform different
types of actions around published documents. These actions can be classified as
descriptive or reactive. Descriptive actions, mainly tagging, reflect the content
of documents, while reactive actions such as like, dislike, rate, favorite, share,
and comment reflect users’ feedbacks regarding documents. This rich repository
of users’ actions triggered many research works to exploit social information
for search personalization [
          <xref ref-type="bibr" rid="ref10 ref12 ref13 ref14 ref3 ref4 ref5 ref5 ref5">3–5, 5, 5, 10, 12–14</xref>
          ]. Most of the existing techniques
consider descriptive actions (tagging) as the main indicator of users interests
and thus use them for building users and documents profiles. However, relying
only on tagging actions to provide relevant search results to users’ needs is not
sufficient. For example, a video tagged by {Wolswagen, car, advert} would be
returned as a relevant result to the query"car advert" initiated by a user
interested in "Wolswagen". Knowing that the video features people speaking in fake
Jamaican accents, some users would find it funny while some others would find
it offensive. In this case, the video should be relevant only if it is liked by users
having similar profiles to the query initiator. Consequently, the pool of users’
reactions should be exploited to refine the search space and give a new
definition for social document relevance. The contrast between descriptive actions
which are directly related to the content of documents and reactive actions that
show users’ personal preferences makes the exploitation of social information a
challenging task.
1.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Contribution and Paper structure</title>
        <p>We propose to provide tailored answers to users’ needs by exploiting social
information in two different stages. First, we use descriptive actions to create, for
each user, a confidence search area according to his profile. Second, we use both
descriptive and reactive actions to define a social profile, per confidence area, for
each document. The novel contribution by this paper has the following salient
properties:
1. We model a social information retrieval framework as an undirected graph
of social entities (User, Document, Tags and Clicks) where links represent
entities relations generated in a social context, Tags represent descriptive
actions, and Clicks represent reactive actions.
2. We exploit user profile as a tool for community detection based on Tags
similarity. The goal is to establish a confidence search area for each user.
3. We propose a novel Social Document Profile based on a tripartite graph
(Content, Tags, Clicks) that represents documents not only using their
content but also their social profile given by Tags and Clicks.
4. We propose a novel scoring model that combines content relevance based on
user profile and social relevance based on social document profile.
Our proposed approach goes beyond existing IR personalization techniques in
several ways. First, it combines two areas: community detection in social
networks and information retrieval. Second, unlike existing approaches, we define
personalization approach based not only on user profile but also on document
social profile. Third, none of the existing approaches takes into account clicks as
social information defining document profile.
2</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <p>
        Search personalization using social information has been investigated extensively.
The first class of approaches limits social information to annotations or tags
[
        <xref ref-type="bibr" rid="ref13 ref3 ref4 ref5">3–5, 13</xref>
        ]. For instance, Bouadjenek et. al., [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] use tags to build user profiles
and then use those profiles for query expansion. The idea is to compute social
proximity between each query and the profile of its initiator. Vellet et. al., [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
present two techniques that build user and document profiles. The first technique
use a vector space model incorporating the concepts of tag inverse document
frequency and tag inverse user frequency in folksonomy systems. By contrast,
the second technique adapts the BM25 probabilistic model to user and document
vectors. Similarly, Bouadjenek et. al., [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] propose a framework for social web
search, called LAICOS, which construct document profiles based on their content
and associated tags. Cai et. al., [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] examine the limitations of TF-IDF-based
models showing that using absolute term frequency favors active users against
non-active users. Moreover, inverted document frequency is not necessary useful
in indicating users’ preferences on tags or how a document is relevant to tags.
Thus, the authors use a Normalized Term Frequency (NTF) to indicate the
preference degree of a user on a tag and thus construct user profile. Then, they
perform search by matching users’ profile and documents profile.
      </p>
      <p>
        The second class of approaches exploits, in addition to tags, social
relationships between users [
        <xref ref-type="bibr" rid="ref1 ref10 ref12 ref6 ref9">1, 6, 9, 10, 12</xref>
        ]. For instance, Carmel et. al., [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] re-rank search
results based on friendship relationships among users. Schenkel et. al., [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
propose a top-k algorithm for social search and ranking with two dimensional
expansions: semantic expansion that considers the relatedness of different tags
and social expansion that considers the strength of relations among users. In
the same context, Gou et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] propose a framework called SNDocRank that
considers documents content and the relationship between information seekers
and documents owners by combining TF-IDF and Multi-level Actor Similarity
(MAS) algorithm. Tang et. al., [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] selects the closest sub topics to the query
and then looks for the most influential users. They have developed an influence
maximization algorithm to find the sub network that closely connects
influential users. Similarly, Ben Jabeur et. al., [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] define social scores based on users’
relationships which depend on users’ positions in the social network and their
mutual collaborations.
      </p>
      <p>
        All approaches described above focus on how to generate user profile using
social information but none of them takes into account social document profile.
In our work, we exploit user profile not at query time but to detect interest
communities as confidence search areas. Moreover, we build a social document
profile based on clicks which was not considered in related work. A work that
went beyond using only tags and user relationships is by Wang et. al., [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] who
define users’ interests based on users’ activities. However, the authors consider
activities that are not related to documents but about social relationships such
as subscription to groups. In our work, we use Clicks which are main indicators
of documents social relevance.
      </p>
      <p>
        Another research area related to our work is community detection where
various methods have been proposed [
        <xref ref-type="bibr" rid="ref2 ref6 ref7">2, 6, 7</xref>
        ]. For instance, Bothorel et. al., [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
develop measures of centrality based on the shortest paths in social networks
such as: Degree Centrality, Betweenness Centrality, and Closeness Centrality.
De Meo et. al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] take a different approach than using network structure and
propose Jaccard coefficient to calculate the similarity between users in
Facebook based on social activities. In case of a null result, Jaccard coefficient has a
disadvantage of the similarity lack between two users whereas this is not true.
To solve this problem, a popular parameter introduced by social science called
Katz coefficient is used to calculate the similarity between two users taking into
account all possible paths between two nodes. Carmel et. al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] consider
similarity between two individuals according to common activity in the context of
LC’s 1 social software: co-usage of the same tag, co-tagging of the same
docu1 IBM Lotus Connections
ment, co-membership of the same community, or co-commenting on the same
blog entry. The latter approach fits our needs but since we do not have access
to the corresponding platform, we adopt Katz coefficient and use it as tool for
community detection in social networks because of its effectiveness to take into
account various types of links between nodes in the social graph.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>Social Information Retrieval Framework</title>
      <p>We define the Social Graph SG as a tuple SG = fU, D, T, C, A1, A2g where U
= fu1, . . . , ukg, D = fd1, . . . , dlg, T = ft1, . . . , tmg and C = fc1, . . . , ceg are
respectively the set of Users, Documents, Tags and Clicks. A1 = {ui, dj , tf } 2
U D T is a set of annotations reflecting each user ui tagging document dj
with tag tf and A2 = {ui, dj , cr} 2 U D C is a set of clicks reflecting each
user ui reacting to document dj using click cr (see Figure 1).
Our personalized search strategy consists in the following steps. First, we extract
users’ communities from social networks based on users’ profiles. The profile of
a user is defined by the set of tags he used to annotate documents. Thus, the
community detection problem is reduced to computing tags similarity by using
the subgraph G = (U, T) of the social graph SG. Second, upon receiving a search
query Q = fq1; :::; qng from a user u, we proceed as follows:
1. We retrieve the topk relevant results to the query. Each result is associated
with a content relevance score; the more relevant and important a result is
with respect to the query, the higher its relevance score.
2. For each of the topk results, we compute its social score based on how popular
it is in user u’s community. This popularity is defined by related clicks (share,
favourite, comment, etc).
3. The results are then re-ranked based on the combination of the content
relevance score and the social relevance score of each result.
3.2</p>
      <sec id="sec-4-1">
        <title>Social User Profile-based community detection</title>
        <p>
          Social User Profile Our proposed model for social information retrieval is
based on a central phase of community detection. Our aim is to detect community
of interest to personalize IR processes. We propose to use the subgraph G = (U,
T) of the social graph SG to detect similar users based on the tags they use. Note
that, we take into account the time factor s since users’ interest change over time.
Therefore, the social user profile Pi of user ui is defined by Pi = ft1; : : : ; tmgs.
To detect community between users it is then to compute tags similarity.
Community Detection We propose to adopt Katz coefficient for community
detection. Katz coefficient is a similarity index proposed in the field of social
science and was recently rediscovered in the context of collaborative
recommendation and Kernel methods where they are known as Von Neuman Kernel.
Katz proposed a method of calculating similarity taking into account not only
the number of direct links between elements, but also the number of indirect
links [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>N
Katz := X
l=1
lpathsli;j
where l is the length of the path and l is the appropriate weight to path l.
3.3</p>
      </sec>
      <sec id="sec-4-2">
        <title>Social Document Profile</title>
        <p>Each document has a social profile defined by annotations (Tags) and Clicks in
addition to its content. Therefore, a document D is defined by the threefold fCt,
T, Cg where Ct, T and C respectively correspond to Content, Tag and Click.
Therefore, a document is evaluated through two measures: content relevance and
social relevance.</p>
        <p>Content relevance. To compute the relevance of a document dx to user query,
we use BM25 (or Okapi) scoring function given by :</p>
        <p>BM 25(dx; qi) = IDF (qi):</p>
        <p>f (qi; dx):(k1 + 1)
f (qi; dx) + k1:(1
b + b: ajvdgxdjl )
where f(qi, dx) is the count of term qi in document dx, |dx| is the length of
document dx, avgdl is the average document length in the collection of documents,
k1 = 1.2 and b = 0.75, IDF(qi) is the inverse document frequency weight of the
query term qi which is computed as :
where N is the total number of documents in the collection, and n(qi) is the
number of documents containing n(qi). Thus, the content relevance score of a
document x is given by:</p>
        <p>IDF (qi) = log</p>
        <p>N</p>
        <p>n(qi) + 0:5
n(qi) + 0:5
n
Rel(dx; Q) = X BM 25(dx; qi)</p>
        <p>i=1
Social relevance. To compute social relevance, we use the tripartite graph
(User, Document, Click) from the Social Graph SG. We consider the Clicks C
= fc1, . . . , ceg to estimate the social popularity of a document in a given
community. For the same query by two different users returned results are ordered
differently depending on the social context of each user. Our idea for the social
relevance computation is to to find a social score for clicks which is the weighted
sum of clicks weighted scores. We consider the following click score of document
dx clicked by click ci in the community of user u:
cs(dx; ci; u) =
count(ci; dx; u)
count(dx; u)
where: count(ci; dx; u) is the number of users, in the community of user u, who
used click ci for document dx, and count(dx; u) is the total number of users, in
the community of user u, who clicked on document dx. By combining the click
scores, we obtain the social score of document dx in the community of user u
given by:</p>
        <p>e
SS(dx; u) = X
i=1
ics(dx; ci; u)
where e is the number of clicks types (For example, in Facebook we have e=3
because we have 3 clicks types : like, share and comment) and Pin=1 i = 1
where i is a weighted coefficient selected by the query initiator.
3.4</p>
      </sec>
      <sec id="sec-4-3">
        <title>Social Ranking Function</title>
        <p>We use a linear combination of the content score Rel(dx; Q) and the social score
ss(dx; u) to obtain the final score of a document dx returned as a result for query
Q initiated by user u:</p>
        <p>S(dx; u) = Rel(dx; Q) + (1
)SS(dx; u)
where 0</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Research Plan and Conclusion</title>
      <p>As a short term objective, we plan to implement our personalized search
approach and perform experiments on real-world data to evaluate its performance
focusing on the following tasks: .
1. Compare our click-based personalization with tag-based personalization
2. Study closely the impact of the social document model on search results
3. Analyze how our technique performs depending on the level of activities in
different communities.
4.1</p>
      <sec id="sec-5-1">
        <title>Experimental Data</title>
        <p>We will test our personalized search approach using data crawled from YouTube
2 which has the main characteristics needed for our solution. This dataset have
been crawled during the period between October, 15th, 2012 and December,
25th, 2012. It contains 890682 videos, 282074 users and 1014190 information
about social clicks (comment, favourite and rated).
2 www.youtube.com</p>
        <p>Acknowledgements. This research was supported by the RARE project at
KRDB research centre for knowledge and data at Free University of
BozenBolzano.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Ben</given-names>
            <surname>Jabeur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Tamine</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Boughanem</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.:</surname>
          </string-name>
          <article-title>A social model for Literature Access: Towards a weighted social network of authors</article-title>
          .
          <source>In Proceeding of RIAO</source>
          <year>2010</year>
          , pp.
          <fpage>32</fpage>
          -
          <lpage>39</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bothorel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Social network analysis and unpopular content recommendation</article-title>
          .
          <source>Review of New Information Technologies (RNIT)</source>
          <year>2011</year>
          , Vol.
          <source>A.5</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bouadjenek</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hacid</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bouzeghoub</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>LAICOS: An open source platform for personalised social web search</article-title>
          .
          <source>In Proceeding of KDD</source>
          <year>2013</year>
          , pp.
          <fpage>1446</fpage>
          -
          <lpage>1449</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bouadjenek</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hacid</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bouzeghoub</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daigremont</surname>
          </string-name>
          , J.:
          <article-title>Personalized social query expansion using social bookmarking systems</article-title>
          .
          <source>In Proceeding of SIGIR</source>
          <year>2011</year>
          , pp.
          <fpage>1113</fpage>
          -
          <lpage>1114</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Cai</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          :
          <article-title>Personalized Search by Tag-based User Profile and Resource Profile in Collaborative Tagging Systems</article-title>
          .
          <source>In Proceedings of CIKM</source>
          <year>2010</year>
          , pp.
          <fpage>969</fpage>
          -
          <lpage>978</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Carmel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zwerdling</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guy</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ofek-Koifman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Har'el, N.,
          <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>
          ,
          <string-name>
            <surname>Chernov</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Personalized Social Search Based on the User's Social Network</article-title>
          .
          <source>Proceedings of CIKM</source>
          <year>2009</year>
          , pp.
          <fpage>1227</fpage>
          -
          <lpage>1236</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>De</surname>
            <given-names>Meo</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Ferrara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Fiumara</surname>
          </string-name>
          , G.:
          <article-title>Finding Similar Users in Facebook, Social Neworking and Community Behavior Modeling: Qualitative and Quantitative Measurement</article-title>
          .
          <source>IGI Global</source>
          <year>2011</year>
          , pp.
          <fpage>304</fpage>
          -
          <lpage>323</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Fouss</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pirotte</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Renders</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saerens</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Random-walk computation of similarities between nodes of a graph, with application to collaborative recommendation</article-title>
          .
          <source>In Proceeding of TKDE 2006</source>
          , Vol.
          <volume>19</volume>
          , pp.
          <fpage>2007</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giles</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          :
          <article-title>Social Network Document Ranking</article-title>
          .
          <source>Proceedings of JDCL</source>
          <year>2010</year>
          , pp.
          <fpage>313</fpage>
          -
          <lpage>322</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Schenkel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crecelius</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kacimi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parreira</surname>
            ,
            <given-names>J.X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Efficient Top-k Querying over Social-tagging Networks</article-title>
          .
          <source>In Proceedings of SIGIR</source>
          <year>2008</year>
          , pp.
          <fpage>523</fpage>
          -
          <lpage>530</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Ronen</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shahar</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ur</surname>
            ,
            <given-names>S.</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>
          ,
          <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>Guy</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Har'El</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ofek-Koifman</surname>
          </string-name>
          ,
          <year>Sh</year>
          .:
          <article-title>Social Networks and Discovery in the Entreprise (SaND)</article-title>
          .
          <source>In Proceedings of SIGIR</source>
          <year>2009</year>
          , pp.
          <fpage>836</fpage>
          -
          <lpage>836</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wan</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Topic-level Social Network Search</article-title>
          .
          <source>In Proceedings of KDD</source>
          <year>2011</year>
          , pp.
          <fpage>769</fpage>
          -
          <lpage>772</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Vallet</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cantador</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joemon</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          :
          <article-title>Personalizing Web Search with Folksonomybased User and Document Profiles</article-title>
          .
          <source>In Proceedings of ECIR</source>
          <year>2010</year>
          , pp.
          <fpage>420</fpage>
          -
          <lpage>431</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jin</surname>
          </string-name>
          , H.:
          <article-title>Exploring Online Social Activities for Adaptive Search Personalization</article-title>
          .
          <source>In Proceedings of CIKM</source>
          <year>2010</year>
          , pp.
          <fpage>999</fpage>
          -
          <lpage>1008</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>