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

Prunes tool-output lines inside a coding LLM agent by turning the agent's own internal representations into per-line keep-or-prune labels. Implements a small classification head plus a length-aware embedding, saving up to 39% of tokens across benchmarks while preserving task quality.

Builds structured knowledge graphs for retrieval-augmented generation via a multi-step GraphRAG pipeline that separates extraction from consolidation. Key features include typed two-stage extraction, DBSCAN-backed deduplication, LLM summarization, Leiden community detection, and a compact 7B extractor model (Meno-Lite-0.1).

A vision-language-action foundation model trained on 100k+ hours of real-world robot manipulation trajectories to follow natural-language instructions and adapt to downstream tasks with minimal fine-tuning. Uses a two-stage (pre-/post-) training recipe and a scalable auto-labeling pipeline; shows clear scaling benefits and state-of-the-art sim-to-real transfer on standard benchmarks.