<!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>
      <journal-title-group>
        <journal-title>Madrid, Spain
* Corresponding author.
†These authors contributed equally.
$ lmolino@ujaen.es (L. Molino-Piñar); jcollado@ujaen.es (J. Collado-Montañez); amontejo@ujaen.es (A. Montejo-Ráez)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>SINAI team at QuantumCLEF 2025: Quantum Feature Selection Based on Energy with D-Wave</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lucas Molino-Piñar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jaime Collado-Montañez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arturo Montejo-Ráez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science (University of Jaén)</institution>
          ,
          <addr-line>Campus Las Lagunillas, s/n, Jaén, 23071</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>000</volume>
      <fpage>9</fpage>
      <lpage>0009</lpage>
      <abstract>
        <p>This paper presents the SINAI team's approach to Task 1 (Feature Selection) at QuantumCLEF 2025, focusing on the use of quantum annealing with D-Wave hardware to tackle feature selection for learning-to-rank models. We formulate the feature selection problem as a Quadratic Unconstrained Binary Optimization problem based on mutual information to balance feature relevance and redundancy. Candidate feature subsets are generated by the quantum annealer and then post-processed through normalization and energy projection strategies to obtain robust feature rankings. Evaluation on the MQ2007 LETOR dataset demonstrates the potential of quantum computing to support efective feature selection in information retrieval tasks, despite current hardware limitations. Our results highlight promising directions for integrating quantum optimization in practical machine learning workflows.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Quantum Annealing</kwd>
        <kwd>Feature Selection</kwd>
        <kwd>QUBO</kwd>
        <kwd>D-Wave</kwd>
        <kwd>Mutual Information</kwd>
        <kwd>Quantum Computing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The remainder of this paper is organized as follows: Section 2, Methodology, describes our QUBO
formulation and post-processing strategies. Section 3, Results, presents our experimental evaluation.
Section 4, Conclusions, summarizes our contributions and outlines directions for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <sec id="sec-2-1">
        <title>2.1. Task Description and Dataset</title>
        <p>
          The main objective of this task is to select the most relevant features from the MQ2007 dataset, which
belongs to the LETOR 4.0 collection [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], in order to train a model based on LambdaMART [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] and
achieve the best possible performance in document ranking.
        </p>
        <p>
          The MQ2007 dataset originates from the LETOR (LEarning TO Rank) benchmark, developed by
Microsoft Research Asia, and is specifically designed for learning-to-rank tasks. MQ2007 uses documents
from the Gov2 web collection, which comprises approximately 25 million pages, and queries derived
from the Million Query track (TREC 2007) [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. The dataset contains around 1700 queries, each associated
with documents labeled with diferent levels of relevance.
        </p>
        <p>Each data instance corresponds to a query-document pair, characterized by 46 features that include
classical IR and NLP measures such as TF-IDF, BM25, language models (LMIR), PageRank, document
length, and URL structure. The dataset is preprocessed and normalized at the query level
(QueryLevelNorm version), which allows for its direct use in machine learning models.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Formulation of the QUBO Matrix</title>
        <p>
          Quadratic Unconstrained Binary Optimization (QUBO) is a mathematical framework used to express a
wide range of combinatorial optimization problems [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. In its standard form, the goal is to find a
binary vector  that minimizes a quadratic function defined by a matrix :
(1)
(2)
(3)
where:
        </p>
        <p>min  
•  ∈ {0, 1} is a binary vector of size ,
•  ∈ R×  is a symmetric matrix of coeficients that encodes the interactions between variables.</p>
        <p>This formulation enables the modeling of problems involving selection, assignment, or combination. It
is especially suitable for solution via metaheuristic algorithms or specialized hardware such as quantum
computing systems. To incorporate constraints (e.g., a maximum number of selected elements), penalty
terms are added to the objective function.</p>
        <p>
          In this work, we implemented a formulation based on Mutual Information, called MIQUBO, as
provided in the baseline for the feature selection problem. This formulation reflects both the relevance
and redundancy between pairs of features [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
        </p>
        <p>The diagonal terms  encode the individual relevance of each feature  with respect to the target
variable  :</p>
        <p>= − (;  ) = − (() − ( |  ))
Here, (· ) denotes the entropy of a variable, and (· | · ) is the conditional entropy.</p>
        <p>The of-diagonal terms  represent the redundancy between pairs of features, penalizing the joint
selection of two variables that provide similar information. These are defined using conditional mutual
information:</p>
        <p>= − (;  |  ) = − (( |  ) − ( |  ,  ))</p>
        <p>The negative sign is a necessary adaptation for the matrix to be used in quantum hardware, aiming
to minimize energy.</p>
        <p>To impose a constraint on the total number of selected features (e.g., selecting exactly ), a quadratic
penalty term is incorporated:
︃(
∑︁  − 

)︃2
Thus, the complete MIQUBO objective function is defined as:
min ∑︁  + ∑︁   + 

&lt;
︃(
∑︁  − 

)︃2
(4)
(5)
(6)</p>
        <p>Here,  is a regularization hyperparameter that controls the strength of the penalty for selecting
more or fewer than  features, which typically takes high values.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Post-processing Based Approach</title>
        <p>Once the problem was defined and the QUBO matrix was built based on mutual information and
conditional mutual information, our approach focused on the postprocessing of the solutions provided
by the quantum hardware.</p>
        <p>The quantum hardware used, via the D-Wave library, returns a set of candidate solutions, each
accompanied by its corresponding energy value, which is determined by the objective function the
system aims to minimize. The number of solutions returned is controlled by a parameter called the
number of reads. For example, if this is set to 100, the quantum system will return 100 solutions, each
with its associated energy.</p>
        <p>Our approach is to leverage this diversity of solutions to build a more robust and stable ranking
of features, taking into account both the frequency with which each feature appears in the selected
solutions and the energy associated with those solutions.</p>
        <p>To analyze the behavior of the quantum system for diferent subset sizes of selected features, the
program was executed for a selected range of  values, rather than uniformly across all possible values.
These values were chosen strategically to explore the solution space broadly in an initial phase, with the
objective of identifying regions that showed promising performance. Based on this preliminary analysis,
subsequent executions focused on narrower intervals to refine the search around the most favorable
configurations. Each solution set obtained corresponds to a partial feature selection for a specific value
of , and these were later used to build a global ranking that reflects the overall importance of each
feature across the explored configurations.</p>
        <p>To guide the selection of the optimal value of , the minimum energy obtained in each of the runs
was recorded and analyzed. These values form a discrete energy profile across the range of . By
interpolating or fitting a smooth curve to these minimum energy values, it becomes possible to identify
trends and locate the global minimum more precisely. The value of  corresponding to this global
minimum is then selected as the most suitable number of features to retain.</p>
        <p>To achieve this aggregation, two postprocessing strategies were designed and implemented, aiming to
transform energy values into normalized or projected importance scores that enable consistent feature
ranking.</p>
        <p>Below are the two implemented strategies:</p>
        <sec id="sec-2-3-1">
          <title>2.3.1. Direct normalization</title>
          <p>
            In this strategy, the energy values returned by the quantum system were linearly normalized to the
interval [
            <xref ref-type="bibr" rid="ref1">0, 1</xref>
            ]. To do this, the minimum and maximum energy values among all solutions obtained
across the 45 runs were identified, and the following transformation was applied:
norm =
          </p>
          <p>− min
max − min
where  is the energy of an individual solution.</p>
          <p>
            Then, for each feature, the normalized energy values of the solutions in which it appears were
summed and divided by the number of times the feature occurred, resulting in its average normalized
energy score. Once all feature scores were obtained, a final normalization to the [
            <xref ref-type="bibr" rid="ref1">0, 1</xref>
            ] range was applied
to these average scores. Finally, the features were ranked in ascending order of normalized average
energy, based on the assumption that lower energy implies higher relevance.
          </p>
        </sec>
        <sec id="sec-2-3-2">
          <title>2.3.2. Signed energy projection</title>
          <p>In this approach, a diferentiated projection was applied based on the sign of the energy:
• Negative energy values were projected linearly to the interval [− 1, 0].</p>
          <p>
            • Positive energy values were projected to the interval [
            <xref ref-type="bibr" rid="ref1">0, 1</xref>
            ].
          </p>
          <p>Let  be the energy value of a solution, and let min and max be the minimum negative energy
and maximum positive energy observed, respectively. The projected energy ′ was computed as:
(7)
(8)
 =
⎪
⎩ max</p>
          <p>,
⎧  − min , if  &lt; 0
⎪
⎨ min

if  ≥ 0</p>
          <p>
            For each feature, the projected energy values of all the solutions in which it appears were summed
and divided by the number of occurrences of that feature, resulting in its average projected energy
score. This score was then linearly normalized to the range [
            <xref ref-type="bibr" rid="ref1">− 1, 1</xref>
            ], preserving the distinction between
favorable (low-energy) and unfavorable (high-energy) contributions. Features were subsequently ranked
in ascending order of their normalized scores, under the assumption that lower values indicate higher
relevance.
          </p>
        </sec>
      </sec>
      <sec id="sec-2-4">
        <title>2.4. Evaluation</title>
        <p>The quality of the selected features will be evaluated by training a LambdaMART model and testing its
performance on a held-out test set. The evaluation metric will be the normalized Discounted Cumulative
Gain at rank 10 (nDCG@10), defined as:</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>The generation of solutions was carried out using quantum computing techniques based on the quantum
annealing paradigm. However, the process was constrained by technical limitations due to restricted
access to the quantum hardware. These restrictions prevented us from exploring all the predefined
possibilities; nonetheless, we present the analysis of our execution strategy.</p>
      <p>Several executions were performed, each consisting of 100 reads, yielding 100 candidate solutions
per run. The parameter of interest in this experiment was the number of selected features, denoted as
, which was varied in increments of 5 units, from  = 5 to  = 45. For each , the energies of the
100 obtained solutions were collected.</p>
      <p>After gathering all results, the relationship between the number of selected features and the minimum
observed quantum energy was analyzed. This relationship was modeled by fitting a quadratic function.
Figure 1 shows the fitted curve, illustrating how the energy evolves as a function of . The minimum of
this fitted curve indicates the value of  associated with the most energetically favorable configurations.
This minimum was calculated analytically using the vertex formula for a parabola:

* = − 2
(9)
where  and  are the coeficients of the fitted quadratic function. The optimal number of features
was found to be * = 21.026.</p>
      <p>
        Following this, two post-processing strategies described in Section 2.3 were applied to select the final
feature sets. The first strategy normalized the quantum solutions to a [
        <xref ref-type="bibr" rid="ref1">0,1</xref>
        ] range, generating a scoring
vector for each feature, as shown in Figure 2.
      </p>
      <p>
        Subsequently, the second post-processing strategy was applied, which used an alternative
normalization method also described in the methodology. This technique enabled the generation of an alternative
ifnal ranking based on more robust statistical criteria. The computed scores revealed that there are 23
features with negative energy values after normalization. These scores were then linearly scaled to the
range [
        <xref ref-type="bibr" rid="ref1">− 1, 1</xref>
        ], preserving the distinction between favorable (low-energy) and unfavorable (high-energy)
contributions. The final ranking obtained from this normalization process is presented in Figure 3.
      </p>
      <p>Although both generated rankings could not be directly evaluated due to technical and time limitations
related to the execution environment, they were used as a reference to select the best solutions obtained
via the quantum hardware. For this purpose, additional runs were performed in steps of 2 from  = 21
to  = 29 with 100 reads, as previously done. The same experiments were also run using quantum
simulation with 3000 reads to compare the eficiency of each configuration.</p>
      <p>The results shown in Table 1 reveal that the best performance, according to the ndcg@10 metric, was
achieved with a quantum execution using  = 21 features and 100 reads, obtaining a score of 0.4580.
This value aligns closely with the optimal feature count estimated from the quadratic fitting analysis.</p>
      <p>In general, quantum executions with fewer reads tend to slightly outperform their simulated
counterparts with a larger number of reads, suggesting that the actual quantum annealing process may
capture more favorable solutions under certain configurations. Nonetheless, the diferences across
configurations are relatively small, indicating that the selected subset sizes (  ∈ [21, 29]) all yield
competitive results.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>This work presented the SINAI team’s approach to the Feature Selection task at QuantumCLEF 2025,
leveraging D-Wave’s quantum annealing hardware to optimize feature selection for learning-to-rank
models. By formulating the problem as a QUBO model based on mutual information, we efectively
captured the trade-of between feature relevance and redundancy. Our post-processing strategies—direct
normalization and signed energy projection—enabled us to derive stable and interpretable feature
rankings from the quantum solutions.</p>
      <p>The results, evaluated on the MQ2007 dataset using LambdaMART and nDCG@10 as the performance
metric, demonstrated that quantum executions can yield competitive results, even under limited access
constraints. The optimal subset of 21 features, as identified through a quadratic energy fitting process,
achieved the highest score among tested configurations, suggesting that the energy landscape provided
by quantum annealing correlates meaningfully with model performance.</p>
      <p>Although hardware and execution limitations prevented exhaustive experimentation, our findings
indicate that quantum annealing holds promise as a tool for feature selection in information retrieval
contexts. Future work will focus on expanding the evaluation, incorporating other datasets, and
exploring hybrid quantum-classical methods to further exploit the advantages of quantum optimization.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work has been partially supported by projects CONSENSO (PID2021-122263OB-C21), MODERATES
(TED2021-130145B-I00), SocialTOX (PDC2022-133146-C21) funded by Plan Nacional I+D+i from the
Spanish Government, and by the scholarship (FPI-PRE2022-105603) from the Ministry of Science,
Innovation and Universities of the Spanish Government. Also, this work has been funded by the Ministerio
para la Transformación Digital y de la Función Pública and Plan de Recuperación, Transformación
y Resiliencia - Funded by EU – NextGenerationEU within the framework of the project Desarrollo
Modelos ALIA.
During the preparation of this work, the authors used generative AI in order to: Grammar and spelling
check. After using this tool, the authors reviewed and edited the content as needed and take full
responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pasin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <article-title>Kimera: From evaluation-as-a-service to evaluation-in-the-cloud</article-title>
          ,
          <source>in: Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <string-name>
            <surname>SIGIR</surname>
          </string-name>
          <year>2025</year>
          , Padova, Italy,
          <source>July 13-18</source>
          ,
          <year>2025</year>
          , ACM,
          <year>2025</year>
          . URL: https: //doi.org/10.1145/3726302.3730298. doi:
          <volume>10</volume>
          .1145/3726302.3730298.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pasin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. F.</given-names>
            <surname>Dacrema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Cuhna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Gonçalves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <year>Quantumclef 2025</year>
          :
          <article-title>Overview of the second quantum computing challenge for information retrieval and recommender systems at CLEF</article-title>
          , in: G. Faggioli,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , D. Spina (Eds.),
          <source>Working Notes of CLEF 2025 - Conference and Labs of the Evaluation Forum, CEUR Workshop Proceedings</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pasin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. F.</given-names>
            <surname>Dacrema</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Cuhna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Gonçalves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cremonesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          , Overview of quantumclef
          <year>2025</year>
          :
          <article-title>The second quantum computing challenge for information retrieval and recommender systems at CLEF</article-title>
          , in: J.
          <string-name>
            <surname>Carrillo-de-Albornoz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Plaza</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. G. S. de Herrera</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Piroi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Spina</surname>
          </string-name>
          , G. Faggioli, N. Ferro (Eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Sixteenth International Conference of the CLEF Association (CLEF</source>
          <year>2025</year>
          ), Lecture Notes in Computer Science,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>T.</given-names>
            <surname>Qin</surname>
          </string-name>
          , T.-Y. Liu,
          <source>Introducing letor 4.0 datasets</source>
          ,
          <year>2013</year>
          . URL: https://arxiv.org/abs/1306.2597. arXiv:
          <volume>1306</volume>
          .
          <fpage>2597</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Burges</surname>
          </string-name>
          ,
          <article-title>From RankNet to LambdaRank to LambdaMART: An Overview</article-title>
          ,
          <source>Technical Report MSR-TR-2010-82</source>
          ,
          <year>2010</year>
          . URL: https://www.microsoft.com/en-us/research/publication/ from-ranknet
          <article-title>-to-lambdarank-to-lambdamart-an-overview/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Allan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Carterette</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Dachev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Aslam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Pavlu</surname>
          </string-name>
          , E. Kanoulas, Million query track
          <year>2007</year>
          overview,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lucas</surname>
          </string-name>
          ,
          <article-title>Ising formulations of many np problems</article-title>
          ,
          <source>Frontiers in Physics 2</source>
          (
          <year>2014</year>
          ). URL: http: //dx.doi.org/10.3389/fphy.
          <year>2014</year>
          .
          <volume>00005</volume>
          . doi:
          <volume>10</volume>
          .3389/fphy.
          <year>2014</year>
          .
          <volume>00005</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>F.</given-names>
            <surname>Glover</surname>
          </string-name>
          , G. Kochenberger,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <article-title>A tutorial on formulating and using qubo models</article-title>
          ,
          <year>2019</year>
          . URL: https://arxiv.org/abs/
          <year>1811</year>
          .11538. arXiv:
          <year>1811</year>
          .11538.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C.</given-names>
            <surname>Mcgeoch</surname>
          </string-name>
          ,
          <article-title>Adiabatic quantum computation and quantum annealing: Theory and practice</article-title>
          ,
          <source>Synthesis Lectures on Quantum Computing</source>
          <volume>5</volume>
          (
          <year>2014</year>
          )
          <fpage>1</fpage>
          -
          <lpage>93</lpage>
          . doi:
          <volume>10</volume>
          .2200/ S00585ED1V01Y201407QMC008.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , E. Hancock,
          <article-title>Mutual information criteria for feature selection</article-title>
          , volume
          <volume>7005</volume>
          ,
          <year>2011</year>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>642</fpage>
          -24471-1_
          <fpage>17</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>K.</given-names>
            <surname>Järvelin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kekäläinen</surname>
          </string-name>
          ,
          <article-title>Cumulated gain-based evaluation of ir techniques</article-title>
          ,
          <source>ACM Trans. Inf. Syst</source>
          .
          <volume>20</volume>
          (
          <year>2002</year>
          )
          <fpage>422</fpage>
          -
          <lpage>446</lpage>
          . URL: https://doi.org/10.1145/582415.582418. doi:
          <volume>10</volume>
          .1145/582415.582418.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>