<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Special Session on Harmonising Generative AI and Semantic Web Technologies, November</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>OAEI-LLM: A Benchmark Dataset for Understanding Large Language Model Hallucinations in Ontology Matching</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Zhangcheng Qiang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kerry Taylor</string-name>
          <email>kerry.taylor@anu.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Weiqing Wang</string-name>
          <email>teresa.wang@monash.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jing Jiang</string-name>
          <email>jing.jiang@anu.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Australian National University, School of Computing</institution>
          ,
          <addr-line>108 North Road, Acton, ACT 2601, Canberra</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Monash University, Faculty of Information Technology</institution>
          ,
          <addr-line>25 Exhibition Walk, Clayton, VIC 3800, Melbourne</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>13</volume>
      <issue>2024</issue>
      <abstract>
        <p>Hallucinations of large language models (LLMs) commonly occur in domain-specific downstream tasks, with no exception in ontology matching (OM). The prevalence of using LLMs for OM raises the need for benchmarks to better understand LLM hallucinations. The OAEI-LLM dataset is an extended version of the Ontology Alignment Evaluation Initiative (OAEI) datasets that evaluate LLM-specific hallucinations in OM tasks. We outline the methodology used in dataset construction and schema extension, and provide examples of potential use cases.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology</kwd>
        <kwd>ontology matching</kwd>
        <kwd>large language models</kwd>
        <kwd>LLM hallucinations</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Motivation</title>
      <p>(J. Jiang)
∗Corresponding author.</p>
      <p>CEUR</p>
      <p>ceur-ws.org</p>
      <p>OAEI-LLM, which serves to measure the degree of hallucination by LLMs in OM tasks. The new dataset
compares the original human-labelled results with LLM-generated results, classifies diferent types of
hallucinations made by diferent LLMs, and records the information with a new schema extension. We
believe this dataset would benefit research in understanding LLM hallucinations in matching tasks and
thereby research in improving LLM-driven OM.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <sec id="sec-2-1">
        <title>2.1. Dataset Construction</title>
        <p>For each mapping (1, 2) ∈   , we consider that it is not an LLM hallucination if there exists
(1 ′, 2 ′) ∈    such that 1 = 1 ′ and 2 = 2 ′. We categorise LLM mapping errors in three ways, as
shown in Table 1.</p>
        <p>The matching assessment process identifies the alignment from which a missing mapping is missing.
It also determines a categorisation of incorrect mappings as follows:
• False-mapping: LLMs map the entity to an irrelevant entity.
• Disputed-mapping: LLMs map the entity to a relevant entity, but it does not align with the OAEI
Reference. We call this mapping type “disputed” because we cannot guarantee the OAEI Reference is
always correct. LLMs may discover a more precise matching entity.
• Align-up: LLMs map the entity to its intended superclass.
• Align-down: LLMs map the entity into its intended subclass.</p>
        <p>In practice, the notions of relevant and intended are implemented by the chosen matching assessment
process. We use an LLM-based evaluator for matching assessment, and directly query the LLM for
relevance and superclass and subclass relationships. At this time we cannot recommend a particular
LLM to be used.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Schema Extension</title>
        <p>
          The OAEI tracks use a general alignment format derived from the Expressive and Declarative Ontology
Alignment Language (EDOAL) [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. An example to represent a valid match of “http://cmt#Chairman”
and “http://conference#Chair” is illustrated as follows: Each mapping is recorded in a tag &lt;Cell&gt;. The
schema uses the tags &lt;entity1&gt; and &lt;entity2&gt; to record the pair of entities, the tag &lt;measure&gt; to present
their similarity, and the tag &lt;relation&gt; to indicate their relations.
        </p>
        <p>
          We extend the current EDOAL mapping schema to record the new information related to LLM
hallucinations. The Simple Standard for Sharing Ontological Mappings (SSSOM) [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] could be an
alternative base to extend for our purpose. Code Snippet 1 illustrates an example of an OAEI-LLM
reference alignment using our proposed extended EDOAL mapping schema. For each mapping, diferent
types of hallucinations can occur in diferent LLMs. Each of them is recorded in the tag &lt;hallucination&gt;.
In the extended version of the example (shown in blue, green, and purple), the first segment depicts
the LLM hallucinations that occurred in claude-3-sonnet [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], which is a case of a mapping missing
from the LLM. The second segment illustrates the LLM hallucinations that occurred in llama-3-8b [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ],
indicating an incorrect mapping to the entity “http://cmt#ConferenceChair”. The matching assessment
classifies this mapping as a disputed mapping.
        </p>
        <p>
          Code Snippet 1: An example of an OAEI-LLM reference alignment using our proposed extended EDOAL
mapping schema. Text generated by AI tool Agent-OM [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] (an LLM-based ontology matching agent) is
shown in green. Text generated by AI tool LLM-based evaluator is shown in purple.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Potential Use Cases</title>
      <sec id="sec-3-1">
        <title>3.1. Benchmarking LLMs for OM Tasks</title>
        <p>Diferent LLMs can perform diferently on the same OM task. However, running an LLM-based matcher
on a traditional OAEI dataset can only observe the diferences in precision, recall, and F1 score. Using
the extended version of OAEI-LLM, we can additionally quantify the LLM errors made by counting each
of the diferent types of errors we have identified. Therefore, it becomes possible to understand the
tendency of LLMs to generate incorrect answers or to provide relevant but not precise answers. This
could also be a valuable supplement to enhance an LLM leaderboard for OM tasks. Indeed, this same
additional information on matching failures could also be helpful if adopted more widely by non-LLM
ontology matchers.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. A Dataset for Fine-tuning LLMs Used in OM Tasks</title>
        <p>Fine-tuning is a common approach used in LLMs to inject domain knowledge, but a significant amount
of data typically needs to be provided. Unlike the traditional OAEI datasets, which only provide
information on matched entities, OAEI-LLM provides extensive information identifying when and how
LLM hallucinations occur, and even the mismatched entities caused by LLM hallucinations. This could
be used to generate high-quality training data to fine-tune LLMs.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Limitations</title>
      <p>
        In this paper, we only demonstrate the simplest one-to-one equivalent mappings. More generally,
the reference alignment can be incomplete or contain one-to-many mappings, while the matching
type can also go beyond equivalence to include subsumption matching and complex matching. Such
sophisticated cases may cause additional types of LLM hallucinations. Some LLM hallucinations could
be mitigated by providing more ontology structure as context to the LLM, for example, by employing
the locality principle of traditional matchers [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Nevertheless, the proposed benchmark dataset will
be useful until LLM-based matchers achieve perfection.
      </p>
      <p>In our work to date we use a moderately simple LLM-based evaluator to perform the matching
assessment. The assessment may vary depending on the LLM used. A more sophisticated matching
assessment could use a voting process by multiple LLMs or human expert judgement to generate a
more reliable OAEI-LLM benchmark dataset.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Further Work</title>
      <p>The OAEI tracks can be divided into three categories: schema matching (i.e. TBox matching), instance
matching (i.e. ABox matching), and interactive matching (i.e. matching that involves user interaction).
Correspondingly, OAEI-LLM will also have three variants.
• OAEI-LLM-T will focus on comprehending LLM hallucinations in the TBox, with a specific interest in
the formal use of terminologies in ontology design and implementation.
• OAEI-LLM-A will focus on addressing LLM hallucinations in the ABox, in which an ontology contains
a schema together with many instance entities (similar to ontology-based knowledge graphs).
• OAEI-LLM-I will focus on understanding how user interaction could be used to mitigate LLM
hallucinations and estimating the level of user interaction required for LLM-based OM tasks.
Acknowledgements The authors thank the reviewers for providing helpful comments. The authors thank
the Commonwealth Scientific and Industrial Research Organisation (CSIRO) for supporting this project. According
to the OAEI data policy (retrieved December 1, 2024), “OAEI results and datasets, are publicly available, but
subject to a use policy similar to the one defined by NIST for TREC . These rules apply to anyone using these data.”
Please find more details from the oficial website: https://oaei.ontologymatching.org/doc/oaei-deontology.2.html.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <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>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <article-title>Exploring Large Language Models for Ontology Alignment</article-title>
          ,
          <source>in: Proceedings of the ISWC 2023 Posters, Demos and Industry Tracks</source>
          , volume
          <volume>3632</volume>
          , CEUR-WS.org, Athens, Greece,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Norouzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Mahdavinejad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <article-title>Conversational Ontology Alignment with ChatGPT</article-title>
          ,
          <source>in: Proceedings of the 18th International Workshop on Ontology Matching - ISWC</source>
          <year>2023</year>
          , volume
          <volume>3591</volume>
          , CEUR-WS.org, Athens, Greece,
          <year>2023</year>
          , pp.
          <fpage>61</fpage>
          -
          <lpage>66</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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>
          ,
          <source>in: Proceedings of the 12th Knowledge Capture Conference</source>
          <year>2023</year>
          , ACM, Pensacola, FL, USA,
          <year>2023</year>
          , pp.
          <fpage>131</fpage>
          -
          <lpage>139</lpage>
          . doi:
          <volume>10</volume>
          .1145/3587259.3627571.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Qiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Taylor</surname>
          </string-name>
          , Agent-OM:
          <article-title>Leveraging LLM Agents for Ontology Matching</article-title>
          ,
          <year>2023</year>
          . URL: https://arxiv.org/abs/2312.00326. arXiv:
          <volume>2312</volume>
          .
          <fpage>00326</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>H. B.</given-names>
            <surname>Giglou</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. D'Souza</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Engel</surname>
          </string-name>
          , S. Auer,
          <source>LLMs4OM: Matching Ontologies with Large Language Models</source>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2404.10317. arXiv:
          <volume>2404</volume>
          .
          <fpage>10317</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Amini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Norouzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Amini</surname>
          </string-name>
          ,
          <source>Towards Complex Ontology Alignment using Large Language Models</source>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2404.10329. arXiv:
          <volume>2404</volume>
          .
          <fpage>10329</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cai</surname>
          </string-name>
          , L. Liu,
          <string-name>
            <given-names>T.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Luu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Bi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Siren's Song in the AI Ocean: A Survey on Hallucination in Large Language Models</article-title>
          ,
          <year>2023</year>
          . URL: https://arxiv.org/abs/2309.01219. arXiv:
          <volume>2309</volume>
          .
          <fpage>01219</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>OAEI</given-names>
            <surname>Community</surname>
          </string-name>
          ,
          <source>Ontology Alignment Evaluation Initiative (OAEI)</source>
          ,
          <year>2024</year>
          . URL: https://oaei. ontologymatching.org.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cheatham</surname>
          </string-name>
          , P. Hitzler, Conference v2.
          <article-title>0: An Uncertain Version of the OAEI Conference Benchmark</article-title>
          ,
          <source>in: The Semantic Web - ISWC 2014</source>
          , Springer,
          <source>Riva del Garda</source>
          , Italy,
          <year>2014</year>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>48</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -11915-
          <issue>1</issue>
          _
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Solimando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Guerrini, Detecting and Correcting Conservativity Principle Violations in Ontology-to-Ontology Mappings</article-title>
          ,
          <source>in: The Semantic Web - ISWC 2014</source>
          , Springer,
          <source>Riva del Garda</source>
          , Italy,
          <year>2014</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>16</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -11915-
          <issue>1</issue>
          _
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Solimando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jimenez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Guerrini, Minimizing Conservativity Violations in Ontology Alignments: Algorithms</article-title>
          and Evaluation,
          <source>Knowledge and Information Systems</source>
          <volume>51</volume>
          (
          <year>2017</year>
          )
          <fpage>775</fpage>
          -
          <lpage>819</lpage>
          . doi:
          <volume>10</volume>
          .1007/s10115-016-0983-3.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>O.</given-names>
            <surname>Zamazal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Svátek</surname>
          </string-name>
          ,
          <article-title>The Ten-Year OntoFarm and its Fertilization within the Onto-Sphere</article-title>
          ,
          <source>Journal of Web Semantics</source>
          <volume>43</volume>
          (
          <year>2017</year>
          )
          <fpage>46</fpage>
          -
          <lpage>53</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.websem.
          <year>2017</year>
          .
          <volume>01</volume>
          .001.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>David</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Scharfe</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Trojahn dos Santos</article-title>
          ,
          <source>The Alignment API 4</source>
          .0,
          <string-name>
            <surname>Semantic</surname>
            <given-names>Web</given-names>
          </string-name>
          2 (
          <year>2011</year>
          )
          <fpage>3</fpage>
          -
          <lpage>10</lpage>
          . doi:
          <volume>10</volume>
          .3233/SW-2011-0028.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N.</given-names>
            <surname>Matentzoglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Balhof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Bello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brush</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. J.</given-names>
            <surname>Callahan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. G.</given-names>
            <surname>Chute</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. D.</given-names>
            <surname>Duncan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. T.</given-names>
            <surname>Evelo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gabriel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Graybeal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gray</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. M.</given-names>
            <surname>Gyori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Haendel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Harmse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. L.</given-names>
            <surname>Harris</surname>
          </string-name>
          , I. Harrow,
          <string-name>
            <given-names>H. B.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Hoyt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. T.</given-names>
            <surname>Hoyt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jupp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Koehler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Liener</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Malone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>McLaughlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>McMurry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Moxon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Munoz-Torres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Osumi-Sutherland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Overton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Putman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Queralt-Rosinach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shefchek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Solbrig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Thessen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tudorache</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Vasilevsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Wagner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Mungall</surname>
          </string-name>
          ,
          <article-title>A Simple Standard for Sharing Ontological Mappings (SSSOM)</article-title>
          ,
          <year>Database 2022</year>
          (
          <year>2022</year>
          )
          <article-title>baac035</article-title>
          . doi:
          <volume>10</volume>
          .1093/database/baac035.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Anthropic</surname>
          </string-name>
          , claude-3-sonnet,
          <year>2024</year>
          . URL: https://www.anthropic.com/news/claude-3-family.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Meta</surname>
          </string-name>
          , llama-3-8b,
          <year>2024</year>
          . URL: https://ai.meta.com/blog/meta-llama-
          <volume>3</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. C.</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Berlanga</surname>
          </string-name>
          ,
          <article-title>Logic-based Assessment of the Compatibility of UMLS Ontology Sources</article-title>
          ,
          <source>Journal of Biomedical Semantics</source>
          <volume>2</volume>
          (
          <year>2011</year>
          ). doi:
          <volume>10</volume>
          .1186/ 2041-1480-2-S1-S2.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>