# EvoOntology：为数据智能体自进化本体层

- 来源：elvis (@omarsar0)
- 发布时间：2026-09-22 02:15
- AIHOT 分数：48
- AIHOT 链接：https://aihot.news/items/cmublea34038uro0lf6qaxjur
- 原文链接：https://x.com/omarsar0/status/2102099298716660223

## AI 摘要

EvoOntology 用专用智能体构建本体并以 MCP 服务器形式提供 schema、内容与工具三层，数据智能体可在运行时查询。在 DDR-Bench 六个基座模型上平均提升 17.8 分，GPT-5.5 提升 26.7 分，BIRD 执行准确率提升 7.4 分。本体以小型类型化步骤编辑，仅保留经同基座配对评估有效的修改，工具层编辑贡献了 57% 的进化增益。

## 正文

Banger paper on self-evolving ontologies for agents.

You just can't go wrong with implementing an ontology layer for your agents.

This paper shows exactly why.

The show that GPT-5.5 gains 26.7 points on DDR-Bench when the data agent can query an ontology of the data it works with.

Why is this useful?

Data agents normally see tables, files and databases through generic tools, reading column names and file paths one call at a time.

The alternative is a hand-written semantic layer pasted into the prompt, which does not scale to many sources.

EvoOntology builds the ontology with a dedicated agent and serves it as an MCP server with schema, content and tool layers.

The data agent queries it at runtime.

The ontology is then edited in small typed steps, and each edit is kept only if a paired evaluation on the same backbone shows it helps.

Across six backbones on DDR-Bench, accuracy rises 17.8 points on average, from 4.8 on Qwen3.5-Flash to 26.7 on GPT-5.5. On BIRD, execution accuracy rises 7.4 points. Edits to the tool layer account for 57% of the gain from evolution.

Paper: https://arxiv.org/abs/2609.15779

Chat with Paper: https://academy.dair.ai/papers/evoontology-a-self-evolving-ontology-layer-for-data-agents-2609.15779
