Back to Feed
Safety & Alignment / Benchmarks & Evals

Safe Deferral Limits for Small Models

Original: Provable Limits and Certified Deferral for Verbalized Uncertainty in Small Language Models

Listen to the summary

Uses a voice available on your device

Audio options
On this page

Key Takeaways

  • Small language models need safe deployment methods, but determining when to defer to a human remains a significant, unresolved challenge.
  • The paper introduces a risk-controlled deferral formulation that uses strictly monotone Platt scaling to preserve the risk-coverage frontier.
  • A certified threshold-selection procedure is implemented based on Clopper-Pearson bounds with a union-bound correction for data-dependent selection.
  • Results show that eight of 22 model-task pairs hit the temperature-scaling infeasibility floor within one percentage point of the predicted bound.
  • Certified autonomy at a 20% risk budget is only granted to three model-task pairs and to none at a 10% risk budget.

Summary & Methodology Analysis

Deploying small language models safely in cost-sensitive or private settings requires knowing when the model should defer to a human, which is a major unresolved challenge. This paper addresses this gap by leveraging verbalized confidence scores, where the model outputs its own confidence directly through text generation. The methodology builds on eliciting these scores and applying post-hoc calibration maps, specifically comparing temperature scaling, Platt scaling, and isotonic regression. The novel contribution involves applying a risk-controlled deferral formulation that utilizes strictly monotone Platt scaling to preserve the risk-coverage frontier, alongside a certified threshold-selection procedure based on Clopper-Pearson bounds with a union-bound correction for data-dependent selection.

The evaluation tests models including Qwen2.5, Llama 3.2, Llama 3.1, and Gemma 3 on benchmarks such as ARC-Challenge and TruthfulQA. The key findings demonstrate the strict limits of current techniques. Eight of 22 model-task pairs hit the temperature-scaling infeasibility floor within one percentage point of the predicted bound. Furthermore, certified autonomy at a 20% risk budget is only granted to three model-task pairs, and no pairs achieve certification at a 10% risk budget.

Despite these contributions, the research contains clear limitations. The study is restricted entirely to multiple-choice benchmarks and does not test open-ended text generation. Additionally, the risk certificates rely on the assumption that deployment data is identically distributed to the calibration data. Finally, the study was limited to models up to 14B parameters using one specific quantisation scheme.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the main problem addressed by the paper?

The paper addresses the significant and unresolved challenge of determining when small language models should defer to a human for safe deployment in cost-sensitive or private settings.

Q2. What models and datasets were used in the study?

The models used include Qwen2.5, Llama 3.2, Llama 3.1, and Gemma 3. The datasets and benchmarks used are ARC-Challenge and TruthfulQA.

Q3. What are the main high-level findings regarding model autonomy?

Certified autonomy at a 20% risk budget is only granted to three model-task pairs, and to none at a 10% risk budget.

Q4. How are confidence scores obtained from the models?

Verbalized confidence scores are elicited directly through text model generation.

Q5. What post-hoc calibration maps did the paper compare?

The paper compared temperature scaling, Platt scaling, and isotonic regression.

Q6. What is the novel methodological contribution of the paper?

The novel contribution is applying a risk-controlled deferral formulation that uses strictly monotone Platt scaling to preserve the risk-coverage frontier, plus a certified threshold-selection procedure based on Clopper-Pearson bounds with a union-bound correction for data-dependent selection.

Q7. What specific result was found regarding temperature scaling?

Eight of 22 model-task pairs hit the temperature-scaling infeasibility floor within one percentage point of the predicted bound.

Q8. What are the limitations regarding task types and data distribution?

The research is restricted to multiple-choice benchmarks without testing open-ended text generation, and the risk certificates rely on the assumption that deployment data is identically distributed to the calibration data.

Q9. What model size and parameter limits apply to the study?

The study was limited to models up to 14B parameters using one specific quantisation scheme.