<!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>Enhancing Multilingual Mathematical Document Retrieval: A Hindi-to-English Translation and ColBERT-based Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ayush Sur</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Venkatesh Shukla</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aditya Rai</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lucky Garg</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>1National Institute of Technology</institution>
          ,
          <addr-line>Kurukshetra</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <abstract>
        <p>Mathematical Information Retrieval (MIR) systems tend to be monolingual, limiting their capacity to access multilingual scientific information. Cross-Lingual Mathematical Information Retrieval (CLMIR) strives to fill this gap by enabling mathematical knowledge retrieval across languages. This paper presents a CLMIR system for Hindi-English scientific and scholarly articles that uses IndicTrans2 for machine translation, ColBERTv2 with FAISS indexing for dense retrieval, and a cross-encoder (MiniLM-L-6-v2) for re-ranking the retrieved documents. In the FIRE CLMIR 2025 shared task, the submission applying a re-ranking procedure with a ColBERT + MiniLM model attained a Precision at 10 (P@10) of 0.08, a Mean Average Precision (MAP) of 0.1484, and a normalized Discounted Cumulative Gain (nDCG) of 0.2202 over the oficial test collection. The proposed system can process both mathematical and text expressions, with a future possibility of LaTeX-aware filtering and tagging. By providing improved access to mathematical resources for English- and Hindi-speaking researchers, this work leads to greater inclusiveness and fairness in technical knowledge exchange.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Mathematical Information Retrieval</kwd>
        <kwd>Cross-lingual Retrieval</kwd>
        <kwd>Hindi-english</kwd>
        <kwd>ColBERT</kwd>
        <kwd>Dense Retrieval</kwd>
        <kwd>Reranking</kwd>
        <kwd>Machine translation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Mathematical Information Retrieval (MIR) focuses on finding relevant mathematical expressions,
equations, and documents in response to user queries. While efective in monolingual settings, most MIR
systems unable to steer the retrieval on multilingual contexts, limiting access to relevant sources and
valuable content. Cross-Lingual Mathematical Information Retrieval (CLMIR) addresses these inherent
computational limitations with enabling search and retrieval across languages, an important capability
for communities where technical resources are fragmented across linguistic boundaries. In the context
of Hindi–English retrieval, this challenge is particularly significant, as hindi-speaking scholars and
researchers struggle to access high-quality English-language materials, while mathematical knowledge
written in Hindi remains underutilized by the wider research community. The dificulty lies in accurately
translating both text and mathematical expressions, aligning cross-lingual concepts, and compensating
for the scarcity of bilingual datasets. The CLMIR 2025 shared task establishes a benchmark for this
challenge by providing a Hindi corpus of 40,000 mathematical entries from the Math Stack Exchange
dataset (ARQMath-1), along with English text–formula queries. This setting demands robust and precise
matching strategies that extend beyond simple textual alignment to capture both semantic context
and mathematical structure. This paper proposes a retrieval framework that integrates translation,
dense retrieval, and re-ranking mechanisms to improve access to mathematical content for both
Hindiand English-speaking researchers, thereby promoting inclusivity in technical knowledge sharing. The
experimental evaluation demonstrates the potential of extending the framework with features such as
LaTeX-aware search and tag-based filtering, which are also showcased in this work. The manuscript
is organized as follows: Introduction section presents fundamentals of the proposed work. Related
work section summarizes a brief literature of relevant strategy of MIR. Next, details of the proposed
framework and the experimental setup, along with the evaluation metrics, are presented. Towards the
end, the proposed work is concluded and directions for future research are suggested.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>Research in cross-language mathematical information retrieval remains limited due to the combined
challenge of translating natural language alongside mathematical expressions, the lack of large
multilingual datasets, and the limitations of general-purpose machine translation for domain-specific
terminology. Furthermore, efective retrieval requires structure-aware representation and matching
techniques, yet the niche nature of the field has drawn relatively little research attention. To situate the
work, prior studies in Mathematical Information Retrieval and CLMIR are first reviewed.</p>
      <sec id="sec-2-1">
        <title>2.1. Mathematical Information Retrieval</title>
        <p>MIR techniques can be broadly classified into structural search and data-driven search.</p>
        <sec id="sec-2-1-1">
          <title>2.1.1. Structural Search</title>
          <p>
            Structural search methods operate on the syntactical and hierarchical representation of mathematical
formulas, often modeled as Operator Trees or Symbol Layout Trees (SLTs). Retrieval is then performed
using pattern matching, tree indexing, or approximate matching algorithms. MathWebSearch addresses
formula retrieval from a semantic perspective by converting expressions into canonical tree forms,
enabling subtree and approximate matching regardless of superficial notation diferences.
TangentCFTED [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] represents formulas as SLTs and introduces the Compressed Formula Tree Edit Distance
(CFTED) metric, which measures structural similarity while accounting for substitutions, deletions, and
reordered symbols. This allows eficient approximate matching by compressing redundant substructures.
While these approaches excel at capturing formula structure, they often ignore surrounding text,
omitting valuable contextual information.
          </p>
        </sec>
        <sec id="sec-2-1-2">
          <title>2.1.2. Data Driven Search</title>
          <p>
            Data-driven approaches use machine learning and embedding models to jointly encode mathematical
expressions and their textual context into a continuous semantic space, enabling retrieval via vector
similarity. Approach0 [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ] employs transformer-based models with contrastive learning to generate
dense embeddings that integrate both syntactic and semantic features, achieving state-of-the-art results
on MIR benchmarks. Another work [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ] evaluates the dense retrieval at token-and passage-levels,
showing that combining both granularity levels improves the retrieval of math content by balancing
ifne-grained symbol encoding with broader contextual understanding. The proposal CLMIR strategy in
this paper adopts the data-driven paradigm presented in [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ] to jointly model formulas and text, ensuring
richer semantic retrieval across languages.
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Cross Lingual Mathematical Information Retrieval</title>
        <p>
          CLMIR enables queries in one language to retrieve math content in another, requiring simultaneous
handling of linguistic diferences and the semantic–structural complexity of formulas. This often
involves machine translation, multilingual embeddings, or hybrid methods combining formula matching
with semantic alignment. CrossMath [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] introduces a CLMIR benchmark with manually translated
queries in Croatian, Czech, Persian, and Spanish. The system uses mBART [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] and NLLB [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] translation
models with a formula masking strategy to preserve mathematical notation during translation. On
ARQMath datasets, CrossMath [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] matches monolingual performance, demonstrating its efectiveness
in bridging language barriers for math retrieval.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Late-Interaction based Dense Retrieval</title>
        <p>
          Recent advances in dense retrieval have explored late-interaction architectures, which allow token-level
matching between queries and documents after independent encoding. ColBERT [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] introduced this
paradigm by storing contextualized token embeddings for each document and computing
maximumsimilarity scores at retrieval time, striking a balance between expressiveness and eficiency. ColBERTv2
[
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] improves on the original by introducing more compact representations, improved scoring functions,
and optimized indexing, enabling faster retrieval with reduced memory requirements. These
characteristics make ColBERTv2 particularly suitable for CLMIR tasks, where fine-grained alignment between
translated text and query tokens, including partial matches within mathematical contexts, is essential
for high recall and precision.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Methodology</title>
      <p>This section describes the implemented pipeline for cross-lingual mathematical information retrieval
from the Hindi corpus provided in the CLMIR 2025 shared task. Figure 1 illustrates the proposed
pipeline. The aim is to retrieve Hindi-origin mathematical content in response to English text–formula
queries by translating, indexing, and ranking documents in a unified English representation space.</p>
      <sec id="sec-3-1">
        <title>3.1. Data Preparation</title>
        <p>
          The CLMIR 2025 Shared Task dataset [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] is adapted for the experimental analysis, consisting
approximately 40,000 Hindi-language scientific entries derived from the Math Stack Exchange
corpus(ARQMath1). Each entry consists of Title (a short summary of the problem or topic), Body (descriptive text and
embedded mathematical expressions in LaTeX format) and Tags (categorical labels denoting subject
domains). For retrieval purposes, each document was converted into a single composite chunk by
concatenating its title, body, and tags. This representation allows the retrieval model to exploit multiple
aspects of document content within a unified indexing framework.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Translation and Document Indexing with ColBERTv2</title>
        <p>
          To enable cross-lingual retrieval between Hindi documents and English queries, the entire Hindi corpus
was translated into English ofline (i.e., in a single preprocessing step). The translation was performed
using the ai4bharat/indictrans2-indic-en-1B [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] model, a high-capacity neural machine translation
system optimized for Indic languages. Translating the corpus in advance eliminates the need for
on-thelfy translation during query processing and ensures that both queries and documents reside in the same
linguistic space. Further, in the proposed strategy, dense retrieval was performed using the ColBERTv2
architecture, a late-interaction retrieval model that enables fine-grained token-level matching between
queries and documents. The publicly available pretrained ColBERTv2 model provided by the original
authors was used without additional fine-tuning. Each composite document (title + body + tags) was
encoded into contextualized token embeddings, which were stored in an index for eficient matching.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Candidate Retrieval with FAISS</title>
        <p>
          Approximate nearest neighbor (ANN) search was implemented using FAISS (Facebook AI Similarity
Search) [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. The FAISS index was configured with its default inverted file (IVF) structure, balancing
retrieval speed and accuracy for large-scale search. For each incoming query, FAISS retrieves the
Top-100 candidate documents from the ColBERTv2 index based on vector similarity.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Reranking with Cross Encoder</title>
        <p>
          The initial candidate set is refined using a cross-encoder model,
cross-encoder/ms-marco-MiniLM-L6-v2 [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], which jointly encodes the query and each candidate document to produce a more precise
relevance score. This reranking step captures deeper semantic relationships and improves the quality
of the final results. After reranking, the Top-50 documents are returned as the system’s output for each
query.
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Query Processing</title>
        <p>Since the translated corpus is entirely in English, incoming English queries are used directly without
additional translation. Queries may contain both textual and mathematical elements, which are processed
as plain text by the current pipeline.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Performance Evaluation and Analysis</title>
      <p>To assess the efectiveness of the system, multiple retrieval and reranking configurations were evaluated
using three widely adopted information retrieval metrics:
• Precision at 10 (P@10): Measures the fraction of relevant documents in the Top-10 results,
indicating immediate usefulness to the user.
• Mean Average Precision (MAP): Averages the precision over all relevant documents for each
query, reflecting the overall ranking quality.
• Normalized Discounted Cumulative Gain (nDCG): Accounts for the position of relevant documents
in the ranked list, rewarding higher placement of relevant items.</p>
      <sec id="sec-4-1">
        <title>4.1. Experimental Setup</title>
        <p>
          In this view, since the oficial test set was limited, a custom evaluation corpus consisting of 500 documents
and 20 representative user queries was created to validate the efectiveness of the proposed retrieval
strategy. Each query–document relevance judgment was manually curated to reflect realistic retrieval
scenarios. The proposed pipeline is configured and tested for five configurations for the employed
models:
• ColBERTv2 only
• ColBERTv2 + cross-encoder (MiniLM-L-6-v2)
• all-mpnet-base-v2 [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] only
• all-mpnet-base-v2 + cross-encoder (MiniLM-L-6-v2)
• MathBERT (tb17/MathBERT) + cross-encoder (MiniLM-L-6-v2)
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Proposed Extension</title>
        <p>
          The proposed pipeline focuses on CLIR strategy, through translation and dense re-ranking, in this view,
there are several promising directions to further enhance performance in CLMIR tasks. The following
ideas are under consideration for future development and have not yet been implemented:
• LaTeX-Aware Retrieval: Many queries in mathematical domains rely heavily on the accurate
interpretation of mathematical expressions. Future work involves extracting LaTeX segments
from documents and representing them separately in a dense vector space using models such as
Tangent-CFTED. This would allow parallel retrieval from two spaces textual and mathematical
combining results before re-ranking.
• Query-Time Dual-Space Search: If a query contains mathematical expressions, the same LaTeX
extraction and encoding process will be applied to the query. Retrieval will then be performed on
both the formula vector space and the text vector space, with results merged before final scoring
• Fine-Tuning MathBERT for ColBERT-Based Retrieval: Future work includes fine-tuning
MathBERT [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] embeddings for use within the ColBERT late-interaction framework. This would
combine MathBERT’s domain knowledge of mathematical text with ColBERT’s token-level
matching capabilities.
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Evaluation</title>
        <p>
          The performance statistics are listed in Table 1 and Table 2, clearly asserting the addition of a re-ranker
(MiniLM-L-6-v2) substantially improves performance across all baselines, increasing both ranking
precision and relevance placement. In particular:
• ColBERT + MiniLM-L-6-v2 and all-mpnet-base-v2 + MiniLM-L-6-v2 emerged as close competitors,
achieving strong P@10 and nDCG scores.
• While all-mpnet-base-v2 + reranker reached the highest nDCG (0.77), ColBERT + reranker was
selected as the final configuration because the main CLMIR corpus is heavily
mathematicsoriented. ColBERT’s late-interaction design better captures fine-grained token-level alignments,
making it more suitable for formula-rich content compared to MPNet’s sentence-level embeddings.
• Fine-Tuning MathBERT for ColBERT-Based Retrieval: Future work includes fine-tuning
MathBERT [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] embeddings for use within the ColBERT late-interaction framework. This would
combine MathBERT’s domain knowledge of mathematical text with ColBERT’s token-level
matching capabilities.
        </p>
        <p>Overall, the experiments confirm that reranking is essential for high-quality CLMIR retrieval, and
ColBERT remains a robust backbone when handling mixed text–formula queries.</p>
        <p>Score
0.08
0.1484
0.2202</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Overall Analysis</title>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This work presents a cross-lingual mathematical information retrieval system designed for the CLMIR
2025 shared task. The proposed approach translates a Hindi mathematical corpus into English using
the ai4bharat/indictrans2-indic-en-1B model, indexes the translated corpus with a ColBERTv2-based
dense retrieval framework, and refines results through cross-encoder reranking. The oficial evaluation
from the organizers demonstrates that this pipeline achieves competitive performance on P@10, MAP,
and nDCG metrics, confirming its efectiveness in retrieving relevant mathematical content across
languages. While the current system performs well for text–formula queries, there is scope for further
enhancement. Future work will explore LaTeX-aware retrieval, dual-space search for parallel text and
formula matching, and tag-based filtering for domain-specific refinement. These improvements aim
to boost retrieval precision and ranking quality, especially for formula-intensive queries, ultimately
contributing to more inclusive access to mathematical knowledge for Hindi- and English-speaking
communities alike.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgement</title>
      <p>The authors express their gratitude to the organizers of the CLMIR 2025 shared task for providing the
dataset, evaluation platform, and benchmark metrics that enabled this research. Appreciation is also
extended to the AI4Bharat team for releasing the ai4bharat/indictrans2-indic-en-1B translation model,
which served as a core component of the proposed pipeline.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Schubotz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Youssef</surname>
          </string-name>
          , et al.,
          <article-title>A large corpus for mathematical formula search and recognition</article-title>
          ,
          <source>in: Proceedings of the ACM Symposium on Document Engineering (DocEng '16)</source>
          , ACM,
          <year>2016</year>
          . doi:
          <volume>10</volume>
          .1145/2960811.2960819, tangent-CFTED.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Mansouri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goharian</surname>
          </string-name>
          , Approach0:
          <article-title>Mathematical information retrieval via dense embeddings</article-title>
          ,
          <source>in: Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '22)</source>
          , ACM,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K. L.</given-names>
            <surname>Clarkson</surname>
          </string-name>
          ,
          <string-name>
            <surname>Algorithms for</surname>
          </string-name>
          Closest-Point
          <string-name>
            <surname>Problems</surname>
          </string-name>
          , Ph.D. thesis, Stanford University, Palo Alto, CA,
          <year>1985</year>
          .
          <source>UMI Order Number: AAT 8506171.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Stupariu</surname>
          </string-name>
          , et al.,
          <article-title>Crossmath: A benchmark for cross-lingual mathematical information retrieval</article-title>
          ,
          <source>in: Proceedings of the European Conference on Information Retrieval (ECIR '24)</source>
          , Springer,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Edunov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ghazvininejad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <article-title>Multilingual denoising pre-training for neural machine translation, Transactions of the Association for Computational Linguistics (</article-title>
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Costa-jussà</surname>
          </string-name>
          , J.
          <string-name>
            <surname>Cross</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Çelebi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Elbayad</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Heafield</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Hefernan</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Kalbassi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Lam</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Licht</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Maillard</surname>
          </string-name>
          , et al.,
          <article-title>No language left behind: Scaling human-centered machine translation (</article-title>
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>O.</given-names>
            <surname>Khattab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zaharia</surname>
          </string-name>
          ,
          <article-title>Colbert: Eficient and efective passage search via contextualized late interaction over bert</article-title>
          ,
          <source>in: Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '20)</source>
          , ACM,
          <year>2020</year>
          , pp.
          <fpage>39</fpage>
          -
          <lpage>48</lpage>
          . doi:
          <volume>10</volume>
          . 1145/3397271.3401075.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>K.</given-names>
            <surname>Santhanam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Khattab</surname>
          </string-name>
          , et al.,
          <article-title>Colbertv2: Efective and eficient retrieval via lightweight late interaction</article-title>
          ,
          <source>in: Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '22)</source>
          , ACM,
          <year>2022</year>
          , pp.
          <fpage>332</fpage>
          -
          <lpage>341</lpage>
          . doi:
          <volume>10</volume>
          .1145/ 3477495.3531856.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <article-title>Clmir 2025 shared task dataset</article-title>
          ,
          <year>2025</year>
          .
          <article-title>Shared task dataset</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <fpage>AI4Bharat</fpage>
          ,
          <source>Indictrans2: ai4bharat/indictrans2-indic-en-1b</source>
          ,
          <year>2023</year>
          . URL: https://aikosh.indiaai.gov. in/home/models/details/aibharat_indictrans2_
          <article-title>en_indic_1_1b</article-title>
          .html.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Johnson</surname>
          </string-name>
          , M. Douze,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jégou</surname>
          </string-name>
          ,
          <article-title>Billion-scale similarity search with gpus</article-title>
          ,
          <source>IEEE Transactions on Big Data</source>
          (
          <year>2019</year>
          ). doi:
          <volume>10</volume>
          .1109/TBDATA.
          <year>2019</year>
          .
          <volume>2921572</volume>
          , fAISS library.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <article-title>Sentence Transformers, cross-encoder/ms-marco-</article-title>
          <string-name>
            <surname>minilm-</surname>
          </string-name>
          l-6-v2,
          <year>2020</year>
          . URL: https://huggingface. co/cross-encoder/
          <article-title>ms-marco-</article-title>
          <string-name>
            <surname>MiniLM-L-</surname>
          </string-name>
          6
          <article-title>-v2.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <article-title>Sentence Transformers, all-mpnet-base-</article-title>
          <string-name>
            <surname>v2</surname>
          </string-name>
          ,
          <year>2021</year>
          . URL: https://huggingface.co/ sentence-transformers/
          <article-title>all-mpnet-base-v2.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Peng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yu</surname>
          </string-name>
          , et al.,
          <article-title>Mathbert: A pre-trained language model for mathematical text</article-title>
          ,
          <source>arXiv preprint arXiv:2105.00377</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>