Ontology Matching with Large Language Models and Prioritized Depth-First Search
Maria Taboada, Diego Martinez, Mohammed Arideh, Rosa Mosquera

TL;DR
This paper introduces MILA, a novel LLM-based ontology matching approach that combines prioritized depth-first search with retrieve-identify-prompt pipelines, achieving high accuracy and efficiency in biomedical ontology alignment tasks.
Contribution
MILA integrates a prioritized depth-first search with LLM prompting and embeddings, significantly reducing LLM requests while improving matching accuracy in ontology alignment.
Findings
Achieved highest F-Measure in 4 out of 5 tasks in OAEI biomedical challenge.
Outperformed state-of-the-art unsupervised OM systems by up to 17%.
Demonstrated stable, task-agnostic performance with reduced LLM requests.
Abstract
Ontology matching (OM) plays a key role in enabling data interoperability and knowledge sharing, but it remains challenging due to the need for large training datasets and limited vocabulary processing in machine learning approaches. Recently, methods based on Large Language Model (LLMs) have shown great promise in OM, particularly through the use of a retrieve-then-prompt pipeline. In this approach, relevant target entities are first retrieved and then used to prompt the LLM to predict the final matches. Despite their potential, these systems still present limited performance and high computational overhead. To address these issues, we introduce MILA, a novel approach that embeds a retrieve-identify-prompt pipeline within a prioritized depth-first search (PDFS) strategy. This approach efficiently identifies a large number of semantic correspondences with high accuracy, limiting LLM…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Natural Language Processing Techniques · Topic Modeling
MethodsOntology
