A Semantic Architecture for Evidence-Aware AI
KGC 2026
•
24m
Modern AI systems are increasingly used to support tasks that rely on scientific evidence, precise terminology, and contextual interpretation. Large language models (LLMs) are employed in such implementations, providing flexible and robust natural language interfaces. However, LLMs alone often struggle to meet system requirements. Due to their statistical nature, the answers produced can demonstrate hallucinations, lack awareness of their provenance, and a tendency to drift beyond the boundaries of scientific knowledge. We present a semantic architecture for building evidence-aware AI systems, where ontologies and knowledge graphs (KGs) define the knowledge layer that governs how LLMs interpret user questions and compose answers.
Using mental and behavioral health as a motivating example, we describe how instrument semantics (including their computable structure and associated mental health constructs), study data supporting measurement instruments and treatments, and clinical behavior coding systems can be integrated into a unified KG. A conversational agent built on this graph uses chat intents, SPARQL queries, and structured fact grounding to ensure that all authoritative content originates from verified sources, with the LLM serving as a natural language interface. We demonstrate how ontologies can function as an interface for machine learning, enabling safer, context-sensitive reasoning. We conclude by discussing how this pattern may be adapted to other domains.
Up Next in KGC 2026
-
OWL or SHACL: A Beginner’s Guide to M...
This tutorial introduces participants to the core concepts of OWL and SHACL, using museum data to walk through ontology modeling and shape validation. We focus on practical decision-making: which technology is appropriate in a given scenario and why. Participants will engage with structured hands...
-
The Ultimate Masterclass in Semantic ...
ttps://drive.google.com/file/d/11pLUjwntRTS0swZbxM4Hul6fEySQlgi4/view?usp=share_link
Semantic reasoning is fast becoming a must-have for anyone running a knowledge graph application as a route to better data, faster queries, and ultimately greater insights. Knowledge-based AI offers a more effec...
-
Ontology as a Semantic Layer for Agen...
When an AI agent denies your insurance claim, can it explain *why*? Not with a hallucinated summary, but with a traceable, auditable chain of reasoning grounded in formal logic.
Most agentic AI systems today are plumbing: retrieve chunks, call an LLM, hope for the best. This workshop takes a fun...