The Semantic Training Gap: Ontology-Grounded Tool Architectures for Industrial AI Agent Systems

Grama Chethan

arXiv:2605.11234 · 2026-05-13 공개 · arXiv · PDF

llm-agents digital-twin ontology-grounded qwen3-32b manufacturing-ai semantic-drift aiopts tool-architectures

Abstract

Large language model (LLM)-based AI agents are increasingly deployed in manufacturing environments for analytics, quality management, and decision support. These agents demonstrate statistical fluency with domain terminology but lack grounded understanding of operational semantics -- the relational structure that connects equipment identifiers, process parameters, failure codes, and regulatory constraints within a specific production context. This paper identifies and formalizes the semantic training gap: a structural disconnect between how AI systems acquire domain vocabulary through training and how manufacturing operations define meaning through ontological relationships. We demonstrate that this gap causes operationally incorrect outputs even when model responses are linguistically precise, and that in multi-agent configurations it produces a compounding failure mode we term semantic drift. To close this gap, we present an architecture that embeds manufacturing ontology directly into the AI tool layer as a typed relational configuration, enforcing semantic constraints at runtime rather than relying on model training. The architecture is formalized as a three-operation interface contract -- resolve, contextualize, annotate -- with invariants enforced by an AIOps orchestration layer. In a controlled experiment across six industry configurations (72 tool invocations using Qwen3-32B), unconstrained tool parameters produced a 43% hallucination rate for domain identifiers; ontology-grounded parameters reduced this to 0%. We validate the approach through a digital twin analytics platform demonstrating that a single codebase with domain-specific ontology configurations eliminates tool-call hallucination and achieves cross-domain configurability without application code changes.

한국어 요약

📋 한 줄 요약

**[AI 에이전트 / 산업 AI]** 제조 환경 LLM 에이전트의 의미적 학습 격차(semantic training gap)를 정의하고, 온톨로지를 도구 계층에 직접 임베딩하여 도메인 식별자 환각률을 43%에서 0%로 줄이는 아키텍처를 제안한다.

🎯 핵심 기여도

💡 핵심 아이디어

모델 학습으로 도메인 의미를 가르치는 대신, 온톨로지를 타입화된 관계형 설정으로 도구 계층에 명시적으로 박아 넣어 런타임에 의미 제약을 강제한다. 이렇게 하면 모델은 그대로 두고 도구 인터페이스만 도메인별로 바꿔도 호환되며, 환각이 구조적으로 불가능해진다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 산업 환경에서 LLM의 정확한 도메인 적용을 모델 재학습 없이 구성 가능한 도구 계층으로 해결한다는 점에서, 제조·의료 등 고신뢰 분야의 에이전트 배포 패턴을 제시한다. **한계**: 온톨로지 정의 자체가 수작업 부담이며, 6개 산업 구성과 단일 모델(Qwen3-32B)에 한정된 검증 범위로 일반화 가능성은 추가 검증이 필요하다.

🚀 실용적 활용