<!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>Polyrepresentative Clustering: A Study of Simulated User Strategies and Representations</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Muhammad Kamran Abbasi</string-name>
          <email>muhammad.abbasig@beds.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ingo Frommholz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Research in Applicable Computing University of Bedfordshire</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>The principle of polyrepresentation and document clustering are two established methods for Interactive Information Retrieval, which have been used separately so far. In this paper we discuss a cluster based polyrepresentation approach for information need and document based representations. In our work we simulate and evaluate two possible cluster browsing strategies a user could apply to explore the polyrepresentative clusters. In our evaluation we apply information need and bibliographic features on the iSearch collection. Our results suggest that polyrepresentative cluster browsing may be more e ective than exploring a ranked list.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Interactive Information Retrieval (IIR) systems are supposed to support users
to satisfy their information need beyond typing in queries. Unlike traditional
rank based retrieval, interactive systems improve the user's search experience
by providing extended means for user interactions in the overall search process.
To this end, polyrepresentation has been identi ed as an important principle
in IR [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The principle suggests that if multiple cognitively di erent (coming
from di erent users) representations (i.e., reviews, ratings etc.) and functionally
(coming from the same user for di erent purpose) di erent representations (i.e.,
title, abstract, references etc.) point to an information object then it is likely
to be relevant to the user's information need. This situation is depicted in
Figure 1. Let us assume R represents the relevance of a representation, hence R1
denotes the documents relevant to representation 1, R2 to representation 2 and
so on, so the documents in R1; R2 and R3 are only relevant to these individual
representations. The intersection of the two representations, i.e. R12 R13 and
R23 holds the documents relevant to the two respective representations, and the
intersection of all three representation, R123 is the total cognitive overlap, the
set of documents relevant w.r.t. all representations. R0 the set of documents not
relevant to any representation at all. According to the principle of
polyrepresentation this set is supposed to hold the most relevant documents as evaluated
in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This notion is shown in Figure 1. The principle of polyrepresentation has
been evaluated so far in ad hoc retrieval and is used to create a ranked list. The
actual challenge lies in modelling and re ecting user preferences in the context of
R3
      </p>
      <p>R13</p>
      <p>R12
R123</p>
      <p>R23</p>
      <p>R0</p>
      <p>R2</p>
      <p>
        Total Cognitive Overlap
the principle of polyrepresentation. A system may be able to combine di erent
representations, but the system initially does not know whether and to what
degree the user prefers some of these representations { for instance, is a user
interested in the title but not references? A binary overlap computation found
in most of the literature is not su cient to cover such a varying importance of
the representations. One approach to mitigate this is to let the user decide about
their preference during the search session. To this end we propose to combine
document clustering and polyrepresentation. From this we can derive a
\polyrepresentation cluster hypothesis"{ documents relevant to the same representations
should appear in the same cluster [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Thus, we argue that instead of a ranked
list, users may be presented with the clusters which represent the overlap shown
in Fig. 1. By browsing the clusters and thus determining the sequence of visited
clusters, the user got stronger means at hand to explore the results according
to their interests. In this study an attempt is made to explore the potential and
limitations of cluster-based polyrepresentation as an alternative to a result list
organised in a single sequential list.
      </p>
      <p>In Section 2 the cluster-based polyrepresentation is highlighted and in
Section 3 our evaluation. A discussion and conclusion in given in Section 5.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Polyrepresentation and Document Clustering</title>
      <p>
        The document clustering techniques in IR are proven e ective for enhancing
the overall search process [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. They drive their justi cation from the well-known
cluster hypothesis [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. It is argued in the literature that clustering helps users
in interactive information retrieval when it is di cult for them to specify
information needs [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In contrast to the traditional heuristic clustering approaches,
an Optimum Clustering Framework (OCF) has been proposed [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], with a sound
theoretical justi cation for probabilistic document clustering. The framework
utilizes so-called query sets, by following the cluster hypothesis in a reversed
order: documents relevant to same queries should appear in the same cluster.
In a nutshell, OCF-based clustering represents each document d as a vector
(d) = (P (Rjd; q1); : : : ; P (Rjd; qn)) of the probability of relevance of the
document with respect to each query in the query set. Traditional clustering
algorithms can then be applied to this representation. This notion goes along with
polyrepresentation based document clustering as described in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], which states
that the polyrepresentative overlaps as described in Figure 1 could be
generated with the help of document clustering. In order to implement
documentbased polyrepresentation clustering, we employ the OCF-based notion of query
sets. Thus for our polyrepresentation based clustering approach we intend to
discover the possible clusters for the polyrepresentative sets R by estimating
the degree of overlap, in this case the probability of relevance of each
representation to the overlap. The vectors for information need based
representations ri 2 REPin for document d become in(d) = (P (Rjd; r1); : : : ; P (d; rn)) :
Similarly, the vector for document-based representation rdi 2 REPdoc becomes
doc(d) = (P (Rjrd1; q); : : : ; P (Rjrdm; q)). In previous work we evaluated the
effectiveness of polyrepresentative clustering using in and doc separately [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. One
of the contributions of this work is to evaluate the concatenation of both vectors
to a vector (in doc) 2 Rn+m with
      </p>
      <p>(in doc)(d) = (P (Rjd; r1); : : : ; P (d; rn); P (Rjrd1; q); : : : ; P (Rjrdm; q)) :
This way we combine document and information need polyrepresentation, which
to our knowledge has not been tried before, the motivation to combining REPin
and REPdoc was to explore whether such a combination contribute in improving
retrieval. The vectors can then be used to cluster the documents with a
suitable clustering function. Furthermore the single probabilities of relevance can be
combined to create a within-cluster ranking that the user can explore. The
evaluation of a cluster-based polyrepresentation approach poses many challenges,
among them are nding the total cognitive overlap cluster, cluster order and the
number of picked document from each cluster.</p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] it is identi ed that cluster ranking methods are helpful in identifying
the candidate cluster for the total cognitive overlap, further in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] the initial
evaluation of the polyrepresentative clustering approach is presented for
information need based polyrepresentation and document based polyrepresentation.
In this work we explore the e ects of cluster based polyrepresentation approach
on the combination of both the information need and document based
representations, as expressed in the document vector (in doc) and a further combination
method described in the next section. This should give us an idea if a richer
representation is bene cial for our approach. In Section 3.3 we present strategies
to simulate the user behaviour, i.e. some naive and basic browsing strategies.
Here the goal is to demonstrate that o ering cluster-based interaction means in
a polyrepresentative environment can indeed lead to a more e ective search.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Evaluation</title>
      <p>3.1</p>
      <sec id="sec-3-1">
        <title>Collection</title>
        <p>
          The goal of our evaluation is to demonstrate if a richer representation,
including both information need and document polyrepresentation, leads to further
improvements. We also look at applying di erent user-based exploration
strategies. To conduct our experiments, the PF part of the iSearch [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] collection is used.
This sub-collection contains full text physics articles. The collection comprises
65 search tasks, where each search task is expressed in ve information need
(IN) representations, i.e., Search Terms (st), Work Task (wt), Current
Information Need (cn), Ideal Answer (ia) and Background Knowledge (bk). These ve
representations build the REPin part of the experiments. For document based
polyrepresentation; Title (ti), Abstract (ab), Body Text (bt), References (re)
representations were extracted from full text articles. An additional context
representation has been built based on the citation data available in the collection
as described in [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. All these representations constitute the REPdoc part of the
experiment collection. We report the results for the concatenation of the REPin
and REPdoc (referred to as REPconc). Furthermore, as previous experiments in
polyrepresentation suggest not all representations may be equally e ective, we
look at pairwise combinations of individual representations comprised in REPin
and REPdoc, respectively. We refer to this as REPcomb. For example, (ti ab)
denotes the combination of title and abstract, (ct re) means context combined
with references. In order to estimate the P (Rjd; ri) and P (Rjdri; q) in absence of
actual relevance judgements for each representation, the BM25 based documents
weights have been computed for every information need representation REPini
and each document representation REPdoci , respectively, using the Terrier IR
platform [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. These weights constitute the document vectors for clustering, as
described in Section 2. To cluster the document vectors we used a standard
kmeans implementation in Matlab2011 with 'cityblock' distance while setting k to
2jREP j (the motivation for computing 2jREP j clusters was to match the number
of possible overlaps as shown in Fig. 1 for k = 3). The k for REPconcwas set to
210 and for REPcomb to 22 (as we only look at representation pairs. As a baseline
for REPconc we created a ranked list from the actual BM25 document weights
for all 10 representations fused together using the CombSum fusion method [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
Similarly, for REPcomb the BM25 weights for the two representations in the pair
were combined together using CombSum to create the respective BM25 baseline.
The same strategy was applied to create a within-cluster ranking of documents
belonging to a cluster. In our experiments we used graded scale relevance for
computing N DCG@k; for P @k the 4-point graded scale was reduced to binary
values, i.e., rel = 0 was mapped to non relevant and rel &gt; 0 was mapped to
relevant. We map n-tier relevance values to binary ones as one of the user strategies
below assumes that a binary judgement is made.
0 http://itlab.dbit.dk/~isearch/
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Cluster Ranking</title>
        <p>
          To simulate the user behaviour regarding the possible sequence in which
clusters could be picked by the user or presented to the user, we ranked
clusters using di erent criteria. The motivation of choice of such criteria was to
use only information available in the cluster without relying on some
external cluster quality measure. The two of such criteria were arithmetic mean
and geometric mean as described in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. The arithmetic mean of a cluster
C was computed as: arith(C) = jC1 j Pd2C Pin=1 P r(Rnjd;ri) , while the
geometric mean of a cluster C was computed over the summed scores of the
documents in the cluster as geom(C) = Qd2C Pin=1 P r(Rnjd;ri) jC1 j . Besides these
the OCF based (expected F-measure (eF))[
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] was derived as follows. For a
cluster C in the clustering C let (C) = jCj1 1 P(dl;dm)2Ci Ci (dl)T (dm)(l 6=
m) if jCj &gt; 1; and 0 otherwise. Then the expected pairwise precision of C is
dened as (C) = jCj (C). Likewise, the expected recall is de ned as (C) =
jCij(jCij 1) (Ci). Based on these the expected F-measure is computed as:
eF = (1C) +2 (1C) . Besides these measures we used the sparsity density, which
is computed over the document representation matrix which constitutes the
cluster. For example, if a cluster C holds jCj documents having jREP j
representations then this makes a jCj jREP j matrix Mc where P (Rjd; ri) becomes
an element of matrix Mc. Thus, the sparsity of the Mc becomes the number of
non-zero values in the matrix i.e., P (Rjd; ri) &gt; 0 , which could be denoted as
jMc &gt; 0j. We then divided it with the total number of elements in the cluster
matrix jMcj to indicate the Sparsity Density as: SD(C) = jMc&gt;0j .
jMcj
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Cluster Browsing Strategies</title>
        <p>
          In order to evaluate the polyrepresentation based document clustering approach
we use a simulated user methodology [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. The rst strategy strategy-1 is
described in [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], where for each query q the user is assumed to look at top l
documents from each cluster. The sequence of clusters the user is visiting and
the l documents in each within-cluster ranked list examined by the user create
an arti cial ranked list made of the documents and their sequence the user is
assumed to be visiting them when exploring the polyrepresentative clusters. To
simulate this, the clusters need to be ranked on the basis of some cluster quality
criteria. The rst cluster to be presented to the user is supposed to represent
the total cognitive overlap as it is assumed to contain documents relevant to all
representations involved. To check if a cluster browsing strategy is more e ective
than browsing a single ranked list, the resulting arti cial cluster based ranked
list is re-ranked and is evaluated against the actual BM25 ranking (our baseline
as discussed above).
        </p>
        <p>The second simulated user strategy, strategy-2 , is as follows: we apply cluster
ranking to simulate the sequence of clusters the user is visiting. We also create a
ranked list of documents in each cluster as described above. The rst cluster will
be presented to the user; from its ranked list the user examines the rst
document and looks at the second document only if the previously visited document
would be relevant (hence the binary relevance judgements described above). This
procedure continues until the user comes across a non-relevant document in the
cluster. When user encounters a non-relevant document, user moves on to the
next cluster in the cluster rank. For each cluster this procedure is repeated { the
user is assumed to examine the documents in the within-cluster ranking until
a non-relevant document is reached and proceeds to the next cluster. In any
case the rst document of each cluster is added to the ranked list. Again we
can create an arti cial ranked list from the visited documents re-rank them and
evaluate them against the BM25 baseline.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results and Discussion</title>
      <p>
        For strategy-1 and REPconc we compared the created cluster based ranked list
against their BM25 baseline, in Table 1 and 2, the entries in bold show the
average performance improvement. The entries marked with ( ) are statistically
signi cant based on two tailed paired sample t-test at 95% con dence intervals.
The performance improvement for strategy-1 regarding REP concatenated to
some extent con rms that the multiple representations of functionally and
cognitively di erent nature could be useful for the performance bene t. But we
can also observe a rather negative e ect on the overall performance when we
concatenate IN and document representations { the results for REPconc lie
between the values for separate document and IN polyrepresentation that were
reported in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Given the lower overall results for IN based polyrepresentation,
this could have been expected. However, it should be noted that for REPconc we
were able to beat the respective BM25 baseline signi cantly for NDCG@30 and
P@30, although these values are still below the ones for individual document
polyrepresentation.
      </p>
      <p>BM25 arithMean eF</p>
      <p>geomMean SD
0.0769 0.0769
0.0462 0.0477
0.0359 0.0390
0.0323 0.0354
0.0256 0.0313
0.0769 0.0769
0.0477 0.0477
0.039 0.0390
0.0354 0.0354
0.0313 0.0313
0.0769
0.0477
0.0390
0.0354
0.0313</p>
      <p>The evaluation results for strategy-2 , described in Section 3.3 are given in
Table 3 for both P @k and N DCG@k. Performance of strategy-2 remains better
than the baseline on average, but the overall improvement is not statistically
signi cant. The actual set back for our strategy-2 of user interaction is the very
strict assumption that the user moves to a di erent cluster after observing the
rst non-relevant document. But even if the top-ranked document is not relevant,
those appearing at second and third position in the cluster document rank could
0.0399
0.0430
p@10
0.0462
0.0477
0.0433
0.0499
p@15
0.0359
0.0390
ment based representations has been explored along with the cluster browsing
strategies for simulating the user interaction in context. The concatenations
and combinations of various representations were compared against respective
BM25 document rankings. The evaluation results con rm ndings in previous
studies that cluster-based polyrepresentation has potential bene ts in
interactive IR. However, a concatenation of IN and document based polyrepresentation
does not seem to be useful as results are somewhat between those for IN and
document polyrepresentation alone. Moreover the ndings reveal that di erent
combinations of fewer individual representations do improve performance and
a cluster-based approach seems promising here as well. The cluster browsing
strategy-2 appears useful, however need to be adapted further as it turns out
to be too strict. In our future work we will re ne and apply di erent cluster
browsing strategies, based on strategy-1 and strategy-2 discussed here. We will
also look at a di erent strategy to combine IN and document based
polyrepresentation, where each IN representation is matched against each document
representation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ingwersen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Jarvelin,
          <string-name>
            <surname>K.</surname>
          </string-name>
          :
          <article-title>The Turn: Integration of Information Seeking and</article-title>
          Retrieval in Context. Springer-Verlag New York, Inc., Secaucus, NJ, USA (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Skov</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Larsen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ingwersen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Inter and intra-document contexts applied in polyrepresentation for best match IR</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>44</volume>
          (
          <issue>5</issue>
          ) (
          <year>2008</year>
          )
          <volume>1673</volume>
          {
          <fpage>1683</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Frommholz</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abbasi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>On clustering and polyrepresentation</article-title>
          .
          <source>In: Proceedings ECIR2014</source>
          . (
          <year>2014</year>
          )
          <volume>618</volume>
          {
          <fpage>623</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Tombros</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villa</surname>
            , R., Van Rijsbergen,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>The e ectiveness of query-speci c hierarchic clustering in information retrieval</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>38</volume>
          (
          <issue>4</issue>
          ) (
          <year>2002</year>
          )
          <volume>559</volume>
          {
          <fpage>582</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. van Rijsbergen,
          <string-name>
            <given-names>C.J.: Information</given-names>
            <surname>Retrieval. Butterworths</surname>
          </string-name>
          , London (
          <year>1979</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Fuhr</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lechtenfeld</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The Optimum Clustering Framework: Implementing the Cluster Hypothesis</article-title>
          .
          <source>Information Retrieval</source>
          <volume>15</volume>
          (
          <issue>2</issue>
          ) (
          <year>2011</year>
          )
          <volume>93</volume>
          {
          <fpage>115</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Abbasi</surname>
            ,
            <given-names>M.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frommholz</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Exploiting Information Needs and Bibliographics for Polyrepresentative Document Clustering</article-title>
          .
          <source>In: Proceedings of the First Workshop on Bibliometric-enhanced Information Retrieval</source>
          . (
          <year>2014</year>
          )
          <volume>21</volume>
          {
          <fpage>28</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lykke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Larsen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lund</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ingwersen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Developing a test collection for the evaluation of integrated search</article-title>
          .
          <source>In: Advances in Information Retrieval</source>
          . Springer (
          <year>2010</year>
          )
          <volume>627</volume>
          {
          <fpage>630</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ounis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amati</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plachouras</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lioma</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Terrier: A High Performance and Scalable Information Retrieval Platform</article-title>
          .
          <source>In: Proceedings of ACM SIGIR'06 Workshop on Open Source Information Retrieval (OSIR</source>
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : Data Fusion in Information Retrieval. Springer, Heidelberg (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kurland</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raiber</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shtok</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Query-Performance Prediction and Cluster Ranking: Two Sides of the Same Coin</article-title>
          .
          <source>In: Proceedings of the 21st ACM international Conference on Information and Knowledge</source>
          Management - CIKM '
          <fpage>12</fpage>
          . (
          <year>2012</year>
          )
          <volume>2459</volume>
          {
          <fpage>2462</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Azzopardi</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>The economics in interactive information retrieval</article-title>
          .
          <source>In: Proceedings of the 34th international ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR</source>
          <year>2011</year>
          ), New York, New York, USA, ACM Press (
          <year>2011</year>
          )
          <volume>15</volume>
          {
          <fpage>24</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>