<!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>Team OpenWebSearch at CLEF 2024: LongEval</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Daria Alexander</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maik Fröbe</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gijs Hendriksen</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ferdinand Schlatt</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Matthias Hagen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Djoerd Hiemstra</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Martin Potthast</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arjen P. de Vries</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Friedrich-Schiller-Universität Jena</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Radboud Universiteit Nijmegen</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Kassel</institution>
          ,
          <addr-line>hessian.AI, ScaDS.AI</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe the OpenWebSearch group's participation in the CLEF 2024 LongEval IR track. Our submitted runs explore how historical data from the past can be transferred into future retrieval systems. Therefore, we incorporate relevance information from past click logs into the query reformulation process via keyqueries and into the indexing process via a reverted index and ultimately incorporate both into learning-to-rank pipelines to ensure that retrieval is also possible for novel queries that were not seen before. Our evaluation shows that keyqueries substantially outperform other approaches for queries with historical click data available.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;learning-to-rank</kwd>
        <kwd>query logs</kwd>
        <kwd>keyqueries</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Historical data obtained from query logs may substantially help to improve the rankings of future
retrieval models. The scenario of the LongEval retrieval task [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5 ref6 ref7">1, 2, 3, 4, 5, 6, 7</xref>
        ] aims to study this area
where retrieval models have access to relevance labels estimated from past query logs with click models
to provide efective rankings in the future. Especially queries that have been seen before, i.e., for which
past relevance information is available, have a high potential to leverage past relevance information
for highly efective rankings if the intent of the query did not drift. For example, under the most
simple assumption that queries have the same intent and that documents did not change, almost perfect
rankings can be derived by simply ordering documents for a query by their estimated relevance from
past query logs. However, as query intents and document content might change substantially over time,
this transfer of old relevance information to future retrieval tasks might not be straightforward.
      </p>
      <p>
        We implement this relevance transfer for queries that overlap from past query logs to future retrieval
tasks via two orthogonal concepts: (1) query reformulation with keyqueries, and (2) document
reformulation. For the query reformulation, we leverage the concept of keyqueries [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ] that try, for a set of
target documents, to identify the query that ranks the target documents highly while ensuring that
the resulting query does not overfit on the target documents. For the document reformulation, we
combined the concept of the corpus graph [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] with the concept of the reverted index [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Specifically,
we identify which documents are highly similar to documents that were relevant to some query in
the past (i.e., some form of a corpus graph construction) to subsequently index those documents with
the queries to which they were relevant in the past (i.e., some form of a reverted index). If documents
would not change their meaning and if queries would not change their intent, both concepts, the query
reformulation and the document reformulation, would yield ideal rankings. Still, a realistic search
engine would also need to produce good rankings for new queries or queries, respectively, documents
that changed their content or meaning.
      </p>
      <p>
        To address this problem and to generalize to new queries and potentially changed query intents, we
incorporate our query and document reformulations into learning-to-rank models. Learning-to-Rank
aims to identify a combination of features that produce an efective ranking [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Even in the era of
pre-trained transformers [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], feature-based learning-to-rank remains important as it can integrate
features not available in transformers, compensating for knowledge to which transformers have no
access [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ]. Especially commercial search engines might combine many features, e.g., a recent leak
claims that Google search incorporates more than 14 000 features into their ranking.1 Overall, we create
a set of over 100 features derived from submissions to the Workshop on Open Web Search [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ] and
combine them with learning-to-rank in our submissions. Our code and trained LambdaMART models
are available online.2
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>We review related work on redundancy in information retrieval setups, keyqueries, and the corpus
graph and reverted index.</p>
      <p>
        Redundancy in Information Retrieval Setups Normally, it is good practice to avoid redundancy
between training, validation, and test splits in experiments, as otherwise, the efectiveness could be
overestimated due to train–test leakage [
        <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
        ]. Especially for IR experiments, redundant documents
might cause efectiveness scores to be overestimated because retrieval models get a reward for showing
the same model multiple times [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ]. Similar problems can occur for learned models that might
overfit to redundancy in the training data [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. However, in the LongEval scenario, redundancy emerges
naturally, as queries and documents might overlap over time, which is no form of train–test leakage as
the datasets are partitioned over time [
        <xref ref-type="bibr" rid="ref1 ref3">1, 3</xref>
        ]. In this setting, redundant data might be especially helpful,
e.g., as previously showcased when relevance judgments were transferred from the ClueWeb09 corpus
to ClueWeb12 via near-duplicate detection [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. We follow this approach and transfer the relevance
judgments to the newer dataset splits in the LongEval scenario via keyqueries and the corpus graph.
Keyqueries The concept of keyqueries [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] aims to formulate a query that retrieves a set of target
documents at the top-positions and has been applied to scholarly search [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], medical search [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ],
privacy scenarios [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], etc. For a set  of documents, a query  is a keyquery against some retrieval
system , if  fulfills the following three conditions [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]: (1) every  ∈  is in the top- results returned
by  for , (2)  has at least  results, and (3) no ′ ⊂  fulfills the first two conditions. The first
two conditions (i.e., the parameters  and ) determine the desired specificity and the generality of a
keyquery, while the third condition is a minimality constraint to avoid adding further terms to a query
that already retrieves the target records at high ranks. Previous work applied this concept only to static
corpora, but we now extend it to evolving corpora in the LongEval scenario.
      </p>
      <p>
        Corpus Graph and Reverted Indexes The corpus graph [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] consists of nodes that correspond to
documents in the corpus and edges that are formed based on the similarity of documents. This similarity
is either lexical or semantic, and is used in a re-ranking scenario to also consider documents highly
similar to the top-ranked documents to improve the recall [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The reverted index [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] directly stores
which documents should be ranked for which queries. We combine both concepts in the LongEval
scenario: by building a corpus graph between the documents that were relevant to some queries in the
past to the documents in the current corpus, we index those documents into the reverted index.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>
        Our last year participation at LongEval was aimed at finding out whether generating multiple query
variants for the same information need improves retrieval efectiveness. We generated query variants
using ChatGPT and fused ranking results obtained with the original query and diferent query variants.
We found out that query variant generation improves over time and follows the same trend as BM25
1https://sparktoro.com/blog/an-anonymous-source-shared-thousands-of-leaked-google-search-api-documents-with-meeveryone-in-seo-should-see-them
2https://github.com/OpenWebSearch/LONGEVAL-24
baseline, therefore the query variant generation showed its robustness [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Still, the improvements
were only minor.
      </p>
      <p>
        However, last year we did not explore the information that is provided by the documents in the
past and whether this information can be useful for the future. Therefore, we decided to extend the
queries with the terms for the relevant documents. Also, for the non-overlapping queries we wanted to
have a system that does not rely on information from the past. For that we used a learning-to-rank
approach, which utilizes features from the components submitted to the Workshop on Open Web Search
(WOWS) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <sec id="sec-3-1">
        <title>3.1. Keyqueries</title>
        <p>
          We noticed that queries overlap over diferent time slots, and in case their intent stays the same, we
aim to transfer their relevance information to the new time slots. Consecutively, for those queries we
know what documents were clicked a few months ago. We decided to use this feedback and query
expansion with the BO1 model [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] to create keyqueries and use the same approach as [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. Thereby,
we use BO1 to obtain candidate terms for query terms, as pilot experiments showed that BO1 expansion
terms yield higher efectiveness than RM3 [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] expansions. We inserted the clicked documents into the
current corpus and reformulated the queries with the BO1 model until those documents were in the top
positions. After that we removed old documents from the ranking. This implementation of the keyquery
concept is not the most efective one, more efective approaches that leverage a generate-and-test
paradigm [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] exist and are interesting directions for future work (i.e., explicitly generating many
variants and selecting the variants that are highly efective).
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Reverted index</title>
        <p>First, we identify documents in the new corpus that are higly similar to documents that were relevant
to documents that were relevant to some queries in the past data (we use all available past data). We
ifnd those candidate terms by building an index with PyTerrier for the new corpus and submitting every
relevant document from the past to the new corpus to retrieve the 10 nearest neighbors according to
BM25. We then create a reverted index by indexing the document of position 1 with 10 times the query
to which a document was relevant, the document on position 2 with 9 times, etc. For the final retrieval,
we use BM25 against this constructed reverted index.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Learning to Rank</title>
        <p>
          While a large share of the queries in the test collections have overlap with the queries in the training
splits, this is of course not the case for all queries. Hence, we also needed a system that could be used
when information from the past could not be exploited directly. For these cases, we also developed a
simple learning-to-rank approach, which used features from a large number of components submitted
to the Workshop on Open Web Search (WOWS) [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>
          For our learning-to-rank systems, we re-ranked the top 100 BM25 results using LambdaMART [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ].
We implemented our pipelines with PyTerrier [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], using LightGBM [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ] for the LambdaMART
implementation. The feature extraction components were all executed in TIREx [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] once, after which their
outputs were cached for easy repeated experimentation.
        </p>
        <p>
          We split the 2024 training set into a training and validation split, which we used to tune LightGBM’s
hyperparameters. We performed several runs, each with diferent subsets of features:
ows-ltr-wows-base-rerank Query-only scores (QPP scores [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ], classified intents [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ], and
healthrelatedness [
          <xref ref-type="bibr" rid="ref36">36</xref>
          ]); document-only scores (health-relatedness [
          <xref ref-type="bibr" rid="ref36">36</xref>
          ], classified genre [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ], and
readability scores [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ]); and lexical matching models built into PyTerrier (BM25, PL2, DirichletLM,
DLH, and LGD).
ows-ltr-wows-rerank-and-reverted-index The features from ows-ltr-wows-all-rerank, plus
three features related to the reverted index: 1) whether the query-document pair has been
encountered in the past, 2) the maximum score for this query-document pair in the past, and
3) the mean score for this query-document pair in the past.
ows-ltr-wows-rerank-and-keyquery The features from ows-ltr-wows-all-rerank, plus two
keyquery-related features: 1) whether this query-document pair has been encountered in the
keyquery run, and 2) the score of this query-document pair in the keyquery run.
ows-ltr-all A combination of all features described above.
        </p>
        <p>Note that some of the features – especially the neural query-document features – can be prohibitively
expensive to compute in a real-world system. Our learning-to-rank results thus indicate the theoretical
performance of a system using all of these models together, while in practice, a system might only use
a small subset of them.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>We will evaluate our submitted runs on all queries and on only overlapping queries.</p>
      <sec id="sec-4-1">
        <title>4.1. Results for all queries and overlapping queries</title>
        <p>We report the nDCG [45] without cutof and at a cutof at 10, and condensed variants where all unjudged
documents are removed [46] (although this better handles the efects of unjudged documents than
dedicated measures like Bpref [46], it is known to overestimate the efectiveness [ 47] which was only
recently confirmed [ 48]). The share of unjudged documents is 68-77% for June and 73-82% for August
2023 (cutof at 10) depending on the runs.</p>
        <p>Table 1 shows that most of the runs outperform the baseline, with the baseline never being the best
approach. It is a big improvement in comparison to the last year when the baseline was still the best
approach for several runs. We can see that using keyqueries outperforms other approaches along with
the reverted index for nDCG@10.</p>
        <p>In Table 2 we present the results for the queries that are overlapping between January, June and
August. Overall, our scores are higher when considering only overlapping queries rather than all
queries. We can observe that utilising the information from the past click logs is beneficial especially for
)
n
i
a
(g1500
e
c
n
a
t
r
o
Ipm1000
e
r
u
t
a
Fe 500
0</p>
        <p>Reverted Keyquery Query Document Lexical</p>
        <p>Index</p>
        <p>Neural
the queries that were used before. Also, the approaches that use previously clicked documents perform
much better compared to the approaches that do not use any historical information.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Learning to rank feature importance</title>
        <p>
          Since our learning-to-rank approach uses a large number of diferent features, we were curious to see
which features have the largest impact on the performance of the model. We inspect the ‘gain’ feature
importance scores as reported by LightGBM [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ], i.e., for each feature, the total gain obtained by splits
in the decision tree in which that feature was used.
        </p>
        <p>Figure 1 shows the feature importances per feature type. As can be expected, the query-document
scores have the largest impact on the performance of the model, with the neural matching models being
most important overall. Interestingly, the reverted index and keyquery features seem not to help the
model all that much, even though we have seen large improvements in performance if we use those
techniques directly (as opposed to only using them as features in the learning to rank model).</p>
        <p>In Figure 2, we explore the 5 most important features for the query-only, document-only and
querydocument features. For the lexical matching models, we see that BM25 is the least important by a large
margin. This could be caused by the fact we already use BM25 to select the top 100 documents before
bm25
pl2
dlh
lgd
dirichl...</p>
        <p>colbert
monot5
list_in...</p>
        <p>sbert
sparse_...
re-ranking, so the BM25 scores are already incorporated in the ranking. The neural ranking models,
which were the most important features, still vary quite a bit in their importance. Interestingly, the
sparse cross-encoder is weighed more heavily than models with full attention mechanisms like MonoT5,
LiT5 and even more powerful models like RankZephyr. Similarly, SBERT, a bi-encoder model, is also
deemed quite important by LightGBM. Importantly, this teaches us that we might not even need the
most performant (e.g., full attention cross-encoder) models in our pipeline; using more lightweight
models in a learning-to-rank setting might already boost performance by a large margin.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>We presented the Open Web Search (OWS) team’s submission to the LongEval shared task at CLEF 2024.
The motivation behind our approach was twofold. For previously encountered queries, we made
explicit use of the clicked documents in the past; either through a keyquery approach or by finding
similar documents to the clicked documents in the new corpus. For unseen queries, we applied a
learning-to-rank model with a variety of query-only, document-only and query-document features.
Our results show that making explicit use of clicked documents for previously encountered queries
heavily improves the performance of our system, even when the corpus has evolved in the meantime.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments References</title>
      <p>This work has received funding from the European Union’s Horizon Europe research and innovation
program under grant agreement No 101070014 (OpenWebSearch.EU, https://doi.org/10.3030/101070014).
reranking is a breeze!, arXiv preprint arXiv:2312.02724 (2023).
[39] F. Schlatt, M. Fröbe, M. Hagen, Investigating the efects of sparse attention on cross-encoders, in:</p>
      <p>European Conference on Information Retrieval, Springer, 2024, pp. 173–190.
[40] M. S. Tamber, R. Pradeep, J. Lin, Scaling down, litting up: Eficient zero-shot listwise reranking
with seq2seq encoder-decoder models, arXiv preprint arXiv: 2312.16098 (2023).
[41] N. Reimers, I. Gurevych, Sentence-bert: Sentence embeddings using siamese bert-networks,
in: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing,
Association for Computational Linguistics, 2019. URL: https://arxiv.org/abs/1908.10084.
[42] R. Nogueira, Z. Jiang, R. Pradeep, J. Lin, Document ranking with a pretrained sequence-to-sequence
model, in: T. Cohn, Y. He, Y. Liu (Eds.), Findings of the Association for Computational Linguistics:
EMNLP 2020, Association for Computational Linguistics, Online, 2020, pp. 708–718. URL: https:
//aclanthology.org/2020.findings-emnlp.63. doi: 10.18653/v1/2020.findings-emnlp.63.
[43] O. Khattab, M. Zaharia, Colbert: Eficient and efective passage search via contextualized late
interaction over bert, in: Proceedings of the 43rd International ACM SIGIR conference on research
and development in Information Retrieval, 2020, pp. 39–48.
[44] L. Xiong, C. Xiong, Y. Li, K.-F. Tang, J. Liu, P. Bennett, J. Ahmed, A. Overwijk, Approximate nearest
neighbor negative contrastive learning for dense text retrieval, arXiv preprint arXiv:2007.00808
(2020).
[45] K. Järvelin, J. Kekäläinen, Cumulated gain-based evaluation of IR techniques, ACM Trans. Inf.</p>
      <p>Syst. 20 (2002) 422–446. URL: http://doi.acm.org/10.1145/582415.582418. doi:10.1145/582415.
582418.
[46] T. Sakai, Alternatives to bpref, in: W. Kraaij, A. P. de Vries, C. L. A. Clarke, N. Fuhr, N. Kando (Eds.),
SIGIR 2007: Proceedings of the 30th Annual International ACM SIGIR Conference on Research and
Development in Information Retrieval, Amsterdam, The Netherlands, July 23-27, 2007, ACM, 2007,
pp. 71–78. URL: https://doi.org/10.1145/1277741.1277756. doi:10.1145/1277741.1277756.
[47] T. Sakai, Comparing metrics across TREC and NTCIR: the robustness to system bias, in: J. G.</p>
      <p>Shanahan, S. Amer-Yahia, I. Manolescu, Y. Zhang, D. A. Evans, A. Kolcz, K. Choi, A. Chowdhury
(Eds.), Proceedings of the 17th ACM Conference on Information and Knowledge Management,
CIKM 2008, Napa Valley, California, USA, October 26-30, 2008, ACM, 2008, pp. 581–590. URL:
https://doi.org/10.1145/1458082.1458159. doi:10.1145/1458082.1458159.
[48] M. Fröbe, L. Gienapp, M. Potthast, M. Hagen, Bootstrapped nDCG Estimation in the Presence
of Unjudged Documents, in: Advances in Information Retrieval. 45th European Conference on
IR Research (ECIR 2023), volume 13980 of Lecture Notes in Computer Science, Springer, Berlin
Heidelberg New York, 2023, pp. 313–329. doi:10.1007/978-3-031-28244-7_20.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Alkhalifa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Bilal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Borkakoty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Deveaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Ebshihy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. G.</given-names>
            <surname>Sáez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuscáková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          , E. Kochkina,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Loureiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Madabushi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulhem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Servan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          , Longeval:
          <article-title>Longitudinal evaluation of model performance at CLEF 2023</article-title>
          , in: J.
          <string-name>
            <surname>Kamps</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Crestani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Maistro</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Joho</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          <string-name>
            <surname>Kruschwitz</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Caputo (Eds.),
          <source>Advances in Information Retrieval - 45th European Conference on Information Retrieval</source>
          ,
          <string-name>
            <surname>ECIR</surname>
          </string-name>
          <year>2023</year>
          , Dublin, Ireland, April 2-
          <issue>6</issue>
          ,
          <year>2023</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>III</given-names>
          </string-name>
          , volume
          <volume>13982</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2023</year>
          , pp.
          <fpage>499</fpage>
          -
          <lpage>505</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -28241-6_
          <fpage>58</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -28241-6\_
          <fpage>58</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Alkhalifa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Bilal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Borkakoty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Camacho-Collados</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Deveaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Ebshihy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. N. G.</given-names>
            <surname>Sáez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuscáková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          , E. Kochkina,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Loureiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulhem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Servan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Madabushi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <article-title>Extended overview of the CLEF-2023 longeval lab on longitudinal evaluation of model performance</article-title>
          , in: M.
          <string-name>
            <surname>Aliannejadi</surname>
            , G. Faggioli,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
          </string-name>
          , M. Vlachos (Eds.),
          <source>Working Notes of the Conference and Labs of the Evaluation Forum (CLEF</source>
          <year>2023</year>
          ), Thessaloniki, Greece,
          <source>September 18th to 21st</source>
          ,
          <year>2023</year>
          , volume
          <volume>3497</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>2181</fpage>
          -
          <lpage>2203</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3497</volume>
          /paper-184.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuscáková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Deveaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. G.</given-names>
            <surname>Sáez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulhem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          , Longevalretrieval:
          <article-title>French-english dynamic test collection for continuous web search evaluation</article-title>
          , in: H.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>W. E.</given-names>
          </string-name>
          <string-name>
            <surname>Duh</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>M. P.</given-names>
          </string-name>
          <string-name>
            <surname>Kato</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Poblete (Eds.),
          <source>Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <string-name>
            <surname>SIGIR</surname>
          </string-name>
          <year>2023</year>
          , Taipei, Taiwan,
          <source>July 23-27</source>
          ,
          <year>2023</year>
          , ACM,
          <year>2023</year>
          , pp.
          <fpage>3086</fpage>
          -
          <lpage>3094</lpage>
          . URL: https://doi.org/10.1145/3539618.3591921. doi:
          <volume>10</volume>
          .1145/3539618.3591921.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Alkhalifa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Borkakoty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Deveaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Ebshihy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. G.</given-names>
            <surname>Sáez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuscáková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Iommi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Madabushi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Medina-Alias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulhem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Servan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          , Longeval:
          <article-title>Longitudinal evaluation of model performance at CLEF 2024</article-title>
          , in: N.
          <string-name>
            <surname>Goharian</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Tonellotto</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Lipani</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
          </string-name>
          , I. Ounis (Eds.),
          <source>Advances in Information Retrieval - 46th European Conference on Information Retrieval</source>
          ,
          <string-name>
            <surname>ECIR</surname>
          </string-name>
          <year>2024</year>
          , Glasgow, UK, March
          <volume>24</volume>
          -28,
          <year>2024</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>VI</given-names>
          </string-name>
          , volume
          <volume>14613</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2024</year>
          , pp.
          <fpage>60</fpage>
          -
          <lpage>66</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -56072-
          <issue>9</issue>
          _8. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -56072-9\_8.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Alkhalifa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Borkakoty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Deveaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Ebshihy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. G.</given-names>
            <surname>Sáez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuscáková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Iommi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Madabushi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Medina-Alias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulhem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Servan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2023 LongEval Lab on Longitudinal Evaluation of Model Performance</article-title>
          , in: G.
          <string-name>
            <given-names>F. N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuščáková</surname>
          </string-name>
          , A. G. S. de Herrera (Eds.), Working Notes of CLEF 2024 -
          <article-title>Conference and Labs of the Evaluation Forum, CEUR-WS</article-title>
          .org,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Alkhalifa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Borkakoty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Deveaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Ebshihy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Espinosa-Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuščáková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Gonzalez-Saez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Iommi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Madabushi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Medina-Alias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulhem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF 2024 LongEval Lab on Longitudinal Evaluation of Model Performance</article-title>
          , in: L.
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Mulhem</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Quénot</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Schwab</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Soulier</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. M. D. Nunzio</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Galuščáková</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. G. S. de Herrera</surname>
          </string-name>
          , G. Faggioli, N. Ferro (Eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Fifteenth International Conference of the CLEF Association (CLEF 2024), Lecture Notes in Computer Science (LNCS)</source>
          , Springer, Heidelberg, Germany,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R.</given-names>
            <surname>Alkhalifa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Borkakoty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Deveaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Ebshihy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Espinosa-Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fink</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Galuščáková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Gonzalez-Saez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Iommi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Madabushi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Medina-Alias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulhem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Piroi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <article-title>Extended overview of the CLEF 2024 LongEval Lab on Longitudinal Evaluation of Model Performance</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>Galuščáková</surname>
          </string-name>
          , A. G. S. de Herrera (Eds.),
          <source>Working Notes of CLEF 2024 - Conference and Labs of the Evaluation Forum, CEUR Workshop Proceedings</source>
          , CEUR-WS,
          <year>Online</year>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Gollub</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Michel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Stein</surname>
          </string-name>
          , From Keywords to Keyqueries:
          <article-title>Content Descriptors for the Web</article-title>
          , in: C. Gurrin,
          <string-name>
            <given-names>G.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kelly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Kruschwitz</surname>
          </string-name>
          , M. de Rijke, T. Sakai, P. Sheridan (Eds.),
          <source>36th International ACM Conference on Research and Development in Information Retrieval (SIGIR</source>
          <year>2013</year>
          ), ACM,
          <year>2013</year>
          , pp.
          <fpage>981</fpage>
          -
          <lpage>984</lpage>
          . doi:
          <volume>10</volume>
          .1145/2484028.2484181.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Beyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gollub</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Komlossy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Stein</surname>
          </string-name>
          ,
          <article-title>Supporting Scholarly Search with Keyqueries</article-title>
          , in: N.
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Crestani</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.-F. Moens</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Silvestri</surname>
            ,
            <given-names>G. Di</given-names>
          </string-name>
          <string-name>
            <surname>Nunzio</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Hauf</surname>
          </string-name>
          , G. Silvello (Eds.),
          <source>Advances in Information Retrieval. 38th European Conference on IR Research (ECIR</source>
          <year>2016</year>
          ), volume
          <volume>9626</volume>
          of Lecture Notes in Computer Science, Springer, Berlin Heidelberg New York,
          <year>2016</year>
          , pp.
          <fpage>507</fpage>
          -
          <lpage>520</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -30671-1_
          <fpage>37</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>MacAvaney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tonellotto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          ,
          <article-title>Adaptive re-ranking with a corpus graph</article-title>
          , in: M. A.
          <string-name>
            <surname>Hasan</surname>
          </string-name>
          , L. Xiong (Eds.),
          <source>Proceedings of the 31st ACM International Conference on Information &amp; Knowledge Management</source>
          , Atlanta,
          <string-name>
            <surname>GA</surname>
          </string-name>
          , USA, October
          <volume>17</volume>
          -
          <issue>21</issue>
          ,
          <year>2022</year>
          , ACM,
          <year>2022</year>
          , pp.
          <fpage>1491</fpage>
          -
          <lpage>1500</lpage>
          . URL: https://doi.org/10.1145/3511808.3557231. doi:
          <volume>10</volume>
          .1145/3511808.3557231.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pickens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cooper</surname>
          </string-name>
          , G. Golovchinsky,
          <article-title>Reverted indexing for feedback and expansion</article-title>
          , in: J. X.
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Koudas</surname>
            ,
            <given-names>G. J. F.</given-names>
          </string-name>
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Collins-Thompson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          An (Eds.),
          <source>Proceedings of the 19th ACM Conference on Information and Knowledge Management</source>
          ,
          <string-name>
            <surname>CIKM</surname>
          </string-name>
          <year>2010</year>
          , Toronto, Ontario, Canada,
          <source>October 26-30</source>
          ,
          <year>2010</year>
          , ACM,
          <year>2010</year>
          , pp.
          <fpage>1049</fpage>
          -
          <lpage>1058</lpage>
          . URL: https://doi.org/10.1145/1871437. 1871571. doi:
          <volume>10</volume>
          .1145/1871437.1871571.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Liu</surname>
          </string-name>
          , Learning to Rank for Information Retrieval, Springer,
          <year>2011</year>
          . URL: https://doi.org/10.1007/ 978-3-
          <fpage>642</fpage>
          -14267-3. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>642</fpage>
          -14267-3.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. F.</given-names>
            <surname>Nogueira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Yates</surname>
          </string-name>
          ,
          <article-title>Pretrained Transformers for Text Ranking: BERT and Beyond</article-title>
          ,
          <source>Synthesis Lectures on Human Language Technologies</source>
          , Morgan &amp; Claypool Publishers,
          <year>2021</year>
          . URL: https://doi.org/10.2200/S01123ED1V01Y202108HLT053. doi:
          <volume>10</volume>
          .2200/ S01123ED1V01Y202108HLT053.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>D.</given-names>
            <surname>Dato</surname>
          </string-name>
          , S. MacAvaney,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Nardini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Perego</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tonellotto</surname>
          </string-name>
          ,
          <article-title>The istella22 dataset: Bridging traditional and neural learning to rank evaluation</article-title>
          , in: E. Amigó,
          <string-name>
            <given-names>P.</given-names>
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Carterette</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Culpepper</surname>
          </string-name>
          , G. Kazai (Eds.),
          <source>SIGIR '22: The 45th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , Madrid, Spain,
          <source>July 11 - 15</source>
          ,
          <year>2022</year>
          , ACM,
          <year>2022</year>
          , pp.
          <fpage>3099</fpage>
          -
          <lpage>3107</lpage>
          . URL: https://doi.org/10.1145/3477495.3531740. doi:
          <volume>10</volume>
          .1145/3477495.3531740.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Günther</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Probst</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <article-title>The Power of Anchor Text in the Neural Retrieval Era</article-title>
          , in: M.
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Verberne</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Macdonald</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Seifert</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Balog</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Nørvåg</surname>
          </string-name>
          , V. Setty (Eds.),
          <source>Advances in Information Retrieval. 44th European Conference on IR Research (ECIR</source>
          <year>2022</year>
          ), Lecture Notes in Computer Science, Springer, Berlin Heidelberg New York,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Farzana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Granitzer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Hendriksen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hiemstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zerhoudi</surname>
          </string-name>
          , The ifrst international workshop on open web search (wows),
          <source>in: European Conference on Information Retrieval</source>
          , Springer,
          <year>2024</year>
          , pp.
          <fpage>426</fpage>
          -
          <lpage>431</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Farzana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Granitzer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Hendriksen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hiemstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          , S. Zerhoudi (Eds.),
          <source>Proceedings of the first International Workshop on Open Web Search co-located with the 46th European Conference on Information Retrieval ECIR</source>
          <year>2024</year>
          ,
          <article-title>number</article-title>
          3689
          <source>in CEUR Workshop Proceedings</source>
          ,
          <year>2024</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3689</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>K.</given-names>
            <surname>Krishna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Iyyer</surname>
          </string-name>
          ,
          <article-title>Hurdles to progress in long-form question answering</article-title>
          , in: K.
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rumshisky</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Hakkani-Tür</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Beltagy</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bethard</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Cotterell</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Chakraborty</surname>
          </string-name>
          , Y. Zhou (Eds.),
          <source>Proceedings of the</source>
          <year>2021</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL-HLT 2021, Online</article-title>
          , June 6-11,
          <year>2021</year>
          , Association for Computational Linguistics,
          <year>2021</year>
          , pp.
          <fpage>4940</fpage>
          -
          <lpage>4957</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2021</year>
          .naacl-main.
          <volume>393</volume>
          . doi:
          <volume>10</volume>
          .18653/V1/
          <year>2021</year>
          .NAACL-MAIN.
          <year>393</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Akiki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <article-title>How Train-Test Leakage Afects Zero-shot Retrieval</article-title>
          , in: D.
          <string-name>
            <surname>Arroyuelo</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Poblete (Eds.),
          <source>29th International Symposium on String Processing and Information Retrieval (SPIRE</source>
          <year>2022</year>
          ), volume
          <volume>13617</volume>
          ,
          <string-name>
            <surname>Concepción</surname>
          </string-name>
          , Chile,
          <year>2022</year>
          . doi:
          <volume>10</volume>
          .1007/ 978-3-
          <fpage>031</fpage>
          -20643-6_
          <fpage>11</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bernstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zobel</surname>
          </string-name>
          ,
          <article-title>Redundant documents and search efectiveness</article-title>
          , in: O.
          <string-name>
            <surname>Herzog</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Schek</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Fuhr</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Chowdhury</surname>
          </string-name>
          , W. Teiken (Eds.),
          <source>Proceedings of the 2005 ACM CIKM International Conference on Information and Knowledge Management</source>
          , Bremen, Germany,
          <source>October 31 - November 5</source>
          ,
          <year>2005</year>
          , ACM,
          <year>2005</year>
          , pp.
          <fpage>736</fpage>
          -
          <lpage>743</lpage>
          . URL: https://doi.org/10.1145/1099554.1099733. doi:
          <volume>10</volume>
          .1145/1099554.1099733.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bittner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <article-title>The Efect of Content-Equivalent Near-Duplicates on the Evaluation of Search Engines</article-title>
          , in: J. Jose, E. Yilmaz,
          <string-name>
            <given-names>J.</given-names>
            <surname>Magalhães</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Martins</surname>
          </string-name>
          (Eds.),
          <source>Advances in Information Retrieval. 42nd European Conference on IR Research (ECIR</source>
          <year>2020</year>
          ), volume
          <volume>12036</volume>
          of Lecture Notes in Computer Science, Springer, Berlin Heidelberg New York,
          <year>2020</year>
          , pp.
          <fpage>12</fpage>
          -
          <lpage>19</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -45442-
          <issue>5</issue>
          _
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bevendorf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Reimer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <article-title>Sampling Bias Due to Near-Duplicates in Learning to Rank</article-title>
          , in: 43rd
          <source>International ACM Conference on Research and Development in Information Retrieval (SIGIR</source>
          <year>2020</year>
          ), ACM,
          <year>2020</year>
          , pp.
          <fpage>1997</fpage>
          -
          <lpage>2000</lpage>
          . doi:
          <volume>10</volume>
          .1145/3397271.3401212.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bevendorf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gienapp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Völske</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Stein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Potthast</surname>
          </string-name>
          , M. Hagen,
          <article-title>CopyCat: NearDuplicates within and between the ClueWeb and the Common Crawl</article-title>
          , in: F. Diaz,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Suel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Castells</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jones</surname>
          </string-name>
          , T. Sakai (Eds.),
          <source>44th International ACM Conference on Research and Development in Information Retrieval (SIGIR</source>
          <year>2021</year>
          ), ACM,
          <year>2021</year>
          , pp.
          <fpage>2398</fpage>
          -
          <lpage>2404</lpage>
          . doi:
          <volume>10</volume>
          .1145/ 3404835.3463246.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>M.</given-names>
            <surname>Völske</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gollub</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Stein</surname>
          </string-name>
          ,
          <article-title>A keyquery-based classification system for CORE, D Lib Mag</article-title>
          .
          <volume>20</volume>
          (
          <year>2014</year>
          ). URL: https://doi.org/10.1045/november14-voelske. doi:
          <volume>10</volume>
          .1045/ NOVEMBER14-VOELSKE.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Günther</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bondarenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Huck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <article-title>Using keyqueries to reduce misinformation in health-related search results</article-title>
          ,
          <source>in: ROMCIR</source>
          <year>2022</year>
          :
          <article-title>The 2nd Workshop on Reducing Online Misinformation through Credible Information Retrieval, held as part of ECIR 2022: the 44th</article-title>
          <source>European Conference on Information Retrieval</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. O.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hagen</surname>
          </string-name>
          ,
          <article-title>Eficient Query Obfuscation with Keyqueries</article-title>
          ,
          <source>in: 20th International IEEE/WIC/ACM Conference on Web Intelligence (WI-IAT</source>
          <year>2021</year>
          ), ACM,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          . 1145/3486622.3493950.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Hendriksen</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. P. de Vries</surname>
          </string-name>
          , M. Potthast, Open web search at longeval 2023:
          <article-title>Reciprocal rank fusion on automatically generated query variants</article-title>
          , in: M.
          <string-name>
            <surname>Aliannejadi</surname>
            , G. Faggioli,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
          </string-name>
          , M. Vlachos (Eds.),
          <source>Working Notes of the Conference and Labs of the Evaluation Forum (CLEF</source>
          <year>2023</year>
          ), Thessaloniki, Greece,
          <source>September 18th to 21st</source>
          ,
          <year>2023</year>
          , volume
          <volume>3497</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>2432</fpage>
          -
          <lpage>2440</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3497</volume>
          /paper-195.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>G.</given-names>
            <surname>Amati</surname>
          </string-name>
          , Divergence from randomness,
          <source>Ph.D. thesis, Ph. D. thesis</source>
          , Department of Computer Science, University of Glasgow,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>N. A.</given-names>
            <surname>Jaleel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Allan</surname>
          </string-name>
          , W. B.
          <string-name>
            <surname>Croft</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Diaz</surname>
            ,
            <given-names>L. S.</given-names>
          </string-name>
          <string-name>
            <surname>Larkey</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>M. D.</given-names>
          </string-name>
          <string-name>
            <surname>Smucker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Wade</surname>
          </string-name>
          , Umass at TREC 2004:
          <article-title>Novelty and HARD</article-title>
          , in: E. M.
          <string-name>
            <surname>Voorhees</surname>
            ,
            <given-names>L. P.</given-names>
          </string-name>
          Buckland (Eds.),
          <source>Proceedings of the Thirteenth Text REtrieval Conference</source>
          , TREC 2004, Gaithersburg, Maryland, USA, November
          <volume>16</volume>
          -
          <issue>19</issue>
          ,
          <year>2004</year>
          , volume
          <volume>500</volume>
          -261 of NIST Special Publication,
          <source>National Institute of Standards and Technology (NIST)</source>
          ,
          <year>2004</year>
          . URL: http://trec.nist.gov/pubs/trec13/papers/umass.novelty.hard.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Burges</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Svore</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gao</surname>
          </string-name>
          ,
          <article-title>Adapting boosting for information retrieval measures</article-title>
          ,
          <source>Information Retrieval</source>
          <volume>13</volume>
          (
          <year>2010</year>
          )
          <fpage>254</fpage>
          -
          <lpage>270</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>C.</given-names>
            <surname>Macdonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tonellotto</surname>
          </string-name>
          ,
          <article-title>Declarative experimentation in information retrieval using pyterrier</article-title>
          ,
          <source>in: Proceedings of the 2020 ACM SIGIR on International Conference on Theory of Information Retrieval</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>161</fpage>
          -
          <lpage>168</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>G.</given-names>
            <surname>Ke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Meng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Finley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Chen</surname>
          </string-name>
          , W. Ma,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Ye</surname>
          </string-name>
          , T.-Y. Liu, LightGBM:
          <string-name>
            <given-names>A Highly</given-names>
            <surname>Eficient Gradient Boosting Decision Tree</surname>
          </string-name>
          ,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>30</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Reimer</surname>
          </string-name>
          , S. MacAvaney,
          <string-name>
            <given-names>N.</given-names>
            <surname>Deckers</surname>
          </string-name>
          , S. Reich, J.
          <string-name>
            <surname>Bevendorf</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Potthast</surname>
          </string-name>
          ,
          <article-title>The information retrieval experiment platform</article-title>
          ,
          <source>in: Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>2826</fpage>
          -
          <lpage>2836</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>O.</given-names>
            <surname>Zendel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fröbe</surname>
          </string-name>
          , G. Faggioli, Qpptk@ tirex:
          <article-title>Simplified query performance prediction for ad-hoc retrieval experiments</article-title>
          ,
          <source>in: [17]</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>50</fpage>
          -
          <lpage>62</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3689</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>D.</given-names>
            <surname>Alexander</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Kusa</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. P. de Vries</surname>
          </string-name>
          ,
          <article-title>Orcas-i query intent predictor as component of tira</article-title>
          , in: [17],
          <year>2024</year>
          , pp.
          <fpage>23</fpage>
          -
          <lpage>29</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3689</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>F.</given-names>
            <surname>Schlatt</surname>
          </string-name>
          ,
          <article-title>Eficiently scoring the health-relatedness of web pages</article-title>
          , in: [
          <volume>17</volume>
          ]
          <fpage>14</fpage>
          -
          <lpage>22</lpage>
          . URL: https: //ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3689</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>L.</given-names>
            <surname>Erben</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hampel</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.-C. Kuns</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Melisch</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Natzschka</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Pertsch</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Razouk</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Stolle</surname>
            , R. T. Thoss,
            <given-names>T. G.</given-names>
          </string-name>
          <string-name>
            <surname>Trinh</surname>
          </string-name>
          , et al.,
          <article-title>Assembling four open web search components</article-title>
          , in: [
          <volume>17</volume>
          ]
          <fpage>73</fpage>
          -
          <lpage>93</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3689</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>R.</given-names>
            <surname>Pradeep</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sharifymoghaddam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Rankzephyr: Efective and robust zero-shot listwise</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>