paper-with-me

Papers

Fictional Worldbuilding: Multi-Agent LLM Collaboration with Hierarchical Context Compression and Iterative Review

2026-07-10 · Jingbo Chen, He Wang, Wei Yuan, Yuqiao Lai, Zhenyan Lu arxiv

Worldbuilding, the construction of coherent fictional worlds, is a foundational task in game design and literary creation. Large Language Models (LLMs) offer new possibilities for automated content generation, but their application to worldbuilding faces three challenges: context explosion that grows linearly with the building process, the tension between creative diversity and content consistency, and the absence of automated quality assurance. This paper presents AutoWorldBuilder, a multi-agent collaborative system that addresses these challenges through five integrated components: a structured concept network with conflict detection; a DAG-based hybrid batch scheduler that groups tasks by semantic locality; a four-layer context compression mechanism achieving approximately 90% token reduction; an iterative review system with specialized Auditor agents that improves proposal pass rates from 42% to over 85%; and a skill-driven agent architecture supporting zero-code extension with differentiated temperature configuration. Two experiments across 20 diverse worldbuilding tasks, using GPT-OSS 120B and DeepSeek v3.2 as LLM backends, demonstrate a 95.0% success rate. The system generated 56-103 self-consistent concepts per world in 18-31 minutes with zero-conflict delivery. The architectural patterns validated here, including layer-as-budget compression, semantic-locality scheduling, and separation of generation and review, transfer to the broader class of knowledge-intensive, multi-agent LLM applications.

📄 PDF Abstract BibTeX arXiv:2607.09403

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards General Natural Language Understanding with Probabilistic Worldbuilding

2021-05-06 · Abulhair Saparov, Tom M. Mitchell

We introduce the Probabilistic Worldbuilding Model (PWM), a new fully-symbolic Bayesian model of semantic parsing and reasoning, as a first step in a research program toward more domain- and task-general NLU and AI. Huma…

Natural Language UnderstandingQuestion AnsweringSemantic Parsing

We Choose to Go to Space: Agent-driven Human and Multi-Robot Collaboration in Microgravity

2024-02-22 · Miao Xin, Zhongrui You, Zihan Zhang, Taoran Jiang 외

We present SpaceAgents-1, a system for learning human and multi-robot collaboration (HMRC) strategies under microgravity conditions. Future space exploration requires humans to work together with robots. However, acquiri…

Decision Making

Co-Director: Agentic Generative Video Storytelling

2026-04-27 · Yale Song, Yiwen Song, Nick Losier, Nathan Hodson 외 arxiv

While diffusion models generate high-fidelity video clips, transforming them into coherent storytelling engines remains challenging. Current agentic pipelines automate this via chained modules but suffer from semantic dr…

Designing for Human-Agent Alignment: Understanding what humans want from their agents

2024-04-04 · Nitesh Goyal, Minsuk Chang, Michael Terry

Our ability to build autonomous agents that leverage Generative AI continues to increase by the day. As builders and users of such agents it is unclear what parameters we need to align on before the agents start performi…

Ethics

BookWorld: From Novels to Interactive Agent Societies for Creative Story Generation

2025-04-20 · Yiting Ran, Xintao Wang, Tian Qiu, Jiaqing Liang 외

Recent advances in large language models (LLMs) have enabled social simulation through multi-agent systems. Prior efforts focus on agent societies created from scratch, assigning agents with newly defined personas. Howev…

Story Generation