Back to Feed
Multimodal / Benchmarks & Evals

Benchmarking Vision-Language Model Confidence

Original: Can You Trust the Confidence? ConfBench for Vision-Language Models on Document Extraction

Listen to the summary

Uses a voice available on your device

Audio options
On this page

Key Takeaways

  • Existing document benchmarks are often too clean to test how models handle ambiguous data.
  • The authors developed ConfBench using 1,346 degraded document variants to stress-test model confidence.
  • Combining OCR text with image inputs yields superior performance compared to using image-only models.
  • Model confidence calibration correlates with capability within a model family, but parameter count alone is an unreliable indicator across different families.
  • For open-weight models, using first-token log-probability consistently outperforms other aggregation methods like mean-token or margin scores.

Summary & Methodology Analysis

The researchers addressed the difficulty of assessing model reliability in intelligent document processing by creating ConfBench. They applied 20 distinct degradation pipelines, leveraging tools like Augraphy, to 75 verified FCC-format invoices from the RealKIE-FCC-Verified dataset. This generated 1,346 variations of these documents, creating a controlled environment that spans the full accuracy spectrum to test how models respond to low-quality or difficult-to-parse inputs. The evaluation framework includes standard metrics like extraction accuracy, AUROC, ECE, Brier Score, and a custom error-capture metric called ECARB. By comparing four proprietary and three open-weight models, the researchers were able to quantify how well models can signal when they are likely to fail. The team also performed per-model post-hoc corrections to absolute confidence values, which is a technique used to calibrate predicted probabilities after the model has completed its primary inference. For open-weight models, they specifically compared different log-probability estimation methods, including first-token, mean-token, and margin aggregation. A key finding is that log-probability using first-token aggregation is the most effective approach for measuring confidence. Furthermore, the paper demonstrates that input modality matters, as systems utilizing both OCR and image data significantly outperform image-only configurations, particularly in smaller models. However, the study is limited by its scope, focusing exclusively on a narrow domain of FCC-format invoices, a single layout family, and one language. Because of this, the authors warn that these findings should not be treated as universal claims about general document understanding capabilities. The paper does not provide specific data regarding latency, GPU memory usage, or dollar costs associated with running these models.

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 this paper solves?

It addresses the lack of benchmarks that can effectively test if vision-language models are correctly calibrated when processing document data.

Q2. What is ConfBench?

ConfBench is a new benchmark consisting of 1,346 document variants created by applying 20 different degradation pipelines to a set of verified invoices.

Q3. Does this paper provide a model for users to deploy?

No, the paper presents a benchmarking framework and evaluation methodology, not a deployable model.

Q4. How does input modality affect performance?

The paper reports that combining OCR text with image inputs provides significantly stronger results than using image-only configurations.

Q5. Which log-probability method is best for confidence estimation?

The paper found that log-probability with first-token aggregation consistently outperforms margin and mean-token methods.

Q6. Can I predict model confidence based on parameter count?

No, the authors found that across different model families, parameter count is a poor predictor of confidence quality.

Q7. What documents were used for this benchmark?

The researchers used 75 documents from the RealKIE-FCC-Verified dataset, which consists of specific FCC-format invoices.

Q8. Are there any specific latency or memory constraints mentioned?

The paper does not specify any latency, memory, or cost-per-request data.

Q9. Does this research cover multiple languages or document types?

No, the study is limited to one specific domain, one layout family, and one language.