Narrative World Model: Narratology-Grounded Writer Memory for Long-Form Fiction

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing, Data Science & Analytics · Depth: Expert, extended

Summary

The Narrative World Model (NWM) is a writer-memory system designed for long-form fiction, addressing the challenge of maintaining consistent narrative state across numerous chapters. Unlike general-purpose retrieval and agent-memory systems that often fail on multi-hop narratological queries, NWM pairs a narratology-grounded typed temporal-state graph with query-conditioned hybrid retrieval. Evaluated against strong baselines like Graphiti/Zep, GraphRAG, and flat retrieval, NWM Graph Retrieval achieved 0.898 multi-hop accuracy on a 176-item private benchmark, significantly outperforming Graphiti's 0.574 (paired McNemar 64–7, p<10⁻⁵). On a public 576-item set, NWM scored 0.625 against Graphiti's 0.516 (p=0.0001). This performance gain is attributed to NWM's representational structure, not extractor quality or graph size.

Key takeaway

For AI Scientists or Machine Learning Engineers developing long-form fiction generation systems, you should prioritize memory architectures that explicitly model narratological structure. Generic entity-relationship graphs are insufficient for multi-hop story-state consistency. Implement a narratology-grounded temporal knowledge graph with query-conditioned hybrid retrieval, as this approach demonstrably improves accuracy on complex narrative queries, ensuring your models maintain coherence across chapters.

Key insights

NWM's narratology-grounded temporal-state graph and query-conditioned retrieval significantly enhance multi-hop narrative memory for long-form fiction.

Principles

Method

NWM publishes finalized chapters into typed memory records, global registries, and a temporal knowledge graph. It uses query-conditioned hybrid retrieval (BM25, vector, 1-hop graph expansion) to assemble chapter-safe evidence.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.