CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes33downloads
Dataset Card

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

python
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:

  1. 1.default (Tabular format): Simplified node-centric view for HuggingFace dataset viewer
  2. 2.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

bibtex
@dataset{i_claudius_kg_2025,
  title={I, Claudius Complete Series Narrative Knowledge Graph},
  author={brandburner},
  year={2025},
  publisher={Hugging Face}
}