robustness evaluation

Designing and conducting tests that measure model performance under corruptions, occlusions, domain shifts or perturbations (including cross-lingual and contextual variations) to quantify failure modes and resilience without retraining where possible.

robustnessevaluation

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

FLUKE: A Linguistically-Driven and Task-Agnostic Framework for Robustness Evaluation

Apr 24, 2025
YO
Yulia Otmakhova
🏛️ The University of Melbourne | RMIT University | Oracle

This study investigates the robustness of NLP models under systematic, minimal linguistic perturbations—spanning orthography, syntax, dialect, and style. We propose the first language-driven, task-agnostic framework for controllable perturbation generation, integrating LLM-based prompt engineering with human-in-the-loop validation to construct high-quality, multi-granularity perturbed datasets. A cross-task benchmarking protocol is designed and evaluated across four mainstream NLP tasks. Key findings are: (1) negation-based modifications induce widespread vulnerability, revealing a shared weakness; (2) LLMs exhibit greater robustness than traditional models but still suffer from significant language-level deficiencies; (3) perturbation effects are strongly task-dependent. Our work establishes a novel systematic robustness evaluation paradigm and provides both theoretical foundations and practical tools for modeling linguistic robustness.

Assessing task-dependent impact of linguistic variations on modelsEvaluating model robustness via systematic test data variationsIdentifying model vulnerabilities to specific linguistic modifications

A Validation Strategy for Deep Learning Models: Evaluating and Enhancing Robustness

Sep 23, 2025
AN
Abdul-Rauf Nuhu
🏛️ North Carolina A&T State University | University of Alabama | Southwest Research Institute

Deep learning models exhibit insufficient robustness against adversarial perturbations and common image corruptions, undermining their reliability in real-world deployment. To address this, we propose an active robustness verification strategy that leverages the training set itself: by performing local robustness analysis, our method automatically identifies “weakly robust” samples—serving as early, interpretable indicators of model vulnerability—and enables targeted robustness enhancement. Unlike conventional passive paradigms that rely solely on perturbed test sets for robustness evaluation, ours is the first to repurpose training data for robustness diagnostics. We integrate adversarial perturbation injection with diverse natural corruption tests. Extensive experiments on CIFAR-10, CIFAR-100, and ImageNet demonstrate that our strategy significantly improves model robustness against both attacks and corruptions (average gain of +8.2%) while enhancing the sensitivity and interpretability of reliability assessment.

Enhancing model reliability against adversarial and corruption attacksEvaluating deep learning model vulnerability to data distortionsProposing training-based validation for robustness assessment

This work addresses the challenge of generating high-coverage, diverse robustness test cases for microservice APIs, where anomalous inputs can trigger cascading failures. The authors propose an automated test generation approach leveraging large language models (LLMs), integrating existing mutation taxonomies into prompt design and introducing two novel strategies: Guided and GuidedFewShot. Evaluations across three open-source LLMs (14B–70B parameters) and seven prompting strategies produced 663 test cases on mono- and multilingual microservice systems. Results demonstrate that prompting strategy exerts a greater influence on test diversity than model size; GuidedFewShot achieves the highest single-run fault coverage—detecting 5 out of 9 and 8 out of 14 failure modes in the two systems, respectively—with low cross-model similarity. Moreover, combining multiple prompting strategies with a single LLM surpasses the effectiveness of multi-model ensembles.

API input validationfailure-mode diversityLLM-generated tests

An Auditing Test To Detect Behavioral Shift in Language Models

Oct 25, 2024
LR
Leo Richter
🏛️ University College London | University of Edinburgh | Miniml.AI

To address unexpected behavioral shifts in language models (LMs) following fine-tuning or deployment, this paper introduces Behavioral Shift Auditing (BSA), a continuous monitoring framework. BSA operates without access to model parameters or gradients, and—uniquely—establishes the first unsupervised, statistical hypothesis testing framework for text generation comparison, leveraging the Kolmogorov–Smirnov test and bootstrap resampling to reliably detect distributional shifts in critical capabilities such as toxicity and translation. The method provides theoretically grounded false positive control and supports configurable tolerance thresholds to accommodate diverse application scenarios. Experiments demonstrate that BSA achieves stable detection of significant behavioral shifts using only hundreds of samples, attaining high sensitivity and low false positive rates on both toxicity and machine translation tasks. Overall, BSA establishes a lightweight, robust, and interpretable paradigm for continuous auditing of LM behavioral evolution.

Detect unintended behavioral shifts in language models post-deploymentMonitor changes in model outputs like toxicity and translationProvide a configurable auditing test with theoretical guarantees

Current evaluation datasets struggle to accurately estimate the risk of rare failures that machine learning models may encounter in deployment. This work proposes an extrapolation method for failure rates grounded in extreme value theory, leveraging the top-k largest failure scores observed in the evaluation set to predict failure rates at deployment scale. To address the inherent safety bias and the tendency of existing extrapolation estimators to overlook high-risk failure modes, the approach incorporates a predictability-aware loss function during fine-tuning. Experiments on the Password Game and GridWorld benchmarks demonstrate that the proposed method substantially reduces prediction error while preserving primary task performance, achieving safety levels comparable to those of supervised baselines.

deployment-scale failure rateevaluation set limitationfailure prediction

Latest Papers

What's happening recently
View more

This work addresses the lack of traceability in existing domain-specific fine-tuning approaches, which often leads to blind and inefficient data augmentation. The authors propose a “programming with data” paradigm that treats structured knowledge representations as a unified foundation for both training and evaluation, drawing an analogy to software development: training data serve as source code, model training as compilation, evaluation as unit testing, and data refinement as debugging. This framework enables precise, concept- and reasoning-chain–oriented model repair through structured knowledge extraction, test-driven data engineering, concept-level gap analysis, and diagnosis of broken reasoning chains. Validated across 16 disciplines, the approach significantly enhances model performance without compromising general capabilities, and the authors release an open-source knowledge base, evaluation suite, and training corpora to support reproducibility and further research.

data engineeringdomain specializationknowledge transfer

Current large language model (LLM) protocols rely solely on end-to-end accuracy for evaluation, which fails to reveal when errors are corrected or introduced during reasoning—particularly under distribution shifts or in modular compositions where behavior becomes opaque. This work proposes a dual-outcome measurement interface that records correctness states before and after each protocol step, enabling fine-grained auditing through reusable metrics: correction rate (c) and corruption rate (γ). By integrating paired outcome measurements, difficulty-proxied conditioning, and Markov factorization tests, the method identifies three failure mechanisms—mixed shifts, presentation contamination, and state insufficiency—and supports compositional prediction and dynamic control in multi-step protocols. Experiments on synthetic mathematical tasks and GSM8K demonstrate that the interface accurately predicts optimal activation or suppression of protocol modules, substantially enhancing system predictability and robustness.

accuracy evaluationdistribution shifterror flow

Current large language model evaluation benchmarks report only aggregate accuracy, offering limited insight into fine-grained capability deficiencies. This work proposes the first unified behavioral diagnostic framework that employs leave-one-model-out (LOMO) cross-validation to cluster failure modes across probe tasks in single-turn and multi-turn dialogues as well as adversarial settings, thereby constructing an interpretable taxonomy of model failures. The approach uncovers common structural patterns underlying model errors and identifies a meta-failure mode characterized by a significant gap between a model’s self-assessment and its actual performance. Experiments demonstrate that with just 50 samples across 2,664 single-turn tasks, the method achieves a Kendall’s tau of 0.81 for ranking consistency and an AUC of 0.88 for cross-model failure prediction, while yielding highly cohesive and interpretable clusters in multi-turn and adversarial scenarios.

behavioral diagnosiscross-regime evaluationfailure taxonomy

This work addresses the “fragile safety” of language models, which mechanically adhere to original safety rules even when contextual shifts invert the safety implications of their actions. To systematically evaluate robustness in dynamic scenarios, we introduce a context-flipping assessment framework that constructs paired examples with reversed safety outcomes. Our analysis reveals, for the first time, a substantial gap—averaging 17.4 percentage points—between models’ safety reasoning and commonsense understanding, demonstrating that this fragility stems from insufficient policy coverage rather than misinterpretation. To mitigate this, we propose a state-aware verification mechanism that replaces conventional action-level safeguards. Evaluated on the PacifAIst benchmark and catastrophic consequence probes, our approach achieves 100% risk detection with zero false positives, whereas existing safeguards completely fail.

aligned language modelsbrittle safetyconsequence-flip

This work addresses the challenge of reliably verifying whether machine unlearning models genuinely eliminate dependence on sensitive data under real-world deployment constraints and imperfect evaluation conditions. It introduces, for the first time, a causal-path perspective to construct an unlearning verification framework, proposing a causal fuzz testing method that systematically identifies both direct and indirect information leakage pathways—such as those mediated by proxy variables, effect cancellation, or subgroup masking—through budget-constrained interventions. The approach generates actionable “leakage reports” for debugging. Experimental results demonstrate that conventional attribution methods often overlook such residual dependencies, whereas the proposed technique effectively uncovers latent sensitivities even in black-box API models, offering a reliable and operationally viable solution for practical unlearning validation.

data deletionmachine unlearningmodel leakage

Hot Scholars

MP

Maura Pintor

University of Cagliari
Machine LearningAdversarial Machine LearningComputer Security
SG

Stephan Günnemann

Professor of Computer Science, Technical University of Munich
Machine LearningGraphsGraph Neural NetworksRobustness
FR

Fabio Roli

Professor, University of Genova and Cagliari, Italy
Pattern recognitionmachine learningcomputer visioncomputer security
XH

Xiaowei Huang

Professor of Computer Science, University of Liverpool
AI Safety and SecurityVerificationTrustworthy AIFormal Methods
DT

Dacheng Tao

Nanyang Technological University
artificial intelligencemachine learningcomputer visionimage processing