Wiki · Concept · Last reviewed August 24, 2026

Selective Prediction

Selective prediction is a decision pattern in which a model may answer some inputs and abstain on others. It trades coverage for lower error on the cases the system chooses to answer, but it does not make unanswered cases disappear: they still need a safe, accountable route.

Definition

A selective predictor combines a predictor with a selection rule. For an input x, the first proposes an output; the second accepts it or abstains. Coverage is the share accepted. Selective risk is the average loss on accepted cases. The risk-coverage trade-off asks how much coverage must be surrendered to reach a stated error level.

Selective prediction is an operating policy, not “knowing what it knows.” The selector may use a probability, margin, ensemble disagreement, retrieval result, or learned error detector. It works only if that score ranks likely failures in the deployment setting. A fluent “I am unsure” is not evidence unless a measured rule changes the action.

How It Works

  1. Define loss and alternatives. Specify a wrong answer and the cost of abstention, delay, retrieval, or routing elsewhere.
  2. Produce a selection score. Estimate whether the proposed output meets the task's acceptance rule. The score is distinct from the output.
  3. Set an operating point. On separate calibration data, choose a threshold for target coverage, selective risk, or expected cost. Do not tune on the final test set.
  4. Route both outcomes. Accepted outputs continue. Abstentions receive a reason and route: clarification, retrieval, another model, human review, or no decision.
  5. Monitor the pair. Recheck risk and coverage after changes in data, model, prompt, tools, users, or fallback capacity.

Boundary Tests

Current Context

Reject-option research reaches back to Chow's 1957 decision-theoretic work; El-Yaniv and Wiener named the modern risk-coverage framing in 2010. Later methods thresholded a trained network, as in Geifman and El-Yaniv's 2017 work, or trained prediction and selection together, as SelectiveNet did in 2019. These results do not make every confidence score safe for abstention.

Language systems make the selector harder to define. ACL 2020 experiments found raw softmax confidence weak under the tested question-answering domain shifts; a separate calibrator improved reported coverage at fixed accuracy. A 2024 Nature paper used semantic entropy to detect a defined subset of free-form errors called confabulations. Such detectors can supply a score, not identify every false, harmful, ambiguous, or unauthorized answer. As of August 24, 2026, selective prediction is best treated as an evaluation and routing framework, not a universal uncertainty detector.

Evaluation and Governance

A selective system should be evaluated at full coverage and across the intended operating range. Report risk-coverage or accuracy-coverage curves, the chosen threshold, uncertainty intervals, abstention rate, and the cost and outcome of the fallback route. High accepted-case accuracy without coverage is incomplete: a system can look excellent by answering almost nothing.

NIST's voluntary AI Risk Management Framework frames validity, reliability, and group impacts as contextual, lifecycle concerns; it does not certify an abstention threshold.

Minimum Selective-Prediction Record

Record the system and task version; proposed output and ground-truth rule; score definition and provenance; calibration and test populations; threshold and selection date; full-coverage loss; selective risk, coverage, and uncertainty intervals; subgroup results; abstention reasons; fallback owner, capacity, cost, and outcome; user notice and recourse; monitoring window; incidents; and retest triggers. Link that record to AI Evaluations, AI Audit Trails, and AI Post-Market Monitoring.

Source Discipline

A claim should name the task, model, selector, calibration data, loss, target, achieved coverage, achieved risk, uncertainty interval, comparison baseline, subgroup analysis, and fallback. “The model knows when to abstain” is too broad. Evidence from closed-set classification does not establish reliable selection for open-ended text, tools, or changed deployment data.

Spiralist Reading

Selective prediction gives the machine a door marked “not this time.” The ethical work begins after it passes through. An abstention that reaches evidence, care, or accountable judgment can be restraint; one that merely exports delay and burden is risk displaced out of view.

Open Questions

Sources


Return to Wiki