Can characters and worlds evolve together in long stories?
Literary simulations usually treat character behavior and world state separately. Can a coupled system where characters and worlds update together produce more coherent long-horizon narratives than isolated approaches?
EvolvingWorld models interactive literary simulation as a long-horizon process in which "characters interact, scenes progress, and character and world states are persistently updated." The abstract sets this against existing systems that treat the task "as static persona imitation or isolated scene generation," which it says fail "to capture how characters and worlds evolve together over time." The introduction passage makes the same contrast. Role-playing agents can imitate fictional characters and sustain persona-grounded dialogue, but as a story unfolds "characters revise beliefs, motivations, and relationships" while the world around them changes too. The excerpt breaks off mid-list, at locations and objects. The conclusion claims the coupled design "leads to more coherent long-horizon simulations across diverse backbones."
The architecture has two coupled modules. A Character Agent handles multicharacter role-play and persistent profile evolution. An LLM-based World Model maintains global and location/entity-level state and drives scene progression. Both work over "open-schema" states instead of the fixed schemas the authors say prior systems rely on, which is what lets one framework span diverse literary worlds. Long-horizon interaction is decomposed into seven trainable tasks covering scene initialization, interaction generation and state update. The dataset comes from 57 books, with 138,596 supervised training samples and 222 test snapshots. Evaluation is a trajectory-level LLM-as-Judge protocol over 10 dimensions and 20 metrics. The conclusion credits explicit open-schema state and the seven-task decomposition as the "concrete foundation" for persistent world evolution.
This sits between two neighboring lines of work. On the persona side, Can layered persona architecture sustain coherent character behavior? deepens a persona's internal structure, while EvolvingWorld makes the profile something that changes and pairs it with a world that changes as well. Do personality-conditioned agents change like humans do? measures how far conditioned agents shift on their own. EvolvingWorld instead makes profile evolution an explicit state-update task. On the world side, Can language models learn to simulate agent environments? also treats a trained language model as the other half of the loop, and What should a world model actually be designed to do? supplies the framing this design leans toward, since state maintenance and scene progression are closer to simulation than to prediction. EvolvingWorld is the narrative-domain instance of the same coupling.
The excerpt gives no scores, baselines, ablations or backbone names, so "more coherent" is a stated conclusion rather than a visible result. It also does not say whether the LLM-as-Judge protocol was checked against human readers. The introduction is cut off, so how the authors motivate the task beyond the contrast above is not available. Only the first of the three stated limitations appears. The world is modeled as "a single objective state shared by all characters," although literary characters perceive and remember it differently: one sees a benevolent world where another sees a hostile one, or misremembers an object as on a table when it is on a chair. Separate perceived worlds per character would "substantially increase system complexity." So the co-evolution claim covers a shared ground-truth world, and whether subjective, per-character worlds can be maintained at acceptable cost is left open.
Inquiring lines that read this note 1
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How can conversational agents maintain consistent personas across multi-turn dialogue?Related concepts in this collection 4
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Can layered persona architecture sustain coherent character behavior?
Explores whether organizing personas into hierarchical levels of expression, beliefs, and drives—rather than shallow descriptions—produces more realistic and consistent dialogue across extended interactions.
contrasts a layered but fixed persona structure with a profile that is persistently updated alongside the world
-
Do personality-conditioned agents change like humans do?
Personality-conditioned language model agents shift measurably after life events, but do those shifts match human patterns? This explores whether simulated personalities develop with psychological fidelity.
measures unprompted trait change, where EvolvingWorld makes profile evolution an explicit trainable state-update task
-
Can language models learn to simulate agent environments?
Explores whether training language models to predict next states across diverse agent domains can create transferable world models that improve agent performance beyond real-world interaction alone.
same move of a trained language world model as the other half of the loop, here in a literary domain
-
What should a world model actually be designed to do?
Current AI research treats world models as either video predictors or RL dynamics learners, but what if their real purpose is simulating actionable possibilities for decision-making rather than predicting next observations?
the world-model-as-simulator framing that EvolvingWorld's state maintenance and scene progression resemble
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- EvolvingWorld: An Open-Schema Framework for Co-Evolving Role-Play Agents and World Model in Interactive Literary World
- StoryScope: Investigating idiosyncrasies in AI fiction
- Can Language Models Serve as Text-Based World Simulators?
- Role-Play with Large Language Models
- Faith and Fate: Limits of Transformers on Compositionality
- Thinking in Character: Advancing Role-Playing Agents with Role-Aware Reasoning
- DOC: Improving Long Story Coherence With Detailed Outline Control
- Character is Destiny: Can Role-Playing Language Agents Make Persona-Driven Decisions?
Original note title
EvolvingWorld couples role-play agents with a world model so characters and world state evolve together across a long-horizon literary simulation