ejuarezg.com / Writing / RSS

Confidence Is a Budget: A Small Study of Selective Prediction
Ezequiel Juarez Garcia, ejuarezg.com
This short, deliberately synthetic study asks a practical question: when should a classifier decline to answer? We score 120 toy predictions, retain only examples above a confidence threshold, and compare coverage with accuracy. The exercise is not an empirical claim. It is a compact demonstration of Nota's academic-paper theme, document-aware definitions, cross-references, mathematics, figures, and bibliography.

1 Motivation

Probability estimates are useful only when their meaning survives contact with a decision. A model that reports confidence should be correct about eight times in ten on comparable examples. Calibration measures this agreement [][].

For a confidence score and threshold , define a

A selective predictor returns the model's answer only when ; otherwise it abstains. Its coverage is the fraction of examples receiving an answer.

Click the reference to selective predictor whenever the term appears. Nota keeps its definition available in context instead of forcing the reader to search backward through the paper.

For predictions partitioned into 6 confidence bins, expected calibration error is

The formula is static and readable without JavaScript.

2 The Coverage--Accuracy Tradeoff

Raising removes low-confidence cases. The resulting relationship is structural rather than empirical:

Theorem 1: Monotone coverage
Let be the answered set. If , then and therefore coverage cannot increase as the threshold rises.

The small table in Figure 1 illustrates Theorem 1. Its accuracy values are invented for this demonstration, while the decline in coverage follows directly from the theorem.

Threshold CoverageAccuracy on answered cases
0.50100%78%
0.6579%86%
0.8042%93%
Figure 1:
A synthetic selective-prediction result. Higher thresholds answer fewer questions but can reserve answers for easier cases.

The operating point is therefore a policy choice, not merely a model metric. In a low-cost recommendation system, broad coverage may matter most. In a high-consequence workflow, abstention can create room for review, a second model, or a request for more information.

3 Conclusion

A confidence score becomes useful when it controls an explicit action. Even this tiny example benefits from a paper's structure: the abstract states the claim, selective predictor fixes the terminology, Theorem 1 separates a guarantee from the toy observations, and the bibliography preserves provenance. Those relationships are what Nota adds beyond styling alone.

References

. 1950. Verification of Forecasts Expressed in Terms of Probability. Monthly Weather Review (1).
, , , and . 2017. On Calibration of Modern Neural Networks. Proceedings of the 34th International Conference on Machine Learning.