SEApr 28

CoRE: A Fine-Grained Code Reasoning Benchmark Beyond Output Prediction

arXiv:2604.2539942.6h-index: 23Has Code
Predicted impact top 4% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For researchers evaluating LLM code reasoning, this benchmark exposes that output-only tests are insufficient, highlighting the need for process-oriented evaluation.

LLMs show a robustness gap (performance varies across equivalent implementations) and superficial execution (correct final outputs without correct intermediate reasoning) on code reasoning, as revealed by the CoRE benchmark.

Despite strong performance on code generation tasks, it remains unclear whether large language models (LLMs) genuinely reason about code execution. Existing code reasoning benchmarks primarily evaluate final output correctness under a single canonical implementation, leaving two critical aspects underexplored: (1) whether LLMs can maintain consistency to functionally equivalent implementations, and (2) whether LLMs can accurately reason about intermediate execution states. We introduce \textbf{CoRE}, a \textbf{Co}de \textbf{Re}asoning benchmark that evaluates code reasoning through \textbf{implementation invariance} and \textbf{process transparency}. Extensive evaluations on eight frontier LLMs reveal two fundamental limitations. First, models exhibit a substantial \textbf{robustness gap}, with performance varying significantly across equivalent implementations. Second, we observe \textbf{superficial execution}, where models arrive at correct final outputs without correctly reasoning about intermediate execution states. Together, these findings demonstrate that output-only evaluations are insufficient for assessing code reasoning and position CoRE as a necessary benchmark for evaluating robust and faithful code reasoning.\footnote{Data and code are available at https://github.com/ZJUSig/CoRE.}

Foundations

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

Your Notes