<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Graphwise on Medium]]></title>
        <description><![CDATA[Stories by Graphwise on Medium]]></description>
        <link>https://medium.com/@graphwise?source=rss-39e3a6a41a63------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*fFo38c_fSYxrjqt3OWxAVg.png</url>
            <title>Stories by Graphwise on Medium</title>
            <link>https://medium.com/@graphwise?source=rss-39e3a6a41a63------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Thu, 16 Jul 2026 18:14:34 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@graphwise/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[How AI and Taxonomy Builder Support the Building of Taxonomies]]></title>
            <link>https://graphwise.medium.com/how-ai-and-taxonomy-builder-support-the-building-of-taxonomies-1317127d961b?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/1317127d961b</guid>
            <category><![CDATA[knowledge-graph]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[taxonomy]]></category>
            <category><![CDATA[semantic-backbone]]></category>
            <category><![CDATA[taxonomy-builder]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Fri, 03 Jul 2026 11:10:11 GMT</pubDate>
            <atom:updated>2026-07-03T11:10:49.494Z</atom:updated>
            <content:encoded><![CDATA[<h4>Why taxonomy building is harder than it looks, how generative AI addresses its core challenges, and why Graphwise’s Taxonomy Builder delivers better, more workflow-integrated results than using public LLM tools directly.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*qdDDf51T65e7U0ojZ0bB6w.png" /></figure><h3>Main Takeaways</h3><ul><li>Taxonomy building is harder than it looks — anticipating synonyms, avoiding bias, and writing machine-readable definitions for every concept is far more work than designing a simple hierarchy.</li><li>Use LLMs for branches, not the whole tree — AI handles synonym generation, term comparison, and gap-filling well; full taxonomy generation still produces messy, classification-style output.</li><li>Prompting is a skill most taxonomists don’t have — purpose-built tools remove the barrier of crafting expert prompts every time you need a usable result.</li><li>Being inside the workflow is the real advantage — reviewing and accepting suggestions without leaving the tool beats copying and pasting from ChatGPT every time.</li></ul><p><a href="https://graphwise.ai/fundamentals/what-is-taxonomy/">Taxonomies</a> and <a href="https://graphwise.ai/fundamentals/what-is-ontology/">ontologies</a> are both fundamental semantic components of <a href="https://graphwise.ai/fundamentals/what-is-a-knowledge-graph/">knowledge graphs</a>, <a href="https://graphwise.ai/fundamentals/what-is-a-semantic-layer/">semantic layers</a>, and the <a href="https://graphwise.ai/fundamentals/what-is-a-semantic-backbone/">semantic backbone</a> for enterprise data, information, and knowledge access. Taxonomy modeling, especially compared with ontology modeling, is relatively simple, since it is based on just hierarchies. Taxonomy <em>building</em> is not so easy. The apparent ease of taxonomy modeling, however, may result in not devoting enough resources to actual taxonomy building.</p><p>Taxonomy building involves various challenges, including:</p><ul><li>Understanding the detailed concepts of a subject domain</li><li>Anticipating all the variant (alternative) names or labels for a concept that may occur in sources or searches</li><li>Knowing how best to construct unbiased, logical hierarchies that are machine-readable and can support various applications, instead of an individual’s navigation design</li><li>Supporting the various context-supporting requirements of AI systems, such as <a href="https://graphwise.ai/fundamentals/what-is-graph-rag/">GraphRAG</a>, including writing definitions for all concepts</li><li>Having sufficient time and resources to create a full taxonomy, especially when it’s part of a larger project that requires competing resources.</li></ul><h3>How AI addresses the challenges of building of taxonomies</h3><p>Generative AI and <a href="https://graphwise.ai/fundamentals/what-is-large-language-model/">LLMs</a> can help with all of these challenges. In general, taxonomies connect varied users to varied content so anticipating possible text strings in searches and in target text is an important part of creating concepts and their labels. It is best to get viewpoints from multiple participants or stakeholders when creating a taxonomy. LLMs are good at anticipating text strings, so LLMs are well-suited for generating taxonomies. Furthermore, LLMs can serve as “additional viewpoints” for creating a taxonomy, and can provide even more suggestions when a generation request is repeated.</p><h3>Understanding the subject domain</h3><p>LLMs are trained on huge data sets in all subject domains, so they can define, relate, and compare concepts to create taxonomies instantly. In comparison, human taxonomists have limited subject matter expertise and require a lot of time to research concepts without AI.</p><h3>Generating sufficient variant/alternative labels for concepts</h3><p>LLMs similarly identify all possible synonyms or alternative labels for concepts, whereas an individual human may think up far fewer and needs to spend time researching multiple sources to come up with more alternative labels.</p><h3>Knowing how best to construct hierarchies:</h3><p>Those who are not taxonomy experts tend to create taxonomy hierarchies modeled on navigation hierarchies or classification schemes that make sense to them alone, but are not valid taxonomies for general use. LLMs correctly interpret prompts for taxonomies, and do a reasonably good and consistent job at it.</p><h3>Creating definitions for concepts</h3><p>This is a tedious task for taxonomists or subject matter experts, who don’t usually spend their time writing definitions. LLMs extract from multiple sources to generate original and correct definitions, especially for the newer requirements of newer AI applications and GraphRAG systems.</p><h3>Having the time and resources to create a full taxonomy</h3><p>Taxonomies are increasingly built as part of a larger system, such as a semantic layer, a knowledge graph, or a GraphRAG system. There greater resources are spent on other technical components, leaving limited time and resources for taxonomy development.. LLMs and generative AI are a great time saver.</p><h3>Why full taxonomy generation falls short</h3><p>Taxonomists and subject matter experts have been experimenting with generative AI in taxonomy creation and its related tasks since as soon as these tools became available. Early attempts at generating full taxonomies were not acceptable. The LLMs either extracted from multiple sources and pieced them together in an inappropriate and inconsistent manner (resulting in, for example, the same concept appearing in different levels of the hierarchy or with different preferred labels), or the LLMs took original copyrighted taxonomies.</p><p>Although taxonomy generation results have improved over the intervening years, generating a full taxonomy from the top is never perfectly suited for a specific use case. No matter how detailed your prompt is, it cannot sufficiently explain everything. It’s best to manually design the highest structure of the taxonomy, the concept schemes, to take into consideration your users, your data and content, and your implementation.</p><h3>Where LLMs excel: taxonomy sub-tasks</h3><p>LLMs have proven more successful in other tasks than building full taxonomies. Taxonomy owners usually use LLMs to assist with creating smaller parts of taxonomies, such as specific hierarchy branches. Taxonomists also use LLMs for various related tasks.</p><p>These tasks have included, among other uses:</p><ul><li>Generating a list of narrower concepts for a specific concept or category, especially in generic (non-proprietary) subject domains, such as science, technology or medicine.</li><li>Generating a list of synonyms/alternative labels for a concept</li><li>Comparing two technical (unfamiliar) terms to determine if they are synonyms, one is broader than the other, or if they are overlapping and/or related</li><li>Structuring a flat list of terms, such as extracted by text analytic, search logs, or user brainstorming, into a 2–3 level hierarchy</li><li>Generating SPARQL queries with instructions in order to generate reports or batch edit taxonomies in SKOS, which is based on the RDF data model</li><li>Developing stakeholder interview questions for the taxonomy design phase</li></ul><p>AI generation for sub-tasks to the entire taxonomy generation allows more opportunity for human review. There is also a greater likelihood to get sources generated by the LLM for limited-scope tasks. In contrast, there is little transparency to the sources when generating an entire taxonomy, compared to more limited tasks.</p><p>What is also interesting is that both novice and experienced taxonomists, along with subject matter experts who are not taxonomists, use LLMs and Generative AI to assist with taxonomy creation and development. Thus, all can benefit from the integration of LLMs into <a href="https://graphwise.ai/fundamentals/what-is-a-taxonomy-management/">taxonomy management</a> systems, such as Graphwise <a href="https://graphwise.ai/components/graph-modeling/">Graph Modeling</a> (PoolParty).</p><h3>What Graph Modeling’s Taxonomy Builder feature can do</h3><p>Graphwise began developing ways to integrate LLMs into the taxonomy creation workflow of PoolParty as soon as LLMs became publicly available. The initial focus was on using LLMs to suggest (or advise) specific sub-tasks of taxonomy generation: narrower concepts, alternative labels, and definitions for a concept, in a feature called Taxonomy Advisor, introduced in PoolParty 2024.</p><p>The ability to generate with AI a full hierarchical taxonomy, whether as a branch from any starting node or even from the start of an empty taxonomy project, was introduced earlier this year as <a href="https://graphwise.ai/blog/poolparty-10-1-ai-assisted-taxonomy-building-for-the-graphwise-era/">the Taxonomy Builder feature with PoolParty 10.1</a>. What was previously called Taxonomy Advisor has become the “Extend Your Taxonomy” function of Taxonomy Builder in PoolParty 10.2.</p><p>Taxonomy Builder builds or extends taxonomies that are customized for your domain by taking into account the context of the taxonomy you have created so far and the additional optional settings and instructions you provide. Alternative labels and definitions can be generated at the same time as the concept hierarchy generation or can be generated from an individual selected concept as part of its details. All generated concepts, alternative labels, and definitions are first presented as suggestions for the user to accept, edit, or deselect before committing to the taxonomy.</p><h3>Taxonomy builder advantages over publicly accessible LLMs</h3><p>It’s true that Taxonomy Builder does not do everything that LLMs possibly can do with respect to taxonomy development (although more features for it are planned). But using Taxonomy Builder as a part of Graph Modeling has distinct advantages and benefits over simply going to a public generative AI web tool (ChatGPT, Claude.ai, Google Gemini, etc.)</p><h3>Incorporation into the taxonomy building workflow</h3><p>It’s far easier and quicker to select from among generated suggestions right within the Graph Modeling system. With a few clicks the user can add AI-generated concepts, alternative labels or definitions to the appropriate taxonomy node. This is more efficient than switching to another application and then copying and pasting results or reformatting generated answers into an importable spreadsheet. As a consequence, you are more likely to use LLMs for taxonomy creation when using Taxonomy Builder than if you had to go out to a web URL of a generative AI platform. This means you are more likely to build out a fuller taxonomy.</p><h3>Use of the optimal combination of LLMs</h3><p>On your own, you would need to select which generative AI tool to use, and you might not be sure which is best for the task. Taxonomy Builder utilizes an appropriate combination of LLMs, because different LLMs are better at different tasks pertaining to taxonomy development.</p><h3>No need for writing complex, detailed prompts</h3><p>A major obstacle to getting suitable generative AI results is the challenge of writing sufficiently clear and detailed prompts. Prompting for various taxonomy development tasks is not something that most taxonomists do often enough to get good at.</p><p>Taxonomy Builder facilitates the task by taking information from multiple sources (project name and description, concept scheme name and description, taxonomy context, selections from among the setting, in addition to a user’s instructions) along with its own prescription prompt templates to create the optimal set of instructions.</p><h3>Taking existing taxonomy context into consideration</h3><p>Taxonomy Builder instructs the LLMs to build out a taxonomy that follows the example of existing taxonomy concepts that are broader, narrower, or sibling concepts of the selected concept from which to generate taxonomy. Context informs the label format style, the specificity of concepts. For example, a hierarchy of food concepts will not be the same if they are of different contexts of agriculture production, grocery store offerings, recipes, or for nutritional recommendations.</p><h3>Quickly generating usable starter taxonomies</h3><p>The “Build Your Taxonomy” feature in Taxonomy Builder very quickly generates a multi-level taxonomy with suitable concepts and added features of alternative labels and definitions, to which you may add more depth or more sibling concepts. By contrast, Generative AI web tools, in their free versions, either take too long, may time out and give up, or take too many follow-up instructions (using up the daily free allowance) before generating results in a usable form.</p><h3>More suitable AI results with Taxonomy Builder</h3><p>Comparison tests of full taxonomy generation with identical prompts in ChatGPT, Claude, Google Gemini, and Graphwise’s Taxonomy Builder for the same subject resulted in taxonomies with more suitable concepts for tagging in Taxonomy Builder. In comparison, the other generative AI applications had results that were more like classification schemes with comprehensive categories at each level.In the case of Claude, the hierarchical levels were even named (Domain, Category, and Tag).</p><p>It seems as if Taxonomy Builder has a better understanding of “taxonomy” for information retrieval. The other generative AI services also sometimes suggest incomplete or adjectively (and thus ambiguous) labels, such as Enterprise, Creative, and Infrastructure, to refer to types of software.</p><p>In comparing results for generated alternative labels in the public generative AI tools (with the prompt for “synonyms or alternative labels”) and Taxonomy Builder, the public generative AI tools provide many more, not so suitable results, often with broader meanings. For example, for Productivity Software, synonyms generated included Information Worker Software, Professional Tools, Collaboration &amp; Productivity Tools, Workforce Software, and Enterprise Software. By contrast, the alternative label suggestions from Taxonomy Builder are more tight and focused: Business software, Business tools, Office applications, Office programs, Office software, Productivity tools, Task management software</p><p>Furthermore, the long, detailed answers that generative AI services now tend to provide can take time to read through. Taxonomy Builder provides more concise responses that can quickly be selected from.</p><h3>To wrap it up</h3><p>Taxonomy Builder provides appropriate results, of a suitable number, that can efficiently be reviewed and selectively included within the taxonomy creation and editing workflow. It assists subject matter experts, novice taxonomists, and experienced taxonomists. The result is a fuller taxonomy, built in less time, with better coverage — and an AI system that can actually use it.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*wY8llkfonhIikfxWK8LkUQ.jpeg" /><figcaption><a href="https://graphwise.ai/author/heather-hedden/">Heather Hedden</a></figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/how-ai-and-taxonomy-builder-support-the-building-of-taxonomies/"><em>https://graphwise.ai</em></a><em> on July 3, 2026.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=1317127d961b" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[From Data Silos to a Single Source of Truth — Introducing the Graphwise Platform]]></title>
            <link>https://graphwise.medium.com/from-data-silos-to-a-single-source-of-truth-introducing-the-graphwise-platform-80b517ff7f53?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/80b517ff7f53</guid>
            <category><![CDATA[semantic-layer]]></category>
            <category><![CDATA[enterpriseaiplatform]]></category>
            <category><![CDATA[graphrag]]></category>
            <category><![CDATA[semantic-backbone]]></category>
            <category><![CDATA[knowledge-management]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Wed, 24 Jun 2026 00:00:17 GMT</pubDate>
            <atom:updated>2026-07-10T06:24:51.846Z</atom:updated>
            <content:encoded><![CDATA[<h3>The Graphwise Platform is an end-to-end framework that automates the transition from raw, disconnected enterprise data to highly intelligent, autonomous AI.</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*t24qaJ0PdFvicKUYVOLMGQ.jpeg" /></figure><h3>Main Takeaways</h3><ul><li>Graphwise is launching Graphwise Platform Pulse, a quarterly initiative and webinar series dedicated to help companies maximize ROI during their AI journey — starting live on July 2, 2026</li><li>The Graphwise Platform delivers the Semantic Backbone for enterprise AI to merge all our components into a single, end-to-end secure framework. Each one builds on the output of the one before it, turning fragmented data into governed, AI-ready knowledge your organization can actually trust.</li><li>Organizations that build on the Semantic Backbone get 100% deterministic, explainable AI responses grounded in verified enterprise facts, with multi-hop reasoning across every data source and zero tolerance for hallucination.</li></ul><p>GenAI is smart. But it has no idea what your business knows, how your data is connected, or which answers it should trust. This results in uncertainty in AI due to the constant hallucinations it responds with. And yet, enterprise investment in AI has never been higher.<a href="https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai"> McKinsey</a> reports that over 88% of organizations have deployed AI in at least one business function — but only 11% have managed to scale it successfully.</p><p>The core issue is that most single AI tools have no corporate memory. They don’t know your business data, your processes, or your priorities. When they hit a gap in their knowledge, they confidently hallucinate, making up facts that sound authoritative but have no grounding in reality. If you add to that their inability to connect information across data silos, you have an AI that is simultaneously overconfident and underinformed. For most enterprises, that combination plummets ROI before a project ever reaches production.</p><h3>What Actually Fixes AI Hallucinations?</h3><p><a href="https://graphwise.ai/graphwise-platform/"><strong>Graphwise’s Platform</strong></a><strong> is the solution</strong> to AI hallucinations. Think of it as giving GenAI a “business brain” that completely understands your business POV. Instead of letting an AI guess based on general information, Graphwise builds a solid semantic layer that connects your siloed data, documents, and unique business logic into one.</p><p>By grounding the AI in this verified source of truth, we eliminate those unpredictable hallucinations and replace uncertainty with reliable facts. It guarantees 100% deterministic, explainable AI responses with multi-hop reasoning (the ability to connect pieces of information across entirely different systems) while automatically generating the data pipelines via AI-assisted modeling.</p><p>This blog post introduces the <strong>Graphwise Platform</strong> and explores how it provides a trustworthy, scalable foundation for enterprise AI.</p><p><em>If you’d rather see it in action, </em><strong><em>you can join our</em></strong><a href="https://graphwise.ai/event/graphwise-platform-everything-between-your-data-and-your-ai/"><strong><em> Platform Pulse webinar on July 2</em></strong></a><em> for a live end-to-end demonstration.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*Tum-tO8mxhq1BX33.png" /></figure><h3>How the Graphwise Platform works as one framework</h3><p>Most enterprises stitch together their AI infrastructure from separate tools using a database here, a modeling layer there. <strong>Graphwise platform</strong> provides the complete end-to-end framework that maps, transforms, stores, and connects your enterprise data to AI, without the integration overhead of managing multiple vendors.</p><p>Instead of a company having to buy, stitch together, and maintain different software vendors to build a secure AI data pipeline, Graphwise does it all in a unified environment, dividing the journey into two distinct, manageable business phases.</p><h3>Phase 1: Establishing the structural foundation</h3><p>Step one starts with a simple question: <strong>what kind of enterprise knowledge are you trying to make AI understand?</strong></p><p>For some organizations, the most valuable knowledge is hidden in unstructured content — PDFs, policy documents, manuals, emails, research papers, contracts, reports, and internal knowledge bases. For others, it lives in structured systems — SQL databases, MongoDB, CRM platforms, IoT systems, digital twins, or operational applications. Most enterprises, of course, have both.</p><h3>What you need to know before you start?</h3><p>Graphwise starts by helping you map the logic behind your knowledge.</p><ul><li><strong>If your data is unstructured</strong>, the platform helps you build and manage taxonomies. This gives your organization a controlled vocabulary, so different documents, teams, and systems stop using different words for the same thing. It reduces ambiguity and helps AI understand the language of your business more consistently.</li><li><strong>If your data is structured</strong>, Graphwise uses ontologies to map out the real-world relationships behind it. This is where the platform defines how products connect to suppliers, how assets connect to locations, or how employees connect to processes. In other words, it does not just describe your data. It describes how your business works contextually.</li></ul><h3>Step 1: Modeling business logic</h3><p>This step is powered by <a href="https://graphwise.ai/components/graph-modeling/"><strong>Graph Modeling</strong></a>. Instead of asking teams to manually build complex models from scratch, <strong>Graph Modeling</strong> uses LLMs to suggest concepts, synonyms, relationships, and business rules. But the human expert stays in control. Users can accept, edit, or reject every recommendation, so the final model reflects real business knowledge rather than a generic AI guess.</p><h3>Step 2: Linking enterprise data</h3><p>Once the rules are defined, <a href="https://graphwise.ai/components/graph-automation/"><strong>Graph Automation</strong></a> turns them into something operational.</p><p>This is where the platform starts connecting your actual enterprise data. <strong>Graph Automation</strong> coordinates repeatable data and transformation pipelines across systems like SharePoint, SQL databases, content repositories, etc. Instead of leaving your data scattered across separate tools, it brings those sources into one governed flow.</p><p><strong>Inside that, </strong><a href="https://graphwise.ai/components/graph-and-text-analytics/"><strong>Semantic Analytics</strong></a> enriches the content. It identifies entities, extracts concepts, applies metadata, and automatically tags information so that previously hidden knowledge becomes visible to the system. Each piece of information thus becomes part of a larger network of meaning and context.</p><p>That enriched knowledge is then stored in <a href="https://graphwise.ai/components/graphdb/"><strong>GraphDB</strong></a>, Graphwise’s enterprise-grade semantic graph database. <strong>GraphDB </strong>holds your data as an interconnected web of facts, where relationships are explicit, governed, and queryable. It also supports native reasoning, which means the platform can infer new insights from the relationships already present in the graph.</p><p>This is the moment where disconnected data becomes a single source of truth. Not because everything has been copied into one giant repository, but because everything has been connected through shared meaning.</p><h3>Phase 2: Deploying the semantic layer and powering intelligence</h3><p>Once the knowledge graph is built and securely stored, the platform is ready to power AI applications with <a href="https://graphwise.ai/graphwise-graphrag/"><strong>GraphRAG</strong></a>.</p><p>Traditional retrieval approaches often rely on finding text that looks similar to a user’s question. In enterprise environments, that is rarely enough. Important answers are usually spread across multiple systems, documents, and business relationships.</p><h3>Step 3: GraphRAG implementation</h3><p><strong>GraphRAG </strong>uses the knowledge graph to assemble verified business context before generation happens. Instead of relying on disconnected fragments, the AI works from governed enterprise facts, enabling traceable responses and multi-hop reasoning across different data sources.</p><p>That is what makes the <strong>Graphwise Platform</strong> different from a collection of AI tools. The value is not only in each component, but in how they work together:</p><ul><li><strong>Graph Modeling</strong> defines the business meaning</li><li><strong>Graph Automation</strong> activates it across enterprise systems</li><li><strong>Semantic Analytics</strong> enriches unstructured content</li><li><strong>GraphDB </strong>stores it as a governed web of facts</li><li><strong>GraphRAG </strong>retrieves from that trusted foundation.</li></ul><h3>Step 4: Agentic horizon</h3><p>Once that foundation exists, it becomes reusable across <a href="https://graphwise.ai/components/search-recommendation/"><strong>search and recommendation</strong></a>, analytics, AI assistants (like <a href="https://graphwise.ai/microsoft-365-integration/"><strong>Graphwise for M365</strong></a>), and future agentic workflows instead of requiring a new pipeline for every use case.</p><p>It also prepares organizations for what comes next: autonomous AI agents. Because the platform creates a unified model of the business, future agents can operate with the context, memory, and governance needed to support complex enterprise workflows safely and reliably.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/120/1*SGvCs3R2RrIp2pwJnSfbjg.jpeg" /><figcaption><a href="https://graphwise.ai/author/blumauera/">Andreas Blumauer</a>, SVP Growth at Graphwise</figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/from-data-silos-to-a-single-source-of-truth-introducing-the-graphwise-platform/"><em>https://graphwise.ai</em></a><em> on June 24, 2026.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=80b517ff7f53" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Context Is Everything: How Knowledge Graphs Make RAG Actually Work]]></title>
            <link>https://graphwise.medium.com/context-is-everything-how-knowledge-graphs-make-rag-actually-work-391e3cd241e1?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/391e3cd241e1</guid>
            <category><![CDATA[llm]]></category>
            <category><![CDATA[knowledge-graph]]></category>
            <category><![CDATA[semantic-layer]]></category>
            <category><![CDATA[semantic-backbone]]></category>
            <category><![CDATA[graphrag]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Wed, 10 Jun 2026 00:00:22 GMT</pubDate>
            <atom:updated>2026-06-26T08:36:01.217Z</atom:updated>
            <content:encoded><![CDATA[<h3>Two real-world deployments show that grounding retrieval in a knowledge graph provides measurably more accurate, explainable, and context-aware answers than vector-only RAG.</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*kBZflS1U1peMdbSw_glYOQ.png" /></figure><h3>Main Takeaways</h3><ul><li>A knowledge graph isn’t just a fancier database — the crucial step is adding semantics and inference, so the system can reason about relationships (e.g. “indigo is a shade of blue”), not just look things up.</li><li>Vector RAG’s core flaw is fragmentation — chunking severs the natural links between related content, and similarity search can’t reconstruct those connections, leading to incomplete or misleading answers.</li><li>GraphRAG makes retrieval explainable and auditable — because answers follow a traceable path through explicit relationships, you can cite the exact concept, clause, and source — not just “the LLM said so.”</li><li>Two real deployments, same verdict — whether starting from structured DITA XML or 600 unorganized PDFs, GraphRAG delivered measurably more accurate, complete, and consistent answers than vector-only baselines.</li></ul><p>Retrieval Augmented Generation (RAG) has quickly become the default architecture for grounding <a href="https://graphwise.ai/fundamentals/what-is-large-language-model/">large language model (LLM)</a> responses in factual, domain-specific information. However, as enterprise adoption matures, awareness of its limitations has also grown — fragmented retrieval, semantic ambiguity, poor explainability, and brittleness that scales poorly with data complexity.</p><p>The question is no longer whether RAG is useful, but whether the vector-only implementation that most teams initially choose is actually fit for purpose. In this post, we argue that it often is not. We also explain exactly what <a href="https://graphwise.ai/fundamentals/what-is-graph-rag/">GraphRAG</a> offers instead, supported by two anonymized enterprise deployments from our work at Graphwise.</p><h3>From graphs to knowledge graphs</h3><p>It is important to begin with a distinction that is crucial for downstream AI applications: the difference between a plain property graph and a <a href="https://graphwise.ai/fundamentals/what-is-a-knowledge-graph/">knowledge graph</a>. A raw property graph is useful for traversal and pattern matching, but it <strong>cannot generalize beyond what is explicitly encoded</strong>. There is no mechanism for the graph to recognize that “sneakers” and “running shoes” belong to the same category or that “indigo” is a shade of blue. It can answer literal queries but cannot reason.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*lsusE3Jz8w7qVeZjSW8-ww.png" /><figcaption><em>The transition from a plain graph to a knowledge graph occurs in two steps.</em></figcaption></figure><p>First, <strong>semantics are layered in</strong> — domain <a href="https://graphwise.ai/fundamentals/what-is-ontology/">ontologies</a> and <a href="https://graphwise.ai/fundamentals/what-is-taxonomy/">taxonomies</a> are imported and mapped onto the existing data, giving concepts shared meaning and arranging them into coherent hierarchies. Colors become organized into warm and cool palettes. Product types nest under common categories. This alone materially improves data quality, search precision, and governance.</p><p>The second step is inference: an inference engine runs over the enriched graph and generates new relationships automatically — relationships no human has explicitly typed in, but which follow logically from the rules and ontology in place. The result is <strong>a graph that can reason, not just retrieve</strong>.</p><p>This distinction matters at enterprise scale because knowledge graphs are not just a storage mechanism. They are a <a href="https://graphwise.ai/fundamentals/what-is-a-semantic-layer/">semantic layer</a> that sits between raw data and every downstream consumer.</p><p>On one side, unstructured content such as documents, emails, and SharePoint sites is processed by generative AI components that extract entities and index them into a content hub. On the other, structured source systems are connected via a <a href="https://graphwise.ai/fundamentals/what-is-data-fabric/">semantic data fabric</a> that preserves lineage and governance. The knowledge graph unifies both sides into a single queryable layer that feeds generative AI applications, BI dashboards, operational systems, and analytics pipelines alike.</p><h3>What RAG does and where it falls short</h3><p>Standard RAG is conceptually straightforward. Documents are split into chunks, embedded into vector representations, and stored in a vector database. At query time, the user’s question is embedded and matched against stored chunks using a similarity metric such as cosine similarity. The closest matches are ranked and subsequently retrieved and provided to an LLM as context. This approach works well for simple question-answering over relatively homogeneous document sets. Problems arise at scale and in knowledge-intensive domains.</p><p>The first issue is <strong>knowledge fragmentation</strong>. Chunking is a destructive operation; it severs the links between sections of a document that were intended to be read together, thus creating disjoint pieces of knowledge. For example, a healthcare policy document may spread a single coverage rule across multiple chunks. If we retrieve any one of these in isolation, the answer is incomplete.</p><p>The second issue is <strong>contextual mismatch</strong>.Vector similarity fundamentally struggles with the nuances of human language, especially when handling complex, technical, or domain-specific concepts. It maps both questions and potential answers into a vector space, but often fails to capture underlying relationships, logical connections, and factual context between pieces of information. As a result, the system frequently retrieves content that is semantically similar — using similar vocabulary or covering the same general topic — but is contextually or factually irrelevant to the user’s specific query.</p><p>The third problem is <strong>semantic ambiguity</strong>. This type of ambiguity occurs when a word or phrase has multiple possible meanings, and without further context or explicit relationships (like those a graph provides), a system (like a RAG system) struggles to determine the intended meaning. For example, the term “benefit” has two different healthcare-related meanings (insurance coverage vs. wellness services), which a simple text search might fail to distinguish, leading to irrelevant or mixed retrieval.</p><p>Beyond these retrieval-quality issues, there are <strong>systemic challenges related to cost and maintainability</strong>. Updating a vector index when source data changes requires re-encoding, which is computationally expensive at scale. Because the system operates as a black box — similarity scores are not explanations — provenance is poor. Prompt engineering can nudge an LLM toward citing sources, but it cannot make the retrieval process genuinely explainable. <strong>Hallucination risk remains high because there is no structured semantic guardrail</strong> on what is retrieved or how it is assembled into a response.</p><h3>What GraphRAG adds</h3><p>GraphRAG is best understood as an architectural extension of RAG rather than a replacement. It retains the LLM as the generative component but replaces or augments the vector retrieval layer with a knowledge graph that preserves the structure, context, and relationships of the underlying data. As a result, the content passed to the LLM is not just a collection of similar-looking text chunks; it is <strong>semantically structured, relationally aware, and traceable to explicit sources</strong>.</p><p>The practical benefits are clear. Knowledge graphs <strong>enable multi-hop reasoning</strong>: instead of retrieving only the most similar chunk, the system can traverse a graph to follow a chain of relationships — linking, for example, a physiotherapy treatment to an insurance coverage rule to a specific policy clause — before assembling a response. This greatly reduces the noise problem, as the graph acts as a guardrail, constraining retrieval to semantically relevant paths rather than relying solely on embedding similarity.</p><p><strong>Entity disambiguation also improves substantially</strong>. For example, a knowledge graph can encode that HER2 and ERBB2 refer to the same gene, or that “benefit” in a healthcare context maps to distinct concept nodes depending on the surrounding entities or context.This is the type of expert domain knowledge that vector embeddings simply average out.</p><p><strong>Explainability</strong> is another meaningful gain. Because the retrieval path through a knowledge graph is a sequence of explicit relationships, it is auditable. The system can cite not just a source document but the specific concept node, relationship, and document section that informed the answer. This matters in regulated industries and enterprise contexts where “the LLM said so” is not an acceptable justification for a decision.</p><h3>Case study 1: Technical documentation for a construction company</h3><p>The first deployment we want to share involved<strong> a construction company with a large collection of technical product documentation structured according to the </strong><a href="https://dita-lang.org/"><strong>DITA standard</strong></a>. The problem was familiar: a technician on a construction site needing precise, actionable information about a hydraulic system would get generic answers from a public LLM and imprecise results from keyword search. The knowledge was in the documentation; <strong>the challenge was retrieval quality and specificity</strong>.</p><p>The project had five distinct phases.</p><p>The first phase was <strong>data transformation</strong>. DITA-structured XML was converted to <a href="https://graphwise.ai/fundamentals/what-is-rdf/">RDF</a>, with careful attention to mapping the DITA content model to RDF triples. This preserved the document structure and the relationships between topics, components, and procedures.Documents that did not conform to DITA were structured using IRI-based schemas, then linked to the DITA-derived graph nodes to provide a unified semantic layer across the entire content corpus.</p><p>The second phase involved initializing the project <strong>using the knowledge graph</strong>. This required identifying which documents corresponded to specific parts of the product taxonomy and making those relationships explicit and queryable.</p><p>The third phase involved <strong>building the search interface</strong>. It provided semantically aware answers that included not only text but also images, URLs to web documentation, and troubleshooting videos stored in separate systems. The goal was to consolidate all relevant content into a single, coherent retrieval surface, regardless of its original storage location.</p><p>The fourth phase focused on <strong>improving query understanding</strong>. User intent, not just keyword matching, could now be captured. The system returned results specific to the product and fault context rather than generically plausible ones.</p><p>The fifth and final phase was the <strong>deployment of the GraphRAG prototype</strong>. The working application used structured technical content and the knowledge graph to deliver contextually aware and precise answers. It significantly outperformed both baseline LLM responses and vector-only RAG in correctness and specificity, a result validated by early stakeholder feedback confirming improved relevance in real-world queries.</p><h3>Case study 2: Unstructured internal documents for a research organization</h3><p>The second deployment addressed a different starting point: <strong>a large German research organization with approximately 600 internal PDFs and documents in German and English</strong>, without an existing structured data model or manual annotation. The question we set out to answer was whether GraphRAG could deliver meaningful gains over vector-only RAG without requiring an expensive upfront knowledge engineering effort.</p><p>Our approach focused on <strong>taxonomy-driven semantic enrichment</strong>. We first applied standard chunking and multilingual embedding, resulting in a vector layer comparable to a conventional RAG baseline. The differentiating step was overlaying our <a href="https://graphwise.ai/components/graph-modeling/">Graph Modeling</a> taxonomy and ontology on top of every chunk, automatically annotating each one with concept tags drawn from a custom knowledge model.</p><p>These tags gave each chunk a semantic fingerprint, anchoring it to a position in the domain concept hierarchy instead of leaving it as a free-floating embedding. <a href="https://graphwise.ai/fundamentals/what-is-sparql/">SPARQL</a>-based enrichment rules were then applied to merge raw tags with broader and related concepts. This captured the full domain hierarchy and made cross-concept relationships explicit. The knowledge model was built using our corpus analysis tools to extract candidate concepts directly from the document set. In this way, the semantic layer emerged from the content rather than being imposed externally.</p><p>The resulting index combined full-text search with faceted filtering over the taxonomy. This allowed retrieval to be constrained by concept, category, or relationship type, in addition to embedding similarity.</p><p>The following example illustrates the performance gap. When a user asked for the full duties and responsibilities of the Chief Information Officer (CIO), the vector RAG system returned brief, generic sentences that omitted key responsibilities and did not highlight the relationship between the CIO and the IT Management Director. As a result, the user had to open multiple PDFs and verify answers manually.</p><p>Our GraphRAG system returned a multi-sentence answer listing all six CIO responsibilities with the relevant policy clause. Across the full evaluation set, <strong>GraphRAG achieved 95% correctness, on average, and significantly fewer hallucinations than the vector baseline</strong>. It also showed a smaller standard deviation, indicating more consistent performance across query types.</p><h3>Building a semantic layer for AI</h3><p>Both projects highlight the same underlying requirements for a production-grade GraphRAG system. <strong>Data preparation is essential</strong> — the garbage-in, garbage-out principle applies regardless of how sophisticated the retrieval architecture may be.</p><p>For structured data, this requires upfront investment in transformation to RDF, careful ontology mapping, and relationship modeling. The initial effort is greater than for unstructured data, but the result is a graph that is highly customizable, easy to extend as new data arrives, and reusable across projects beyond GraphRAG.</p><p>For unstructured data, the investment is lower — automated tagging and taxonomy-driven enrichment can deliver significant gains without manual annotation — but some knowledge modeling is still required to maximize the value of the semantic layer. LLM integration and prompt design remain important but are increasingly secondary concerns. Fine-tuning is largely impractical for most enterprise organizations due to data and compute requirements. The more practical approach is effective prompting combined with a rich, well-structured retrieval layer that reduces the work the LLM must do in synthesizing an answer. <strong>Retrieval and reasoning quality depends directly on the quality of the knowledge graph</strong> — which is why the data preparation phase cannot be shortcut.</p><p>Evaluation should be integrated from the beginning, not added at the end. In both projects, we used a combination of quantitative scoring against test case sets and qualitative stakeholder feedback to identify where retrieval was falling short and which parts of the semantic layer needed refinement. This iterative evaluation loop enables a GraphRAG system to improve over time rather than stagnate at its initial accuracy level.</p><h3>To wrap it up</h3><p>The case for GraphRAG over vector-only RAG is not primarily theoretical — it is demonstrated in production. Our deployments show that, whether the starting point is well-structured technical documentation or a heterogeneous corpus of internal PDFs, grounding retrieval in a knowledge graph delivers measurably better answers. <strong>More accurate, more complete, more explainable, and more consistent</strong>.</p><p>For data engineers and architects evaluating RAG architectures for knowledge-intensive enterprise applications, the evidence is clear. Vector embeddings are a powerful tool, but they are not truly semantic. In domains where context, relationships, and domain-specific meaning are essential to the user, the graph-based semantic layer is not optional. It is the foundation that enables the rest of the system to function.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*1CZ-0FPpymmHOo_RkNXHkA.png" /><figcaption><a href="https://graphwise.ai/author/marcia-r-ferreira/">Márcia R. Ferreira</a></figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/context-is-everything-how-knowledge-graphs-make-rag-actually-work/"><em>https://graphwise.ai</em></a><em> on June 10, 2026.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=391e3cd241e1" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Building Smarter, Faster — How GraphRAG Cuts AI Development Costs and Complexity]]></title>
            <link>https://graphwise.medium.com/building-smarter-faster-how-graphrag-cuts-ai-development-costs-and-complexity-9933a6627fd5?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/9933a6627fd5</guid>
            <category><![CDATA[knowledge-graph]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[graphrag]]></category>
            <category><![CDATA[llm]]></category>
            <category><![CDATA[enterprise-ai]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Thu, 28 May 2026 00:00:02 GMT</pubDate>
            <atom:updated>2026-06-19T09:54:28.765Z</atom:updated>
            <content:encoded><![CDATA[<h3>Enterprise AI investment continues to grow — but so do the costs and complexity of building and running these systems. Learn how GraphRAG simplifies AI systems while reducing build, maintenance, and operational costs.</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*xdnhLWHS8Ie1xDvrnNjMyA.png" /></figure><h3>Main Takeaways</h3><ul><li><strong>Traditional RAG breaks down at scale</strong> — what gets AI to production fast eventually creates fragmented pipelines, rising token costs, and maintenance overhead that’s hard to control.</li><li><strong>GraphRAG replaces pipelines with a shared knowledge layer</strong> — instead of duplicating indexes per use case, one reusable graph serves multiple AI applications, cutting sprawl and engineering effort.</li><li><strong>Structured retrieval directly lowers LLM costs</strong> — by surfacing only relevant context rather than broad chunks, GraphRAG can reduce token usage by up to 80%.</li></ul><p>Once AI moves into production, cost predictability and operational control quickly become critical concerns. AI systems rely on multiple components, including graphical processing units (GPUs), data pipelines, retrieval layers, and external APIs. This makes it difficult to forecast, spend, or control long-term operational costs. As a result, <a href="https://www.mavvrik.ai/wp-content/uploads/State-of-AI-Cost-Governance-2025_FINAL.pdf">85% of organizations</a> miss AI cost forecasts by more than 10%, largely due to limited visibility and infrastructure complexity.</p><p>To address this, many teams adopted retrieval-augmented generation (RAG). RAG simplified early AI deployments by grounding models in external data and reducing retraining, helping teams ship AI features faster.</p><p>However, as RAG systems scale, new challenges emerge. Fragmented retrieval layers, repeated indexing, and growing operational overhead make systems harder to maintain and control. The challenge isn’t just building AI, but building RAG-based systems that scale sustainably.</p><p><a href="https://graphwise.ai/use-cases/graph-rag/">Graphwise’s GraphRAG</a> addresses these limitations with a graph-based approach that reuses existing data structures, reduces redundant retrieval and retraining, and lowers operational overhead. This leads to faster deployment, lower maintenance, and more predictable delivery while maintaining performance.</p><p>This article explores why traditional RAG becomes costly at scale and how GraphRAG offers a more sustainable path forward.</p><h3>How traditional RAG simplified early AI deployments</h3><p>Enterprise AI development has long been constrained by high costs and architectural complexity. AI systems required significant compute resources, extensive data preparation, and deep integration with existing enterprise systems, all of which slowed deployment and inflated budgets. Traditional RAG helped reduce these barriers and made AI more accessible.</p><p>Here’s how traditional RAG simplified the complexities of early AI development.</p><h4>Infrastructure and compute costs</h4><p>Many early AI systems ran across fragmented environments. Today, <a href="https://www.mavvrik.ai/wp-content/uploads/State-of-AI-Cost-Governance-2025_FINAL.pdf">61% of enterprises</a> operate AI workloads in hybrid setups, which makes cost management more difficult. At the same time, compute requirements kept increasing. Since 2016, compute costs for large AI models have grown roughly <a href="https://arxiv.org/abs/2405.21015">2.4x per year</a>.</p><p>Traditional RAG helped control this by reducing the need to retrain models every time <a href="https://graphwise.ai/blog/graph-ai-suite-turning-enterprise-data-into-trustworthy-self-improving-ai/">enterprise data</a> changed. Instead, systems could retrieve relevant information at query time, lowering compute usage and making early deployments more affordable.</p><h4>Data preparation complexity</h4><p>Data preparation has historically taken up most of an AI project’s timeline. Teams spend a large part of their effort cleaning, labeling, and integrating data before systems can deliver any real value. This process often consumes a significant share of both time and cost.</p><p>Traditional RAG simplified this process by allowing teams to work directly with existing documents and knowledge repositories. This reduced upfront data transformation and accelerated the path from experimentation to usable AI applications.</p><h4>Integration with legacy systems</h4><p>Integrating AI with legacy applications, databases, and workflows has been another major hurdle. <a href="https://iaeme.com/MasterAdmin/Journal_uploads/IJRCAIT/VOLUME_8_ISSUE_1/IJRCAIT_08_01_021.pdf">67% of organizations</a> report significant challenges integrating AI with legacy systems — with integration efforts increasing project costs by an average of 82%.</p><p>Traditional RAG lowered integration friction by layering retrieval over existing systems rather than replacing them. This lets AI augment current workflows with minimal disruption.</p><h3>The limitations of traditional RAG architectures</h3><p>Traditional RAG helped organizations get AI into production faster. But as use cases expanded and systems grew, RAG’s limitations became harder to ignore. What worked well for early deployments often struggled under real-world scale and complexity.</p><p>Some of the limitations include:</p><ul><li><strong>Frequent re-indexing and embedding rebuilds</strong> — Text-only or <a href="https://writer.com/engineering/rag-vector-database/">vector-based RAG</a> systems rely on <a href="https://towardsdatascience.com/rag-explained-understanding-embeddings-similarity-and-retrieval/">embeddings</a> that must be rebuilt whenever data changes. As datasets grow or update frequently, this creates ongoing maintenance work and slows iteration.</li><li><strong>Inefficient retrieval and rising LLM costs</strong> — Traditional RAG typically retrieves large <a href="https://www.ai-bites.net/chunking-in-retrieval-augmented-generation-rag">chunks</a> of loosely related content. This broad retrieval increases prompt size, drives up token usage, and slows response times — making costs harder to predict at scale.</li><li><strong>Growing architectural sprawl</strong> — Each new AI use case often comes with its own pipelines and vector indexes. Over time, teams end up maintaining multiple parallel systems. This increases maintenance effort and makes the overall setup harder to manage.</li><li><strong>Limited understanding of context and relationships</strong> — Vector similarity alone struggles to capture how pieces of information relate to one another. In complex domains, this leads to shallow context, inconsistent answers, and more manual validation.</li></ul><h3>Graphwise GraphRAG: A reusable, grounded RAG architecture</h3><p>As AI systems scale, teams need retrieval approaches that reduce time spent searching, reworking data, and managing fragile pipelines. <a href="https://arxiv.org/abs/2311.07509">Research</a> shows that unstructured retrieval approaches demonstrate significantly lower efficiency and accuracy compared to graph-based retrieval in complex QA tasks. <a href="https://graphwise.ai/use-cases/graph-rag/">Graphwise’s GraphRAG</a> is designed around this principle.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/826/0*iRaLR5I_0jf_oATM.png" /></figure><p><a href="https://graphwise.ai/fundamentals/what-is-graph-rag/">GraphRAG</a> combines <a href="https://graphwise.ai/fundamentals/what-is-a-semantic-layer/">knowledge graphs</a> with <a href="https://graphwise.ai/fundamentals/what-is-large-language-model/">large language models</a> to clearly separate knowledge modeling from language generation. Instead of relying only on document chunks or vector similarity, GraphRAG represents enterprise knowledge as connected entities and relationships. These relationships guide retrieval, allowing the system to surface precise, context-aware information rather than broad sets of loosely related text.</p><p>This structured approach changes how users interact with information. Queries can move directly through connected concepts, making it easier to surface summarized facts and grounded answers — even in complex enterprise environments.</p><p>GraphRAG introduces several architectural advantages over traditional RAG approaches:</p><ul><li><strong>Reusable knowledge foundation</strong> — Knowledge is captured in a shared graph and reused across multiple AI applications and assistants.</li><li><strong>Simpler updates and evolution</strong> — Changes happen at the graph level, without retraining models or rebuilding embeddings when data evolves.</li><li><strong>Reduced system sprawl</strong> — A shared knowledge layer replaces duplicated pipelines, indexes, and retrieval logic.</li><li><strong>More controlled retrieval</strong> — Structured relationships help limit context to what’s actually relevant, improving efficiency and grounding.</li></ul><h4>GraphRAG vs. traditional RAG</h4><p>Traditional RAG and GraphRAG handle complexity and scale differently in the following ways:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*iVOGOCSxuHfPkuTYx-nG4Q.png" /></figure><h3>How GraphRAG reduces AI development and operational costs</h3><p>GraphRAG streamlines AI development and operations by leveraging a reusable, graph-based architecture. It helps teams deliver AI faster, maintain less, and scale more effectively.</p><ul><li>Teams can build new AI applications on previously modeled knowledge, which reduces repeated engineering effort and accelerates development.</li><li>Changes to data or business rules happen directly in the graph, avoiding full pipeline rebuilds or costly retraining cycles.</li><li>Only the most relevant context is retrieved, which lowers token usage, reduces inference costs, and improves response efficiency.</li><li>Grounded retrieval minimizes hallucinations and cuts down on redundant validation, ensuring outputs are trustworthy.</li><li>Relationships and insights captured once in the graph can be applied to multiple AI applications. This capability helps reduce duplication and simplify scaling AI use cases.</li></ul><p>With these capabilities, GraphRAG reduces development and operational overhead. It also provides a foundation for more predictable and cost-effective AI adoption.</p><h4>GraphRAG ROI: Faster development and lower maintenance</h4><p>Graphwise GraphRAG delivers <a href="https://graphwise.ai/blog/from-data-to-decisions-how-graphrag-accelerates-time-to-insight-and-boosts-roi/">measurable improvements in AI development speed</a>, operational efficiency, and cost predictability.</p><ul><li><strong>Faster build time</strong> — Teams can move nearly 2.7x faster, with searches running 40% quicker and over 30 minutes saved per query. This significantly accelerates development cycles.</li><li><strong>Lower maintenance hours</strong> — Manual tagging is cut by 60%, while duplicate and redundant work drops by 50%, so teams can focus on higher-value tasks.</li><li><strong>Predictable delivery</strong> — Targeted retrieval reduces LLM token usage by up to 80%, helping organizations keep project timelines and budgets under control.</li></ul><h3>Conclusion</h3><p>AI development becomes expensive when systems grow fragmented and difficult to maintain. While traditional architectures helped teams get started, they often introduce long-term complexity — rising operational costs and unpredictable delivery timelines.</p><p>Graphwise GraphRAG offers a more sustainable path forward. It simplifies development, reduces maintenance effort, and lowers ongoing LLM usage by grounding AI systems in reusable knowledge graphs. Teams can build once, reuse knowledge across use cases, and scale AI without constant rework.</p><p>The result is smarter AI delivered faster, with costs easier to control and outcomes easier to trust.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*KsINTeAku5ld_GhfxQzuyQ.jpeg" /><figcaption>Haziqa Sajid</figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/building-smarter-faster-how-graphrag-cuts-ai-development-costs-and-complexity/"><em>https://graphwise.ai</em></a><em> on May 28, 2026.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=9933a6627fd5" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Beyond the Chatbot: Why Marta is the Smarter Way to Navigate Graphwise]]></title>
            <link>https://graphwise.medium.com/beyond-the-chatbot-why-marta-is-the-smarter-way-to-navigate-graphwise-86837edaa24e?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/86837edaa24e</guid>
            <category><![CDATA[ai-assistant]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[knowledge-hub]]></category>
            <category><![CDATA[graphwise]]></category>
            <category><![CDATA[knowledge-graph]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Fri, 08 May 2026 09:53:57 GMT</pubDate>
            <atom:updated>2026-05-08T09:55:24.768Z</atom:updated>
            <content:encoded><![CDATA[<h3>Marta is Graphwise’s AI assistant built on our own knowledge graph technology and designed to give instant, contextually accurate answers about Graphwise products, use cases, and business value.</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*1lb5IL0Q_ByBMaJa0Ewn1Q.png" /></figure><p>Graphwise is proud to introduce <strong>Marta</strong>, a cutting-edge digital assistant designed to revolutionize how our users, clients, partners, and employees interact with and learn about the Graphwise ecosystem. Marta provides an efficient, personalized, and comprehensive learning experience, detailing our products and illustrating how they generate substantial business value across a multitude of industries.</p><p>Marta isn’t just another chatbot. She represents a fundamental shift in how we interact with complex data, built on a principle we at Graphwise hold dear: Drinking our own champagne.</p><h3>The knowledge graph advantage</h3><p>Marta’s capabilities are rooted in the core technologies of Graphwise:</p><ul><li><strong>The Graphwise Platform</strong>: Providing Marta with the necessary processing power, data integration capabilities, and advanced graph algorithms to analyze complex product information and business outcomes.</li><li><a href="https://graphwise.ai/demo-area/?item=graphwise-knowledge-hub"><strong>The Graphwise Knowledge Hub:</strong></a> A centralized repository of product documentation, case studies, value propositions, and industry-specific data, all interconnected via a knowledge graph, serving as Marta’s brain.</li></ul><p>The difference between standard chatbots and Marta?</p><p><strong>Contextual Intelligence</strong>. If you ask a standard AI about a complex business solution, it scans for keywords. If you ask Marta, she consults the Graphwise Knowledge Hub and sees the relationships between our products, industry-specific ROI, and real-world case studies.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*rBsktEEMTvXnGOnG.png" /></figure><h3>A living demonstration of our technology</h3><p>Marta is more than an assistant or informational tool. She is a living demonstration of the scalability and intelligence of the Graphwise Platform:</p><ul><li><strong>No data silos</strong>: She integrates product documentation and business value propositions into a single, fluid conversation.</li><li><strong>Accuracy</strong>: Because she sits on top of a Knowledge Graph, her responses are grounded in the specific architecture of our ecosystem.</li><li><strong>Multi-agentic system</strong>: Marta is the first step toward a multi-agentic system, where she will eventually work together with other specialized agents to tackle diverse and complex informational queries, setting a new standard for intelligent digital assistance</li></ul><p>Marta draws on a set of integrated tools to answer queries: it can query GraphDB using SPARQL, generate Mermaid diagrams, search the web, and more. She selects the appropriate tool — or combination of tools — depending on the nature of the query. A human-in-the-loop mechanism allows her to ask for clarification when uncertain. What this means for you</p><p>Marta provides a shortcut to expertise, whether you are:</p><ul><li>A <strong>client</strong> looking for a specific ROI calculation or deeper insights into strategic use cases</li><li>A <strong>partner</strong> gaining comprehensive knowledge for effective solution selling</li><li>A Graphwise <strong>user</strong> aiming to master Graphwise features and functionalities</li></ul><p>You no longer have to dig through PDFs, technical manuals, or infinite landing pages. You simply ask, and Marta navigates the graph to find the exact intersection of information you need.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*x4s33BUAyp0R1btz6Moh-w.jpeg" /><figcaption><a href="https://graphwise.ai/author/lodolom/">Matilde Lodolo</a>, Creative Director at Graphwise</figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/beyond-the-chatbot-why-marta-is-the-smarter-way-to-navigate-graphwise/"><em>https://graphwise.ai</em></a><em>.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=86837edaa24e" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Graphwise: Setting the Gold Standard for Compliant Enterprise AI]]></title>
            <link>https://graphwise.medium.com/graphwise-setting-the-gold-standard-for-compliant-enterprise-ai-4e60b6fc3879?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/4e60b6fc3879</guid>
            <category><![CDATA[knowledge-graph]]></category>
            <category><![CDATA[eu-ai-act-compliance]]></category>
            <category><![CDATA[graphrag]]></category>
            <category><![CDATA[iso-42001]]></category>
            <category><![CDATA[enterprise-ai]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Tue, 05 May 2026 00:00:09 GMT</pubDate>
            <atom:updated>2026-06-10T07:25:12.170Z</atom:updated>
            <content:encoded><![CDATA[<p>How Graphwise’s ISO/IEC 42001-certified GraphRAG technology helps enterprises meet EU AI Act compliance requirements by providing transparent, explainable, and auditable AI outputs grounded in verified knowledge graphs.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*0sCrNCHEEtOjF_qp.png" /></figure><h3>Main Takeaways</h3><ul><li>ISO 42001 certification gives Graphwise a verifiable framework for EU AI Act compliance</li><li>GraphRAG grounds every AI output in verified data, eliminating the “black box” problem</li><li>Enterprises inherit Graphwise’s compliance infrastructure, reducing their own regulatory burden</li><li>Annual third-party audits provide ongoing independent verification without extra customer effort</li></ul><p>At a time when the <a href="https://eur-lex.europa.eu/eli/reg/2024/1689/oj"><strong>EU AI Act</strong></a> or other similar frameworks such as the <a href="https://www.nist.gov/itl/ai-risk-management-framework">NIST AI Risk Management Framework</a> have gone from being a proposal to becoming a binding legal reality, enterprises face a critical challenge: how to harness the power of <a href="https://graphwise.ai/fundamentals/what-is-large-language-model/">large language models (LLMs)</a> without compromising on safety, transparency, and legal accountability.</p><p>At Graphwise, we have anticipated this shift. By achieving the<strong> </strong><a href="https://www.iso.org/standard/42001"><strong>ISO/IEC 42001:2023</strong></a><strong> certification</strong> — the world’s first international standard for AI Management Systems (AIMS) — we haven’t just checked a compliance box; we have codified a rigorous development framework for our next-generation <a href="https://graphwise.ai/graphwise-graphrag/">GraphRAG software</a>.</p><h3>ISO 42001: Our blueprint for EU AI Act readiness</h3><p>Responsible AI frameworks demand that AI systems be safe, transparent, and explainable. While these frameworks provide the “What,” ISO 42001 provides the “How.” Graphwise utilizes this international standard to guide the entire lifecycle of our Graph RAG development:</p><ul><li><strong>Systematic risk management</strong>: We apply the ISO-mandated risk-based approach to identify and mitigate biases and “hallucinations” at the architectural level.</li><li><strong>Data governance and integrity</strong>: Our certification ensures that the data fueling our <a href="https://graphwise.ai/fundamentals/what-is-a-knowledge-graph/">knowledge graphs</a> is handled with the highest standards of quality and lineage — a core requirement of the EU AI Act’s data governance mandates.</li><li><strong>Transparency by design</strong>: ISO 42001 requires clear documentation and explainability, which we manifest through our “Explainable Conclusion” engine in GraphRAG.</li></ul><h3>Why GraphRAG is the “Trust Layer” for your AI</h3><p>Traditional RAG (Retrieval-Augmented Generation) often falls short of regulatory standards because it relies on “flat” vector searches that lack context. Graphwise GraphRAG goes further by combining LLMs with a semantic knowledge graph.</p><p>Its key compliance features are:</p><ul><li><strong>Multi-hop reasoning</strong>: Unlike keyword searches, GraphRAG understands complex relationships, providing more accurate and contextually aware answers.</li><li><strong>Deterministic grounding</strong>: Every output is anchored to your proprietary, verified data, virtually eliminating the risk of misinformation.</li><li><strong>Audit-ready provenance</strong>: Every response includes clear citations and a “reasoning path,” allowing your compliance teams to see exactly why the AI reached its conclusion.</li></ul><h3>The customer advantage: accelerate your own compliance</h3><p>When you choose us as a partner certified in ISO 42001, you aren’t just buying software — you are inheriting a compliant infrastructure that simplifies your own regulatory journey.</p><ul><li><strong>Reduced due diligence</strong>: Graphwise’s third-party verified AI controls significantly lower the burden on your procurement and legal teams.</li><li><strong>Future-proofing</strong>: As regulations evolve, our ISO-aligned management system ensures that Graphwise software adapts proactively, not reactively.</li><li><strong>Accelerated “high-risk” approval</strong>: Graphwise operates under an ISO 42001 Artificial Intelligence Management System (AIMS), we provide “live evidence” — such as pre-packaged AI Impact Assessments and System Lifecycle documentation.</li><li><strong>Elimination of the “black box” liability</strong>: ISO 42001 requires maintaining rigorous Explainability and Interpretability controls. By using our GraphRAG, you inherit a “Traceability Chain” where every AI-generated answer is linked to a specific data source in your knowledge graph.</li><li><strong>Third-party vendor oversight</strong>: Our certification includes mandatory annual surveillance audits. This means an independent, third-party registrar is doing the “monitoring” for you. Instead of conducting a resource-intensive manual audit of Graphwise each year, you can fulfill your regulatory requirement to monitor and verify our compliance by simply maintaining a record of our current third-party certification.</li><li><strong>Ethical brand protection</strong>: ISO 42001 embeds Ethical Guardrails into the development process. By choosing a certified partner, you ensure that “Fairness” and “Bias Mitigation” are not just marketing buzzwords but are audited technical requirements, protecting your brand from the fallout of “rogue AI” incidents.</li></ul><p>The EU AI Act is not a hurdle; it is a catalyst for better AI. By aligning our GraphRAG technology with the ISO 42001 standard, Graphwise provides the technical and legal “Trust Layer” your enterprise needs to innovate with confidence.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*t2Hb1aaRQ7BLJGXbCkc7SA.jpeg" /><figcaption><a href="https://www.linkedin.com/in/ankoller/">Andreas Koller</a>, Vice President Infrastructure and Information Security at Graphwise</figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/graphwise-setting-the-gold-standard-for-compliant-enterprise-ai/"><em>https://graphwise.ai</em></a><em> on May 5, 2026.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4e60b6fc3879" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Advancing Power System Analysis with AI and Semantic Data]]></title>
            <link>https://graphwise.medium.com/advancing-power-system-analysis-with-ai-and-semantic-data-142dc9eeae7c?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/142dc9eeae7c</guid>
            <category><![CDATA[electricity]]></category>
            <category><![CDATA[llm]]></category>
            <category><![CDATA[knowledge-graph]]></category>
            <category><![CDATA[natural-language-querying]]></category>
            <category><![CDATA[power-grid]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Mon, 27 Apr 2026 00:00:51 GMT</pubDate>
            <atom:updated>2026-06-05T08:42:02.092Z</atom:updated>
            <content:encoded><![CDATA[<p>How Talk2PowerSystem uses AI to simplify complex power system engineering</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*tDoUny4vO9kGZuhJO5dcvA.png" /></figure><p>In the evolving landscape of the energy sector, the ability to efficiently interact with complex data models is becoming a necessity. This blog post explores the <a href="https://github.com/statnett/Talk2PowerSystem">Talk2PowerSystem</a> project, a collaboration between <a href="https://www.statnett.no/en/">Statnett</a> and Graphwise, that creates AI-based tools and methods to automate the analysis of complex power system models and deliver actionable insights for engineers.</p><p>Through the synergy of <a href="https://graphwise.ai/fundamentals/what-is-large-language-model/">large language models (LLMs)</a>, <a href="https://graphwise.ai/fundamentals/what-is-semantic-web-and-semantic-technology/">Semantic Web technologies</a>, and geospatial standards, <strong>Talk2PowerSystem</strong> aims to revolutionize the analysis of grid data. Today, power system engineers rely on the <a href="https://www.entsoe.eu/data/cim/">Common Information Model</a><strong> (CIM)</strong> — a robust but incredibly complex framework of standards (IEC 61970, 61968, 62325). While CIM is the gold standard for data, its sheer size makes crafting graph queries a daunting task for even the most seasoned engineers. Our vision is to let experts query these models using <strong>natural language</strong> instead.</p><p>Delivering on that vision of <a href="https://graphwise.ai/fundamentals/what-is-natural-language-querying/">natural language querying</a> is not straightforward: industry-standard <a href="https://graphwise.ai/fundamentals/what-is-ontology/">ontologies</a> are enormous, and while LLMs open up new ways to interact with <a href="https://graphwise.ai/fundamentals/what-is-a-knowledge-graph/">knowledge graphs</a>, their context windows are limited — feeding them verbose schemas <strong>can lead to confusion or lost instructions</strong>. In the rest of this post, we present three important aspects of our approach in <strong>Talk2PowerSystem</strong>:</p><ul><li><strong>simplifying ontologies</strong> so LLMs can digest them efficiently,</li><li><strong>applying semantic reasoning</strong> to collapse deep CIM hierarchies into query-friendly shortcuts, and</li><li><strong>grounding the model in physical space with GeoSPARQL</strong> to unlock spatial querying and visualization.</li></ul><h3>Simplifying ontologies for LLMs: Lessons from the field</h3><p>To enable a chatbot to reliably query complex ontologies, <strong>we needed to make them “LLM-friendly”</strong>. CIM for the electrical grid consists of over 20 parts (profiles) with a lot of duplication and complexity. Their union has over 900 classes and 5500 properties, but an actual grid data would use less than half of all ontology terms.</p><p>It is not only in CIM. Other standard ontologies, such as the ERA Vocabulary, are also designed for completeness. They often contain:</p><ul><li>Long descriptions of regulations</li><li>Administrative <a href="https://graphwise.ai/fundamentals/what-is-metadata/">metadata</a> (creation dates, XML mappings)</li><li>Translations in multiple languages</li><li>Many unused classes and properties</li></ul><p>When an LLM processes this raw data, it consumes many tokens and can lose focus on the relevant structure. We used <strong>a pipeline to clean and simplify the ontology before presenting it to the AI </strong>and employed the following key optimization strategies:</p><ol><li><strong>Pruning textual descriptions:</strong> An effective way to save tokens is shortening rdfs:comment fields by cutting descriptions at approximately 400 characters using <a href="https://graphwise.ai/fundamentals/what-is-sparql/">SPARQL</a> regex updates. This removes excessive legal citations or historical notes that do not help the LLM understand the current data structure, ensuring that the model focuses on the core definitions of entities.</li><li><strong>Removing “bookkeeping” metadata:</strong> Ontologies are often cluttered with administrative data such as dct:modified dates, creator names, and contributor lists. While vital for governance, this information is “noise” for an LLM trying to generate a query. Deleting these properties significantly compacts the schema.</li><li><strong>Enhancing presentation and formatting:</strong> The way Turtle (<a href="https://graphwise.ai/fundamentals/what-is-rdf/">RDF</a>) is serialized matters. Standard serializations often produce “ugly” output — scattered definitions, unordered terms, and confusing blank nodes for <a href="https://www.w3.org/OWL/">OWL</a> restrictions. We recommend using tools like turtle-formatter to group classes, properties, and individuals logically and alphabetically. “Prettier” schemas lead to higher accuracy in query generation.</li><li><strong>Ontology subsetting:</strong> Large-scale ontologies like CIM contain thousands of classes. However, specific datasets often use only a fraction of them. By subsetting the ontology — including only the classes and properties which are actually instantiated in the knowledge graph- developers can drastically reduce the token load.</li></ol><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*xWL0T1rK94UwIRUU.png" /></figure><p>By removing noise and reducing the size of the schema to 285 classes and 445 properties, we improved the LLM’s ability to generate correct SPARQL queries. A cleaner schema also saves tokens and helps the model focus on the relevant data structure. Further details of our approach can be found in this detailed technical blog: <a href="https://github.com/statnett/Talk2PowerSystem/wiki/Blog-Ontology-Simplification-for-LLM">Simplifying Ontologies for LLMs: Lessons from the Field</a>.</p><p>Beyond simplifying the schema, the project also had to address the logical complexity of how data is interconnected.</p><h3>Using semantic reasoning to simplify LLM SPARQL generation for electrical CIM</h3><p>We apply custom semantic reasoning to CIM in order to simplify deep graph hierarchies into manageable “shortcut” relations, making the data model more manageable for querying by LLMs.</p><h3>The challenge: Deep nesting and long traversals</h3><p>As already discussed, CIM is a robust standard for representing the entire electrical enterprise. However, its granularity makes querying difficult. A simple request like <em>“List all substations connected via an AC-line to substation X” </em>requires navigating a deep hierarchy of objects:</p><ul><li><strong>Substations </strong>contain <strong>VoltageLevels</strong>, which contain <strong>Bays</strong>, which contain <strong>Equipments</strong></li><li><strong>Equipments </strong>connect via <strong>Terminals</strong> to <strong>ConnectivityNodes</strong>, which connect to other <strong>Terminals </strong>of other <strong>Equipments</strong></li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*wrXSYE5pqslU8ulQ.jpg" /></figure><p>In order to answer the request, a raw SPARQL query needs to traverse from a <strong>Substation </strong>“down” to its parts, to <strong>Terminals </strong>and <strong>ConnectivityNodes</strong>, then “up” to parts of <strong>Lines </strong>(called ACLineSegment), “down” the other side of the <strong>Line</strong>, and “up” to the other <strong>Substation</strong>. This involves multiple unions, transitive closures, and property paths.</p><p>While execution is fast (approximately 0.1s), the query structure is too complex for LLMs to generate reliably. LLMs often produce syntactically correct but inefficient or semantically incorrect queries when faced with such deep nesting.</p><h3>The solution: Semantic reasoning and inference</h3><p>To address this, we implemented standard OWL2 RL rules to introduce “shortcut” relations that simplify the graph structure for the LLM without altering the underlying data model.</p><p>We defined a new namespace cimr: (CIM Rules) and added the following inferred relations:</p><ol><li><strong>Super-properties (union properties):</strong> cimr:hasPart aggregates various containment relations (for example, EquipmentContainer.Equipments, Substation.VoltageLevels).</li><li><strong>Transitive closure:</strong> cimr:hasPartTransitive allows querying parts at any depth.</li><li><strong>Property paths:</strong> cimr:connectedTo shortcuts the Terminal-ConnectivityNode-Terminal path.</li><li><strong>Composite paths:</strong> cimr:connectedThroughPart links containers directly if their internal components are connected.</li></ol><h3>Outcomes</h3><h4>Simplified queries</h4><p>The complex SPARQL query was reduced to a few readable lines. The LLM can now simply ask for cimr:connectedThroughPart rather than constructing a multi-line property path.</p><p><strong>Before (simplified snippet):</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*dFpGsoD91yzv5TYEpVv1lw.png" /></figure><p><strong>After:</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*M2abazWPDVOUQQDE13MwFg.png" /></figure><h4>Performance and efficiency</h4><p>We created a custom cim.pie ruleset with custom optimizations like transitiveOver and fixed-arity property chains to keep reasoning efficient. The inferred triples increased the knowledge graph size by approximately <strong>1.95x</strong>, a manageable expansion that enables significantly easier querying with negligible impact on query speed.</p><p>In summary, through semantic reasoning, we can bridge the gap between complex domain ontologies and LLM capabilities. Documenting these inferred properties allows the LLM to discover and use them, thus transforming a prone-to-error SPARQL generation task into a reliable one. If you are interested in getting further into the details of this process, please check out our post <a href="https://github.com/statnett/Talk2PowerSystem/wiki/Blog-Using-Semantic-Reasoning-to-Help-LLM-with-SPARQL-Generation-in-Electrical-CIM">Using Semantic Reasoning to Help LLM with SPARQL Generation in Electrical CIM</a>.</p><p>Finally, to make Talk2PowerSystem insights actionable for field operations and planning, we had to ground the logical model in physical space.</p><h3>Mapping electrical resources with GeoSPARQL</h3><p>Power systems are inherently spatial: power lines traverse landscapes and substations occupy specific locations. By bridging CIM with geospatial standards, we unlock powerful visualization and analysis capabilities — from simple mapping to complex spatial querying and reasoning.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*8reZU__bH1Rt9jwY.jpg" /></figure><h3>The Standard: GeoSPARQL</h3><p>To represent geospatial objects in RDF, we use the <a href="https://www.ogc.org/standards/geosparql/">GeoSPARQL Ontology</a>. This allows us to map CIM structures directly to standard geospatial types:</p><ul><li><strong>Features:</strong>cim:PowerSystemResource becomes also geo:Feature</li><li><strong>Geometries:</strong>cim:Location maps to geo:Geometry, storing coordinates as <a href="https://www.ogc.org/standards/wkt-crs/">Well-Known Text</a> (WKT) literals (for example, POINT, LINESTRING, POLYGON).</li></ul><p>This standardization ensures compatibility with the broader ecosystem of geospatial tools and triple stores like <a href="https://graphwise.ai/components/graphdb/">Graphwise GraphDB</a>.</p><h3>Visualization and context</h3><p>While raw data is useful, visualization provides immediate insight. Since GeoSPARQL is a commonly implemented OGC standard, we can use third-party tools like <a href="https://github.com/TriplyDB/YASGUI">YasGUI</a> to render query results directly on a map.</p><p>Beyond simple plotting, SPARQL queries can dynamically style elements (for example, coloring power lines red or green based on their nominal voltage) and generate rich tooltips for better context.</p><h3>Spatial querying and integration</h3><p>The true power of GeoSPARQL lies in querying data based on spatial relationships, not just topological connections.</p><ul><li><strong>Geometric filters:</strong> We can query for objects that intersect specific bounding boxes or polygons (for example, <em>“Find all assets within the Sandefjord industrial area”</em>)</li><li><strong>Distance analysis:</strong> We can order or filter objects by their distance from a specific point</li><li><strong>Federated queries:</strong> We can combine our private grid data with public datasets like <a href="https://www.openstreetmap.org/">OpenStreetMap</a> (via SPARQL federation). This allows us to ask complex questions like “Which power lines cross this specific administrative boundary?” without storing that boundary data ourselves.</li></ul><p>In brief, integrating GeoSPARQL with CIM smooths the transition between electrical engineering and GIS. It enables us to enrich power system analytics with geospatial context, leveraging existing standards to visualize, query, and reason about the grid in relation to the real world. If you would like to dig deeper, please check this detailed technical blog: <a href="https://github.com/statnett/Talk2PowerSystem/wiki/Blog-Mapping-Electrical-Resources-with-GeoSPARQL">Mapping Electrical Resources with GeoSPARQL</a>.</p><h3>Conclusion</h3><p>The <strong>Talk2PowerSystem</strong> project proves that the future of power systems isn’t just about more data — it’s about more <em>accessible</em> data. By simplifying the vocabulary, creating logical shortcuts through reasoning, and grounding everything in geospatial context, we are empowering the engineers to talk directly to the systems they manage and gather actionable insights.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*8GIPmBc93cyVuoZF384UHA.png" /><figcaption>Vladimir Alexiev</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/151/1*an7-qjJQ5WqeiNrToDa1nA.png" /><figcaption>Nikola Tulechki</figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/advancing-power-system-analysis-with-ai-and-semantic-data/"><em>https://graphwise.ai</em></a><em> on April 27, 2026.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=142dc9eeae7c" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Check the Fakes or How AI and Knowledge Graphs Bring Information Integrity]]></title>
            <link>https://graphwise.medium.com/check-the-fakes-or-how-ai-and-knowledge-graphs-bring-information-integrity-750cdccae742?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/750cdccae742</guid>
            <category><![CDATA[fake-news]]></category>
            <category><![CDATA[eu-project]]></category>
            <category><![CDATA[disinformation]]></category>
            <category><![CDATA[informational-integrity]]></category>
            <category><![CDATA[knowledge-graph]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Tue, 14 Apr 2026 09:40:12 GMT</pubDate>
            <atom:updated>2026-04-14T09:40:12.942Z</atom:updated>
            <content:encoded><![CDATA[<h3><strong>Learn about Graphwise’s contributions to EC-funded projects on combatting disinformation</strong></h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ka3owXY_cY37dh93EtXzsg.png" /></figure><p>The World Economic Forum <a href="https://reports.weforum.org/docs/WEF_Global_Risks_Report_2025.pdf">Global Risks Report</a> ranks <strong>misinformation and disinformation</strong> among the five most impactful <strong>technological risks for the next 10 years</strong>. While the rise of GenAI technologies has made the work of malicious actors more convincing and prolific, the “good guys” have also harnessed their AI faculties to fight back.</p><p>Graphwise has had its share in addressing this growing societal challenge through leveraging its semantic technology and AI research expertise in EC-funded initiatives. In the last three years, our Innovation team has led the development of AI-based tooling to empower:</p><ul><li><strong>Fact-checkers and disinformation researchers</strong> (in <a href="https://www.veraai.eu/">vera.ai</a>, <a href="https://brodhub.eu/">BROD</a>, <a href="https://efcsn.com/factcricis/">FactCRICIS</a>)</li><li><strong>Police authorities</strong> (in <a href="https://www.vigilantproject.eu/">VIGILANT</a>)</li></ul><p>Thanks to <strong>identifying concepts, events, and similar narratives and interlinking them in a </strong><a href="https://graphwise.ai/fundamentals/what-is-a-knowledge-graph/"><strong>knowledge graph</strong></a>, this tooling helps unlock new analytical capabilities across multiple languages. We have integrated all these capabilities in the Database of Known Fakes (DBKF) and have made them accessible through a user-friendly interface. It makes it easy to double-check whether a claim has already been debunked by trusted fact-checkers.</p><p>Now, let’s put ourselves in the shoes of the user and take a closer look at our tooling. We’ll follow the investigative journey of an analyst interested in some misleading stories around renewable energy.</p><h3>Linking and discovering concepts across languages</h3><p>Our analyst conducts his study in a multilingual setting and on a large dataset. So, he needs to be sure that the results he gets from this database will <strong>contain the same concept</strong>, “renewable energy”, across all languages of the dataset. To address such a need, we have designed a <strong>multilingual entity linking model</strong>. It detects, disambiguates, and links named entities and other general concepts mentioned in text to a common knowledge base (Wikidata) across different languages. The connections between the instances of concepts in the different languages are stored in the knowledge graph so our DBKF can respond to the “renewable energy” query in the blink of an eye.</p><p>This interlinking of the information in the knowledge graph allows for <strong>deriving additional insights</strong>. For example, which concepts are mentioned together with the queried one. Or in what context the queried concept occurs or how its mentions are distributed over time.</p><p>DBKF provides a visual way of exploring all these aspects, including concept “quotes” (excerpts from the text with the immediate context) as shown in the screenshots below.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*TyQkWxUZMFD_Ah3cVSk4xQ.png" /></figure><p>Based on the currently available data in the DBKF repository, our analyst can <strong>unravel some interesting and very different stories</strong>. For example, in the German context, the misleading statements revolve around how renewable energy installations are not capable of a black start after a blackout. It also talks about the allegedly non-recyclable rotor blades of wind turbines or speculates about carbon tax. The Polish context, on the other hand, offers misinformation about the Polish government’s achievements in increasing the share of renewable energy in the country’s energy mix.</p><p>This brings us to the next useful enrichment of the data: detecting not only objects or subjects, but related actions.</p><h3>Spotlighting real-life events</h3><p>For the needs of our target end users in the VIGILANT project (police authorities analyzing disinformation that has the potential to instigate criminal activity), we developed a <strong>state-of-the-art event extraction algorithm</strong>. It helps them uncover who did what, when, where, and why.</p><p>We built upon the <a href="https://github.com/luyaojie/Text2Event">Text2Event</a> transformer model, which is pre-trained to detect 33 event types. In order to address some of the most common narratives found in disinformation content, we fine-tuned the model to extract 3 additional event types. These included pinpointing claims of miracle cures, severe weather phenomena, and regulatory or legislative changes that affect a broader subset of society, such as the Paris accords or the introduction of vaccine passports.</p><p>So now our fictional analyst may want to find out if events such as “attack”, “die”, and “injure” get frequently associated with his research. Claims like “falling blades from failing wind farms could be launched your way at any moment” could mislead people into believing that if they live near wind turbines, they are at risk of injury or death. Similarly, information that solar panels cause fire outbreaks raises questions about their safety.</p><p>In DBKF, we provide excerpts with event “quotes”, highlighting the word that denotes the event trigger. You can see some examples in the following screenshots.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*KUfN3cZvAGoN-Zc7Km-qfg.png" /></figure><p>Although they are not highlighted, we also store the event arguments (actors, targets, places and so on), which can be used to <strong>further filter the identified events</strong>. This information is interlinked with the raw text in the claims (the short misleading statements), the claim reviews (the whole debunking articles), and the extracted concepts in the knowledge graph. This is illustrated in the following diagram.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*2nD3LwYFftEgWFsvmynjig.png" /></figure><p>This offers great flexibility in terms of designing complex faceted searches. Analysis of results from such searches can offer additional insights about narratives within and across documents that were previously hidden. This opens up a new level of content analysis, in which we can group similar stories.</p><h3>Identifying clusters of similar content</h3><p>While the disinformation covered by debunks globally varies greatly, there is also a significant overlap in the key concepts addressed by debunks. This is because disinformation actors tend to reuse content and adapt it to specific contexts but leave the underlying message the same. These patterns are very useful to detect when tracing the spatio-temporal dynamics of disinformation campaigns and narratives. Such an analysis can be relevant in other domains, which require identifying and grouping similar pieces of textual content across different languages, geographical regions, and time periods.</p><p>Our Innovation team has devised a <strong>sophisticated clustering algorithm</strong>, intended to produce clusters of closely tied claims. It was specifically chosen for its ability to <strong>handle large datasets and multilingual data</strong>.</p><p>The cluster building process follows four main steps:</p><ol><li><strong>Document chunking and embedding calculation</strong> to capture the semantic information of the text</li><li><strong>Cluster creation</strong> with a GPU-enabled version of the <a href="https://github.com/rapidsai/cuml">HDBSCAN algorithm</a></li><li><strong>Cluster naming</strong> using a local Small Language Model</li><li><strong>Cluster metadata calculation</strong> based on the knowledge graph. This metadata includes key concepts, authors, languages, and the start and end dates of cluster activity. Such information enriches the clusters, providing valuable context and insights for further analysis.</li></ol><p>The DBKF user interface enables our analyst to explore the relevant clusters and the associated metadata. It also helps track the evolution of the narrative through an intuitive timeline visualization like the one shown in the screenshot below.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*xqJ4Qk3mTmFgQuxMcDl99g.png" /></figure><p>Going one level up (before this cluster view deep-dive) the user can see listed all the recurring narratives. They revolve around misconceptions about renewable energy sustainability, common causes of blackouts in renewable energy systems, inconsistencies in renewable energy targets and achievements.</p><p>At this point of his investigative journey, our analyst may want to explore this tooling in other ways such as aggregations or breakdowns by language. Or he may be interested in other metadata and enrichments. This is where our trusted AI assistant: the <strong>DBKF chatbot</strong> comes in.</p><h3>Querying data with the help of an AI assistant</h3><p>We have built a <a href="https://graphwise.ai/blog/graphdb-talk-to-your-graph-customized-agent/">customized AI agent</a> based on GraphDB’s Talk to Your Graph functionality. This agentic chatbot has access to all the search functionalities available through the DBKF user interface, as well as direct database access. It is designed to help users <strong>perform complex, multi-tool interrogations of the data</strong>, providing a more interactive and guided experience.</p><p>The DBKF chatbot is prompted to answer requests only related to the contents of the database and to base its reasoning on the information available in the underlying knowledge graph. Grounding the AI agent through the knowledge graph ensures factuality and explainability of answers.</p><p>Our analyst can feel at ease talking to the AI assistant in whatever natural language he prefers. In this way, he will <strong>gain deeper insights on the topic of his research</strong>.</p><p>The conversation with the chatbot can serve as his entry point into the rich capabilities of DBKF as well as an incremental introduction to its advanced features. Retrieving the ten biggest claim clusters discussing renewable energy can be the start of a more in-depth exchange, spanning all the possible connections in the database (see the screenshot below).</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*0BE6MPc1lnxft_rcaY74xg.png" /></figure><h3>Conclusion</h3><p>Through our work in the counter-disinformation projects, we have developed practical solutions for users, who need to perform analysis on a huge amount of data in multilingual settings.</p><p>By identifying and using the connections between concepts, events, and similar stories, we can facilitate the exploration of data in other domains in addition to media content. Providing structure and grounding for the AI agent through the knowledge graph, we ensure accurate and trustworthy answers.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*r1aFLAZBKd2o8buz9WoPWw.jpeg" /><figcaption><a href="https://graphwise.ai/author/nedelina-mitankina/"><strong>Nedelina Mitankina</strong></a></figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/check-the-fakes-or-how-ai-and-knowledge-graphs-bring-information-integrity/"><em>https://graphwise.ai</em></a><em>.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=750cdccae742" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[PoolParty 10.2: Advancing Global Semantic Reach with a Unified Identity]]></title>
            <link>https://graphwise.medium.com/poolparty-10-2-advancing-global-semantic-reach-with-a-unified-identity-e472d6dd82e9?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/e472d6dd82e9</guid>
            <category><![CDATA[semantic-search]]></category>
            <category><![CDATA[semantic-technologies]]></category>
            <category><![CDATA[taxonomy]]></category>
            <category><![CDATA[semantic-taggin]]></category>
            <category><![CDATA[semantics]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Tue, 07 Apr 2026 07:38:37 GMT</pubDate>
            <atom:updated>2026-04-07T07:38:37.108Z</atom:updated>
            <content:encoded><![CDATA[<h3><strong>This update bridges the gap between global language support and pinpoint search precision, all while aligning our core applications under the new Graphwise brand.</strong></h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*_m3LxjCb0IGDKZL2kYOlgA.png" /></figure><p>The release of PoolParty 10.2 is a strategic step in our transition toward the future <strong>Graphwise Platform</strong>. While we are busy building a more integrated ecosystem, this release addresses two critical needs for the modern global enterprise: <strong>the ability to process knowledge in any language</strong> and <strong>the precision to find specific data points in an ocean of information</strong>.</p><h3>A unified identity under the Graphwise brand</h3><p>Following the merger of Ontotext and Semantic Web Company, we are officially bringing the <strong>Graphwise</strong> identity to our core products. It is more than just a fresh coat of paint; it is about providing a professional, integrated experience as you move between tools.</p><p>In this first phase of the rollout, you will notice a refreshed look for the log-in page, the Linked Data (LD) frontend, and the core <strong>Graph Modeling</strong> component (formerly known simply as the PoolParty suite). While the “PoolParty” name remains for this version, these visual updates prepare the groundwork for our evolution into the unified Graphwise Platform.</p><h3>Your knowledge graph, now fluent in over forty languages</h3><p>For years, many enterprise systems were “English-first,” requiring custom, high-maintenance workarounds for scripts like Japanese or Chinese. That ends with PoolParty 10.2. We have re-implemented our concept tagging engine using a native Lucene-based architecture.</p><ul><li><strong>Native multilingual support</strong>: Graphwise now supports over 40 languages natively, including Japanese, Chinese, Russian, and most European languages. No need for external “word form” files.</li><li><strong>Zero-touch indexing</strong>: Previously, users had to manually “Refresh the Extraction Model” whenever a taxonomy changed. Now, the extraction model is automatically rebuilt on the first request. It simply works in the background.</li><li><strong>Reduced complexity</strong>: By leveraging Finite State Transducers (FSTs), we have removed the dependency on external services for lookup logic. This means high-speed tagging with significantly less infrastructure overhead.</li></ul><p>Whether you are managing technical manuals in German or news snippets in Japanese, your <strong>taxonomy is now a global asset that detects and links concepts with native-level fluency</strong>.</p><h3>Precision when it matters: find the needle in the haystack</h3><p>In research-heavy sectors like Pharmaceuticals, a search for a project code like “TAK-123” shouldn’t return every document containing the number “123.” Standard search engines often return broad, noisy results for queries.</p><p>The new <strong>Exact Phrase Matching</strong> in GraphSearch makes the life of data analysts a lot easier:</p><ul><li><strong>Pinpoint accuracy</strong>: You can now toggle exact matching via the API, ensuring that multi-word queries are treated as a contiguous phrase rather than a collection of individual words.</li><li><strong>Flexible ranking</strong>: Choose between a “Mandatory” filter (only show exact matches) or a “Ranking Boost” that pushes exact matches to the top while still showing related content.</li><li><strong>Alphanumeric intelligence</strong>: We’ve optimized the system to handle complex identifiers and technical terms that involve hyphens or special characters, ensuring they aren’t fragmented during analysis.</li></ul><h3>Simpler workflows for developers and admins</h3><p>We’ve also cleaned up the “plumbing” to make life easier for the teams running PoolParty:</p><ul><li><strong>Unified Tagger API</strong>: We have consolidated several legacy endpoints into a single, high-performance /api/tag endpoint.</li><li><strong>Efficient multi-document handling</strong>: Whether you are uploading a ZIP file for aggregate analysis or sending multiple files for individual results, the process is now streamlined and more predictable.</li></ul><h3>What this means for you</h3><p>PoolParty 10.2 is about making your semantic operations more robust and easier to use on a global scale. It removes the friction of manual indexing, eliminates the “noise” in your search results, and provides a clear, unified interface that reflects our shared future as Graphwise.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/150/1*yKw74VdddLzeBI5qMT-JGA.jpeg" /><figcaption><a href="https://graphwise.ai/author/yasen-stoykov/"><strong>Yasen Stoykov</strong></a>, Product Marketing Manager at Graphwise</figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/poolparty-10-2-advancing-global-semantic-reach-with-a-unified-identity/"><em>https://graphwise.ai</em></a><em>.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e472d6dd82e9" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Automating Data Privacy Compliance: Knowledge Graphs, Generative AI, and Real-Time Risk]]></title>
            <link>https://graphwise.medium.com/automating-data-privacy-compliance-knowledge-graphs-generative-ai-and-real-time-risk-20653a688cc9?source=rss-39e3a6a41a63------2</link>
            <guid isPermaLink="false">https://medium.com/p/20653a688cc9</guid>
            <category><![CDATA[risk-management]]></category>
            <category><![CDATA[knowledge-graph]]></category>
            <category><![CDATA[llm]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[data-privacy]]></category>
            <dc:creator><![CDATA[Graphwise]]></dc:creator>
            <pubDate>Fri, 03 Apr 2026 04:06:01 GMT</pubDate>
            <atom:updated>2026-04-03T04:06:01.447Z</atom:updated>
            <content:encoded><![CDATA[<h3><strong>By combining knowledge graphs as the central privacy control plane with LLMs, NLP, GenAI, and machine learning, organizations can automate data privacy compliance, transform static risk management into real-time Data Privacy Intelligence, and govern emerging AI use cases effectively.</strong></h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*b80t5iPkVTBFPbatziB8_g.png" /></figure><p>Data privacy has shifted from a checkbox exercise to a board-level risk.</p><p>Global regulations such as the <strong>EU General Data Protection Regulation (</strong><a href="https://eur-lex.europa.eu/eli/reg/2016/679/oj/eng?utm_source"><strong>GDPR</strong></a><strong>)</strong> require organizations to maintain detailed <strong>Records of Processing Activities (RoPA)</strong> (Article 30) and to perform <strong>Data Protection Impact Assessments (DPIAs)</strong> for high-risk processing (Article 35).</p><p>In parallel, frameworks such as the <a href="https://www.nist.gov/privacy-framework?utm_source"><strong>NIST Privacy Framework 1.1</strong></a> help organizations treat privacy risk at the same level as cybersecurity and enterprise risk.</p><p>Yet most privacy teams still live in spreadsheets, manual questionnaires, and disconnected tools. That makes it hard to answer basic questions quickly and confidently:</p><ul><li><em>Where is our most sensitive data actually flowing?</em></li><li><em>Which third parties are the riskiest — and why?</em></li><li><em>If a new law or contract clause changes, what’s impacted?</em></li></ul><p>This is exactly where <strong>Knowledge Graphs</strong>, <strong>LLMs</strong>, <strong>NLP</strong>, <strong>GenAI</strong>, and <strong>ML</strong> fit together into a modern <strong>Data Privacy Intelligence</strong> stack.</p><p>In this post, we’ll walk through the role of each technology, how they interlock, and how <a href="https://zeniagraph.ai/"><strong>Zenia Graph</strong></a>, together with <strong>Graphwise,</strong> helps organizations operationalize data privacy, manage legal and regulatory risk, and gain a competitive edge.</p><h3>Knowledge Graphs: The Privacy Control Plane</h3><p>A <a href="https://zeniagraph.ai/resources/concept/what-are-knowledge-graphs/">knowledge graph</a> is a connected map of everything that matters to privacy and AI governance: people, systems, data, vendors, regulations, risk, compliance and controls. Instead of scattered spreadsheets and rigid forms, you have a living, queryable model — <strong>a privacy control plane</strong>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/760/1*zu4DmVBveeu0ztcz3vYpkw.png" /></figure><h4>What a privacy knowledge graph models</h4><p>Typical entities and relationships include:</p><ul><li><strong>Systems &amp; applications</strong> — CRM, HR, marketing, data warehouses, SaaS tools</li><li><strong>Data assets</strong> — tables, fields, documents, logs, events</li><li><strong>Data subjects &amp; categories</strong> — customers, employees, minors, special categories</li><li><strong>Processing activities</strong> — purposes, lawful bases, retention, jurisdictions</li><li><strong>Vendors &amp; third parties</strong> — roles, locations, data flows, contracts, sub-processors</li><li><strong>Controls &amp; obligations</strong> — DPIAs, RoPAs, DPAs, SCCs, DSAR workflows, retention rules</li><li><strong>Risk Factors </strong>— Threats (Ransomware, Phishing), Vulnerabilities (CVEs), Likelihood vs. Severity scores</li><li><strong>Legal Frameworks</strong> — Regulations (GDPR, AI Act), Specific Articles, Lawful Bases, Consent versions</li><li><strong>Mitigations</strong> — Encryption levels, Pseudo-anonymization, Access controls, Residual risk status</li><li><strong>Incidents</strong> — Breach events, Notification deadlines, Root cause paths, Remediation steps</li></ul><p>With this in place, you can ask questions like:</p><ul><li>“Show me all processing involving biometric data in the EU with no DPIA.”</li><li>“Which vendors receive EU personal data and lack updated SCCs?”</li><li>“For this new feature, which datasets, systems, vendors, and risks are connected?”</li><li>“If we patch the SQL vulnerability in ‘Legacy Payments’, how much does our global Risk Score drop?”</li><li>“Which data transfers to non-EU countries rely on SCCs but are missing a Transfer Impact Assessment (TIA)?”</li><li>“Show me all ‘High Severity’ risks affecting ‘Special Category Data’ that remain unmitigated for &gt; 30 days.”</li></ul><h4>Why graphs beat rigid lists and forms</h4><p>Most legacy platforms sit on <strong>relational or proprietary databases</strong> with fixed schemas. That works when:</p><ul><li>Data flows are simple</li><li>Schemas rarely change</li><li>Only one region or regulation matters</li></ul><p>It breaks down when:</p><ul><li>The same attribute (e.g., “email address”) flows through dozens of systems and vendors</li><li>New regulations (like the EU AI Act) or AI use cases appear faster than the schema can be updated</li><li>You must understand not just what data exists, but how it moves and why it is allowed</li></ul><p>Graphs are:</p><ul><li><strong>Flexible</strong> — adding new node types (e.g., “AI model,” “training dataset,” “data residency zone”, “new risk”) and relationships doesn’t require redesigning every form.</li><li><strong>Relationship-first</strong> — flows, dependencies, and cross-border paths are modeled naturally.</li><li><strong>Contextual</strong> — ideal as the <strong>context layer</strong> on top of existing scanners, catalogs, and logs.</li></ul><p>Scanners and relational lists tell you what you have. The graph explains <strong>how it fits together and what it means for risk and compliance</strong>.</p><h4>Data sovereignty and localization</h4><p>For global companies, <strong>data sovereignty</strong> and localization are now core requirements. Because regions, legal entities, and data stores are first-class graph nodes, you can:</p><ul><li>Visualize <strong>cross-border data flows</strong> between cloud regions, vendors, and subsidiaries</li><li>Answer: “Which EU data flows to US-based systems?” or “Where do we process data for Brazilian customers?”</li><li>Support localization policies, such as keeping HR data for specific countries within certain regions</li></ul><p>List-based tools show you columns filtered by “country.” A graph shows the <strong>network of flows</strong> — something executives, auditors, and regulators understand immediately.</p><h3>LLMs and Graph RAG: Conversational Access to Compliance</h3><p>Once your privacy landscape is modeled as a knowledge graph, <strong>LLMs</strong> turn it into an <strong>interactive assistant</strong>.</p><p>Instead of learning SPARQL or hunting through dashboards, privacy, legal, or business stakeholders can ask:</p><ul><li>“Which vendors are high-risk in Europe and why?”</li><li>“What personal data do we store about candidates in Germany, and where does it go?”</li></ul><h4>Graph-aware LLMs (Graph RAG)</h4><p>Standard RAG pulls text chunks from documents. <a href="https://graphrag.info/">Graph RAG</a> retrieves structured facts and relationships from the graph and passes them to the LLM as context.</p><p>Example prompts:</p><ul><li>“Summarize all high-risk processing involving biometric data in France and list missing DPIAs.”</li><li>“Explain why Vendor X is marked high-risk and recommend remediation steps.”</li><li>“If we add a new AI model trained on dataset Y, what privacy and transfer risks arise?”</li></ul><p>Because answers are grounded in the graph, they are:</p><ul><li><strong>Traceable</strong> — linked back to concrete systems, vendors, and documents</li><li><strong>Consistent</strong> — aligned with a single source of truth</li><li><strong>Explainable</strong> — supported by explicit graph paths and attributes</li></ul><p>LLMs become a privacy copilot that:</p><ul><li>Lets users “<strong>Talk to Your Graph</strong>” in natural language (via Graphwise)</li><li>Provides <strong>just-in-time guidance</strong> inside workflows (e.g., suggesting lawful bases or flagging high-risk use cases)</li><li>Generates <strong>short, audience-specific summaries</strong> of RoPAs, DPIAs, and audit findings</li></ul><h3>NLP: From Documents and Policies to Structured Signal</h3><p>Most privacy-relevant information starts as <strong>unstructured text</strong>:</p><ul><li>Data Processing Agreements and terms of service</li><li>Vendor security questionnaires</li><li>Privacy notices and internal policies</li><li>Incident and logging reports</li><li>DSAR/complaint tickets</li></ul><p><a href="https://zeniagraph.ai/kgservice/nlp/">NLP</a> turns this unstructured content into structured graph entries.</p><p>Core capabilities include:</p><ul><li><strong>PII &amp; data category detection</strong> — spotting personal and sensitive data in schemas, samples, or documentation</li><li><strong>Contract &amp; policy understanding</strong> — extracting roles (controller/processor), purposes, retention, locations, and safeguards</li><li><strong>Entity &amp; relationship extraction</strong> — mapping systems, vendors, datasets, and obligations into the graph</li><li><strong>Classification &amp; tagging</strong> — labeling documents as DPIAs, DPAs, policies, retention schedules, etc., and linking them to processing activities</li></ul><p>Scanner tools like <strong>BigID</strong> or <strong>Securiti</strong> do a great job finding sensitive data. Zenia Graph ingests those outputs and adds <strong>business context</strong>: who owns the system, which purpose the data serves, what contracts apply, and which legal regimes matter.</p><p>This continuous ingestion keeps the graph — and therefore your privacy posture — <strong>up to date</strong>, instead of relying on annual surveys and stale forms.</p><h3>Generative AI: Drafts, Explanations, and “What-If” Analysis</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/666/1*hz8giJtdclhuIh9XPYqSAQ.png" /></figure><p><strong>Generative AI</strong> sits on top of the graph and NLP layer to remove manual drafting work.</p><p>Typical workflows:</p><ul><li><strong>Drafting DPIAs &amp; risk assessments</strong> — using graph data about systems, data categories, risks, and controls to pre-fill DPIA assessments, streamlining the mandatory Human-in-the-Loop (HITL) review process.</li><li><strong>RoPA generation and updates</strong> — automatically creating and updating RoPA entries as systems, vendors, and purposes change</li><li><strong>DSAR support</strong> — assembling first-draft responses by pulling together where an individual’s data lives, why it is processed, and how long it is kept</li><li><strong>“What-if” scenarios</strong> — answering questions like: “If we move this workload from the US to the EU, or swap Vendor A for Vendor B, how does that impact risk, transfers, and required controls?”</li></ul><p>Generative AI doesn’t replace the privacy officer or in-house counsel. It removes repetitive copy-and-paste tasks so experts can focus on decisions, negotiation, and strategy.</p><h3>ML and GNNs: Real-Time Risk Scoring</h3><p><strong>Machine learning (ML)</strong> and <strong>graph neural networks (GNNs)</strong> turn your graph into a real-time risk engine.</p><h4>ML for context-aware risk</h4><p>With graph features available, ML can:</p><ul><li><strong>Score vendor and data-sharing risk</strong> using attributes like data sensitivity, jurisdiction, certifications, incident history, and control coverage</li><li><strong>Detect anomalies</strong> in access patterns (for example, a sudden spike of HR data moving into an unusual SaaS tool)</li><li><strong>Predict missing controls</strong> — highlighting where lack of encryption, retention limits, or DPAs is likely to cause problems</li></ul><p>Instead of flat checklists, you get r<strong>isk scores that understand context</strong>.</p><h4>GNNs with PyG: learning risk from relationships</h4><p>In privacy, risk is rarely about a single node; it’s about <strong>how nodes are connected</strong>. That’s where GNNs and <strong>PyTorch Geometric (</strong><a href="https://www.pyg.org/"><strong>PyG</strong></a><strong>)</strong> come in:</p><p>Steps:</p><ol><li><strong>Build a learning graph</strong></li></ol><ul><li>Nodes: vendors, systems, datasets, jurisdictions, products</li><li>Edges: data flows, contracts, processing relations, regulatory links</li><li>Features: sensitivity, locations, certifications, incidents, missing controls</li></ul><ol><li><strong>Train a GNN to predict risk</strong></li></ol><ul><li>Use historical incidents, audit findings, and red flags as training labels</li><li>Let the model learn patterns like “vendors with this neighborhood and these gaps tend to be high risk”</li></ul><ol><li><strong>Score nodes and relationships</strong></li></ol><ul><li>Every vendor, system, or flow receives a <strong>graph-aware risk score</strong></li><li>Scores can be refreshed when reality changes (new vendor, new flow, expired certification, new AI model)</li></ul><ol><li><strong>Drive real-time heat maps</strong></li></ol><ul><li>Privacy, legal, and security teams see <strong>live risk dashboards</strong> instead of static annual reports</li><li>They can justify priorities to the board and regulators with clear evidence and reasoning</li></ul><h3>AI Governance and the EU AI Act</h3><p>The <strong>EU AI Act</strong> and similar initiatives mean organizations must govern not just data, but <strong>AI models</strong>:</p><ul><li>Which models exist and who owns them</li><li>Which datasets (and personal data categories) trained them</li><li>What decisions they influence</li><li>What risks and controls apply</li></ul><p>A knowledge graph is a natural backbone for <strong>AI governance</strong>:</p><ul><li>Models become first-class nodes linked to training data, business owners, and risk assessments</li><li>Data lineage captures which personal data feeds which models, under what lawful basis</li><li>Policies, monitoring controls, and impact assessments attach directly to AI models, just like to systems and vendors</li></ul><p>Vendors like Securiti are pivoting hard to “AI governance.” Zenia’s advantage is that <strong>the same graph-based infrastructure</strong> that powers data privacy compliance can govern <strong>data + models + obligations</strong> in one consistent view.</p><h3>A Unified Data Privacy Intelligence Stack</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/568/1*VobeDqM0SLIB66RSffE-mA.png" /></figure><p>Put together, the stack looks like this:</p><ol><li><strong>Ingest &amp; Discover — Connectors + NLP</strong></li></ol><ul><li>Bring in schemas, logs, scanner outputs, contracts, policies, and regulations</li><li>Extract entities, relationships, and privacy semantics</li></ul><ol><li><strong>Model &amp; Govern — Knowledge graph</strong></li></ol><ul><li>Maintain a shared model for RoPAs, DPIAs, vendors, AI models, and cross-border flows</li></ul><ol><li><strong>Analyze &amp; Quantify — Analytics + ML + GNNs</strong></li></ol><ul><li>Compute and update risk scores, detect anomalies, cluster similar activities and vendors</li></ul><ol><li><strong>Interact &amp; Assist — LLMs + Generative AI</strong></li></ol><ul><li>“Talk to Your Privacy Graph” via Graphwise</li><li>Draft DPIAs, RoPAs, DSAR responses, AI model registers, and remediation plans</li></ul><ol><li><strong>Orchestrate &amp; Execute — Agentic Automation</strong></li></ol><ul><li><strong>Move beyond conversation</strong>: empower AI agents to interact with API hooks, autonomously suspending vendor access or triggering security protocols when risk thresholds are breached</li></ul><ol><li><strong>Act &amp; Learn</strong> — Workflows + feedback</li></ol><ul><li>Trigger tasks, capture decisions, and feed results back into the graph for continuous improvement</li></ul><p>The result: <strong>continuous, graph-driven intelligence</strong>, not static compliance snapshots.</p><h3>How Zenia Graph and Graphwise Compete — and Win</h3><p><strong>Zenia Graph</strong> specializes in data privacy, AI governance, and third-party risk using knowledge graphs and AI. <strong>Graphwise</strong> delivers the conversational interface that lets users talk to that graph and RDF graph database.</p><h4>What Zenia Graph provides</h4><ul><li><strong>Privacy &amp; AI Governance Graph</strong> — a domain-specific model for processing activities, data, systems, vendors, contracts, AI models, and controls</li><li><strong>Connectors for multi-cloud and hybrid</strong> — ingesting from AWS, Azure, GCP, Snowflake, Databricks, on-prem, and existing compliance and discovery tools</li><li><strong>Graph-native risk analytics</strong> — ML and GNN-based scoring, risk heat maps by line of business, region, product, and vendor</li><li><strong>“Talk to Your Privacy Graph”</strong> assistant (via Graphwise) — natural-language Q&amp;A with traceable, graph-backed answers</li><li><strong>Generative content workflows</strong> — DPIAs, RoPAs, DSAR responses, AI model registers, and internal briefings, all grounded in the graph</li></ul><h4>Positioning vs. incumbents</h4><ul><li><strong>Vs. OneTrust / TrustArc (rigid form-based platforms)</strong></li><li>They focus on static forms and checklists.</li><li>Zenia delivers a <strong>dynamic, graph-based model</strong> that evolves as systems, vendors, AI models, and laws change.</li><li><strong>Vs. BigID / Securiti (scanner-first tools)</strong></li><li>They are excellent at <strong>discovering</strong> PII and sensitive data.</li><li>Zenia is the <strong>context layer</strong>: understanding why that data is there, who owns it, what contract governs it, and which obligations apply.</li><li><strong>Vs. Microsoft Purview (ecosystem-centric)</strong></li><li>Purview shines in Microsoft-heavy stacks.</li><li>Zenia is intentionally <strong>ecosystem-agnostic</strong>, unifying multi-cloud and hybrid environments where most real enterprises live.</li></ul><h3>Conclusion: From Static Compliance to Living Intelligence</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/910/1*oKW9JNAl6rUL1wz4qNa50A.png" /></figure><p>Organizations that can <strong>see, explain, and prove</strong> how they use personal data — and how they govern their AI models — will win the trust of regulators, customers, and boards.</p><p>By combining:</p><ul><li><strong>Knowledge graphs</strong> as the privacy and AI governance control plane</li><li>Our <strong>Graph Schema</strong> aligns with international standards like <strong>W3C DPV</strong>, ensuring interoperability.</li><li><strong>LLMs</strong> as an intelligent, conversational interface</li><li><strong>NLP</strong> to bring unstructured evidence into the graph</li><li><strong>Generative AI</strong> to draft and explain privacy and AI artifacts</li><li><strong>Agentic workflows</strong> to autonomously orchestrate remediation, enforce controls, and execute response protocols</li><li><strong>Machine learning</strong> and GNNs to quantify and detect risk in real time</li></ul><p>…you can transform privacy from a fragmented, manual burden into a <strong>connected, intelligent competitive advantage</strong>.</p><p><strong>Zenia Graph</strong>, together with <strong>Graphwise</strong>, helps organizations make that shift — turning rigid, form-based compliance into a living <a href="https://zeniagraph.ai/use-cases/data-privacy-compliance-and-regulatory/"><strong>Data Privacy Intelligence Platform</strong></a> that keeps pace with regulation, technology, and business change.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/200/1*OugBT1AtI0dPdijNi9g9kA.jpeg" /><figcaption><a href="https://graphwise.ai/author/aurelije-zovko/"><strong>Aurelije Zovko</strong></a>, Co-Founder &amp; CTO at Zenia Graph</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/200/1*mJmu74SVwv-UWh6EHjzNGg.png" /><figcaption><a href="https://graphwise.ai/author/nina-zovko/"><strong>Nina Zovko</strong></a>, Co-Founder &amp; CPO at Zenia Graph</figcaption></figure><p><em>Originally published at </em><a href="https://graphwise.ai/blog/automating-data-privacy-compliance-knowledge-graphs-generative-ai-and-real-time-risk/"><em>https://graphwise.ai</em></a><em>.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=20653a688cc9" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>