AutoWorldBuilder:多智能体LLM协作的分层上下文压缩与迭代审核

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

精选理由

这篇论文用多智能体协作搞世界构建,解决了上下文太长和内容不一致的老问题,效率高还零冲突,值得看看。

AI 摘要

本文提出AutoWorldBuilder,一个多智能体协作系统,用于自动化虚构世界构建。该系统通过四层上下文压缩机制实现约90%的token缩减。迭代审核系统将提案通过率从42%提升至85%以上。在20个不同任务上,使用GPT-OSS 120B和DeepSeek v3.2作为后端,系统达到95.0%的成功率。每个世界生成56-103个一致概念,耗时18-31分钟,零冲突交付。

原文 · arXiv: DeepSeek

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

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.