Agentic Rubrics as Contextual Verifiers for SWE Agents
Mohit Raghavendra, Anisha Gunjal, Bing Liu, Yunzhong He
TL;DR
Verification signals for SWE agents are central to training and efficient inference but are hard to scale when relying on code execution. The authors propose Agentic Rubrics, which generate a repository-grounded rubric with four axes and score patches execution-free, enabling parallel test-time scaling. On SWE-Bench Verified, Agentic Rubrics outperform strong baselines and align well with ground-truth tests while exposing issues tests may miss; ablations show that repository-grounding and rubric-agent quality are essential, with open-weight models capable of distilling the approach. Overall, the method offers a scalable, interpretable, and granular verification signal that can improve post-training rewards and patch selection in SWE agents.
Abstract
Verification is critical for improving agents: it provides the reward signal for Reinforcement Learning and enables inference-time gains through Test-Time Scaling (TTS). Despite its importance, verification in software engineering (SWE) agent settings often relies on code execution, which can be difficult to scale due to environment setup overhead. Scalable alternatives such as patch classifiers and heuristic methods exist, but they are less grounded in codebase context and harder to interpret. To this end, we explore Agentic Rubrics: an expert agent interacts with the repository to create a context-grounded rubric checklist, and candidate patches are then scored against it without requiring test execution. On SWE-Bench Verified under parallel TTS evaluation, Agentic Rubrics achieve a score of 54.2% on Qwen3-Coder-30B-A3B and 40.6% on Qwen3-32B, with at least a +3.5 percentage-point gain over the strongest baseline in our comparison set. We further analyze rubric behavior, showing that rubric scores are consistent with ground-truth tests while also flagging issues that tests do not capture. Our ablations show that agentic context gathering is essential for producing codebase-specific, unambiguous criteria. Together, these results suggest that Agentic Rubrics provide an efficient, scalable, and granular verification signal for SWE agents.
