LGJun 24

RevengeBench: Reverse Engineering Code-Space Policies from Behavioral Experiments

arXiv:2606.2609418.0
Predicted impact top 11% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a benchmark and methodology for inferring latent programmatic policies from behavioral data, enabling opponent modeling and policy interpretability in game AI.

RevengeBench introduces a benchmark for reconstructing executable decision programs from behavioral traces in game environments, achieving 34-72% recovery of initial policy distance across twelve LLMs, with reconstructed policies providing competitive advantage.

For most of scientific history, researchers studying behavior could only infer hidden mechanisms from outward actions: an inverse problem that becomes more tractable when observation is augmented by targeted intervention. We pose a computational analogue: given only behavioral traces of an agent in a game environment, can a learner reconstruct the underlying decision program as executable code, and how much does this reconstruction improve with the ability to design controlled experiments? We introduce RevengeBench, a benchmark of 75 LLM generated, Elo-calibrated policies across five game environments, drawn from CodeClash tournament trajectories. The learner observes the hidden target policy play against sampled opponents and designs behavioral probes in the form of custom opponent policies that elicit informative behavior. It then submits an executable hypothesis, which is evaluated using continuous action-distance metrics. We further validate that recovered code carries informative signal in downstream player-versus-player tournaments. Across twelve frontier LLMs, recovery quality varies substantially (34 to 72% of initial distance closed), with reconstructed policies yielding measurable competitive advantage, particularly for weaker models that otherwise struggle to design effective counter-strategies. Our benchmark positions behavioral recovery of programmatic policies as a tractable inverse problem in code-space, opening a path to opponent modeling, policy interpretability, and the broader question of inferring latent mechanisms from observations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes