🤖 AI Summary
This work addresses the critical limitation of existing automatic evaluation methods for jailbreaking attacks on large language models, which rely on coarse-grained harm assessments and consequently overestimate attack success rates. To remedy this, we propose FJAR, a novel framework featuring an anchor-based, fine-grained evaluation mechanism. FJAR establishes high-quality reference standards by decomposing model responses into five distinct categories—refusal, irrelevant, unhelpful, incorrect, and successful—and employs harmless tree decomposition to align closely with human judgment. Beyond accurately determining whether a jailbreak truly fulfills malicious intent, FJAR identifies specific failure modes and offers actionable insights for refining attacks. Experimental results demonstrate that FJAR significantly outperforms current methods across multiple metrics and achieves the highest agreement with human evaluators, effectively revealing the genuine efficacy of jailbreaking attempts.
📝 Abstract
Jailbreak attacks present a significant challenge to the safety of Large Language Models (LLMs), yet current automated evaluation methods largely rely on coarse classifications that focus mainly on harmfulness, leading to substantial overestimation of attack success. To address this problem, we propose FJAR, a fine-grained jailbreak evaluation framework with anchored references. We first categorized jailbreak responses into five fine-grained categories: Rejective, Irrelevant, Unhelpful, Incorrect, and Successful, based on the degree to which the response addresses the malicious intent of the query. This categorization serves as the basis for FJAR. Then, we introduce a novel harmless tree decomposition approach to construct high-quality anchored references by breaking down the original queries. These references guide the evaluator in determining whether the response genuinely fulfills the original query. Extensive experiments demonstrate that FJAR achieves the highest alignment with human judgment and effectively identifies the root causes of jailbreak failures, providing actionable guidance for improving attack strategies.