Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/31 04:00:00

AgentMap: Joint Equivalence and Subsumption Discovery for Ontology Matching

AI 中文解读
大语言模型又有了新玩法!这次研究人员推出了一个叫AgentMap的智能系统,专门解决两个知识库之间的"翻译"问题。以前的技术只能判断两个概念是不是同一个东西,比如"电脑"和"计算机";或者只能判断包含关系,比如"动物"包含"猫"。但AgentMap能同时干这两件事,就像给AI装上了全方位的"知识对齐雷达"。 通俗点说,不同的系统记录同一件事时用词可能完全不一样,医院A管它叫"心肌梗死",医院B可能叫"心脏病发作"。AgentMap能自动识别出这些其实是同一个概念,还能分清"心脏病"这种大类和"心肌梗死"这种细分的关系。它靠大语言模型和多个AI小助手协作,一边搜索、一边推理,最终找到最准确的对应关系。 这项技术最大的价值在于,让不同的AI系统之间能更顺畅地"对话"了。未来无论是医疗数据共享、电商平台商品分类统一,还是企业文档自动整合,都能大大减少人工整理的工作量,让信息流通更高效。
arXiv:2607.27130v1 Announce Type: new Abstract: 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.
分享
阅读原文