<!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>Sevinj Teymurova, Ernesto Jimenez-Ruiz and Tillman Weyde</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>evaluated with Hits@K</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mean Reciprocal Rank (MRR) metrics.</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>City St George's, University of London</institution>
          ,
          <addr-line>EC1V 0HB</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Ontology alignment</institution>
          ,
          <addr-line>Machine Learning</addr-line>
          ,
          <country>Knowledge Graph Embeddings</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>This paper presents an enhancement of OWL2Vec4OA for ontology alignment, focusing on regression-based local matching. The enhancement integrates Sentence-BERT (SBERT) and Word2Vec embeddings, each combined with lexical and URI-based features. Diferent fusion strategies-concatenation, averaging, and merging-are explored to create richer embedding representations. The regression model leverages these hybrid embeddings to improve similarity prediction for local ontology matching. Regression models using these hybrid embeddings are Ontology alignment is essential for enabling interoperability across heterogeneous knowledge systems. Traditional approaches such as LogMap [1] and AML [2] have proven efective but struggle when the ontologies lack enough lexical information.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>Methodology</title>
      <p>Our ontology alignment framework enhances OWL2Vec4OA embeddings for local ontology matching.
It consists of two main steps: generating hybrid embeddings from SBERT and Word2Vec across lexical,
URI, and combined channels, and predicting similarity scores between entity pairs using a regression
model. This approach captures both semantic and structural information from the ontologies.</p>
      <sec id="sec-2-1">
        <title>The approach consists of two main components:</title>
      </sec>
      <sec id="sec-2-2">
        <title>1. Hybrid Embedding Generation – combining SBERT and Word2Vec representations at lexical,</title>
      </sec>
      <sec id="sec-2-3">
        <title>URI, and mixed levels, both individually and in combination.</title>
        <p>ments and evaluating local and global matching.</p>
      </sec>
      <sec id="sec-2-4">
        <title>2. Regression-Based Similarity Prediction – computing similarity scores for candidate align</title>
        <p>(ISWC 2025), November 2nd, 2025, Nara, Japan
https://github.com/Sevinjt/OWL2Vec4OA/ (S. Teymurova)
CEUR
Workshop</p>
        <p>ISSN1613-0073</p>
        <sec id="sec-2-4-1">
          <title>2.1. OWL2Vec4OA: Input Ontologies and Preprocessing</title>
          <p>OWL2Vec4OA (depicted in Figure 1) extends OWL2Vec* [12] by generating embeddings that capture
both structural and textual semantics tailored to the ontology alignment task. Input ontologies are
converted into RDF graphs, with simple axioms mapped directly and complex axioms transformed
appropriately. Seed alignments from LogMap and AML identify high-confidence (“good”) and rejected
(“bad”) mappings, which provide both positive and negative training data. The individual graphs are
merged into a weighted graph, where edges reflect source confidence. Biased random walks on this
graph produce sequences that train a Word2Vec model, resulting in embeddings that serve as features
for machine learning models to predict semantic similarity between ontology entities.</p>
        </sec>
        <sec id="sec-2-4-2">
          <title>2.2. Data Preprocessing</title>
          <p>2.2.1. Benchmark Datasets and Alignment Generation
In this study, we utilise multiple benchmark datasets from the Ontology Alignment Evaluation Initiative
(OAEI)1 The bio-ml benchmark consists of biomedical ontologies that are widely used in the biological
and medical domains. These datasets provide diverse complexity levels and domain specificity, enabling
comprehensive evaluation of our methodology.
2.2.2. Alignment Generation Methodology
We first obtain alignments between the ontologies using two established matching systems: LogMap [ 1]
and AML [2].</p>
          <p>
            From these systems, we generate only four distinct sets of alignments which we use in OWL2Vec4Oa:
1. LogMap overestimation (  ): Comprises all correspondences identified by LogMap before
applying its mapping repair techniques and logical consistency checks.
2. Intersection of AML and LogMap mappings (  ): Contains only those correspondences that
are identified by both AML and LogMap, representing high-confidence alignments that are likely
to be correct:
  =  
∩  
= {( 1,  2, ) ∣ ( 1,  2,  1) ∈  
∧ ( 1,  2,  2) ∈   }
(
            <xref ref-type="bibr" rid="ref1">1</xref>
            )
where   and   are the sets of mappings produced by AML and LogMap respectively. In
the intersection, we retain the confidence score from LogMap.
1The Ontology Alignment Evaluation Initiative (OAEI) is a coordinated international initiative to evaluate ontology matching
technologies.
          </p>
          <p>3. LogMap output (  ): Contains the final set of correspondences produced by LogMap after
applying its repair techniques and logical consistency checks.
4. Union of AML and LogMap mappings (  ): Combines all correspondences identified by either</p>
        </sec>
      </sec>
      <sec id="sec-2-5">
        <title>AML or LogMap, providing a more comprehensive but potentially less precise set of alignments:</title>
        <p>
          =  
∪  
= {( 1,  2, ) ∣ ( 1,  2, ) ∈  
∨ ( 1,  2, ) ∈   }
(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
        </p>
      </sec>
      <sec id="sec-2-6">
        <title>In case of overlapping mappings, we retain the higher confidence score.</title>
        <p>2.2.3. Negative Sample Generation</p>
      </sec>
      <sec id="sec-2-7">
        <title>To train our supervised machine learning models efectively, we generate negative samples from LogMap’s processing pipeline. These include:</title>
        <p>• LogMap hard discards: Correspondences explicitly rejected by LogMap’s lexical and structural
iflters.
• LogMap discards: Correspondences initially considered but later rejected during the mapping
process.
• Conflicted mappings : Correspondences that cause logical inconsistencies in the aligned
ontology.</p>
      </sec>
      <sec id="sec-2-8">
        <title>The number of negative samples is increased to improve the model’s discriminative power. Class</title>
        <p>imbalance is addressed via weighted loss functions, introducing non-determinism and reducing
reliance on exhaustive negative sets. The regression loss is adjusted/lowered to stabilise training
while balancing contributions from positive and negative samples. The training dataset includes
approximately 1,000 to 44,000 negative samples, depending on the specific ontology pair.
2.2.4. Embedding Generation using enhanced OWL2Vec4OA
In the second phase of our preprocessing pipeline, we utilise enhanced OWL2Vec4OA to generate
vector representations of the ontology entities and their alignments. For each entity, embeddings
are generated using SBERT and Word2Vec across three textual channels: lexical labels, URI tokens,
and a combination of both. These embeddings are integrated using simple fusion strategies, such as
concatenation, averaging or merging, to produce hybrid vectors that capture complementary semantic
and structural information. Optionally, dimensionality reduction is applied to improve computational
eficiency without sacrificing performance.</p>
      </sec>
      <sec id="sec-2-9">
        <title>For each pair of ontologies, we process:</title>
      </sec>
      <sec id="sec-2-10">
        <title>1. The input ontologies themselves, capturing their hierarchical structure and semantic relationships.</title>
        <p>2. The four alignment sets described above (  ,   ,   , and   ).</p>
        <p>The OWL2Vec4OA framework generates embeddings by:
1. Converting the OWL ontologies into RDF graphs.
2. Applying random walks on the RDF graphs to generate sequences of entities and relationships.</p>
      </sec>
      <sec id="sec-2-11">
        <title>3. Training a Word2Vec model on these sequences to produce vector representations, or fine-tuning</title>
        <p>a SBERT models on these sequences.</p>
      </sec>
      <sec id="sec-2-12">
        <title>4. Incorporating alignment information to enhance the semantic alignment between embedding spaces of diferent ontologies.</title>
        <sec id="sec-2-12-1">
          <title>2.3. OWL2vec4OA Embedding Enhancement Pipeline</title>
          <p>2.3.1. Input Ontologies and Preprocessing
Input ontologies  1 and  2 are projected into RDF graphs using OWL2Vec4OA’s axiom transformation
rules. Seed mappings from LogMap and AML provide high-confidence positive alignments. Each
entity’s URI, label, and annotation are extracted to form textual corpora for embedding generation.</p>
        </sec>
      </sec>
      <sec id="sec-2-13">
        <title>OWL2Vec4OA leverages structured random walks over the merged ontology graphs, generating sequences that capture both lexical and structural semantics. Alignment edges are weighted by source confidence (ontology axioms: 1.0; mappings: confidence value), allowing embeddings to encode semantic and relational context.</title>
        <p>2.3.2. Multi-Channel Embedding Generation
For each entity, we generate three textual representations:
• Lexical (lexc): tokenized rdfs:label and annotation strings.
• URI: tokenized local names extracted from entity IRIs.
• Mixed (lexc + URI): combined lexical and URI tokens.</p>
      </sec>
      <sec id="sec-2-14">
        <title>Each channel is processed using:</title>
        <p>• Word2Vec - trained on the ontology corpus.</p>
        <p>• SBERT - a transformer-based contextual embedding model.</p>
      </sec>
      <sec id="sec-2-15">
        <title>We experiment with embeddings individually (SBERT-lex, SBERT-URI, Word2Vec-lex, Word2Vec</title>
      </sec>
      <sec id="sec-2-16">
        <title>URI) and in combinations (SBERT-mix, Word2Vec-mix, hybrid SBERT+Word2Vec).</title>
        <p>2.3.3. Fusion and Dimensionality Reduction
To integrate multiple channels, embeddings are fused using:
v
v
= 13 (v
= [v
; v</p>
        <p>
          ; v ]
+ v 
+ v )
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          )
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
        </p>
      </sec>
      <sec id="sec-2-17">
        <title>This produces hybrid vectors encoding symbolic and contextual semantics. Principal Component Analysis (PCA) is applied to reduce dimensionality (2–96 dimensions), preserving variance while improving computational eficiency.</title>
        <p>2.3.4. Regression-Based Similarity Score Prediction
Using the embeddings generated by enhanced OWL2Vec4OA, we train supervised machine learning
models to improve LogMap’s output alignments. Our objective is to refine LogMap’s results by
identifying false positives and recovering false negatives. Hybrid embeddings serve as input to a Siamese
regression model that predicts continuous similarity scores between candidate entities. The architecture
is designed to model semantic relatedness eficiently while addressing class imbalance via sample
weighting. Training uses early stopping to prevent overfitting and ensures robust similarity estimation.
The resulting similarity scores are then used for both local ranking of candidates and global alignment
selection.</p>
      </sec>
      <sec id="sec-2-18">
        <title>For training our models, we use:</title>
        <p>• Positive samples: Alignments from LogMap’s output (  ), which are assumed to be correct
but potentially incomplete.
• Negative samples: A combination of LogMap hard discards, LogMap discards, and conflicted
mappings, which represent entity pairs that should not be aligned.</p>
        <p>
          Class imbalance is addressed through weighting:
  =
∑
=1  

 ⋅  
(
          <xref ref-type="bibr" rid="ref5">5</xref>
          )
where   is the weight for class  ,  is the number of classes, and   is the sample count for class  .
        </p>
      </sec>
      <sec id="sec-2-19">
        <title>We employ established pre-trained models as the foundation for our machine learning approach, ifne-tuning them on our alignment task. This transfer learning approach enables us to leverage general semantic understanding while adapting to the specific requirements of ontology alignment and predicts the scores between alignments (regression model )</title>
      </sec>
      <sec id="sec-2-20">
        <title>In this research we use ML-based method to predict new alignments between two ontologies (classi</title>
        <p>ifcation model ) and predict the scores between alignments (regression model ) We employ two Siamese</p>
      </sec>
      <sec id="sec-2-21">
        <title>Neural Network architectures:</title>
        <sec id="sec-2-21-1">
          <title>2.4. Regression Model Architecture</title>
        </sec>
      </sec>
      <sec id="sec-2-22">
        <title>The regression model predicts continuous similarity scores between candidate ontology entities.</title>
        <p>Architecture Details:</p>
        <p>To model semantic similarity between biomedical concepts, we leveraged a pre-trained model
(OWL2Vec4OA*) to convert ontology terms into dense vector embeddings. Positive pairs were scaled
into the similarity interval [0.6, 1.0], while negative pairs were scaled into [0.0, 0.6] using min-max
normalization. Entities lacking pre-trained embeddings were discarded to maintain consistency in
feature representation.</p>
        <p>• Input: 256-dimensional embeddings (from fused SBERT/Word2Vec channels)
• Encoder: three Conv1D layers with tanh activation, batch normalisation, and max-pooling
• Output: a single regression head producing similarity in [0, 1]
• Loss: mean absolute error (MAE) between predicted and true similarity
• Optimisation: Lion optimiser, learning rate 0.001, batch size 1024, early stopping (patience = 5)
• Sample weights derived from class frequency to address imbalance
• PCA-compressed embeddings (2–96 dimensions) are used for robustness testing</p>
        <sec id="sec-2-22-1">
          <title>2.5. Similarity Computation and Local Matching</title>
          <p>Entity similarity is measured using standard vector-based metrics, which are combined to rank candidate
target entities for each source entity. Alignments are determined by applying a similarity threshold
to regression predictions, retaining only high-confidence pairs. This approach allows the system to
prioritize precise matches while maintaining overall coverage.</p>
          <p>
            Similarity between ontology entities is computed using multiple metrics implemented in our code:
(
            <xref ref-type="bibr" rid="ref6">6</xref>
            )
(
            <xref ref-type="bibr" rid="ref7">7</xref>
            )
(
            <xref ref-type="bibr" rid="ref8">8</xref>
            )
(
            <xref ref-type="bibr" rid="ref9">9</xref>
            )
(
            <xref ref-type="bibr" rid="ref10">10</xref>
            )
sim
(, ) = 1 −
          </p>
          <p>cos(v , v )
sim
sim
(, ) =
(, ) =
1
1
1 + ‖v − v ‖2
1 + ‖v − v ‖1</p>
        </sec>
      </sec>
      <sec id="sec-2-23">
        <title>These similarity scores are used for:</title>
        <p>Evaluation Metrics:
• Local Matching: evaluating the ranking of candidate target entities for each source entity.
• Global Matching: selecting high-confidence alignments across all entity pairs.
• MRR: measures the rank of the correct entity for each source.</p>
        <p>• Hits@K: percentage of queries where the correct entity is within the top K candidates.</p>
        <sec id="sec-2-23-1">
          <title>2.6. Final Alignment Selection</title>
        </sec>
      </sec>
      <sec id="sec-2-24">
        <title>Final alignments are determined by applying a similarity threshold  on regression predictions:</title>
        <p>= {( 1,  2) ∣   ( 1,  2) ≥ }</p>
        <p>The study retained only entity pairs surpassing a defined similarity threshold in the final ontology
alignment. Using two Siamese neural network architectures with OWL2Vec4OA embeddings—which
integrate textual and structural ontology information—the model efectively captured rich semantic
relationships between concepts. Training ran for up to 250 epochs with early stopping and balanced
sampling, preserving the best-performing checkpoints. The framework used dual Conv1D towers and a
similarity regression branch to estimate concept relatedness, keeping pairs with similarity scores above
0.60. All models, configurations, and results were fully documented and exported for reproducibility.</p>
        <p>The regression model utilises an identical Siamese architecture with an additive attention mechanism
for enhancing semantic similarity representation:
 (
q, k, v) = ∑</p>
        <p>exp( (
∑ exp( (
q, ki))
q, kj)) i
v</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <sec id="sec-3-1">
        <title>3.1. Ontology Alignment Summary</title>
        <sec id="sec-3-1-1">
          <title>The final alignment combines classification and regression confidence:</title>
          <p>= {( 1,  2) ∣  
( 1,  2) = 1 ∧   ( 1,  2) ≥ }
where  is a confidence threshold.</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. OWL2vec4OA Enhancement</title>
        <p>This section presents the consolidated evaluation results of the enhanced OWL2Vec4OA and retrieval
experiments conducted across four datasets: NCIT–DOID, OMIM–ORDO, SNOMED–Neoplas(NCIT),
and SNOMED–Neoplas (Pharm). Each experiment compared two embedding
strategies—SentenceBERT (SBERT) and Word2Vec—while employing multiple similarity metrics (Cosine, Euclidean,</p>
        <sec id="sec-3-2-1">
          <title>Manhattan) and varying embedding dimensions depending on the model configuration. Although</title>
          <p>similarity metrics and embedding dimensions were part of the evaluation pipeline, they are omitted
from the table below for clarity and are discussed only within this descriptive text.</p>
        </sec>
        <sec id="sec-3-2-2">
          <title>Across all datasets, the results consistently demonstrate that SBERT outperforms Word2Vec in</title>
          <p>terms of Mean Reciprocal Rank (MRR) and Hits@ (for  = 1, 5, 10 ). The highest scores were achieved
by SBERT in combination with cosine similarity, highlighting that contextualised sentence-level
embeddings capture richer semantics than static word vectors.
0.879
84.15
92.53
95.27
0.707
63.45
78.62
83.80</p>
          <p>Overall, The results show that embedding type and dimensionality greatly influence ontology
alignment accuracy, with particularly strong gains in the SNOMED–Neoplas (NCIT). The largest
improvements are observed in Hits@1 and MRR, indicating that SBERT is substantially more efective at ranking
correct matches at the top of the retrieval list. While Word2Vec occasionally achieves slightly higher
scores at broader cutofs (Hits@5 or Hits@10), SBERT remains the dominant model, demonstrating
superior semantic representation quality for ontology alignment tasks.</p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Regression-Based Similarity Prediction Results</title>
        <p>The regression-based similarity prediction model was re-evaluated using the expanded BIO-ML datasets,
incorporating full query coverage across all four ontology mapping tasks: NCIT–DOID, OMIM–ORDO,
SNOMED–Neoplas (NCIT), and SNOMED–Neoplas (Pharm). The enlarged datasets improved
overall robustness, yielding consistent gains in ranking quality.</p>
        <p>Table 2 summarizes the best-performing configurations. The NCIT–DOID task produced the
strongest results, achieving an MRR of 0.8795 and Hits@1 of 84.2%, slightly improving over the
previous maximum. OMIM–ORDO also benefited from the extended dataset, reaching MRR 0.7079
and Hits@1 63.6%, with notable improvements at higher retrieval depths.</p>
        <p>For SNOMED–Neoplas (NCIT), the model attained an MRR of 0.8286 and Hits@1 of 77.2%,
reflecting stronger neoplasm alignment performance. The SNOMED–Neoplas (Pharm) configuration
achieved the highest pharmacological alignment accuracy, with MRR 0.8647 and Hits@1 79.7%, and
strong precision across broader cutofs.</p>
        <sec id="sec-3-3-1">
          <title>Overall, these results demonstrate steady and consistent improvements across all tasks, confirming the model’s enhanced generalisation and ability to capture fine-grained biomedical semantic relationships.</title>
          <p>NCIT–DOID 0.8795
OMIM–ORDO 0.7079
SNOMED–Neoplas (NCIT) 0.8286
SNOMED–Neoplas (Pharm) 0.8647
84.2
63.6
77.2
79.7</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>Combining SBERT and Word2Vec embeddings with regression-based similarity scoring continues
to yield strong results for ontology alignment. The updated experiments demonstrate consistent
improvements across all BIO-ML tasks, with notable gains in MRR and Hits@1 for NCIT–DOID,</p>
      <sec id="sec-4-1">
        <title>OMIM–ORDO, and SNOMED–Neoplas (NCIT)mappings. These results confirm the efectiveness of embedding-based regression in capturing semantic correspondences across heterogeneous biomedical ontologies.</title>
      </sec>
      <sec id="sec-4-2">
        <title>SBERT remains particularly strong in producing high top-ranked precision, while Word2Vec contributes additional contextual diversity, enhancing overall coverage. The approach scales eficiently to larger datasets, maintaining high retrieval accuracy even when the number of candidate mappings increases substantially.</title>
      </sec>
      <sec id="sec-4-3">
        <title>The improved recall across all mappings indicates that the Graph-AI-based alignment system efectively reduces the candidate space to a small set of high-probability matches—an essential property for semi-automatic ontology integration workflows.</title>
      </sec>
      <sec id="sec-4-4">
        <title>Overall, these enhanced results validate the robustness and scalability of the proposed regressionbased approach. Future work will focus on integrating these regression-based representations into the broader Graph-AI alignment pipeline to further improve contextual reasoning and cross-domain generalisation.</title>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used Grammarly in order to grammar and spell check,
and improve the text readability. After using the tool, the authors reviewed and edited the content as
needed to take full responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jimenez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. Cuenca Grau</surname>
          </string-name>
          ,
          <source>LogMap: Logic- Based and Scalable Ontology Matching, The Semantic Web - ISWC</source>
          (
          <year>2011</year>
          ) vol
          <volume>7031</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          , E. Santos,
          <string-name>
            <given-names>M.</given-names>
            <surname>Palmonari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Couto</surname>
          </string-name>
          ,
          <article-title>The agreementmakerlight ontology matching system, in: On the Move to Meaningful Internet Systems</article-title>
          , volume
          <volume>8185</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2013</year>
          , pp.
          <fpage>527</fpage>
          -
          <lpage>541</lpage>
          . URL: https://doi.org/10.1007/ 978-3-
          <fpage>642</fpage>
          -41030-7_
          <fpage>38</fpage>
          . doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>642</fpage>
          - 41030- 7\_
          <fpage>38</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Shvaiko</surname>
          </string-name>
          , Ontology Matching, 2nd ed., Springer,
          <year>2013</year>
          . URL: https://doi.org/10.1007/ 978-3-
          <fpage>642</fpage>
          -38721-0.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Antonyrajah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hadian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Augmenting ontology alignment by semantic embedding and distant supervision</article-title>
          ,
          <source>in: The Semantic Web: ESWC</source>
          , Springer,
          <year>2021</year>
          , pp.
          <fpage>392</fpage>
          -
          <lpage>408</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Antonyrajah</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <article-title>BERTMap: A BERT-Based Ontology Alignment System</article-title>
          ,
          <source>in: Thirty-Sixth AAAI Conference on Artificial Intelligence</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kolyvakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalousis</surname>
          </string-name>
          , D. Kiritsis,
          <article-title>DeepAlignment: Unsupervised ontology matching with refined word vectors</article-title>
          ,
          <source>in: Proceedings of the 16th Annual Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          ,
          <fpage>1</fpage>
          -6
          <source>June</source>
          <year>2018</year>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>V.</given-names>
            <surname>Iyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          , H. Kumar,
          <article-title>VeeAlign: Multifaceted Context Representation Using Dual Attention for Ontology Alignment</article-title>
          ,
          <source>in: Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>10780</fpage>
          -
          <lpage>10792</lpage>
          . URL: https://doi.org/10.18653/v1/
          <year>2021</year>
          .emnlp-main.
          <volume>842</volume>
          . doi:
          <volume>10</volume>
          .18653/V1/
          <year>2021</year>
          . EMNLP- MAIN.
          <year>842</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>F.</given-names>
            <surname>Gosselin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zouaq</surname>
          </string-name>
          ,
          <article-title>SORBET: A Siamese Network for Ontology Embeddings Using a DistanceBased Regression Loss and BERT</article-title>
          , in: International Semantic Web Conference, Springer,
          <year>2023</year>
          , pp.
          <fpage>561</fpage>
          -
          <lpage>578</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hertling</surname>
          </string-name>
          , H. Paulheim,
          <article-title>OLaLa: Ontology Matching with Large Language Models</article-title>
          , in: K. B.
          <string-name>
            <surname>Venable</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Jalaian (Eds.),
          <source>Proceedings of the 12th Knowledge</source>
          Capture
          <string-name>
            <surname>Conference (K-CAP)</surname>
          </string-name>
          , ACM,
          <year>2023</year>
          , pp.
          <fpage>131</fpage>
          -
          <lpage>139</lpage>
          . URL: https://doi.org/10.1145/3587259.3627571. doi:
          <volume>10</volume>
          .1145/ 3587259.3627571.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hadian</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <article-title>Machine Learning-Friendly Biomedical Datasets for Equivalence and Subsumption Ontology Matching</article-title>
          , in: 21st
          <source>International Semantic Web Conference</source>
          , volume
          <volume>13489</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2022</year>
          , pp.
          <fpage>575</fpage>
          -
          <lpage>591</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -19433-7_
          <fpage>33</fpage>
          . doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>031</fpage>
          - 19433- 7\ _
          <fpage>33</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Teymurova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Weyde</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Chen,</surname>
          </string-name>
          <article-title>OWL2Vec4OA: Tailoring Knowledge Graph Embeddings for Ontology Alignment 15459 (</article-title>
          <year>2024</year>
          )
          <fpage>168</fpage>
          -
          <lpage>182</lpage>
          . URL: https://doi.org/10.1007/ 978-3-
          <fpage>031</fpage>
          -81221-7_
          <fpage>12</fpage>
          . doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>031</fpage>
          - 81221- 7\_
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jimenez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. M.</given-names>
            <surname>Holter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Antonyrajah</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks</surname>
          </string-name>
          , OWL2vec*:
          <article-title>Embedding of OWL ontologies</article-title>
          ,
          <source>Machine Learning</source>
          <volume>110</volume>
          (
          <year>2021</year>
          )
          <fpage>1813</fpage>
          -
          <lpage>1845</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>