Benchmark Exposes Agent Over-Refusal at Action Boundaries

๐กSee why stronger models still over-refuseโand how to test agent decisions before irreversible actions.
โก 30-Second TL;DR
What Changed
Release v2026-05 includes 106 incident-anchored scenarios across developer operations, customer service, finance, legal, medical, HR, and security.
Why It Matters
The results suggest that improving general model capability alone will not produce reliable action gating. Over-refusal can create operational friction and reduce automation value, while under-refusal remains a lower-frequency but high-severity safety risk.
What To Do Next
Evaluate your tool-using agent on SteerBench-Work-style paired scenarios, especially evidence-reversed cases, and track false holds separately from unsafe proceeds.
Key Points
- โขRelease v2026-05 includes 106 incident-anchored scenarios across developer operations, customer service, finance, legal, medical, HR, and security.
- โขModels wrongly hold authorized, evidence-cleared work in 28.1% of opportunities, while wrongly allowing unsafe work in only 1.0%.
- โขRisk-resolved commits are the hardest cases, especially when signed or structured evidence has already cleared a real risk trigger.
- โขPerformance falls to 63.8% on evidence-reversed mirrors of famous incidents, compared with 98.5% on the original incidents.
- โขThe benchmark is bidirectional and nearly balances proceed versus hold labels to measure both error types fairly.
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขSteerBench-Work utilizes a 'Counterfactual Mirroring' methodology, where original incident prompts are systematically altered to flip the safety status, testing if models rely on semantic keywords rather than logical reasoning.
- โขThe benchmark incorporates a 'Human-in-the-Loop' (HITL) simulation layer that evaluates how models respond to ambiguous policy instructions versus explicit authorization tokens.
- โขAnalysis of model failures indicates that 'Over-Refusal' is highly correlated with high-temperature sampling and aggressive system-prompt safety constraints, suggesting a trade-off between alignment and utility.
- โขThe dataset includes a specific 'Audit-Trail' evaluation metric that measures whether the agent provides a coherent justification for its decision to hold or proceed, which is often missing in standard benchmarks.
- โขSteerBench-Work was developed in collaboration with industry partners to ensure that the 106 scenarios reflect real-world 'false positive' rates observed in enterprise-grade autonomous agents.
๐ Competitor Analysisโธ Show
| Feature | SteerBench-Work | AgentBench | SafetyGym |
|---|---|---|---|
| Focus | Action Boundary Calibration | General Agent Capability | Reinforcement Learning Safety |
| Pricing | Open Source | Open Source | Open Source |
| Primary Metric | Over-Refusal vs. Unsafe-Action Rate | Task Success Rate | Constraint Violation Rate |
๐ ๏ธ Technical Deep Dive
- The benchmark utilizes a dual-encoder evaluation architecture to compare the agent's internal state (hidden representations) against the final output decision.
- It employs a 'Prompt-Injection-Resistant' evaluation harness that prevents models from bypassing the decision logic via adversarial inputs.
- The dataset is structured as a JSONL schema containing 'Context', 'Action-Trigger', 'Evidence-Payload', and 'Ground-Truth-Label' fields for each scenario.
- Evaluation scripts utilize a weighted F1-score to penalize over-refusal and unsafe-action errors differently based on the severity of the domain (e.g., medical vs. customer service).
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI โ