---
title: Selective Winner's Curse
url: https://www.emergentmind.com/topics/selective-winner-s-curse
type: topic
---

# Selective Winner's Curse

Searching arXiv for recent and foundational papers on selective winner’s curse and closely related selective-inference settings.
Selective winner’s curse is the post-selection distortion that arises when attention, publication, decision-making, or formal inference is conditioned on an estimate having “won” some data-dependent competition. In the canonical statistical version, one observes an unbiased estimator \(b\) of a scalar effect \(\beta\), with \(b\sim N(\beta,se^2)\), and then conditions on a selection event such as \(|b|/se>c\), typically \(c=1.96\) for two-sided \(5\%\) significance. After this conditioning, ordinary unconditional guarantees such as unbiasedness and nominal confidence-interval coverage no longer apply; the observed magnitude \(|b|\) is systematically exaggerated, and confidence intervals can undercover, especially in low-power regimes [2009.09440]. More generally, the same mechanism appears whenever one selects the empirically best model, treatment, subgroup, policy, prompt, or instrument and then interprets the selected estimate as if it had not been chosen adaptively. Recent work has extended this idea from significance filtering to shared-validation model selection, randomized experiments, offline policy learning, adaptive LLM benchmarking, Mendelian randomization, and post-selection confidence procedures, clarifying that “winner’s curse” is often a structured selective-inference problem rather than a generic informal warning [2602.19481; 2605.18887; 2605.05973].

## 1. Formal statistical definition

In the formulation of van Zwet and Cator, the core object is the **significance filter**: the practice of conditioning on the event  
\[
\frac{|b|}{se}>c,
\]
where \(b\) is an unbiased estimator of a scalar effect \(\beta\), \(se>0\) is known, and  
\[
b\sim N(\beta,se^2).
\]
The parameter \(\beta\) may represent a difference in means, a regression coefficient, a log odds ratio, or a log hazard ratio [2009.09440].

The central distinction is between **unconditional** sampling properties and **conditional** properties after selection. Unconditionally, \(b\) is unbiased for \(\beta\), and the standard normal-theory confidence interval has nominal coverage. Once one conditions on statistical significance, however, the sampling law is truncated by the event \(|b|/se>c\), and inference becomes selective. The consequence is not merely a signed bias problem but an exaggeration problem for the magnitude \(|\beta|\), which is why the paper focuses on \(|b|\) rather than \(b\) itself [2009.09440].

The paper proves that even without selection, \(|b|\) is positively biased for \(|\beta|\), because absolute value is convex. Under normality,
\[
E( |b| \mid se, \beta)-|\beta|>0.
\]
More importantly, under significance filtering,
\[
E( |b| \mid se, \beta, |b|/se>c)-|\beta|
\]
is also positive for all \(se\) and \(\beta\), and this conditional bias is decreasing in \(|\beta|\) and increasing in both \(se\) and \(c\) [2009.09440].

A convenient exact representation is
\[
E( |b| \mid se, \beta, |b|/se>c)=|\beta|+se\,g(|\beta|/se,c),
\]
where
\[
g(\theta,c) = \frac{\phi(c-\theta)+\phi(c+\theta)-2\theta\bigl(1-\Phi(c+\theta)\bigr)} {2-\Phi(c-\theta)-\Phi(c+\theta)}.
\]
This formula quantifies selective winner’s curse exactly in the normal-threshold model [2009.09440].

The same idea appears in broader selection settings. In randomized experiments with two or more treatment arms, Berman, Zhang, and Zhao define the **selective winner’s curse** as
\[
WC_{\text{select}}=\hat\mu_{\hat k}-\mu_{\hat k},
\]
where \(\hat k=\arg\max_k \hat\mu_k\) is the empirically selected winner and \(\mu_{\hat k}\) is the selected arm’s own true mean [2605.18887]. This formulation isolates overstatement of the deployed winner’s performance, rather than comparison to the truly best arm.

## 2. Dependence on signal-to-noise ratio and power

A central theorem-level result is that selective winner’s curse is governed by the signal-to-noise ratio
\[
\mathrm{SNR}=\frac{|\beta|}{se}.
\]
Van Zwet and Cator define the **relative conditional bias**
\[
\frac{E( |b| \mid se, \beta, |b|/se>c) - |\beta|}{|\beta|}
\]
and the **exaggeration ratio**
\[
\frac{E( |b| \mid se, \beta, |b|/se>c)}{|\beta|}.
\]
They show that both depend on \(\beta\) and \(se\) only through the SNR, are decreasing in SNR, and increasing in the threshold \(c\) [2009.09440].

Because power for the two-sided \(5\%\) test
\[
P(|b|>1.96\, se \mid \beta,se) = \Phi(\mathrm{SNR}-1.96)+1-\Phi(\mathrm{SNR}+1.96)
\]
is a strictly increasing function of SNR, the same result can be restated as a power law: **relative conditional bias decreases with power, and exaggeration decreases with power** [2009.09440]. This formalizes the widespread observation that low-powered studies are the most severe environment for winner’s-curse inflation.

The same low-signal logic appears in several application domains. In online experimentation, hybrid-shrinkage work states explicitly that post-selection bias increases with sampling variability and the selection threshold and decreases as the true effect size grows [2603.12867]. In randomized experiments with selected treatment arms, Berman, Zhang, and Zhao state that winner’s-curse bias is largest in low signal-to-noise regimes, including small samples, large noise, near ties, and many-arm settings [2605.18887]. In shared-validation model selection, the expected maximum of centered cumulative scores grows like \(\sqrt n\), and the per-step selection premium is largest early, when competitors remain close [2602.19481].

This convergence across settings supports a general interpretation: selective winner’s curse is strongest when the selection rule admits winners primarily because noise can overturn small or uncertain underlying differences. When signals are large and ranking is stable, the same selection mechanism induces much less inflation.

## 3. Confidence-interval undercoverage after selection

Selective winner’s curse affects not only point estimates but also interval validity. In the normal-theory significance-filter setup, the usual \(1-\alpha\) confidence interval
\[
S(b)=\{\beta: |b-\beta|/se<z_{1-\alpha/2}\}
\]
has exact unconditional coverage
\[
P(\beta\in S(b)\mid \beta,se)=1-\alpha.
\]
After conditioning on significance at the same threshold, the relevant coverage becomes
\[
P\!\left(|b-\beta|/se<z_{1-\alpha/2}\mid \beta,se, |b|/se>z_{1-\alpha/2}\right),
\]
which need not equal \(1-\alpha\) [2009.09440].

Van Zwet and Cator prove that if the SNR satisfies
\[
\frac{|\beta|}{se}<z_{1-\alpha/2},
\]
then the usual interval undercovers after significance filtering. For a \(95\%\) interval, \(z_{0.975}=1.96\); the paper notes that when SNR equals this threshold, power is only slightly above \(50\%\), so the practical implication is that if a result is significant but power is about \(50\%\) or less, the ordinary interval undercovers [2009.09440].

This undercoverage phenomenon reappears in field-level averaging. Under the additional assumptions that \(|\beta|/se\) has a decreasing density and is independent of \(se\), the paper proves that confidence intervals reported after significance filtering undercover on average across the field [2009.09440]. That result links selective winner’s curse to empirical settings with many small true signals.

Later work addresses interval construction more directly. The paper "Infer-and-widen, or not?" studies winner’s curse as a canonical selective-inference problem in the Gaussian means model
\[
Y\sim N_n(\mu,\sigma^2 I_n),\qquad S(Y)=\arg\max_{i\in[n]}Y_i,
\]
with target \(\mu_{S(Y)}\). It argues that many existing methods fall into an **infer-and-widen** framework: they keep the selection-naive midpoint \(Y_{S(Y)}\), which is biased upward after selection, and then widen symmetrically to recover coverage [2408.06323]. The paper shows that in the winner’s-curse vignette, such intervals can be much wider than alternatives tuned to the same randomized selection event, and even an unattainable oracle infer-and-widen interval is often wider than simple direct selective methods [2408.06323].

In the Gaussian-randomized winner-selection setting
\[
S_c^{\mathrm{Gaussian}}(Y):=\arg\max_{i\in[n]}(Y_i+c\zeta_i),
\qquad \zeta_i\stackrel{\text{i.i.d.}{\sim} N(0,\sigma^2),
\]
the paper proves under equal means that
\[
E\!\left[Y_{S_c^{\mathrm{Gaussian}}(Y)}-\mu_{S_c^{\mathrm{Gaussian}}(Y)}\right]
\ge \sigma(\sqrt{1+c^2}-c)\sqrt{\log n},
\]
showing explicitly that the naive midpoint remains biased even after randomization [2408.06323]. The paper contrasts this with a selection-adjusted center based on
\[
\left(Y-\frac{1}{c}\zeta\right)_{S_c^{\mathrm{Gaussian}}(Y)},
\]
which has conditional mean zero relative to the selected target [2408.06323].

A different line of work proposes confidence procedures that are valid for the winner without conditioning on a narrow parametric selection law. "A Flexible Defense Against the Winner’s Curse" treats the selected winner \(\theta_{\hat i}\), where \(\hat i=\arg\max_i X_i\), by constructing a simultaneous confidence region and then projecting onto the selected coordinate [2411.18569]. Its **zoom correction** adapts to the number of plausible competitors via suboptimality gaps
\[
\Delta_j(\theta)=\theta^*-\theta_j,\qquad \theta^*=\max_i \theta_i,
\]
and yields valid winner intervals
\[
P\bigl(\theta_{\hat i}\in [t_l,t_u]\bigr)\ge 1-\alpha
\]
while becoming close to uncorrected inference when the winner clearly stands out [2411.18569].

## 4. Dynamic, multiple, and procedure-level generalizations

Selective winner’s curse is no longer confined to a single scalar estimate. Several recent papers generalize it to dynamic, multiwinner, and procedure-level settings.

In shared-validation model selection, "A Selection Premium Decomposition for the Expected Maximum of Random Walks" considers \(K\) candidate models evaluated on the same validation sample. Let
\[
Y_{i,k}=f_k(X_i)-\mu_k,\qquad S_{n,k}=\sum_{i=1}^n Y_{i,k},\qquad M_n=\max_k S_{n,k}.
\]
In the equal-mean null case, \(\mathbb E[\max_k S_{n,k}]\) is exactly the expected optimism created by ex post winner selection. The paper proves the decomposition
\[
\mathbb E\bigl[\max_k S_{n,k}\bigr] = \sum_{i=1}^n \mathbb E\bigl[\varphi_K(S_{i-1})\bigr],
\]
where
\[
\varphi_K(u)=\mathbb E\bigl[\max_k(u_k+Y_k)\bigr]-\max_k u_k
\]
is the per-step **selection premium** [2602.19481]. The structural properties of \(\varphi_K\) show that the premium is nonnegative, vanishes in the one-model case, is translation invariant, and is maximized at ties [2602.19481]. Thus selection-induced optimism is largest when competitors are close and fades as one model separates.

The same paper extends the decomposition to heterogeneous means via
\[
R_{n,k}=S_{n,k}-n\Delta_k,\qquad \Delta_k=\mu_{k^*}-\mu_k,
\]
yielding
\[
E\Big[\max_k \bar S_{n,k}\Big] = n\mu_{k^*} + \sum_{i=1}^n E\Big[\phi_{K,\Delta}(R_{i-1})\Big].
\]
This separates the winner’s observed score into a deserved component from the true best mean and an excess component due to continued noisy selection [2602.19481].

The paper also proves a universal bias concentration law:
\[
\frac{\sum_{i=1}^{\lfloor \alpha n \rfloor} E[\varphi_K(S_{i-1})]}{E[M_n]} \to \sqrt{\alpha},
\]
so the first \(\alpha\)-fraction of observations generates asymptotically a \(\sqrt{\alpha}\)-fraction of total selection bias [2602.19481]. This identifies a front-loaded temporal structure absent from static winner’s-curse formulations.

A separate generalization concerns **multiple winners**. "Inference on Multiple Winners" studies \(k\) random selections
\[
\hat{\theta}_j := \arg\max_{\theta\in\Theta} X_j(\theta), \qquad j=1,\dots,k,
\]
with simultaneous inference targets \(\{\mu_Y(\hat\theta_j)\}_{j=1}^k\). The paper emphasizes that this setting combines selective bias and multiple-inference distortion, making naive post-selection intervals invalid and projection methods overly conservative [2410.19212]. Its two-step method first models likely winners through lower bounds on population score gaps and then constructs simultaneous confidence intervals only over the likely-winner set. The resulting confidence set has formal simultaneous validity and, according to the paper, reduces over-coverage error by up to \(96\%\) relative to projection methods [2410.19212].

Adaptive LLM benchmarking supplies a procedure-level analogue. "Towards Reliable LLM Evaluation: Correcting the Winner’s Curse in Adaptive Benchmarking" argues that once benchmark items are reused inside prompt or program search, the benchmark score of the ex post winning artifact is no longer an estimate of the fresh-data performance of the full tune-then-deploy rule [2605.05973]. The paper proposes SIREN, a repeated-split reporting protocol that freezes the post-search shortlist, separates splitwise selection from held-out evaluation, and uses an item-level Gaussian multiplier bootstrap. Under a fixed-shortlist smooth-selector regime, the estimator admits a first-order item-level representation, and the bootstrap yields valid simultaneous inference on a finite budget grid [2605.05973]. This reframes winner’s curse at the level of adaptive evaluation procedures rather than individual selected artifacts.

## 5. Applications across scientific and decision domains

The language of selective winner’s curse now appears across several specialized fields, but the underlying mechanism remains selection on noisy estimates followed by naive interpretation.

### Online experimentation and A/B testing

In high-throughput experimentation systems, selected experiments are often those with sufficiently positive observed effects. "Breaking the Winner’s Curse with Bayesian Hybrid Shrinkage" models experiment \(i\) through
\[
\hat\theta_i \mid \theta_i,\hat\sigma_i^2 \sim \mathcal N(\theta_i,\hat\sigma_i^2),
\]
with selection or launch represented generically by
\[
S_i = 1\{\hat\theta_i > C_i\}.
\]
The paper distinguishes unconditional unbiasedness of face-value estimates from post-selection bias after launch, emphasizes that low-power regimes are most vulnerable, and proposes an empirical-Bayes **Bayesian Hybrid Shrinkage** model with local experiment-specific shrinkage factors [2603.12867]. Under
\[
\theta_i \mid m_0,\lambda_i,\tau \sim \mathcal N(m_0,\lambda_i\tau),
\qquad
\lambda_i \sim \mathrm{Inverse\text{-}Gamma}\!\left(\frac a2,\frac b2\right),
\]
the posterior mean becomes
\[
\hat\theta_i^{BHS}=\frac{\lambda_i\tau}{\hat\sigma_i^2+\lambda_i\tau}\hat\theta_i
\]
when \(m_0=0\) [2603.12867]. The paper’s central practical claim is that this shrinkage reduces post-selection overestimation while remaining robust to prior misspecification through the local scale \(\lambda_i\) [2603.12867].

### Randomized experiments and treatment-arm choice

In multi-arm randomized experiments, selective winner’s curse refers to bias relative to the deployed arm’s own mean. Berman, Zhang, and Zhao distinguish
\[
WC_{\text{global}}=\hat\mu_{\hat k}-\mu_{k^*}
\]
from
\[
WC_{\text{select}}=\hat\mu_{\hat k}-\mu_{\hat k},
\]
with regret
\[
\text{regret}=\mu_{k^*}-\mu_{\hat k},
\]
and identity
\[
WC_{\text{select}}-WC_{\text{global}}=\text{regret}.
\]
This yields seven evaluation targets: bias, MSE, and interval coverage for both global and selective winner’s curse, plus mean regret [2605.18887]. The paper concludes that no method dominates uniformly: plug-in performs best when treatment differences are large, cross-fitting performs best when treatments are similar, resampling methods often do well for MSE at moderate differences, and adaptive empirical likelihood yields asymptotically valid confidence intervals across settings [2605.18887].

### Offline policy learning and data-driven decisions

"Beating the Winner’s Curse via Inference-Aware Policy Optimization" studies policy learning where counterfactual outcome models are first estimated and then optimized over to choose a policy. The paper argues that policies selected for high estimated reward may fail downstream significance tests because optimization exploits prediction error [2510.18161]. Its inference-aware policy optimization instead trades off expected gain
\[
\tau(\pi)
\]
against expected inferential strength
\[
\frac{\tau(\pi)}{s(\pi)},
\]
where \(s(\pi)\) is the IPW standard error. The Pareto frontier between value and inference is characterized explicitly, and the method selects policies that are more likely to survive downstream statistical validation [2510.18161].

A more negative result appears in "Winner’s Curse Drives False Promises in Data-Driven Decisions: A Case Study in Refugee Matching." There, model-based policy evaluation is shown to produce substantial optimism even when models are accurate, stable, calibrated, trained on randomized data, correctly specified, and combined with sample splitting [2602.08892]. In a synthetic refugee-matching environment designed so that no policy can improve expected employment over random assignment, model-based methods report gains of around \(60\%\) even though the true effect is zero [2602.08892]. This supports the view that selective winner’s curse can persist despite several diagnostics often invoked as safeguards.

### Mendelian randomization

Mendelian randomization has produced one of the most mathematically explicit literatures on winner’s curse as post-selection bias. In two-sample summary-data MR, SNPs are often selected for large observed exposure associations, and the same selected estimates are then reused in IVW or Egger estimation. This is selective winner’s curse in a particularly transparent form.

The paper "Breaking the Winner’s Curse in Mendelian Randomization: Rerandomized Inverse Variance Weighted Estimator" shows that standard selection by
\[
\widetilde{\mathcal S}_\lambda = \left\{ j:\left|\frac{\hat\gamma_j}{\sigma_{X_j}}\right|>\lambda \right\}
\]
induces post-selection inflation in \(\hat\gamma_j\), which then biases standard IVW toward zero [2302.10470]. Its solution is rerandomized selection using
\[
Z_j\sim \mathcal N(0,\eta^2),
\qquad
\mathcal S_\lambda=\{j:S_j>0\},
\]
followed by a Rao–Blackwellized estimator
\[
\hat{\gamma}_{j,\mathtt{RB}}
= \hat{\gamma}_j - \frac{\sigma_{X_j}}{\eta}
\frac{\phi(A_{j,+})-\phi(A_{j,-})}
{1-\Phi(A_{j,+})+\Phi(A_{j,-})},
\]
which satisfies
\[
E[\hat\gamma_{j,\mathtt{RB}}\mid j\in\mathcal S_\lambda]=\gamma_j.
\]
The resulting RIVW estimator is asymptotically normal and corrects both selective winner’s curse and measurement-error bias [2302.10470].

That logic is extended to MR-Egger in "Correction for Weak IV Bias and Winner’s Curse in Mendelian Randomization Egger Regression: Rerandomized Egger estimator," which distinguishes weak-IV attenuation from winner’s curse and constructs REgger by combining denominator debiasing with rerandomized selection and Rao–Blackwellization [2507.09634]. Under directional pleiotropy, REgger remains asymptotically normal and achieves better precision than IVW-family methods that do not model a nonzero average pleiotropic effect [2507.09634].

A further extension incorporates sample structure. "Simultaneously accounting for winner’s curse and sample structure in Mendelian randomization: bivariate rerandomized inverse variance weighted estimator" notes that if
\[
\operatorname{Cov}(\hat\gamma_j,\hat\Gamma_j)=\rho\,\sigma_{\hat\gamma_j}\sigma_{\hat\Gamma_j}\neq 0,
\]
then exposure-side selection propagates bias to the outcome side as well [2603.06078]. The paper constructs a Rao–Blackwellized outcome estimator
\[
\hat{\Gamma}_{j,\mathrm{RB}}
= \hat{\Gamma}_j - \frac{\rho\,\sigma_{\hat{\Gamma}_j}}{\eta}
\frac{\phi(A_{j,+})-\phi(A_{j,-})}
{1-\Phi(A_{j,+})+\Phi(A_{j,-})},
\]
and proves
\[
\mathbb{E}\big[\hat{\Gamma}_{j,\mathrm{RB}}\mid j \in S_\lambda \big] = \Gamma_j.
\]
This shows that selective winner’s curse can propagate through correlated statistics, turning a univariate correction problem into a genuinely bivariate one [2603.06078].

### Adaptive LLM benchmarking

In LLM evaluation, adaptive prompt and program search induces winner’s curse because benchmark items are reused inside tuning. SIREN addresses this by freezing the post-search shortlist, splitting benchmark items repeatedly into scoring and evaluation subsets, and bootstrapping item-level influence contributions over a finite budget grid [2605.05973]. Real tuning experiments on MMLU-Pro show that winner-based reporting is optimistic and can reverse deployment conclusions, whereas SIREN remains close to the finite-sample reporting target [2605.05973].

## 6. Conceptual variants, limits, and reversals

Selective winner’s curse is often presented as universally adverse, but recent work qualifies that claim.

First, the exact inferential target matters. In randomized experiments, selective bias relative to the selected arm’s true mean differs from bias relative to the truly best arm, and neither is equivalent to regret [2605.18887]. Methods that are effective for one target can perform poorly for another, so “correcting the winner’s curse” is not a single-objective problem [2605.18887].

Second, the inferential framework matters. Van Zwet and Cator explicitly contrast frequentist and Bayesian perspectives. Frequentistically, \(b\) is unbiased before selection, but \(|b|\) is biased upward after significance filtering; Bayesianly, a shrinkage estimator
\[
b^* = \frac{\tau^2}{se^2+\tau^2}b
\]
is posterior-unbiased conditional on the observed data and mitigates winner’s curse [2009.09440]. In their phrase, shrinkage “lifts the winner’s curse” [2009.09440]. Later empirical-Bayes work adopts the same basic logic at scale, though typically without exact selective frequentist guarantees [2603.12867].

Third, the sign of the informational effect can reverse in economic models. "The Winner’s Bliss in Common-Value Auctions under Horizontal Differentiation" studies a two-bidder first-price common-value auction with binary state \(\theta\in\{A,B\}\), bidder types \(t_i\in\{A,B\}\), and probability \(\Pr(t_1=t_2)=\mu\) [2606.08419]. In that model,
\[
\mathbb{E}[v_A\mid s,\text{win}] - \mathbb{E}[v_A\mid s] = \frac{(2\mu-1)(s-1)}{4}.
\]
Hence winning is adverse when \(\mu>\frac12\), but favorable when \(\mu<\frac12\) [2606.08419]. The paper calls the latter regime **winner’s bliss**. This does not negate selective winner’s curse in statistical inference; rather, it shows that “winning is bad news” is not a universal principle once the selection event also conveys favorable information about state-preference alignment [2606.08419].

Finally, most formal results remain model-specific. Common assumptions include Gaussian summary laws, known or consistently estimated standard errors, i.i.d. or independent increments, fixed shortlist sizes, finite candidate sets, and simple threshold or argmax selection rules. Several papers explicitly note that they do not solve arbitrary post-selection inference, arbitrary temporal dependence, or fully open-ended adaptive search [2602.19481; 2605.05973; 2603.12867]. This suggests that the theory of selective winner’s curse is mature in several canonical models but still fragmented across applications.

## 7. Practical implications

Across domains, several practical implications recur.

**Significant estimates are often too large on average**: conditioning on significance or empirical superiority systematically inflates reported effect sizes, model scores, or policy values [2009.09440; 2602.19481].

**Low power and near ties are the most dangerous regimes**: if power is low or alternatives are close, winners are disproportionately selected because of favorable noise realizations [2009.09440; 2605.18887].

**Naive confidence intervals are unreliable after selection**: nominal intervals often undercover unless they explicitly model selection, re-center appropriately, or use simultaneous/projection-based corrections [2009.09440; 2408.06323; 2411.18569].

**Separation of selection and evaluation helps but is not universally sufficient**: cross-fitting, repeated splits, nested evaluation, and held-out testing reduce bias, but several papers show that sample splitting alone may not remove all optimism if structural model error remains aligned across stages [2605.18887; 2602.08892; 2605.05973].

**Shrinkage is often necessary, not merely optional**: in both theoretical and production settings, shrinkage is presented as a way to counteract the bias that selection itself creates, rather than merely trading bias for variance [2009.09440; 2603.12867].

**Selection-aware reporting should target the operational procedure**: in adaptive benchmarking and policy learning, the relevant object is frequently the performance of the tune-then-deploy rule or decision pipeline, not the same-data score of the ex post winner [2510.18161; 2605.05973].

**The correct correction depends on the target**: selective winner’s curse, global winner’s curse, regret, selected-parameter inference, population-maximum inference, and procedure-level validation are distinct tasks. A plausible implication is that no single correction paradigm can dominate across all of them [2605.18887; 2410.19212].

Selective winner’s curse is therefore best understood not as a single pathology with a single fix, but as a family of post-selection distortions produced by conditioning inference on success, extremeness, or empirical superiority. The unifying principle is straightforward: once a result is reported because it won, its naive estimate no longer inherits the unconditional guarantees that held before the competition.

Source: https://www.emergentmind.com/topics/selective-winner-s-curse