paper-with-me

Papers

Beyond Success Rate: Cost-Aware Evaluation of Offensive and Defensive Security Agents

2026-07-16 · Paul Kassianik, Blaine Nelson, Yaron Singer arxiv

Security-agent evaluations commonly measure peak offensive capability under generous inference budgets, emphasizing vulnerability discovery, exploit development, penetration testing, and CTF completion. Such measurements are useful but incomplete: in operational security, every reasoning step, tool call, telemetry query, and enrichment request consumes budget. We evaluate language-model security agents through this cost-success lens on offensive Cybench challenges and defensive Splunk BOTS v1 investigation challenges. Instead of reporting only best-case success, we compare models at fixed cost levels and decompose performance by inference spend and tool spend. Our results show distinct scalingregimes for red- and blue-team tasks. Offensive CTF performance improves with additional test-time compute, and scaled open-weight models can approach frontier proprietary systems while remaining cost-competitive. Defensive SOC investigation does not scale in the same way: success depends more heavily on disciplined tool use, telemetry navigation, and selective enrichment than on raw reasoning budget alone. We argue that security-agent benchmarks should measure economic efficiency and operational fit alongside task success. Cost-aware, SOC-native evaluations provide a clearer picture of which models are practically useful today and where defensive agents still need to improve. We present an interactive website with our results https://evals.frontier.security.

📄 PDF Abstract BibTeX arXiv:2607.15263

Code (2)

Aaron617/agent-arXiv-daily ★ 10
InsomaniacElf/sg-tamil-tts-resources- ★ 1

Similar Papers 제목 키워드 기반

Beyond Accuracy: A Multi-Dimensional Framework for Evaluating Enterprise Agentic AI Systems

2025-11-18 · Sushant Mehta arxiv

Current agentic AI benchmarks predominantly evaluate task completion accuracy, while overlooking critical enterprise requirements such as cost-efficiency, reliability, and operational stability. Through systematic analys…

Benchmarking Vision-Language-Action Models on SO-101: Failure and Recovery Analysis

2026-06-07 · Yi Yu, Xinchuan Qiu arxiv

Vision-Language-Action (VLA) models have demonstrated strong generalization in robotic manipulation, yet existing evaluations are primarily conducted in simulation or on expensive robotic platforms, leaving their robustn…

PANDO: Efficient Multimodal AI Agents via Online Skill Distillation

2026-05-24 · Yubo Li, Yidi Miao, Yuntian Shen, Yuxin Liu arxiv

Recent advances in multimodal web agents often rely on increased inference-time computation, including rollout search, verifier passes, offline skill discovery, and specialist model stacks. This raises a central question…

ProtDBench: A Unified Benchmark of Protein Binder Design and Evaluation

2026-05-05 · Cong Liu, Milong Ren, Jiaqi Guan, Chengyue Gong 외 arxiv

Recent advances in de novo protein binder design have enabled increasing experimental validation, yet reported in silico metrics remain difficult to interpret or compare across studies due to non-standardized evaluation …

Computational Efficiency

CREPE: Coordinate-Aware End-to-End Document Parser

2024-05-01 · Yamato Okamoto, Youngmin Baek, Geewook Kim, Ryota Nakao 외

In this study, we formulate an OCR-free sequence generation model for visual document understanding (VDU). Our model not only parses text from document images but also extracts the spatial coordinates of the text based o…

document understandingOptical Character Recognition (OCR)Question AnsweringSemantic Parsing+1