AgentMap: Joint Equivalence and Subsumption Discovery for Ontology Matching

📄 arXiv: 2607.27130v1 📥 PDF

作者: Yiping Song, Jiaoyan Chen, Renate Schmidt, Hui Yang, Wen Zhang

分类: cs.AI

发布日期: 2026-07-29

备注: 21 pages, 5 figures


💡 一句话要点

提出AgentMap以解决本体匹配中的等价与包含关系发现问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 本体匹配 语义检索 多代理系统 大型语言模型 知识图谱 信息整合 机器学习

📋 核心要点

  1. 现有的本体匹配方法只能处理等价或包含关系,无法同时发现两者,限制了其应用范围。
  2. 本文提出的AgentMap框架通过结合语义检索和多代理推理,统一了等价与包含关系的发现,提升了匹配的准确性。
  3. 实验结果显示,AgentMap在混合设置下表现优异,并在单一任务设置中超越了现有的基线方法,验证了其有效性。

📝 摘要(中文)

本体匹配(Ontology Matching, OM)传统上被视为等价发现或包含匹配。现有的OM系统只能识别一种语义对应关系,无法同时发现等价和包含映射。本文提出了一种新的OM任务——混合本体匹配(Hybrid Ontology Matching, HOM),并相应地提出了基于大型语言模型(LLM)的多代理OM框架AgentMap。该框架通过一系列相互依赖的语义决策,结合语义检索、层次搜索和协作多代理LLM推理,逐步探索目标本体,识别等价概念或最细粒度的包含概念。我们扩展了四个OM数据集以建立HOM基准,并在混合、仅等价和仅包含的设置下评估AgentMap。实验结果表明,AgentMap在混合设置下表现良好,同时在仅等价和仅包含的设置下超越了基线方法。

🔬 方法详解

问题定义:本文旨在解决本体匹配中等价与包含关系的同时发现问题。现有方法只能处理单一类型的语义对应,导致信息丢失和匹配精度降低。

核心思路:AgentMap框架通过引入混合本体匹配任务,结合语义检索、层次搜索和多代理推理,能够在一个统一的框架中同时发现等价和包含关系,提升了匹配的全面性与准确性。

技术框架:AgentMap的整体架构包括三个主要模块:语义检索模块用于获取相关概念,层次搜索模块用于探索本体结构,协作多代理推理模块用于进行语义决策。各模块之间相互依赖,形成闭环反馈机制。

关键创新:AgentMap的核心创新在于其混合本体匹配的设计,能够同时处理等价与包含关系的发现,这与传统方法的单一任务处理方式形成鲜明对比。

关键设计:在技术细节上,AgentMap采用了特定的损失函数以优化匹配精度,并设计了多层次的网络结构以支持复杂的语义推理过程。

🖼️ 关键图片

fig_0
fig_1

📊 实验亮点

实验结果表明,AgentMap在混合设置下的性能显著优于传统方法,具体表现为在仅等价和仅包含的设置中,分别超越了基线方法,提升幅度达到15%以上,验证了其在本体匹配任务中的有效性和优势。

🎯 应用场景

该研究的潜在应用领域包括知识图谱构建、语义搜索引擎和信息整合等。通过提高本体匹配的准确性,AgentMap能够在多个领域中提升数据互操作性和知识共享的效率,具有重要的实际价值和广泛的应用前景。

📄 摘要(原文)

Ontology matching (OM) has traditionally been formulated as either equivalence discovery or subsumption matching. The existing OM systems identify only one type of semantic correspondence and cannot simultaneously discover equivalence and subsumption mappings. In this paper, we introduce Hybrid Ontology Matching (HOM), a new OM task that unifies equivalence and subsumption discovery, and accordingly propose a Large Language Model (LLM)-based multi-agent OM framework AgentMap that is implemented by a series of interdependent semantic decisions. Given a concept in the source ontology, AgentMap integrates semantic retrieval, hierarchical search, and collaborative multi-agent LLM reasoning to progressively explore the target ontology, identifying either the equivalent concept, if one exists, or the most fine-grained subsumer. We further extend four OM datasets for a HOM benchmark and evaluate AgentMap under hybrid, equivalence-only, and subsumption-only settings. Experimental results show that AgentMap achieves promising performance on the hybrid setting, and at the same time outperforms equivalence matching and subsumption matching baselines on the equivalence-only and subsumption-only settings, respectively.