paper-with-me

Papers

A Database-Driven Framework for 3D Level Generation with LLMs

2025-08-25 · Kaijie Xu, Clark Verbrugge arxiv

Procedural Content Generation for 3D game levels faces challenges in balancing spatial coherence, navigational functionality, and adaptable gameplay progression across multi-floor environments. This paper introduces a novel framework for generating such levels, centered on the offline, LLM-assisted construction of reusable databases for architectural components (facilities and room templates) and gameplay mechanic elements. Our multi-phase pipeline assembles levels by: (1) selecting and arranging instances from the Room Database to form a multi-floor global structure with an inherent topological order; (2) optimizing the internal layout of facilities for each room based on predefined constraints from the Facility Database; and (3) integrating progression-based gameplay mechanics by placing components from a Mechanics Database according to their topological and spatial rules. A subsequent two-phase repair system ensures navigability. This approach combines modular, database-driven design with constraint-based optimization, allowing for systematic control over level structure and the adaptable pacing of gameplay elements. Initial experiments validate the framework's ability in generating diverse, navigable 3D environments and its capability to simulate distinct gameplay pacing strategies through simple parameterization. This research advances PCG by presenting a scalable, database-centric foundation for the automated generation of complex 3D levels with configurable gameplay progression.

📄 PDF Abstract BibTeX arXiv:2508.18533

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Evaluating Large Language Models for Graph Query Generation

2024-11-13 · Siraj Munir, Alessandro Aldini

Large Language Models (LLMs) are revolutionizing the landscape of Generative Artificial Intelligence (GenAI), with innovative LLM-backed solutions emerging rapidly. However, when applied to database technologies, specifi…

Few-Shot LearningKnowledge GraphsRAGRetrieval-augmented Generation

LLM and Agent-Driven Data Analysis: A Systematic Approach for Enterprise Applications and System-level Deployment

2025-11-21 · Xi Wang, Xianyao Ling, Kun Li, Gang Yin 외 arxiv

The rapid progress in Generative AI and Agent technologies is profoundly transforming enterprise data management and analytics. Traditional database applications and system deployment are fundamentally impacted by AI-dri…

Computational Efficiency

DB-Explore: Automated Database Exploration and Instruction Synthesis for Text-to-SQL

2025-03-06 · Haoyuan Ma, Yongliang Shen, Hengwei Liu, Wenqi Zhang 외

Recent text-to-SQL systems powered by large language models (LLMs) have demonstrated remarkable performance in translating natural language queries into SQL. However, these systems often struggle with complex database st…

Logical ReasoningNatural Language QueriesText to SQLText-To-SQL

PR-Attack: Coordinated Prompt-RAG Attacks on Retrieval-Augmented Generation in Large Language Models via Bilevel Optimization

2025-04-10 · Yang Jiao, Xiaodong Wang, Kai Yang

Large Language Models (LLMs) have demonstrated remarkable performance across a wide range of applications, e.g., medical question-answering, mathematical sciences, and code generation. However, they also exhibit inherent…

Anomaly DetectionBilevel OptimizationCode GenerationMedical Question Answering+3

Learning to Route: A Rule-Driven Agent Framework for Hybrid-Source Retrieval-Augmented Generation

2025-09-30 · Haoyue Bai, Haoyu Wang, Shengyu Chen, Zhengzhang Chen 외 arxiv

Large Language Models (LLMs) have shown remarkable performance on general Question Answering (QA), yet they often struggle in domain-specific scenarios where accurate and up-to-date information is required. Retrieval-Aug…

Question Answering