paper-with-me

Papers

Context-Aware Testing: A New Paradigm for Model Testing with Large Language Models

2024-10-31 · Paulius Rauba, Nabeel Seedat, Max Ruiz Luyten, Mihaela van der Schaar

The predominant de facto paradigm of testing ML models relies on either using only held-out data to compute aggregate evaluation metrics or by assessing the performance on different subgroups. However, such data-only testing methods operate under the restrictive assumption that the available empirical data is the sole input for testing ML models, disregarding valuable contextual information that could guide model testing. In this paper, we challenge the go-to approach of data-only testing and introduce context-aware testing (CAT) which uses context as an inductive bias to guide the search for meaningful model failures. We instantiate the first CAT system, SMART Testing, which employs large language models to hypothesize relevant and likely failures, which are evaluated on data using a self-falsification mechanism. Through empirical evaluations in diverse settings, we show that SMART automatically identifies more relevant and impactful failures than alternatives, demonstrating the potential of CAT as a testing paradigm.

📄 PDF Abstract BibTeX arXiv:2410.24005

Code (2)

pauliusrauba/SMART_Testing 공식 구현
vanderschaarlab/SMART_Testing 공식 구현

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

CTTA-T: Continual Test-Time Adaptation for Text Understanding via Teacher-Student with a Domain-aware and Generalized Teacher

2025-12-20 · Tianlun Liu, Zhiliang Tian, Zhen Huang, Xingzhi Zhou 외 arxiv

Text understanding often suffers from domain shifts. To handle testing domains, domain adaptation (DA) is trained to adapt to a fixed and observed testing domain; a more challenging paradigm, test-time adaptation (TTA), …

Test-time AdaptationDomain Adaptation

REST: Stress Testing Large Reasoning Models by Asking Multiple Problems at Once

2025-07-14 · Zhuoshi Pan, Qizhi Pei, Yu Li, Qiyao Sun 외

Recent Large Reasoning Models (LRMs) have achieved remarkable progress on task-specific benchmarks, yet their evaluation methods remain constrained by isolated problem-solving paradigms. Existing benchmarks predominantly…

Synergizing Code Coverage and Gameplay Intent: Coverage-Aware Game Playtesting with LLM-Guided Reinforcement Learning

2025-12-14 · Enhong Mu, Minami Yoda, Yan Zhang, Mingyue Zhang 외 arxiv

The widespread adoption of the "Games as a Service" model necessitates frequent content updates, placing immense pressure on quality assurance. In response, automated game testing has been viewed as a promising solution …

Reinforcement Learning

Testing $k$-Monotonicity

2016-09-01 · Clément L. Canonne, Elena Grigorescu, Siyao Guo, Akash Kumar 외

A Boolean $k$-monotone function defined over a finite poset domain ${\cal D}$ alternates between the values $0$ and $1$ at most $k$ times on any ascending chain in ${\cal D}$. Therefore, $k$-monotone functions are natura…

Learning Theory

SG-CADVLM: A Context-Aware Decoding Powered Vision Language Model for Safety-Critical Scenario Generation

2026-01-26 · Hongyi Zhao, Shuo Wang, Qijie He, Ziyuan Pu arxiv

Autonomous Vehicle (AV) requires rigorous testing in safety-critical scenarios for safety validation, yet its validation is hindered by the high cost of field testing and the lack of fidelity in current simulations for r…