Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Autoregressive Models for Knowledge Graph Generation

About

Knowledge Graph (KG) generation requires models to learn complex semantic dependencies between triples while maintaining domain validity constraints. Unlike link prediction, which scores triples independently, generative models must capture interdependencies across entire subgraphs to produce semantically coherent structures. We present ARK (Auto-Regressive Knowledge Graph Generation), a family of autoregressive models that generate KGs by treating graphs as sequences of (head, relation, tail) triples. ARK learns implicit semantic constraints directly from data, including type consistency, temporal validity, and relational patterns, without explicit rule supervision. On the IntelliGraphs benchmark, our models achieve 89.2% to 100.0% semantic validity across diverse datasets while generating novel graphs not seen during training. We also introduce SAIL, a variational extension of ARK that enables controlled generation through learned latent representations, supporting both unconditional sampling and conditional completion from partial graphs. Our analysis reveals that model capacity (hidden dimensionality >= 64) is more critical than architectural depth for KG generation, with recurrent architectures achieving comparable validity to transformer-based alternatives while offering substantial computational efficiency. These results demonstrate that autoregressive models provide an effective framework for KG generation, with practical applications in knowledge base completion and query answering.

Thiviyan Thanapalasingam, Antonis Vozikis, Peter Bloem, Paul Groth• 2026

Related benchmarks

TaskDatasetResultRank
Graph Compressionsyn-types
G60.58
8
Graph generationsyn-paths
Valid Graphs99.95
8
Graph generationsyn-tipr
Valid Graphs100
8
Graph generationsyn-types
Valid Graphs (%)100
8
Graph generationwd-movies
Valid Graphs99.83
8
Graph generationwd-articles
Valid Graphs Rate99.13
8
Graph generationsyn-paths IntelliGraphs (test)
Valid Graph Rate99.95
8
Graph generationsyn-tipr IntelliGraphs (test)
Validity (%)100
8
Graph generationIntelliGraphs syn-types (test)
Valid Graphs100
8
Graph generationwd-movies IntelliGraphs (test)
Valid Graph Rate99.83
8
Showing 10 of 15 rows

Other info

Follow for update