Autoregressive Models for Knowledge Graph Generation
Thiviyan Thanapalasingam, Antonis Vozikis, Peter Bloem, Paul Groth

TL;DR
This paper introduces ARK, an autoregressive model for generating knowledge graphs by modeling semantic dependencies as sequences of triples, achieving high validity and enabling controlled, efficient graph generation.
Contribution
The paper presents ARK, a novel autoregressive approach for KG generation that captures complex dependencies without explicit rules and introduces SAIL for controlled graph synthesis.
Findings
Achieves 89.2% to 100% semantic validity on IntelliGraphs benchmark.
Recurrent architectures perform comparably to transformers with better efficiency.
Model capacity is more important than depth for effective KG generation.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
