paper-with-me

홈 › Papers

ProxyWar: Dynamic Assessment of LLM Code Generation in Game Arenas

2026-02-04 · Wenjun Peng, Xinyu Wang, Qi Wu arxiv

Large language models (LLMs) have revolutionized automated code generation, yet the evaluation of their real-world effectiveness remains limited by static benchmarks and simplistic metrics. We present ProxyWar, a novel framework that systematically assesses code generation quality by embedding LLM-generated agents within diverse, competitive game environments. Unlike existing approaches, ProxyWar evaluates not only functional correctness but also the operational characteristics of generated programs, combining automated testing, iterative code repair, and multi-agent tournaments to provide a holistic view of program behavior. Applied to a range of state-of-the-art coders and games, our approach uncovers notable discrepancies between benchmark scores and actual performance in dynamic settings, revealing overlooked limitations and opportunities for improvement. These findings highlight the need for richer, competition-based evaluation of code generation. Looking forward, ProxyWar lays a foundation for research into LLM-driven algorithm discovery, adaptive problem solving, and the study of practical efficiency and robustness, including the potential for models to outperform hand-crafted agents. The project is available at https://github.com/xinke-wang/ProxyWar.

📄 PDF Abstract BibTeX arXiv:2602.04296

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationCode Repair

Similar Papers 제목 키워드 기반

FML-based Dynamic Assessment Agent for Human-Machine Cooperative System on Game of Go

2017-07-16 · Chang-Shing Lee, Mei-Hui Wang, Sheng-Chi Yang, Pi-Hsia Hung 외

In this paper, we demonstrate the application of Fuzzy Markup Language (FML) to construct an FML-based Dynamic Assessment Agent (FDAA), and we present an FML-based Human-Machine Cooperative System (FHMCS) for the game of…

Decision MakingGame of Go

STORY2GAME: Generating (Almost) Everything in an Interactive Fiction Game

2025-05-06 · Eric Zhou, Shreyas Basavatia, Moontashir Siam, Zexin Chen 외

We introduce STORY2GAME, a novel approach to using Large Language Models to generate text-based interactive fiction games that starts by generating a story, populates the world, and builds the code for actions in a game …

Action GenerationCode GenerationStory Generation

Representing and Generating Levels Over Time through Playtrace Reconstructive Partitioning

2026-07-13 · Emily Halina, Matthew Guzdial arxiv

Video games are a dynamic medium experienced over time. While there are many Procedural Content Generation (PCG) approaches for generating video game levels, they often use representations that abstract away this dynamic…

High-quality generation of dynamic game content via small language models: A proof of concept

2026-01-30 · Morten I. K. Munk, Arturo Valdivia, Paolo Burelli arxiv

Large language models (LLMs) offer promise for dynamic game content generation, but they face critical barriers, including narrative incoherence and high operational costs. Due to their large size, they are often accesse…

An Exploratory Case Study of LLM-Assisted Refactoring and Gameplay Feature Generation in an Endless Runner Game

2026-06-19 · Jan Wunderlich, Markus Kleffmann, Sebastian Lempert arxiv

Large language models (LLMs) are increasingly used to support software development, but their practical usefulness in applied game-development settings remains underexplored, especially when generated code must be integr…