paper-with-me

Papers

The Generic Holdout: Preventing False-Discoveries in Adaptive Data Science

2018-09-14 · Preetum Nakkiran, Jarosław Błasiok

Adaptive data analysis has posed a challenge to science due to its ability to generate false hypotheses on moderately large data sets. In general, with non-adaptive data analyses (where queries to the data are generated without being influenced by answers to previous queries) a data set containing $n$ samples may support exponentially many queries in $n$. This number reduces to linearly many under naive adaptive data analysis, and even sophisticated remedies such as the Reusable Holdout (Dwork et. al 2015) only allow quadratically many queries in $n$. In this work, we propose a new framework for adaptive science which exponentially improves on this number of queries under a restricted yet scientifically relevant setting, where the goal of the scientist is to find a single (or a few) true hypotheses about the universe based on the samples. Such a setting may describe the search for predictive factors of some disease based on medical data, where the analyst may wish to try a number of predictive models until a satisfactory one is found. Our solution, the Generic Holdout, involves two simple ingredients: (1) a partitioning of the data into a exploration set and a holdout set and (2) a limited exposure strategy for the holdout set. An analyst is free to use the exploration set arbitrarily, but when testing hypotheses against the holdout set, the analyst only learns the answer to the question: "Is the given hypothesis true (empirically) on the holdout set?" -- and no more information, such as "how well" the hypothesis fits the holdout set. The resulting scheme is immediate to analyze, but despite its simplicity we do not believe our method is obvious, as evidenced by the many violations in practice. Our proposal can be seen as an alternative to pre-registration, and allows researchers to get the benefits of adaptive data analysis without the problems of adaptivity.

📄 PDF Abstract BibTeX arXiv:1809.05596

Code (0)

등록된 구현이 없습니다.

Tasks

Holdout Set

Similar Papers 제목 키워드 기반

An Auditable AI Agent Loop for Empirical Economics: A Case Study in Forecast Combination

2026-03-18 · Minchul Shin arxiv

AI coding agents, general purpose assistants that write and execute code, make empirical specification search fast and cheap, but they also widen hidden researcher degrees of freedom. This paper adapts an open-source age…

A unified framework for bandit multiple testing

2021-07-15 · NeurIPS 2021 12 · Ziyu Xu, Ruodu Wang, Aaditya Ramdas

In bandit multiple hypothesis testing, each arm corresponds to a different null hypothesis that we wish to test, and the goal is to design adaptive algorithms that correctly identify large set of interesting arms (true d…

valid

PAPRIKA: Private Online False Discovery Rate Control

2020-02-27 · Wanrong Zhang, Gautam Kamath, Rachel Cummings

In hypothesis testing, a false discovery occurs when a hypothesis is incorrectly rejected due to noise in the sample. When adaptively testing multiple hypotheses, the probability of a false discovery increases as more te…

Two-sample testing

A New Perspective on Pool-Based Active Classification and False-Discovery Control

2020-08-14 · NeurIPS 2019 12 · Lalit Jain, Kevin Jamieson

In many scientific settings there is a need for adaptive experimental design to guide the process of identifying regions of the search space that contain as many true positives as possible subject to a low rate of false …

Active LearningBinary ClassificationClassificationExperimental Design+1

False Discovery Proportion control for aggregated Knockoffs

2023-09-21 · NeurIPS 2023 11

Controlled variable selection is an important analytical step in various scientific fields, such as brain imaging or genomics. In these high-dimensional data settings, considering too many variables leads to poor models …