Saved in:
Bibliographic Details
Main Authors: Hsu, Chi-Yang, Braylan, Alexander, Su, Yiheng, Lease, Matthew, Alonso, Omar
Format: Preprint
Published: 2025
Subjects:
Online Access:https://arxiv.org/abs/2509.07309
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Confidence estimation infers a probability for whether each model output is correct or not. While predicting such binary correctness is sensible for tasks with exact answers, free-form generation tasks are often more nuanced, with output quality being both fine-grained and multi-faceted. We thus propose Performance Interval Estimation (PIE) to predict both: 1) point estimates for any arbitrary set of continuous-valued evaluation metrics; and 2) calibrated uncertainty intervals around these point estimates. We then compare two approaches: LLM-as-judge vs. classic regression with confidence estimation features. Evaluation over 11 datasets spans summarization, translation, code generation, function-calling, and question answering. Regression is seen to achieve both: i) lower error point estimates of metric scores; and ii) well-calibrated uncertainty intervals. To support reproduction and follow-on work, we share our data and code.