Estimating Uncertainty in Classifier Performance with Applications to Large Language Models and Nested Data
Quick Answer
This paper evaluates confidence interval methods for classifier performance metrics in text classification, highlighting that traditional methods like the Wald interval are often inaccurate.
Quick Take
This paper evaluates confidence interval methods for classifier performance metrics in text classification, highlighting that traditional methods like the Wald interval are often inaccurate. It proposes improved techniques such as Agresti-Coull and a novel pseudo-count regularized bootstrap, particularly for small datasets and nested data scenarios, enhancing transparency in machine learning applications.
Key Points
- Default methods like Wald interval often yield inaccurate confidence intervals.
- Agresti-Coull and Wilson methods improve accuracy for small sample sizes.
- A novel pseudo-count regularized bootstrap is effective for F1 score calculations.
- Hierarchical bootstrap outperforms cluster bootstrap in moderate text production scenarios.
- Improved interval estimation promotes better validation practices in machine learning.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2606. 26422v1 Announce Type: new Abstract: Researchers increasingly use text classification--supervised models or large language models--to measure constructs from natural language, providing metrics such as recall and precision as evidence of their validity. Yet, though these metrics are point estimates subject to sampling variation, measures of uncertainty are inconsistently reported alongside them.
Further, when they are reported, they are often estimated with methods that are not appropriate when relevant labelled datasets are small or performance is high. To increase and improve confidence interval reporting in the field, this paper evaluates confidence interval methods for performance metrics under conditions typical of social science text classification: small to moderate sample sizes, infrequent constructs, and texts nested within individuals.
Across simulations, default methods such as the Wald interval and the basic percentile bootstrap are the least accurate, with coverage sometimes far below the nominal 95% level. Accuracy is improved with the use of Agresti-Coull, Wilson, Clopper-Pearson, and a novel pseudo-count regularized bootstrap (which is particularly relevant to the calculation of F1).
When texts are nested within individuals, we demonstrate that adjustment for both effective N and the appropriate degrees of freedom is necessary for producing accurate analytic intervals. Among bootstrap intervals, the hierarchical bootstrap is more accurate than the cluster bootstrap when individuals produce a moderate number of texts but overly conservative when individuals produce only a few.
By providing guidance to the field on appropriate interval estimation, we aim to improve the transparency of machine learning applications, and to encourage greater attention to the validation sample size at the design stage.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →The Verification Horizon: No Silver Bullet for Coding Agent Rewards
As coding agents evolve, verifying solutions becomes more challenging than generating them, necessitating a focus on scalable, faithful, and robust verification methods. The study reveals that no fixed reward function can sustain effectiveness as model capabilities advance, emphasizing the need for verification to evolve alongside solution generation.