MEGA Hub

Toward Effective and Reliable LLM Agents via Dynamic Ontology

Authors

Do you know Xiaohui Zhang?You can claim authorship or link another user.Do you know Zequn Sun?You can claim authorship or link another user.Do you know Chengyuan Yang?You can claim authorship or link another user.Do you know Yuanning Cui?You can claim authorship or link another user.Do you know Lingbing Guo?You can claim authorship or link another user.Do you know Wei Hu?You can claim authorship or link another user.

Abstract

Large language model (LLM) agents rely heavily on knowledge encoded in model parameters or presented as unstructured context. In domain-specific tasks, this leaves important semantic connections implicit. This often results in incomplete evidence use and brittle multi-step decisions. Ontologies offer a way to externalize domain concepts and relations as machine-interpretable structures, but constructing task-usable ontologies traditionally requires substantial effort from domain experts and is difficult to scale. Automatic construction is also challenging: an ontology that appears semantically plausible may not contain the relational structures needed for actual decision making. We present OaK, an ontology-as-a-kernel framework that dynamically constructs and refines task-oriented ontologies for LLM agents. Given task requirements and training data, OaK constructs an ontology and its knowledge graph, generates task-adaptation functions for graph reasoning, and uses judge feedback to iteratively refine both. By making relevant concepts and relations explicit, the ontology grounds knowledge retrieval and multi-step decision making. We evaluate OaK on TravelPlanner, CRMArenaPro, and ToolQA. Results show that OaK improves standard LLM agents, strengthens evidence grounding, and boosts the reliability of multi-step reasoning.

Community

00