RubricRobustness: Evaluating the Sensitivity of Rubrics-Based Benchmarks to Simple Perturbations
Abstract
Lay Summary
As AI language models take on higher-stakes work, such as giving medical advice or answering open-ended questions, we increasingly rely on other AI systems to grade their answers. These automatic graders score a response by checking it against a long list of expert-written criteria. This raises a basic question: can such a grader actually tell when an answer is bad, or can it be fooled? We built RubricRobustness, a simple tool that stress tests these graders. We take answers the grader has already scored and deliberately damage them in three ways: flipping statements to mean the opposite, removing parts of the answer, and padding the answer with irrelevant, off-topic text. A trustworthy grader should lower its score whenever an answer is damaged. We tested two widely used grading systems, one for medical questions and one for general questions. The graders reliably caught answers whose meaning had been reversed, but they often failed to penalize answers stuffed with irrelevant filler. Because these graders increasingly decide which AI systems look best, such blind spots matter. We release our tool so anyone can check a grader for these weaknesses before trusting its scores.