Agent-OM: Leveraging LLM Agents for Ontology Matching

  • 2024-12-19 15:07:38
  • Zhangcheng Qiang, Weiqing Wang, Kerry Taylor
  • 0

Abstract

Ontology matching (OM) enables semantic interoperability between differentontologies and resolves their conceptual heterogeneity by aligning relatedentities. OM systems currently have two prevailing design paradigms:conventional knowledge-based expert systems and newer machine learning-basedpredictive systems. While large language models (LLMs) and LLM agents haverevolutionised data engineering and have been applied creatively in manydomains, their potential for OM remains underexplored. This study introduces anovel agent-powered LLM-based design paradigm for OM systems. Withconsideration of several specific challenges in leveraging LLM agents for OM,we propose a generic framework, namely Agent-OM (Agent for Ontology Matching),consisting of two Siamese agents for retrieval and matching, with a set ofsimple OM tools. Our framework is implemented in a proof-of-concept system.Evaluations of three Ontology Alignment Evaluation Initiative (OAEI) tracksover state-of-the-art OM systems show that our system can achieve results veryclose to the long-standing best performance on simple OM tasks and cansignificantly improve the performance on complex and few-shot OM tasks.