AIAny
Icon for item

EvolvingWorld: An Open-Schema Framework for Co-Evolving Role-Play Agents and World Model in Interactive Literary World

Models long-horizon interactive literary simulation where characters and world co-evolve; introduces an open‑schema framework with a Character Agent and an LLM-based World Model, plus seven trainable tasks and a dataset from 57 books for benchmarking persistent narrative state.

Introduction

Long-form interactive narratives break down when systems treat persona or scenes in isolation and cannot maintain persistent, evolving character and world states across many interactions. EvolvingWorld reframes literary simulation as a long-horizon co-evolution problem and supplies both an architecture and a benchmark to measure progress on persistent narrative development.

Key Findings
  • Co-evolution framing: Treats character behavior and the global world model as coupled processes (so what? this forces models to reason about how local interactions change global state and vice versa, improving long-term coherence).
  • Open-schema world modeling: Uses an open, flexible schema rather than fixed templates (so what? supports diverse literary settings and reduces schema engineering when moving across books/genres).
  • Two-module architecture: A multi-character Character Agent (role-play + persistent profile updates) paired with an LLM-based World Model for global and location/entity-level state maintenance and scene progression (so what? separates local interaction generation from global state tracking, enabling clearer responsibilities and modular training).
  • Empirical assets: Introduces 7 trainable tasks, a dataset built from 57 books (138,596 supervised samples) and 222 test snapshots, and a trajectory-level LLM-as-Judge protocol covering 10 dimensions/20 metrics (so what? provides a concrete benchmark and multi-faceted evaluation for long-horizon simulation research).
Who it's for & trade-offs

Great fit if you are researching long-horizon narrative modeling, building interactive-fiction systems that require persistent character/world evolution, or benchmarking agents that must maintain state across many scenes. The framework and dataset accelerate comparisons across methods that claim improved narrative persistence. Look elsewhere if your focus is short-turn dialogue, grounded physical interaction, or real-time robotics — the work targets literary simulation and relies on LLM-based modeling assumptions. Expect limitations tied to the 57-book corpus (genre and cultural coverage) and to evaluation via LLM judges, which may reflect model biases and imperfect human-alignment.

Where it fits

Compared with persona-imitation or isolated scene generators, EvolvingWorld emphasizes trajectory-level coherence and explicit state updates. Its open-schema approach sits between rigid symbolic world-models and fully implicit LLM-only generation, aiming to combine flexibility with structured state maintenance.

Practical notes on approach

The paper formulates tasks for scene initialization, interaction generation, and state update, and treats the World Model as responsible for global consistency while Character Agents produce multi-character role-play. The chosen evaluation (LLM-as-Judge across many metrics) prioritizes holistic trajectory quality over single-step likelihoods, which helps surface long-term inconsistencies but requires careful calibration to avoid judging artifacts.

Information

  • Websitearxiv.org
  • AuthorsQing Zong, Yue Guo, Mengxin Yang, Yiwen Guo, Yangqiu Song
  • Published date2026/07/19

More Items

Introduces Declarative Attention (DA), a zero-shot protocol that has LMs declare which parts of long context to attend to during chain-of-thought, letting the runtime build dynamic attention masks and skip most KV-cache reads. Produces large token savings (up to ~52% on Gemma-4-31B) with modest accuracy loss.

Generates compact keyword sets for both queries and items with LLMs and matches them directly via an inverted index. Uses supervised fine-tuning to align keyword spaces, then alternates GRPO-based reinforcement learning on query- and item-side generators to co-evolve representations and maximize retrieval F1 while staying compatible with keyword-based infrastructure.

Predicts an LLM agent's final success or failure from partial execution traces and halts runs when outcomes are confident to save per-task compute. Uses LightGBM success/failure classifiers on behavioral, textual, and reference features; cuts 13–26% steps and up to 44% input tokens on benchmarks.