paper-with-me

Papers

Exact Paired Permutation Testing Algorithms for NLP Systems

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Significance testing has played a vital role in the development of NLP systems, providing confidence that one system is indeed better than another one. However, many significance tests involve hard computation problems, and so we rely on approximation methods such as Monte Carlo sampling. In this paper, we provide an exact dynamic programming algorithm that runs in quadratic time in the size of the dataset and performs the paired permutation test, a widely used test in comparing two systems, for the case of comparing accuracies between two classification systems. We show that Monte Carlo approximations are often too noisy to reliably determine whether we can reject the null hypothesis. We show that Monte Carlo approximations are often too noisy to reliably determine whether we can reject the null hypothesis with a significance level of $\threshold\approx 0.05$ for any number of sentence $N$. Additionally, we show that our exact algorithm is more efficient than the approximation algorithm for $N\le 10K$.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

Exact Paired-Permutation Testing for Structured Test Statistics

2022-05-03 · NAACL 2022 7 · Ran Zmigrod, Tim Vieira, Ryan Cotterell

Significance testing -- especially the paired-permutation test -- has played a vital role in developing NLP systems to provide confidence that the difference in performance between two systems (i.e., the test statistic) …

Cheap Permutation Testing

2025-02-11 · Carles Domingo-Enrich, Raaz Dwivedi, Lester Mackey

Permutation tests are a popular choice for distinguishing distributions and testing independence, due to their exact, finite-sample control of false positives and their minimax optimality when paired with U-statistics. H…

Restricted Block Permutation for Two-Sample Testing

2025-11-29 · Jungwoo Ho arxiv

We study a structured permutation scheme for two-sample testing that restricts permutations to single cross-swaps between block-selected representatives. Our analysis yields three main results. First, we provide an exact…

Two-sample testing

How to Train Your MAML to Excel in Few-Shot Classification

2021-06-30 · ICLR 2022 4 · Han-Jia Ye, Wei-Lun Chao

Model-agnostic meta-learning (MAML) is arguably one of the most popular meta-learning algorithms nowadays. Nevertheless, its performance on few-shot classification is far behind many recent algorithms dedicated to the pr…

ClassificationMeta-Learning

Theoretical Foundations of Conformal Prediction

2024-11-18 · Anastasios N. Angelopoulos, Rina Foygel Barber, Stephen Bates

This book is about conformal prediction and related inferential techniques that build on permutation tests and exchangeability. These techniques are useful in a diverse array of tasks, including hypothesis testing and pr…

Conformal PredictionPredictionUncertainty Quantification