SEJul 1

Benchmarking Code Improvement with Progressive, Adaptive, and Interactive Feedback

arXiv:2607.0136010.6
Predicted impact top 40% in SE · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and developers evaluating LLMs on code improvement tasks, PAIR-Bench offers a more nuanced benchmark that captures partial progress and feedback use, addressing limitations of existing coarse evaluation protocols.

PAIR-Bench introduces a progressive and adaptive benchmark for evaluating LLMs' ability to improve code through feedback-guided refinement, using structured hinting to measure repair accuracy, generalization, regression avoidance, and required assistance. It provides finer-grained assessment than binary pass/fail metrics.

Large language models (LLMs) are typically evaluated on code generation and program repair using binary functional correctness: a generated program or patch either passes or fails a test suite. This protocol is simple but coarse, as it ignores partial progress, feedback use, regressions, and the refinement trajectory through which models often improve code. We introduce PAIR-Bench, a progressive and adaptive benchmark for evaluating code improvement: transforming an incorrect or incomplete program into a more correct one through feedback-guided refinement. PAIR-Bench uses progressive hinting, a structured feedback protocol with two controls. Failure-region control determines what the feedback targets by grouping hidden failing tests into failure scenarios, while hint-depth control determines how much repair-relevant information is revealed, from coarse symptoms to implementation-level guidance. This design enables PAIR-Bench to measure whether a model repairs targeted failures, generalizes beyond the hint, preserves already-correct behavior, and how much assistance it requires. By evaluating repair trajectories progressive metrics rather than only final pass/fail outcomes, PAIR-Bench provides a finer-grained assessment of LLM code-improvement capability.

Foundations

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

Your Notes