SEAIDec 11, 2025

PACIFIC: a framework for generating benchmarks to check Precise Automatically Checked Instruction Following In Code

arXiv:2512.10713v2
Originality Incremental advance
AI Analysis

This provides a scalable and contamination-resilient method for assessing core competencies in LLM-based code assistants, though it is incremental as it builds on existing evaluation needs.

The authors tackled the problem of evaluating large language models' ability to follow instructions and reason through code without execution, by introducing PACIFIC, a framework that automatically generates benchmarks with controlled difficulty, and demonstrated its effectiveness in differentiating capabilities across state-of-the-art models.

Large Language Model (LLM)-based code assistants have emerged as a powerful application of generative AI, demonstrating impressive capabilities in code generation and comprehension. A key requirement for these systems is their ability to accurately follow user instructions. We present Precise Automatically Checked Instruction Following In Code (PACIFIC), a novel framework designed to automatically generate benchmarks that rigorously assess sequential instruction-following and code dry-running capabilities in LLMs, while allowing control over benchmark difficulty. PACIFIC produces benchmark variants with clearly defined expected outputs, enabling straightforward and reliable evaluation through simple output comparisons. In contrast to existing approaches that often rely on tool usage or agentic behavior, our work isolates and evaluates the LLM's intrinsic ability to reason through code behavior step-by-step without execution (dry running) and to follow instructions. Furthermore, our framework mitigates training data contamination by facilitating effortless generation of novel benchmark variations. We validate our framework by generating a suite of benchmarks spanning a range of difficulty levels and evaluating multiple state-of-the-art LLMs. Our results demonstrate that PACIFIC can produce increasingly challenging benchmarks that effectively differentiate instruction-following and dry running capabilities, even among advanced models. Overall, our framework offers a scalable, contamination-resilient methodology for assessing core competencies of LLMs in code-related tasks.

Foundations

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

Your Notes