<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Oktie Hassanzadeh</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marco Cremaschi</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabio D'Adda</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fidel Jiomekong Azanzi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jean Petit BIKIM</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ernesto Jimenez-Ruiz</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>Department of Computer Science, University of Yaoundé 1</institution>
          ,
          <country country="CM">Cameroon</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>IBM Research</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Milan-Bicocca</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>2025 continues the mission of benchmarking semantic table interpretation systems in an era shaped by large language models (LLMs) and retrieval-augmented strategies. This edition introduces two complementary tracks. The first is the large-scale MammoTab dataset for cell entity annotation (CEA) aligned to Wikidata. The second is the new Secu-Table Track designed to evaluate robustness under noisy, adversarial, and security-domain table conditions. This paper presents an overview of the challenge setup, datasets, evaluation methodology, and the key outcomes of this edition.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Tabular data</kwd>
        <kwd>Knowledge Graphs</kwd>
        <kwd>Matching</kwd>
        <kwd>SemTab Challenge</kwd>
        <kwd>Semantic Table Interpretation</kwd>
        <kwd>Large Language Models</kwd>
        <kwd>LLMs</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Tabular data continues to serve as a foundational format across Web datasets, enterprise data lakes, and
analytics pipelines. However, semantic interpretation of tabular data remains a dificult challenge in
many real-world scenarios. A central task is the annotation of table elements with entities, classes, and
relationships from a knowledge graph (KG). This process, known as Semantic Table Interpretation (STI),
supports data discovery, integration, analytics, and knowledge-based augmentation. STI research has
been shaped by both early foundational work on semantic table annotation [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4">1, 2, 3, 4</xref>
        ] and more recent
advances in machine learning and large language models [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Since its inception in 2019, the SemTab Challenge has provided an annual benchmarking platform
for evaluating STI systems across multiple subtasks. The challenge has expanded over the years and
has been featured at ISWC through all editions from 2019 to 2024 [
        <xref ref-type="bibr" rid="ref10 ref11 ref6 ref7 ref8 ref9">6, 7, 8, 9, 10, 11</xref>
        ]. These eforts have
driven the development of diverse STI approaches, including traditional pipelines, embedding-based
models, LLM-based systems, and retrieval-augmented frameworks.
      </p>
      <p>This paper presents the 2025 edition of the challenge, summarizing its tracks, datasets, evaluation
metrics, and results.</p>
    </sec>
    <sec id="sec-2">
      <title>2. The Challenge</title>
      <p>The 2025 challenge includes two main tracks. The first is the MammoTab Track, which focuses
on large-scale Cell Entity Annotation (CEA). The second is the Secu-Table Track, which evaluates
robustness under noisy or adversarial table conditions and includes CEA, CTA, and CPA subtasks.</p>
      <sec id="sec-2-1">
        <title>2.1. MammoTab Track (CEA)</title>
        <p>Task. Participants perform Cell Entity Annotation by linking entity-bearing table cells to Wikidata
entity identifiers (QIDs), or marking them as NIL when no matching entity exists.</p>
        <p>
          Dataset. MammoTab is a large-scale dataset composed of more than one million Wikipedia tables
annotated using Wikidata [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. It captures the inherent ambiguity, heterogeneity, and missing context
characteristic of web tables.
        </p>
        <p>
          The Round 1 subset contains about 870 tables with 84,907 annotated cells. It reflects natural complexity,
such as alias variation, homonymy, and NIL mentions. These challenges are motivated by earlier SemTab
editions [
          <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
          ].
        </p>
        <p>An example of the annotation format is:
LYQZQ0T5,1,1,Q3576864
indicating that table LYQZQ0T5’s cell in row 1 column 1 needs to be mapped to Wikidata entity
Q3576864.</p>
        <p>Evaluation. Each system outputs one entity prediction per cell. Evaluation uses:</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Secu-Table Track (Robustness and Multiple Tasks)</title>
        <p>Task. The Secu-Table Track evaluates the robustness of systems under noise, incomplete context,
perturbations, and adversarial scenarios. It includes:</p>
        <p>Two knowledge graphs are used: Wikidata for general-purpose tasks and the SEPSES Computer
Security KG for security-domain CEA, CTA and CPA. Robust STI has been highlighted in past studies
[14, 15].</p>
        <p>Formats:
• CEA: filename,row_id,column_id,entity_id
• CTA: filename,column_id,type_id
• CPA: filename,col0,col1,property_id
• CEA: Cell Entity Annotation,
• CTA: Column Type Annotation,
• CPA: Column Property Annotation.
• misspellings and alias variants,
• missing or incomplete context,
• added ambiguity or homonymy,
• NIL mentions.</p>
        <p>
          Dataset. The dataset includes 1,554 tables, including 76 gold tables and 1,478 test tables [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Noise
includes:
        </p>
        <sec id="sec-2-2-1">
          <title>Evaluation. Same metrics as for MammoTab:</title>
          <p>2 × Precision × Recall
1 = Precision + Recall</p>
          <p>A selective mode allows predicting “I do not know” when confidence is low.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <sec id="sec-3-1">
        <title>Four systems participated in the MammoTab Track:</title>
        <p>• ADFr [16]: This system is built on GRASP [17], a framework for interactive KG reasoning and
SPARQL generation. GRASP enables the LLM to retrieve and validate KG entities before producing
annotations. It was originally introduced for SPARQL question answering and KG exploration.
The system iteratively searches, validates, and assigns entity predictions using evidence from the
KG.
• RAGDify [18]: This is a multi-stage retrieval and generation pipeline. It cleans table data,
retrieves candidates using exact and fuzzy methods, performs LLM-based debate ranking, and
applies LLM cross-level verification for NIL detection and consistency.
• ditlab [19]: This framework uses iterative refinement by annotating both original and transposed
table orientations, improving contextual consistency. It integrates CEA and CTA through
multistage candidate generation and unsupervised entropy-based scoring.
• Kepler-aSI: This system combines KG querying and LLM-based disambiguation. Earlier versions
were presented in previous SemTab editions [20, 21].</p>
        <p>System
ADFr
RAGDify
ditlab
Kepler-aSI</p>
        <p>Precision
0.758
0.603
0.549
0.403</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgments</title>
      <p>We thank all contributors to the SemTab Challenge across its editions from 2019 to 2025, including dataset
creators, system developers, track organizers, and community members who shaped the evolution of
the tasks, benchmarks, and evaluation methodology. We are also grateful to the ISWC 2025 organizers
for their collaboration and support throughout the coordination of this year’s challenge.</p>
    </sec>
    <sec id="sec-5">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used an LLM to assist with text generation based on
website materials and informal notes. All content was reviewed and edited by the authors, who take
full responsibility for the final version.
for evaluating semantic table interpretation systems, 2025. URL: https://arxiv.org/abs/2511.06301.
arXiv:2511.06301.
[14] B. Foko, A. Jiomekong, H. Tapamo, J. Buisson, S. Tiwari, Exploring Naive Bayes Classifiers for
Tabular Data to Knowledge Graph Matching, in: SemTab’23: Semantic Web Challenge on Tabular
Data to Knowledge Graph Matching 2023, co-located with the 22nd International Semantic Web
Conference (ISWC), 2023.
[15] J. P. Bikim, C. Atezong, A. Jiomekong, A. Oelen, G. Rabby, J. D’Souza, S. Auer, Leveraging GPT
Models For Semantic Table Annotation, in: SemTab’24: Semantic Web Challenge on Tabular
Data to Knowledge Graph Matching 2024, co-located with the 23rd International Semantic Web
Conference (ISWC), 2024.
[16] S. Walter, H. Bast, Knowledge graph entity linking via interactive reasoning and exploration with
grasp, in: Proceedings of the 20th International Workshop on Ontology Matching (OM 2025)
co-located with the 24th International Semantic Web Conference (ISWC 2025), Nara, Japan, 2025.
[17] S. Walter, H. Bast, Grasp: Generic reasoning and sparql generation across knowledge graphs,
in: The Semantic Web – ISWC 2025: 24th International Semantic Web Conference, Nara, Japan,
November 2–6, 2025, Proceedings, Part I, Springer-Verlag, Berlin, Heidelberg, 2025, p. 271–289.</p>
      <p>URL: https://doi.org/10.1007/978-3-032-09527-5_15. doi:10.1007/978-3-032-09527-5_15.
[18] K. Bar, T. Sagi, Llm-driven retrieval, debate, and verification for robust table-to-knowledge-graph
matching, in: Proceedings of the 20th International Workshop on Ontology Matching (OM 2025)
co-located with the 24th International Semantic Web Conference (ISWC 2025), Nara, Japan, 2025.
[19] Y. Tachioka, Y. Terao, Cell entity annotation for semtab 2025 mammotab via iterative refinement
with transposed contexts and unsupervised scoring, in: Proceedings of the 20th International
Workshop on Ontology Matching (OM 2025) co-located with the 24th International Semantic Web
Conference (ISWC 2025), Nara, Japan, 2025.
[20] W. Baazouzi, M. Kachroudi, S. Faiz, Kepler-aSI at SemTab 2023, in: SemTab’23: Semantic
Web Challenge on Tabular Data to Knowledge Graph Matching 2023, co-located with the 22nd
International Semantic Web Conference (ISWC), 2023.
[21] W. Baazouzi, M. Kachroudi, S. Faiz, Kepler-aSI : Semantic Annotation for Tabular Data, in:
SemTab’24: Semantic Web Challenge on Tabular Data to Knowledge Graph Matching 2024,
colocated with the 23rd International Semantic Web Conference (ISWC), 2024.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>Efective and eficient semantic table interpretation using tableminer+</article-title>
          ,
          <source>Semantic Web</source>
          <volume>8</volume>
          (
          <year>2017</year>
          )
          <fpage>921</fpage>
          -
          <lpage>957</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Syed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Finin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mulwad</surname>
          </string-name>
          , ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <article-title>Exploiting a Web of Semantic Data for Interpreting Tables</article-title>
          ,
          <source>in: Proceedings of the Second Web Science Conference</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>V.</given-names>
            <surname>Mulwad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Finin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Syed</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Joshi,</surname>
          </string-name>
          <article-title>T2LD: interpreting and representing tables as linked data</article-title>
          , in: A.
          <string-name>
            <surname>Polleres</surname>
          </string-name>
          , H. Chen (Eds.),
          <source>Proceedings of the ISWC 2010 Posters &amp; Demonstrations Track: Collected Abstracts</source>
          , Shanghai, China, November 9,
          <year>2010</year>
          , volume
          <volume>658</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2010</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>658</volume>
          /paper489.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>V.</given-names>
            <surname>Efthymiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rodriguez-Muro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Christophides</surname>
          </string-name>
          ,
          <article-title>Matching Web Tables with Knowledge Base Entities: From Entity Lookups to Entity Embeddings</article-title>
          , in: ISWC, volume
          <volume>10587</volume>
          , Springer,
          <year>2017</year>
          , pp.
          <fpage>260</fpage>
          -
          <lpage>277</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Suhara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , c. Demiralp,
          <string-name>
            <given-names>C.</given-names>
            <surname>Chen</surname>
          </string-name>
          , W.-C. Tan,
          <article-title>Annotating columns with pretrained language models</article-title>
          ,
          <source>in: Proceedings of the 2022 International Conference on Management of Data, SIGMOD '22</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2022</year>
          , p.
          <fpage>1493</fpage>
          -
          <lpage>1503</lpage>
          . URL: https://doi.org/10.1145/3514221.3517906. doi:
          <volume>10</volume>
          .1145/3514221.3517906.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Srinivas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Efthymiou</surname>
          </string-name>
          , J. Chen (Eds.),
          <article-title>Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching</article-title>
          ,
          <source>SemTab</source>
          <year>2019</year>
          ,
          <article-title>co-located with the 18th International Semantic Web Conference (ISWC</article-title>
          <year>2019</year>
          ), volume
          <volume>2553</volume>
          <source>of CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Auckland, New Zealand,
          <source>October</source>
          <volume>30</volume>
          ,
          <year>2019</year>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Efthymiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Srinivas</surname>
          </string-name>
          , V. Cutrona (Eds.),
          <article-title>Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching</article-title>
          ,
          <source>SemTab</source>
          <year>2020</year>
          ,
          <article-title>colocated with the 19th International Semantic Web Conference (ISWC</article-title>
          <year>2020</year>
          ), volume
          <volume>2775</volume>
          <source>of CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Virtual conference (originally planned Athens, Greece),
          <source>November 5</source>
          ,
          <year>2020</year>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Efthymiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Srinivas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cutrona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hulsebos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Abdelmageed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Oliveira</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          Pesquita (Eds.),
          <article-title>Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching</article-title>
          ,
          <source>SemTab</source>
          <year>2021</year>
          ,
          <article-title>co-located with the 20th International Semantic Web Conference (ISWC</article-title>
          <year>2021</year>
          ), volume
          <volume>3103</volume>
          <source>of CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Virtual conference,
          <source>October</source>
          <volume>27</volume>
          ,
          <year>2021</year>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>Abdelmageed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cutrona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Efthymiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hulsebos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          Srinivas (Eds.),
          <article-title>Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching</article-title>
          ,
          <source>SemTab</source>
          <year>2022</year>
          ,
          <article-title>co-located with the 21st International Semantic Web Conference (ISWC</article-title>
          <year>2022</year>
          ), volume
          <volume>3320</volume>
          <source>of CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Virtual conference,
          <source>October 23-27</source>
          ,
          <year>2022</year>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>V.</given-names>
            <surname>Efthymiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cutrona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Srinivas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Abdelmageed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hulsebos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khatiwada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Korini</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          Kruit (Eds.),
          <article-title>Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching</article-title>
          ,
          <source>SemTab</source>
          <year>2023</year>
          ,
          <article-title>co-located with the 22nd International Semantic Web Conference (ISWC</article-title>
          <year>2023</year>
          ), volume
          <volume>3557</volume>
          <source>of CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Athens, Greece, November 6-
          <issue>10</issue>
          ,
          <year>2023</year>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Abdelmageed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cremaschi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cutrona</surname>
          </string-name>
          ,
          <string-name>
            <surname>F. D'Adda</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Efthymiou</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Kruit</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Lobo</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Mihindukulasooriya</surname>
            ,
            <given-names>N. H.</given-names>
          </string-name>
          <string-name>
            <surname>Pham</surname>
          </string-name>
          (Eds.),
          <article-title>Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching</article-title>
          ,
          <source>SemTab</source>
          <year>2024</year>
          ,
          <article-title>co-located with the 23rd International Semantic Web Conference (ISWC</article-title>
          <year>2024</year>
          ), volume
          <volume>3889</volume>
          <source>of CEUR Workshop Proceedings</source>
          , CEUR-WS.org, Baltimore, USA, November
          <volume>11</volume>
          -
          <issue>15</issue>
          ,
          <year>2024</year>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cremaschi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Belotti</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. D'Souza</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Palmonari</surname>
          </string-name>
          , Mammotab 25:
          <article-title>A large-scale dataset for semantic table interpretation - training, testing, and detecting weaknesses</article-title>
          ,
          <source>in: The Semantic Web - ISWC 2025 - 24th International Semantic Web Conference, Nara, Japan, November 2-6</source>
          ,
          <year>2025</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>II</given-names>
          </string-name>
          , volume
          <volume>16141</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2025</year>
          , pp.
          <fpage>131</fpage>
          -
          <lpage>148</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>032</fpage>
          -09530-
          <issue>5</issue>
          _8. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>032</fpage>
          -09530-5\_8.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Jiomekong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bikim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Negoue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chin</surname>
          </string-name>
          ,
          <article-title>Secu-table: a comprehensive security table dataset</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>