Confidence estimation
Confidence helps you decide which Model decisions can proceed automatically and which deserve human review. It is most useful as a ranking and thresholding signal, not as a substitute for measuring agreement against labeled examples.
Confidence by question type
- A
noulanswer returnsnoul, the probability oftruefrom 0 to 1. - A
choiceanswer returns probabilities for every configured option and aconfidencevalue from 0 to 1. - A
scoreanswer returns probabilities over the score legend and aconfidencevalue from 0 to 1.
Use confidence for review
A practical workflow is:
- Choose a confidence threshold for the decision's risk level.
- Send decisions below the threshold to a human reviewer.
- Add ground truth and concise reasoning to corrected examples.
- Run alignment after you have representative feedback.
- Re-measure agreement and calibration for the new checkpoint.
Higher-risk decisions should use stricter thresholds and appropriate human oversight. Review a sample above the threshold as well, so systematic errors do not remain invisible simply because the Model was confident.
Metrics
Model checkpoints may include:
- Accuracy — fraction of labeled question answers that match ground truth.
- AUROC — how well confidence separates correct from incorrect decisions.
- ECE — how closely stated confidence matches observed correctness.
- Samples — number of labeled example-question pairs used for measurement.
Compare metrics only when the evaluation set and question definitions are compatible. A schema or rubric change can make checkpoint-to-checkpoint numbers look comparable when they are measuring different tasks.
Was this page helpful?