6 LLMs  ·  5 languages  ·  Quarterly index  ·  Independent research  ·  Updated Q2 2026
CEAVERS
Centre for European AI Visibility Evaluation & Research Standards

Glossary

Knowledge Graph

Last reviewed: 2026-05-22

A Knowledge Graph is a structured representation of entities and their relationships. Major examples include Google Knowledge Graph, Wikidata, and the Bing Entity Graph. KG-grounded LLM responses fabricate substantially less than ungrounded ones.

Why Knowledge Graphs matter for LLMs

Language models are trained on text corpora, not databases. They develop implicit knowledge about entities by processing documents that mention those entities — but this knowledge is approximate and subject to hallucination. Knowledge Graphs provide a structured, queryable layer of canonical facts that retrieval-augmented systems can use to ground responses, verify entity details, and resolve ambiguity.

When a RAG system retrieves documents, it often uses KG lookups to confirm that the retrieved content is about the correct entity. A query for “Volkswagen AI visibility” requires the system to resolve “Volkswagen” to a specific legal entity, its sector, and its jurisdiction before retrieving relevant documents. KGs enable this resolution reliably across languages — an entity with a Wikidata Q-identifier can be resolved in Italian, French, or Portuguese queries even when the entity’s own content is primarily in German.

Wikidata as the primary KG for brands

Wikidata is the most accessible knowledge graph for organisations seeking LLM citation. Unlike the Google Knowledge Graph (which is proprietary and populated by Google’s crawl) or the Bing Entity Graph (which is similarly closed), Wikidata is community-edited and openly writable by anyone.

Research on cross-lingual entity linking in retrieval-augmented systems (arXiv:2602.03417) found that adding a Wikidata Q-identifier to structured metadata improved cross-language entity resolution recall by 23–41%, depending on entity type and language pair. For European brands without this identifier, language-pair-specific hallucination risk is substantially higher in non-English queries.

What a well-structured Wikidata entity contains

An effective Wikidata entity for a brand or organisation should include: the P856 official website property, P18 image, industry classification codes (P452), founding date (P571), headquarters location (P159), and sameAs links (via P856 or external-id properties) to LinkedIn, Crunchbase, ROR (for research organisations), and the organisation’s own site. Completeness matters — a sparse entity is resolved less reliably than a dense one.

CEAVERS is registered at Wikidata Q139785574. All CEAVERS pages carry the sameAs link in their JSON-LD Organization node.

Frequently asked

What is a Knowledge Graph?
A Knowledge Graph is a structured representation of entities and the relationships between them. Major examples include Google Knowledge Graph, Wikidata, and the Bing Entity Graph.
Why do LLMs use Knowledge Graphs?
Knowledge Graphs provide canonical facts about entities, reducing the rate at which language models fabricate details. Research shows KG-grounded responses fabricate substantially less than ungrounded ones.
How do I get into the Knowledge Graph?
Create a Wikidata Q-id with bidirectional sameAs claims to your ORCID, ROR, and official site. Wikidata is the cheapest, ungated entry point to the broader KG ecosystem.

Related terms