paper-with-me

홈 › Papers

Fast Proxies for LLM Robustness Evaluation

2025-02-14 · Tim Beyer, Jan Schuchardt, Leo Schwinn, Stephan Günnemann

Evaluating the robustness of LLMs to adversarial attacks is crucial for safe deployment, yet current red-teaming methods are often prohibitively expensive. We compare the ability of fast proxy metrics to predict the real-world robustness of an LLM against a simulated attacker ensemble. This allows us to estimate a model's robustness to computationally expensive attacks without requiring runs of the attacks themselves. Specifically, we consider gradient-descent-based embedding-space attacks, prefilling attacks, and direct prompting. Even though direct prompting in particular does not achieve high ASR, we find that it and embedding-space attacks can predict attack success rates well, achieving $r_p=0.87$ (linear) and $r_s=0.94$ (Spearman rank) correlations with the full attack ensemble while reducing computational cost by three orders of magnitude.

📄 PDF Abstract BibTeX arXiv:2502.10487

Code (0)

등록된 구현이 없습니다.

Tasks

Red Teaming

Similar Papers 제목 키워드 기반

An Evaluation of Zero-Cost Proxies -- from Neural Architecture Performance to Model Robustness

2023-07-18 · Jovita Lukasik, Michael Moeller, Margret Keuper

Zero-cost proxies are nowadays frequently studied and used to search for neural architectures. They show an impressive ability to predict the performance of architectures by making use of their untrained weights. These t…

Feature Importance

NAS-Bench-Suite-Zero: Accelerating Research on Zero Cost Proxies

2022-10-06 · Arjun Krishnakumar, Colin White, Arber Zela, Renbo Tu 외

Zero-cost proxies (ZC proxies) are a recent architecture performance prediction technique aiming to significantly speed up algorithms for neural architecture search (NAS). Recent work has shown that these techniques show…

AutoMLNeural Architecture Search

TG-NAS: Generalizable Zero-Cost Proxies with Operator Description Embedding and Graph Learning for Efficient Neural Architecture Search

2024-03-30 · Ye Qiao, Jingcheng Li, Haocheng Xu, Sitao Huang

Neural Architecture Search (NAS) is a powerful technique for discovering high-performing CNN architectures, but most existing methods rely on costly training or extensive sampling. Zero-shot NAS offers a training-free al…

Graph LearningNeural Architecture Search

Lost in Simulation: LLM-Simulated Users are Unreliable Proxies for Human Users in Agentic Evaluations

2026-01-23 · Preethi Seshadri, Samuel Cahyawijaya, Ayomide Odumakinde, Sameer Singh 외 arxiv

Agentic benchmarks increasingly rely on LLM-simulated users to scalably evaluate agent performance, yet the robustness, validity, and fairness of this approach remain unexamined. Through a user study with participants ac…

How to Choose How to Choose Your Chatbot: A Massively Multi-System MultiReference Data Set for Dialog Metric Evaluation

2023-05-23 · Huda Khayrallah, Zuhaib Akhtar, Edward Cohen, Jyothir S V 외

We release MMSMR, a Massively Multi-System MultiReference dataset to enable future work on metrics and evaluation for dialog. Automatic metrics for dialogue evaluation should be robust proxies for human judgments; howeve…

ChatbotDialogue Evaluation