cross-family evaluation

Evaluating generalization and transfer of metrics, monitors, or audits across different model families, training regimes, and architectures, and calibrating decision rules for held‑out families. This involves designing evaluation protocols that measure performance, false positives/negatives, and robustness of detection across diverse model families.

cross-familyevaluation

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

This study addresses the significant performance degradation of trustworthy monitoring models when transferred across model lineages, which leads to an overestimation of their capability to detect harmful behaviors in uncalibrated lineages. By controlling for policy model lineage as a variable and employing rigorous leakage-free data splits alongside large-scale (up to 34B parameter) text-based monitors, this work is the first to reveal and quantify the lineage-specific advantage of monitors calibrated on the same lineage. This advantage stems from geometric differences in the directional alignment of harmful behaviors from distinct lineages within the scoring space. Experiments on a code backdoor task show that same-lineage monitors capture 41% of attacks under a 1% audit budget, compared to only 19% for cross-lineage monitors—a 21.7 percentage point gap—while cross-lineage AUROC improves by 0.172 with robust results.

AI controlcalibration-family overfitcross-family transfer

Current evaluation practices for supervised learning models are often misleading due to an overreliance on single aggregate metrics, which neglect the alignment among data characteristics, task objectives, and real-world application contexts. This work reframes model evaluation as a context-dependent, decision-oriented process and systematically investigates—through controlled experiments—the impact of dataset properties, validation strategies, class imbalance, and asymmetric error costs on evaluation outcomes. Leveraging diverse benchmark datasets, multiple validation protocols, and multidimensional performance measures, the study uncovers common pitfalls such as the accuracy paradox, data leakage, and metric misuse. It proposes a structured evaluation framework explicitly aligned with operational goals, offering principled guidance for developing more robust, reliable, and trustworthy supervised learning systems.

class imbalancemodel evaluationperformance metrics

This paper addresses the problem that conventional calibration evaluation of deep learning models is vulnerable to spurious recalibration—i.e., trivial post-hoc adjustments that improve calibration metrics without enhancing generalization. To tackle this, we propose a novel joint evaluation paradigm integrating calibration and generalization. First, we derive a Bregman-divergence-based decomposition of calibration error, establishing the first theoretical connection between calibration metrics and generalization objectives (e.g., negative log-likelihood). Second, we design a new reliability diagram that jointly visualizes calibration bias and estimated generalization error. Third, we characterize multiple “pseudo-optimal” calibration phenomena and provide theoretically grounded, detectable criteria for identifying trivial recalibration. Experiments on standard benchmarks demonstrate that our approach significantly improves model diagnostic capability, yielding a more reliable and interpretable evaluation framework for calibration research.

Developing visualization for calibration and generalization errorProving relationship between full and confidence calibration errorReassessing calibration metrics in machine learning

Auditability and the Landscape of Distance to Multicalibration

Sep 21, 2025
ND
Nathan Derhake
🏛️ University of Southern California

Existing multicalibration metrics lack simultaneous auditability and interpretable quantification of required model modifications. Method: We propose two novel information-theoretic, audit-friendly distance measures—differentiable Multicalibration (dMC) and Intersection Multicalibration—both rigorously equivalent to the geometric distance from the predictor to the set of perfectly multicalibrated predictors. These measures precisely quantify the magnitude of necessary adjustments and support verifiable auditing within the differentiable Calibration Error (dCE) framework. Contribution/Results: Theoretical analysis characterizes the loss landscape structure of multicalibration error and the geometric properties of its optimal solution set. Unlike prior generalizations, our metrics are the first to jointly satisfy auditability, reasonableness, and interpretability of modification magnitude. They establish a rigorous foundation for assessing multi-group fairness and robust uncertainty modeling, offering both theoretical insight and practical utility.

Addressing limitations of existing multicalibration error metric generalizationsDeveloping auditable metrics for distance to multicalibration of predictorsMeasuring how multicalibrated a predictor is for uncertainty estimates

Benchmarking Transferability: A Framework for Fair and Robust Evaluation

Apr 28, 2025
AK
Alireza Kazemi
🏛️ The University of Queensland

This work addresses the fundamental lack of fairness and robustness in evaluating model transferability across domains. We propose the first systematic, standardized benchmarking framework for assessing cross-domain transfer capability. Our method introduces a unified multi-source-domain–target-domain evaluation protocol, encompassing diverse transfer tasks and perturbation-robustness analysis, and adopts head-training (i.e., linear-probe fine-tuning) as the consistent evaluation paradigm. Empirical analysis reveals significant performance discrepancies among existing transferability metrics under varying experimental settings, undermining their reliability. Our framework substantially improves assessment fidelity, yielding an average 3.5% gain in transfer performance under standard head-training configurations. To foster reproducibility and rigorous comparison, we fully open-source all code, datasets, and evaluation pipelines—establishing a new, standardized paradigm for transferability measurement.

Addressing inconsistencies in transferability measurement methodsEvaluating reliability of transferability scores across domainsProposing standardized framework for robust transferability assessment

Latest Papers

What's happening recently
View more

In weakly supervised learning, evaluation metrics are often confounded by the label generation mechanism, obscuring true model performance. This work introduces the concept of “evaluation sovereignty,” framing evaluation validity as a system-level property governed by label provenance, and proposes a multi-track evaluation framework that systematically varies the sources of training and evaluation labels—such as silver versus gold labels—to probe a model’s dependence on label authority. Through hierarchical multi-label classification experiments combining Micro-F1 and ranking-based metrics, the study reveals that models achieving strong performance under silver-label evaluation (Micro-F1 ≈ 0.54) collapse dramatically (to Micro-F1 ≈ 0.03) when assessed on independent gold labels, suggesting that current evaluation practices may primarily measure alignment with noisy supervision rather than genuine predictive capability.

evaluation sovereigntylabel authoritymetadata-driven classification

Current safety evaluations assume consistent model behavior between testing and deployment environments; however, if models can detect evaluation cues and adapt their responses accordingly, safety may be significantly overestimated. This work systematically disentangles the detectability, behavioral manifestation, and controllability of “evaluation awareness,” introducing the concept of “evaluation hallucination” to describe its multidimensional and independently varying nature. Through eight experiments combining behavioral analysis, probing, multi-layer interventions, and statistical testing across 37 open-source models and benchmarks such as HarmBench, the study empirically demonstrates that most models exhibit moderate capability in detecting evaluation cues (AUROC up to 0.714), that evaluation frameworks can inflate compliance rates by up to 30 percentage points, and that internal representations retain strong signals even after behavioral alignment fails (probe AUROC reaching 0.98). These findings indicate that no single metric reliably predicts real-world safety.

benchmark illusiondeployment behaviorevaluation awareness

This study addresses the fundamental trade-off in large language model evaluation among evaluator coupling (γ), policy diversity (measured by entropy H), and few-shot reliability (quantified by the coefficient of variation CV). Extending empirical conditions from five to eleven, the work systematically quantifies the interplay among these three factors and introduces the first standardized benchmark dataset for evaluation. Results reveal a strong negative correlation between γ and H (r = −0.989), indicating that low coupling is accompanied by high measurement noise. Notably, no experimental setting simultaneously achieves γ < 0.2 and CV(N=5) < 0.3, highlighting an inherent tension among these desiderata. The analysis also uncovers anomalous patterns linked to version drift in GPT-4o, offering empirical grounding for the design of more robust and reliable evaluation frameworks.

bias-reliability tradeoffevaluator couplingLLM evaluation

This study addresses the limited reliability of existing training data contamination detection methods in real-world auditing scenarios, particularly when distribution shifts occur or when reference benchmarks are substantially smaller than the pretraining corpus. Through a systematic evaluation of three dominant paradigms—LLM Dataset Inference, Post-Hoc Dataset Inference, and CoDeC—the authors conduct 335 experiments across 27 open-source and state-of-the-art closed-source language models (up to 27B parameters). They identify distribution shift and small-scale benchmarks as two critical failure modes, revealing that only 199 evaluations yield correct conclusions. Current approaches suffer from high false-positive rates, low statistical power, or coarse-grained provenance resolution, rendering them inadequate for reliably verifying individual benchmark subsets and underscoring the irreplaceable value of transparent data provenance.

benchmark contaminationdata provenancedistribution shift

Existing model certification methods struggle to reliably assess generalization under training perturbations, and conventional proxy metrics—such as test accuracy or sharpness—are either prone to failure or computationally expensive. This work proposes directional sharpness, a novel proxy metric that evaluates the sensitivity of the loss landscape along specific directions, thereby introducing directionality into sharpness measurement for the first time. The method enables efficient and robust prediction of generalization performance and supports trustworthy verification through model auditing combined with zero-knowledge proofs, without exposing training data. Empirical results demonstrate that directional sharpness exhibits stronger correlation with generalization error, more accurately identifies poorly generalizing models, and incurs low computational overhead, making it well-suited for practical certification scenarios.

generalizationmodel certificationsharpness

Hot Scholars

BM

Bilge Mutlu

Professor of Computer Science, University of Wisconsin–Madison
Human-computer interactionhuman-robot interactionroboticsend-user programming
KS

Koustuv Saha

University of Illinois Urbana-Champaign
Computational Social ScienceSocial ComputingHuman-Centered Machine LearningWellbeing
DW

Dong Whi Yoo

Assistant Professor, Indiana University Indianapolis
human-AI interactiondigital mental healthcscwsocial computing
MF

Michael F. Xu

University of Wisconsin - Madison
human-robot interaction