Knowledge Graph
Semantic Graph of AI Events
A graph of nodes and edges mapping AI history — tracing causality and evolution between milestones.
📊 What Is This Graph
The knowledge graph models AI history as nodes and edges:
- Event nodes — Each AI milestone (GPT-5, Transformer, AlphaGo, etc.)
- Entity nodes — Organizations, People, Models, Concepts, Benchmarks
- Edges — enables / builds_on / introduces / responds_to / challenges / part_of
📋 Graph Schema
| Field | Type | Description |
|---|---|---|
meta | object | Metadata (version, language, description) |
summary | object | Statistics (event count, edge count, category distribution) |
nodes.events | array | AI event nodes with context and significance fields |
nodes.organizations | array | Organization nodes |
nodes.people | array | Person nodes |
nodes.models | array | AI model nodes |
nodes.concepts | array | Concept nodes |
edges | array | Relations with from / relation / to |
🔍 Usage Guidance
# Start with BENJI-tier events for essential arc # Follow 'enables' edges forward to trace consequences # Follow 'builds_on' edges backward to find prerequisites # Filter by category for domain-specific narratives