<!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>Combining Embedding Models for RAG: A Similarity-Based Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kanishka Ghosh Dastidar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Dinzinger</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura Caspari</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jelena Mitrović</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Granitzer</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Passau</institution>
          ,
          <addr-line>Innstraße 41, 94032 Passau</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>This paper explores the efective combination of embedding models through a similarity analysis. Embedding models are characterized by heterogeneous architectures, training objectives, and training corpora, resulting in distinct semantic representations and domain-specific proficiencies. By integrating such diverse models, we aim to harness their complementary strengths. However, the potential for performance improvement is contingent on the specific models selected for combination. To address this, we propose a strategy that utilizes similarity scores between model pairs as strong predictors of their combined performance. First, we provide a similarity analysis of embedding models as an unsupervised evaluation framework from a retrieval perspective. Second, we empirically demonstrate that combining embeddings from diferent models can significantly enhance retrieval performance, but only in the case of certain model pairs. Third, we propose an adjusted dissimilarity measure that accounts for both the similarity and performance gap between the models. Our experiments reveal that the adjusted dissimilarity scores between models are strongly correlated to their combined performance. This finding paves the way for organizations with resource constraints to use such a similarity framework to select combinations of smaller models whose performance closes the gap to large, inaccessible models.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        academia [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. A promising approach to address this arises through the ensembling of embedding
models. Specifically, by combining smaller, less resource-intensive models, the performance
gap to larger models could be closed.
      </p>
      <p>
        In this paper, we focus specifically on the efective combination of embedding models through
a similarity analysis. Diferent works in the literature have discussed the benefits of a similarity
analysis of LLMs. Caspari et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] argue that such an analysis of embedding models provides
several benefits beyond those of the retrieval scores reported on benchmarks, such as easier
model selection. Similarly, Klabunde et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] highlight that similarity analysis can simplify
the process of model ensembling. These works, however, do not empirically demonstrate the
purported benefits.
      </p>
      <p>We start from the observation that models exhibit diverse architectures, training objectives,
and fine-tuning strategies, allowing them to capture distinct semantic, syntactic, and contextual
aspects of text. Additionally, training on diferent corpora results in domain-specific capabilities.
By combining these models, we aim to leverage their complementary strengths and mitigate
individual biases and errors. However, the existence of improvement and its magnitude depends
on the specific models involved. The embeddings might also contain conflicting semantic
information – for example, architectural/training improvements in successive iterations within
a model family might specifically target a particular kind of error or bias in these models.
Combining such models (the predecessor and successor in a particular model family) might
obscure these improvements and result in minimally improved or even impaired combined
performance.</p>
      <p>Given the possibility of beneficial or detrimental combinations and a huge number of possible
combinations, a strategy to guide the selection of model combinations is essential. We posit that
the similarity scores between pairs of models can serve as strong predictors of the potential
performance of their combination. We do note, however, that similarity scores reflect both
performance gaps along with complementarity of text representations. To predict improvements
in combined performance, it is necessary to consider both of these factors that contribute to
model similarity. In particular, we make the following contributions: (i) We provide a similarity
analysis of several models from the MTEB benchmark using both representational, as well as
functional similarity measures tailored for retrieval. (ii) We evaluate combinations of embedding
models based on retrieval performance, demonstrating that performance gains are limited to
specific model pairs. (iii) We formulate an adjusted dissimilarity measure that accounts for the
performance gaps between models and demonstrate a strong correlation between this measure
and combination performance. The code for this paper is publicly available1.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>We review the literature from two perspectives. First, works that cover a similarity analysis of
neural networks or, more specifically, language models. Second, we explore works related to
ensembling or combining embeddings.</p>
      <p>
        Measuring the similarity of neural networks has received increasing attention, resulting
in numerous approaches or metrics being proposed [
        <xref ref-type="bibr" rid="ref5 ref6 ref7 ref8">5, 6, 7, 8</xref>
        ]. Klabunde et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] provide
1https://github.com/KanishkaGD/embedding_similarity
an extensive overview of representational and functional similarity measures. However, the
functional measures they describe are designed only for classification tasks and are thus not
applicable to measure retrieval similarity. Several other works focus on evaluating the
similarities of language models, primarily considering representational similarity [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref6">6, 10, 11, 12</xref>
        ].
While a large body of research concerned with model similarity exists, embedding models are
commonly compared based on their performance on benchmarks like MTEB [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Klabunde et
al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] notably look beyond performance benchmarks and propose a benchmark to measure
representational similarity of neural networks, including language models. Similarly, Caspari et
al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] emphasize the importance of considering model similarity alongside benchmark retrieval
scores, particularly for retrieval systems and Retrieval-Augmented Generation (RAG). They
propose the use of Jaccard and rank similarity as measures to compare retrieved document lists.
The work by Iana et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] uses a similar methodology to analyze encoder architectures for
news recommendation. They not only compare the recommendation lists in terms of
performance but also similarity. Most of these works use a similarity analysis to provide qualitative
insight into model behavior but do not empirically evaluate the benefits of the same.
      </p>
      <p>
        Our work on combining the embeddings of multiple embedding models draws inspiration
from the extensive work in model ensembling [
        <xref ref-type="bibr" rid="ref15 ref16 ref17">15, 16, 17</xref>
        ]. In contrast, the literature that directly
explores how to best combine embeddings of diferent LLMs is rather sparse. Parcheta et al.
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] propose combining embeddings derived from several encoding approaches such as using
BERT, a neural embedding layer, GloVe, etc., as input to a neural network. Similarly, Ghannay
et al. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] exploit the complementarity of diferent word embedding methods by combining
embeddings, demonstrating that simple concatenation performs comparably to more complex
combination methods. Some works, on the other hand, rather focus on combining embeddings
of disparate inputs [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Xue et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] leverage embeddings from two audio encoders for
automatic speech recognition. Additionally, Liu et al. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] investigate several methods to fuse
embeddings from models like Llama2, RoBERTa, and BERT, highlighting the potential gains
from such integrations. Tekin et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] provide two diferent approaches to ensembling several
LLMs, but this work does not focus on embeddings.
      </p>
      <p>None of the works in the literature extensively evaluate combinations of several recent
embedding models. To the best of our knowledge, there are also no papers that connect the two
directions of this work, namely a similarity analysis and embedding combinations.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Similarities of Embedding Models</title>
      <p>
        Our first step for finding suitable model combinations is to determine the similarity between
two embedding models, as discussed in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. We consider two kinds of similarity metrics: (i)
representational similarity, i.e. the similarity of models in embedding space and (ii) functional
similarity, i.e. similarity based on observed retrieval rankings of documents from diferent
models.
      </p>
      <sec id="sec-3-1">
        <title>3.1. Metrics</title>
        <p>
          Representational Similarity has been estimated using Centered Kernel Alignment [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. CKA
does not rely on inputs to have equal dimensions, an important facet when comparing a diverse
set of models. We use CKA to compare two sets of embeddings  ∈ R×  and ′ ∈ R× ′
generated by diferent embedding models for the same text chunks, where  is the number
of embeddings in the set and , ′ are the respective embedding dimensions. CKA applies a
kernel function to calculate scores between all entries in each set of embeddings. Thus, each
row  of the resulting matrix for embeddings  then contains entries of the scores between
embedding  ∈  and all other embeddings in , including itself. After obtaining the kernel
matrices , ′ which now have matching dimensions, CKA can be computed as:
(, ′)
(, ′) = √︀(, )(′, ′)
where HSIC is the Hilbert-Schmidt Independence Criterion [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. The CKA score is bound
in [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] where 1 indicates perfect embedding similarity. In the following experiments, we use
CKA with a linear kernel.
        </p>
        <p>
          Functional Similarity has been estimated using Jaccard and rank similarity [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. Jaccard
similarity measures the overlap in retrieved results for a particular query. To this end, we
perform a regular retrieval step and fetch the  most similar embeddings , ′ for a query.
From this, we get two sets of retrieved text chunks , ′ which we compare with Jaccard
similarity:
 (, ′) = | ∩ ′|
| ∪ ′|
        </p>
        <p>
          The resulting score is bounded in [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] with 1 indicating that both models retrieved the same
text chunks. This measure disregards the order in which elements were retrieved.
        </p>
        <p>Rank similarity measures how similar the order of common elements in two sets is, where
elements that are closer together are weighted higher. Common text chunks  ∈ | ∩ ′| receive
a rank according to their position in the retrieval step, i.e.  () =  if chunk  was the top-
retrieved result in . With this, rank similarity is computed as follows:
(, ′) =
1
∑︁</p>
        <p>
          2
(| ∩ ′|) ∈|∩′| (1 + | () − ′ ()|)( () + ′ ())
where (| ∩ ′|) = ∑︀=|∩′| 1 denotes the K-th harmonic number and normalizes the
=1
score. Like the previous measures, rank similarity is bounded in [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] with 1 indicating that the
ranks of all common text chunks are identical.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Similarity Evaluation</title>
        <p>
          To adhere to computational constraints, for this study, we use the 4 smallest datasets from the
MTEB/BEIR [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] benchmarks, namely the Scidocs, Scifact, FIQA-2018 and Nfcorpus datasets.
For each of these datasets, we evaluate pair-wise similarities of a set of 15 embedding models
(publicly available and free to use). To highlight the efects of combinations within and across
model families, we pick diferent model types from the bge (v1.5), e5 (v2), gte, and arctic model
(1)
(2)
(3)
families. We also select a few high-performing models on MTEB that are still relatively small
(≈ 1 GB) such as uae-large-V1, mxbai-embed-large-V1 and gist-large-embedding-v0.
        </p>
        <p>Fig. 1 displays two heatmaps, one for Jaccard and another for CKA, of the pairwise similarities
of all our models averaged across our four datasets. Since the rank similarity scores closely
resemble the Jaccard results, we have not included a third heatmap here. However, these scores
are incorporated into our analysis in Section 5. Examining the Jaccard heatmap, the most
striking feature is the relatively small overlap in retrieval results for the majority of model pairs.
This indicates that the top retrieval results for these models contain several unique documents. We
see that for each of the metrics, the similarities within families are higher than across families
at least when accounting for other factors such as size. The CKA scores are fairly high across
the board but are less intuitively interpretable. Notably, the similarity of the two larger arctic
models with all other models is significantly lower than the average similarity according to the
CKA metric. This pattern is not particularly evident with the other similarity measures.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Combinations of Embedding Models</title>
      <p>In the next step, we look at the impact of combining embeddings of pairs of embedding models.
There are several methodological options for combining embeddings. These lie on the spectrum
of aggregation-based methods such as averaging or concatenating over multiple embeddings,
or methods that involve some form of learned combination where the combined embedding is
optimized on task-specific objectives.</p>
      <sec id="sec-4-1">
        <title>4.1. Our Approach</title>
        <p>We take the simple approach of concatenating the embeddings of pairs of models for both
queries and documents. We then evaluate these combined embeddings on diferent retrieval
tasks from the MTEB benchmark. We use the same set of embedding models and datasets as
outlined in 3.</p>
        <p>For a dataset comprising a set of queries  = { }=1 and a set of chunks  = {}=1,

the embeddings from two models ℰ1 and ℰ2 are concatenated to form a unified or combined
representation:</p>
        <p>Equery( ) = ℰ1( )‖ℰ2( )
Echunk() = ℰ1()‖ℰ2()
∀  ∈ 
∀  ∈</p>
        <p>For the retrieval step, we use an exact nearest neighbour search. We compute the Normalized
Discounted Cumulative Gain at 10 documents (NDCG10) to evaluate retrieval performance.
As each chunk in our retrieval list stems from a document in our corpus, we can compute
the performance for a list of documents instead of a list of chunks as shown by [27]. This is
necessary as the relevance judgments for these datasets are at a document and not chunk level.</p>
        <p>Of course, while the NDCG10 directly informs us about how well a particular combination
performs, the score is only of use relative to the scores of the two individual models that form the
combination. From a practical perspective, there is little justification for utilizing a combination
of models if its performance does not surpass that of both individual models. Consequently, in
our analysis, we adopt a metric for measuring performance improvement (ℐndcg). Specifically, we
define performance improvement as the diference between the NDCG10 score of the combined
embedding model and the maximum NDCG10 score of the individual models within the pair.
ℐndcg = NDCG10(ℰ1‖ℰ2) −</p>
        <p>max (NDCG10(ℰ1), NDCG10(ℰ2))</p>
        <p>In the remainder of this paper, we refer to the maximum of the two individual models’
scores as Max. We note that the scores are not perfectly comparable to those on the MTEB
leaderboard due to diferences in our pipeline. The first stems from our data ingestion step,
where we split the documents into 256 token-sized chunks for each of our models. This results
in relevant information contained in the documents possibly being fragmented across several
chunks. Secondly, as we test on small corpora and want to include as many queries as possible,
we report retrieval scores on all queries in the datasets and not just those included in the test
splits. This being said, the scores we report largely preserve the ranking of the models as
reported on MTEB.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Results</title>
        <p>soed
l
M
(c) Nfcorpus (d) Scidocs
Figure 2: Improvement in performance through model combination. The diference in NDCG10 refers
to comparing the performance of two sets of embeddings for the retriever: one where the embeddings
of two models are combined and another where only the embeddings of better-performing model of the
two is used.</p>
        <p>In Figure 2 we report the ℐndcg values for all combinations of our selected models on four
datasets. Across each dataset, ℐndcg is predominantly positive, indicating that combining a
randomly selected pair of models generally leads to improved retrieval performance compared
to Max . This re-afirms our argument that these models, in many instances, generate
heterogeneous representations that complement one another. However, it is also apparent that
the magnitude of improvement or even impairment, is dependent on a particular combination
and dataset. To begin, we assess the influence of diferent model pair selections on the ℐndcg
scores. For example, the e5-large-v2 model tends to result in positive ℐndcg values for nearly all
of its combinations across all four datasets. Similarly, combinations involving the model
bgesmall-en-v1.5 mostly result in positive ℐndcg. Such performance gains can provide significant
benefits. For example, for the FIQA dataset the combination of the e5-small-v2 and
snowflakearctic-embed-s models, both of whom are very small models (0.12 GB in memory usage each),
result in a NDCG10 higher than that of the e5-large-v2 model. This would entail a climb on the
public leaderboard corresponding to around 10 positions. We also observe large positive ℐndcg
values in the combinations of bge-small-en-v1.5 and snowflake-arctic-embed-m across all our
datasets.</p>
        <p>Certain combinations, on the other hand, do not fare as well. The Arctic model family,
particularly the small version, is also often present in combinations with a negative ℐndcg. These
combinations are of no practical benefit as one could simply use the better performing model in
the combination. To a lesser extent, for the Nfcorpus and Scidocs datasets, we see a similar efect
for the e5-small model. We note that these models are also the ones with the lowest retrieval
performance out of our set of models. Assuming that the ‘general’ quality of the representations
generated by these models corresponds to their retrieval scores, we can reasonably expect
significant deficiencies of certain lower performing models to have a negative impact on the
overall retrieval performance when combined with stronger counterparts. These findings
indicate that both the complementarity of the model representations and the disparities in their
quality significantly influence the efectiveness of their combined retrieval performance. Across
the analyzed datasets, we observe that certain datasets not only exhibit a higher proportion of
model combinations yielding positive ℐndcg values but also demonstrate larger magnitudes of
these improvements. For the Scidocs dataset, 71 combinations out of 105 improve over their
Max, whereas for FIQA the number is 98. The magnitude of improvements is also on
average higher on FIQA and Scifact compared to the other two datasets.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Similarity-Guided Combination</title>
      <p>We hypothesize that enhancements in retrieval performance resulting from model combinations
are attributable to their complementary diferences. Similarity scores provide a quantitative
means to compare model characteristics — the diferences in architecture, training, data, etc.
should reflect in the orientations of the embeddings in vector space (captured by representational
similarity measures) and/or in the outcome on downstream tasks (captured by functional
similarity measures). Therefore, we ask the question: Can we use these similarity scores as
predictors of the compatibility of models to be combined? Assuming that models need to be
suficiently distinct to be complementary, similarity metrics that accurately capture these
diferences would allow us to identify such distinct model pairs. The following parts describe
our framework to test this hypothesis.</p>
      <sec id="sec-5-1">
        <title>5.1. Our Approach</title>
        <p>
          We use our similarity scores and ℐndcg values from sections 3 and 4. Our central hypothesis
posits that the performance gains from combining two models are positively correlated with
their dissimilarity; i.e., more dissimilar models are expected to yield greater improvements when
combined. Therefore, we transform our existing similarity metrics into dissimilarity scores.
Given that each of our three similarity metrics is normalized to lie within the interval [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ], the
transformation is straightforward:
 = 1 − 
(4)
where  and  denotes the dissimilarity and similarity between models ℰ and ℰ respectively.
        </p>
        <p>However, a critical observation arises: the raw dissimilarity scores are intrinsically coupled
with the performance gap between model pairs. Specifically, a model exhibiting superior
performance () is inherently more dissimilar to models with significantly lower performance
( ) compared to models with similar performance levels. Our similarity analysis in Section 3
confirms this. This coupling poses a confounding challenge, as the observed dissimilarity may
partially reflect performance disparities rather than purely complementary representations of
the text. To predict improvements in combined performance, we would need to account for
both these factors that contribute to dissimilarity.</p>
        <p>To address this, we introduce an Adjusted Dissimilarity metric. This metric modifies the
dissimilarity score between models by accounting for the performance gap between them. We
define the normalized performance gap between models ℰ and ℰ as follows:
 = | −   |
max
where max is defined as the maximum absolute performance diference observed across all
possible pairs of models:
The Adjusted Dissimilarity AD is then defined as:</p>
        <p>AD =  ×  + (1 −  ) × (1 −  )
where  is a parameter that balances the influence of the raw dissimilarity and the normalized
performance gap on the adjusted dissimilarity score. Intuitively, the term (1 −  ) inversely
relates to the performance gap. When the performance gap is large, (1 −  ) becomes smaller,
reducing the contribution of this term to overall adjusted dissimilarity.</p>
        <p>Correlation Analysis: For each model ℰ, we compute the adjusted dissimilarity scores
AD with every other model ℰ , as defined in Equation (6). Similarly, we compute the ℐndcg
values, resulting from combining ℰ with ℰ . Given these values, for each model ℰ, we compute
Pearson’s correlation coeficient   between the set of its Adjusted Dissimilarity scores {AD }
and the corresponding ℐndcg values {ℐndcg} across all model pairs (ℰ, ℰ ) for a particular
similarity metric . This measures the linear relationship between dissimilarity and performance
improvement. After computing   for each model, we aggregate these coeficients by calculating
the mean correlation coeficient  () across all models. We perform this analysis per model to
ofer more granular insight into model-specific behaviour. We also report an overall correlation
coeficient  (ove)rall per metric for all model pairs for a dataset.
(5)
(6)
Model</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Results</title>
        <p>For each of our datasets, we provide a detailed overview of our correlation analysis in Table 2.
As per Eq. 6, we need to set a value for the</p>
        <p>parameter to compute the adjusted dissimilarity
scores. For this study we use</p>
        <p>values of 0.7 for Jaccard, 0.5 for CKA, and 0.8 for rank similarity.</p>
        <p>These values were tuned on Nfcorpus and then kept constant for each of the other datasets.
This would indicate, contingent on the results across datasets, that these alpha values could
serve as general recommendations for each metric.
model’s ℐndcg values and adjusted dissimilarity scores for a particular metric. Also displayed is the
overall coeficient for a particular metric</p>
        <p>()
 ( overall), computed for all model pairs on a dataset.</p>
        <p>Nfcorpus</p>
        <p>SciFact
Baseline</p>
        <p>Jaccard</p>
        <p>Rank Sim.</p>
        <p>Baseline</p>
        <p>Jaccard</p>
        <p>Rank Sim.</p>
        <p>Scidocs</p>
        <p>FIQA
Baseline</p>
        <p>Jaccard</p>
        <p>Rank Sim.</p>
        <p>Baseline</p>
        <p>Jaccard</p>
        <p>Rank Sim.</p>
        <p>Does using the similarity scores improve over simply using the performance gap as a measure?
As the objective is to compare the metrics, we focus on the values across columns for each
dataset. For the first column, we define the baseline as the correlation of how close the models
are in terms of performance (by setting  = 0 in Eq. 6) to the ℐndcg values. This would be
the case of simply picking the two models that are closest in terms of retrieval performance
to combine. We argue that this is a fair baseline given that we measure the improvement in
retrieval performance over the better model. Using this strategy, we see a moderate positive
association between our baseline scores and ℐndcg values, with the highest correlation reported
for the Nfcorpus dataset. For the adjusted dissimilarity scores to be of practical value, the
correlation scores for a particular metric would have to be higher than the baseline. We see that
this is not the case when using CKA as a metric, with nearly identical  () and  (ove)rall values as
the baseline for all our datasets (with the exception of FIQA where it is better). When it comes
to the two functional similarity measures, Jaccard and rank similarity, we see an improvement
over the baseline in terms of a stronger positive association (both  () and  (ove)rall) on almost all
datasets. The only exception being Scidocs for rank similarity. For Scifact and FIQA, both these
metrics show a significantly higher association than the baseline.</p>
        <p>In addition to the results presented in the table, we also computed  (ove)rall for each of FIQA,
Scifact and Scidocs while using the similarity scores computed on NFcorpus. The resulting
coeficients were 0.784, 0.758 and 0.759 respectively. This re-afirms our findings in Section 3
that the similarity scores are indeed consistent and need not be necessarily re-computed for
each dataset.</p>
        <p>In terms of the more granular model-specific view, the majority of models show a strong
association between their adjusted dissimilarity scores (excluding CKA) and the ℐndcg values.
However, there is a trend of lower correlation values the larger the model is. Why this is the
case must be further investigated and can be considered as a current limitation of our analysis.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>In this paper, we present several key findings. First, our similarity analysis reveals signicfiant
diferences in both the embedding spaces learned by various models and the retrieved lists
they generate. Importantly, these similarities between model pairs remain consistent across
diferent datasets, allowing practitioners to avoid repeating similarity evaluations for every
new task. Second, our extensive evaluation of over a hundred model pairs demonstrates that,
in certain cases, concatenating embeddings leads to substantial improvements in retrieval
performance. These enhancements can propel models several positions higher on the MTEB
leaderboard. However, we also identify model pairs that show no improvement or even a
decline in performance, underscoring the necessity for a strategic approach in selecting model
combinations. Third, to address this, we leverage our similarity analysis by transforming
similarity scores to an adjusted dissimilarity measure that accounts for the performance gap
between models. Our results indicate a strong correlation between performance improvements
and this measure, particularly when using Jaccard and rank similarity metrics. Consequently,
practitioners can utilize model similarities to inform their decisions on combining embeddings,
thereby reducing the need to evaluate every possible combination manually.</p>
      <p>Looking towards the future, we aim to expand our similarity evaluation and provide a
public benchmark for the same. Additionally, we plan to use our evaluation framework to
deploy promising combinations of smaller models publicly.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Acknowledgments</title>
      <p>This work is part of OpenWebSearch.eu, funded by the EU under GA 101070014, and part of
CAROLL, funded by the German Federal Ministry of Education and Research (BMBF) under
01|S20049.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used ChatGPT in order to: Improve writing
style, Paraphrase and reword. After using this tool/service, the author(s) reviewed and edited
the content as needed and take(s) full responsibility for the publication’s content.
benchmark for zero-shot evaluation of information retrieval models, in: Thirty-fifth
Conference on Neural Information Processing Systems Datasets and Benchmarks Track
(Round 2), 2021. URL: https://openreview.net/forum?id=wCu6T5xFjeJ.
[27] M. Günther, I. Mohr, B. Wang, H. Xiao, Late chunking: Contextual chunk
embeddings using long-context embedding models, 2024. URL: https://arxiv.org/abs/2409.04701.
arXiv:2409.04701.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>N.</given-names>
            <surname>Muennighof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Tazi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Magne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          , Mteb:
          <article-title>Massive text embedding benchmark</article-title>
          ,
          <source>arXiv preprint arXiv:2210.07316</source>
          (
          <year>2022</year>
          ). URL: https://arxiv.org/abs/2210.07316. doi:
          <volume>10</volume>
          . 48550/ARXIV.2210.07316.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Luccioni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jernite</surname>
          </string-name>
          , E. Strubell,
          <article-title>Power hungry processing: Watts driving the cost of ai deployment?</article-title>
          ,
          <source>in: Proceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency</source>
          , FAccT '24,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2024</year>
          , p.
          <fpage>85</fpage>
          -
          <lpage>99</lpage>
          . URL: https://doi.org/10.1145/3630106.3658542. doi:
          <volume>10</volume>
          .1145/3630106. 3658542.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Caspari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. G.</given-names>
            <surname>Dastidar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zerhoudi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mitrovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Granitzer</surname>
          </string-name>
          ,
          <article-title>Beyond benchmarks: Evaluating embedding model similarity for retrieval augmented generation systems</article-title>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2407.08275. arXiv:
          <volume>2407</volume>
          .
          <fpage>08275</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Klabunde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Schumacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Strohmaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Lemmerich</surname>
          </string-name>
          ,
          <article-title>Similarity of neural network models: A survey of functional and representational measures</article-title>
          ,
          <source>arXiv preprint arXiv:2305.06329</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kornblith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Norouzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Hinton</surname>
          </string-name>
          ,
          <article-title>Similarity of neural network representations revisited</article-title>
          , in: K. Chaudhuri, R. Salakhutdinov (Eds.),
          <source>Proceedings of the 36th International Conference on Machine Learning</source>
          , volume
          <volume>97</volume>
          <source>of Proceedings of Machine Learning Research, PMLR</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>3519</fpage>
          -
          <lpage>3529</lpage>
          . URL: https://proceedings.mlr.press/v97/kornblith19a.html.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Morcos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Raghu</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Bengio,</surname>
          </string-name>
          <article-title>Insights on representational similarity in neural networks with canonical correlation, 2018</article-title>
          . URL: https://arxiv.org/abs/
          <year>1806</year>
          .05759. arXiv:
          <year>1806</year>
          .05759.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yosinski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Clune</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lipson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hopcroft</surname>
          </string-name>
          ,
          <article-title>Convergent learning: Do diferent neural networks learn the same representations</article-title>
          ?,
          <year>2016</year>
          . URL: https://arxiv.org/abs/1511.07543. arXiv:
          <volume>1511</volume>
          .
          <fpage>07543</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bansal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakkiran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Barak</surname>
          </string-name>
          ,
          <article-title>Revisiting model stitching to compare neural representations</article-title>
          ,
          <source>Advances in neural information processing systems</source>
          <volume>34</volume>
          (
          <year>2021</year>
          )
          <fpage>225</fpage>
          -
          <lpage>236</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Klabunde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Schumacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Strohmaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Lemmerich</surname>
          </string-name>
          ,
          <article-title>Similarity of neural network models: A survey of functional and representational measures</article-title>
          ,
          <source>arXiv preprint arXiv:2305.06329</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>J. M. Wu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Belinkov</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Sajjad</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Durrani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Dalvi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Glass</surname>
          </string-name>
          ,
          <article-title>Similarity analysis of contextual word representation models</article-title>
          ,
          <year>2020</year>
          . URL: https://arxiv.org/abs/
          <year>2005</year>
          .01172. arXiv:
          <year>2005</year>
          .01172.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Freestone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. K. K.</given-names>
            <surname>Santu</surname>
          </string-name>
          , Word embeddings revisited:
          <source>Do llms ofer something new?</source>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2402.11094. arXiv:
          <volume>2402</volume>
          .
          <fpage>11094</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D.</given-names>
            <surname>Brown</surname>
          </string-name>
          , C. Godfrey,
          <string-name>
            <given-names>N.</given-names>
            <surname>Konz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kvinge</surname>
          </string-name>
          ,
          <article-title>Understanding the inner workings of language models through representation dissimilarity</article-title>
          ,
          <year>2023</year>
          . URL: https://arxiv.org/abs/ 2310.14993. arXiv:
          <volume>2310</volume>
          .
          <fpage>14993</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Klabunde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Schumacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Maier-Hein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Strohmaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Lemmerich</surname>
          </string-name>
          ,
          <article-title>Resi: A comprehensive benchmark for representational similarity measures</article-title>
          ,
          <year>2024</year>
          . URL: https: //arxiv.org/abs/2408.00531. arXiv:
          <volume>2408</volume>
          .
          <fpage>00531</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Iana</surname>
          </string-name>
          , G. Glavaš,
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          ,
          <article-title>Peeling back the layers: An in-depth evaluation of encoder architectures in neural news recommenders</article-title>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2410.01470. arXiv:
          <volume>2410</volume>
          .
          <fpage>01470</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>L.</given-names>
            <surname>Breiman</surname>
          </string-name>
          , Bagging predictors,
          <source>Machine learning 24</source>
          (
          <year>1996</year>
          )
          <fpage>123</fpage>
          -
          <lpage>140</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Breiman</surname>
          </string-name>
          , Random forests,
          <source>Machine learning 45</source>
          (
          <year>2001</year>
          )
          <fpage>5</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>K. M. Ting</surname>
            ,
            <given-names>I. H.</given-names>
          </string-name>
          <string-name>
            <surname>Witten</surname>
          </string-name>
          ,
          <article-title>Stacking bagged and dagged models (</article-title>
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Parcheta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sanchis-Trilles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Casacuberta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rendahl</surname>
          </string-name>
          ,
          <article-title>Combining embeddings of input data for text classification</article-title>
          ,
          <source>Neural Processing Letters</source>
          <volume>53</volume>
          (
          <year>2021</year>
          )
          <fpage>3123</fpage>
          -
          <lpage>3151</lpage>
          . URL: https://doi.org/10.1007/s11063-020-10312-w. doi:
          <volume>10</volume>
          .1007/s11063-020-10312-w.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghannay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Favre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Estève</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Camelin</surname>
          </string-name>
          ,
          <article-title>Word embedding evaluation and combination</article-title>
          , in: N.
          <string-name>
            <surname>Calzolari</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Choukri</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Declerck</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Goggi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Grobelnik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Maegaard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mariani</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Mazo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Odijk</surname>
          </string-name>
          , S. Piperidis (Eds.),
          <source>Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)</source>
          ,
          <source>European Language Resources Association (ELRA)</source>
          , Portorož, Slovenia,
          <year>2016</year>
          , pp.
          <fpage>300</fpage>
          -
          <lpage>305</lpage>
          . URL: https://aclanthology.org/L16-1046.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>B.</given-names>
            <surname>Koloski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pollak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Škrlj</surname>
          </string-name>
          ,
          <article-title>Automl-guided fusion of entity and llm-based representations for document classification</article-title>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2408.09794. arXiv:
          <volume>2408</volume>
          .
          <fpage>09794</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>H.</given-names>
            <surname>Xue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Geng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Shao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Diao</surname>
          </string-name>
          , L. Xie,
          <article-title>Ideal-llm: Integrating dual encoders and language-adapted llm for multilingual speech-to-</article-title>
          <string-name>
            <surname>text</surname>
          </string-name>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2409.11214. arXiv:
          <volume>2409</volume>
          .
          <fpage>11214</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>C.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ju</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>Llmembed: Rethinking lightweight llm's genuine function in text classification</article-title>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2406.03725. arXiv:
          <volume>2406</volume>
          .
          <fpage>03725</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>S. F.</given-names>
            <surname>Tekin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ilhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hu</surname>
          </string-name>
          , L. Liu, Llm-topla:
          <article-title>Eficient llm ensemble by maximising diversity</article-title>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2410.03953. arXiv:
          <volume>2410</volume>
          .
          <fpage>03953</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gretton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bousquet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Smola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Schölkopf</surname>
          </string-name>
          ,
          <article-title>Measuring statistical dependence with hilbert-schmidt norms</article-title>
          , in: S. Jain,
          <string-name>
            <given-names>H. U.</given-names>
            <surname>Simon</surname>
          </string-name>
          , E. Tomita (Eds.),
          <source>Algorithmic Learning Theory</source>
          , Springer Berlin Heidelberg, Berlin, Heidelberg,
          <year>2005</year>
          , pp.
          <fpage>63</fpage>
          -
          <lpage>77</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Rao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Guan</surname>
          </string-name>
          ,
          <article-title>Towards understanding the instability of network embedding</article-title>
          ,
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          <volume>34</volume>
          (
          <year>2022</year>
          )
          <fpage>927</fpage>
          -
          <lpage>941</lpage>
          . doi:
          <volume>10</volume>
          .1109/TKDE.
          <year>2020</year>
          .
          <volume>2989512</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>N.</given-names>
            <surname>Thakur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rücklé</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Srivastava</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          , BEIR: A heterogeneous
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>