<!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>LogMap Family welcomes LogMapLLM in the OAEI 2025</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ernesto Jiménez-Ruiz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sviatoslav Lushnei</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmytro Shumskyi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Severyn Shykula</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Artur d'Avila Garcez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>City St George's, University of London</institution>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Ukrainian Catholic University</institution>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>We present the participation of LogMap and its variants in the OAEI 2025 campaign. The LogMap project started in January 2011 with the objective of developing a scalable and logic-based ontology matching system. This year we have introduced a new variant called LogMap-LLM that uses a large language model as an Oracle for the cases where LogMap is uncertain. LogMap [1, 2] is an ontology matching system that (i) can eficiently match semantically rich ontologies containing tens (and even hundreds) of thousands of classes, (ii) incorporates sophisticated reasoning and repair techniques to minimise the number of logical inconsistencies [3], and (iii) provides support for user intervention during the matching process [4]. LogMap ISWC 2011 paper [1] was awarded the SWSA Ten-Year Award.1 Figure 1 shows an overview of LogMap's architecture.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1.1. LogMap variants in the 2025 campaign</title>
      <p>
        As in previous campaigns, we have participated in the OAEI 2025 with several variants in addition to
LogMap: LogMapLLM (newly introduced in the OAEI 2025), LogMapBio, and LogMapLt. The OAEI
results also report on LogMapKG, which is the same as LogMap but with the flag to output instance
mappings activated. In some tasks, as expected, LogMap and LogMapKG produce the same results.
LogMapLLM We have extended LogMap to perform calls to an LLM-based Oracle [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] (see overview
in Figure 2). The LLM-based Oracle is used to validate a subset of the correspondences where
LogMap is uncertain. Thus, the power of the LLM is centred on complex cases where traditional
ontology alignment techniques are not suficient. We have experimented with GPT-4o Mini
model2 (OpenAI), a range of Google Gemini Flash models3 (v1.5, 2.0, 2.0 Lite, and 2.5 Preview),
and the open-weight models Mistral Small-2402, Llama 3-70b, Qwen3-1.7b, and Qwen3-8b. In the
OAEI 2025 campaign, we participated with Gemini 2.5 as Oracle. Note that the F-scores reported
in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] are diferent from those in the OAEI Bio-ML track, as this track does not consider the whole
ground truth for the (global matching) evaluation.4
LogMapLt is a “lightweight” variant of LogMap, which essentially only applies (eficient) string
matching techniques.
      </p>
      <p>
        LogMapBio includes an extension to use BioPortal [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] as a (dynamic) provider of mediating ontologies
instead of relying on a few preselected ontologies [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. LogMapBio architecture is depicted in
Figure 3.
      </p>
    </sec>
    <sec id="sec-2">
      <title>1.2. Link to the system and parameters file</title>
      <p>LogMap is open-source and released under the Apache-2.0 License.5 LogMap components and
source code are available from the LogMap’s GitHub page: https://github.com/ernestojimenezruiz/
logmap-matcher/. LogMap distributions can be easily customised through a configuration file
containing the matching parameters. LogMapLLM codes to call the LLM-based Oracle are available in GitHub:
https://github.com/city-artificial-intelligence/rai-ukraine-kga-llm</p>
    </sec>
    <sec id="sec-3">
      <title>1.3. Results</title>
      <p>
        The complete results of the LogMap family in the OAEI 2025 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] campaign are reported in http:
//oaei.ontologymatching.org/2025/results/. It is worth mentioning that LogMapBio and LogMapLLM
2https://openai.com/index/gpt-4o-mini-advancing-cost-eficient-intelligence/
3https://deepmind.google/technologies/gemini/
4See details in the Bio-ML track: https://liseda-lab.github.io/OAEI-Bio-ML/2025/index.html
5http://www.apache.org/licenses/
were the top systems in the Bio-ML track [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]. LogMapBio, using traditional mediating ontology
matching, surpasses more sophisticated systems relying on machine learning and large language model
techniques. Table 1 shows the results and ranking of LogMap, LogMapBio and LogMapLLM in the
OAEI’s Anatomy and Bio-ML tracks. In the Bio-ML track, on average, LogMapBio and LogMapLLM
ranked first and second, respectively, while LogMap ranked fifth, right after BertMapLt and BertMap [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
Table 2 shows the results of LogMap in other OAEI tracks.
      </p>
      <p>Declaration on Generative AI
During the preparation of this work, the authors used Grammarly to check grammar, spelling, and
readability. After using the tool, the authors reviewed and edited the content as needed to take full
responsibility for the publication’s content.
We would like to thank Bernardo Cuenca-Grau, Ian Horrocks, Alessandro Solimando, Jiaoyan Chen,
Valerie Cross, Anton Morant, Yujiao Zhou, Weiguo Xia, Xi Chen, Yuan Gong, Shuo Zhang and Rob
Upson, who have contributed to the LogMap project in the past.</p>
      <p>The LogMapLLM research was partially supported by the NYU Center for Responsible AI and carried
out within its RAI for Ukraine program. This initiative was coordinated by the Center for Responsible
AI at the Tandon School of Engineering, New York University (NYU), with support from the Faculty of
Applied Sciences at the Ukrainian Catholic University (UCU). The Ukrainian students involved in the
project gratefully acknowledge the support from the mentors at City St George’s, University of London,
and the support of the RAI for Ukraine program organisers.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. Cuenca Grau</surname>
          </string-name>
          ,
          <article-title>LogMap: Logic-based and Scalable Ontology Matching</article-title>
          , in: Int'l Sem.
          <source>Web Conf. (ISWC)</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>273</fpage>
          -
          <lpage>288</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. Cuenca</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <article-title>Large-scale interactive ontology matching: Algorithms and implementation</article-title>
          ,
          <source>in: Europ. Conf. on Artif. Intell. (ECAI)</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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>
          , G. Guerrini,
          <article-title>Minimizing conservativity violations in ontology alignments: Algorithms and evaluation, Knowledge and Information Systems (</article-title>
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Dragisic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ivanova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lambrix</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Pesquita, User validation in ontology alignment: functional assessment and impact</article-title>
          ,
          <source>Knowl. Eng. Rev</source>
          .
          <volume>34</volume>
          (
          <year>2019</year>
          )
          <article-title>e15</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lushnei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Shumskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shykula</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>d'Avila Garcez, Large Language Models as Oracles for Ontology Alignment</article-title>
          ,
          <source>CoRR abs/2508</source>
          .08500 (
          <year>2025</year>
          ). URL: https://doi.org/10.48550/ arXiv.2508.08500. doi:
          <volume>10</volume>
          .48550/ARXIV.2508.08500. arXiv:
          <volume>2508</volume>
          .
          <fpage>08500</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>N. Fridman</given-names>
            <surname>Noy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. H.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. L.</given-names>
            <surname>Whetzel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Dai</surname>
          </string-name>
          , et al.,
          <article-title>BioPortal: ontologies and integrated data resources at the click of a mouse</article-title>
          ,
          <source>Nucleic Acids Research</source>
          <volume>37</volume>
          (
          <year>2009</year>
          )
          <fpage>170</fpage>
          -
          <lpage>173</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cross</surname>
          </string-name>
          ,
          <article-title>Extending an ontology alignment system with bioportal: a preliminary analysis</article-title>
          ,
          <source>in: Poster at Int'l Sem. Web Conf. (ISWC)</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M. A. N.</given-names>
            <surname>Pour</surname>
          </string-name>
          , et al.,
          <source>Results of the Ontology Alignment Evaluation Initiative</source>
          <year>2025</year>
          ,
          <source>in: Proceedings of the 20th International Workshop on Ontology Matching co-located with the 24th International Semantic Web Conference (ISWC)</source>
          ,
          <source>CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <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>
          ,
          <year>2022</year>
          .
        </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>Bio-ML: Machine LearningFriendly Biomedical Datasets for Equivalence and Subsumption Ontology Matching (Version OAEI Bio-ML</article-title>
          <year>2023</year>
          ),
          <year>2023</year>
          . URL: https://doi.org/10.5281/zenodo.8193375.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <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 (AAAI)</source>
          , AAAI Press,
          <year>2022</year>
          , pp.
          <fpage>5684</fpage>
          -
          <lpage>5691</lpage>
          . URL: https://doi.org/10.1609/aaai.v36i5.20510. doi:
          <volume>10</volume>
          .1609/AAAI.V36I5.20510.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>J. da Silva</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Revoredo</surname>
            ,
            <given-names>F. A.</given-names>
          </string-name>
          <string-name>
            <surname>Baião</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Lima, ALIN results for OAEI 2025</article-title>
          ,
          <source>in: Proceedings of the 20th International Workshop on Ontology Matching co-located with the 24th International Semantic Web Conference (ISWC)</source>
          ,
          <source>CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cotovio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Ferraz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Balbi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          ,
          <article-title>Results in OAEI 2025 for matcha</article-title>
          ,
          <source>in: Proceedings of the 20th International Workshop on Ontology Matching co-located with the 24th International Semantic Web Conference (ISWC)</source>
          ,
          <source>CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Becker</surname>
          </string-name>
          ,
          <string-name>
            <surname>TIM</surname>
          </string-name>
          <article-title>Results in the OAEI 2025</article-title>
          ,
          <source>in: Proceedings of the 20th International Workshop on Ontology Matching co-located with the 24th International Semantic Web Conference (ISWC)</source>
          ,
          <source>CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>