brandburner/i-claudius-narrative-kg
I, Claudius Complete Series Narrative Knowledge Graph Dataset Description This dataset contains a comprehensive narrative knowledge graph extracted from all 13 episodes of the BBC's "I, Claudius" (1976), analyzed using the Fabula V2 pipeline. The graph captures the complex web of Roman imperial politics, family dynamics, and power struggles across the reigns of Augustus, Tiberius, Caligula, and Claudius. Dataset Summary Total Nodes: 10,357 Total… See the full description on the dataset page: https://huggingface.co/datasets/brandburner/i-claudius-narrative-kg.
I, Claudius Complete Series Narrative Knowledge Graph
Dataset Description
This dataset contains a comprehensive narrative knowledge graph extracted from all 13 episodes of the BBC's "I, Claudius" (1976), analyzed using the Fabula V2 pipeline. The graph captures the complex web of Roman imperial politics, family dynamics, and power struggles across the reigns of Augustus, Tiberius, Caligula, and Claudius.
Dataset Summary
- Total Nodes: 10,357
- Total Relationships: 34,242
- Episodes Analyzed: 13 (complete series)
- Series: I, Claudius (1976)
- Based on: Novels by Robert Graves
Key Statistics
Entity counts and relationships have been extracted across the entire series, capturing the rise and fall of emperors, political machinations, and the transformation of Rome from Republic to Empire.
Usage
Loading the Dataset
from datasets import load_dataset
# Load tabular format (for exploration)
dataset = load_dataset("brandburner/i-claudius-narrative-kg")
# Load full graph format
dataset = load_dataset("brandburner/i-claudius-narrative-kg", "full_graph")Dataset Structure
The dataset provides two configurations:
- default (Tabular format): Simplified node-centric view for HuggingFace dataset viewer
- full_graph: Complete knowledge graph with all properties and relationships
Additional Information
Series Context
"I, Claudius" follows the history of the Roman Empire from Augustus through Claudius, told through the eyes of Claudius himself. The series is renowned for its complex political intrigue and character development.
Processing Pipeline
Created using Fabula V2, which performs:
- Hierarchical narrative decomposition
- Entity extraction and resolution across episodes
- Relationship mapping
- Theme and conflict analysis
- Character participation tracking
License
This dataset is released under the Apache 2.0 License.
Citation
@dataset{i_claudius_kg_2025,
title={I, Claudius Complete Series Narrative Knowledge Graph},
author={brandburner},
year={2025},
publisher={Hugging Face}
}