Dataset & Benchmark Results
Paper: DocEng Short Paper - Cost-Aware Human-LLM Collaboration for Post-OCR Corrections
Authors: Stergios Konstantinidis, Hayman Lotfy, Michalis Vlachos (University of Lausanne)
Venue: ACM Symposium on Document Engineering (DocEng) - Short Paper
GitHub: https://github.com/Stergios-Konstantinidis/Cost-Aware-Human-LLM-Collaboration-for-post-OCR-Corrections
Overleaf: https://git.overleaf.com/6a2cb93de1bec86186ee8613
Experimental Benchmark & Evaluation
1. Archival Corpus
Evaluated across 609 text segments spanning 45 digitized pages from 9 Swiss French-language historical periodicals (Canton of Vaud, 1733–1945):
2. Key Benchmark Results
Error Rate Comparison (Tesseract OCR Base):
- Raw OCR Baseline:
$CER = 6.30%$30\%,$WER = 14.20%$20\%- All-LLM Baseline (GPT-4o / Gemini 1.5 Flash):
$CER = 2.92%$92\% (Cost: 100% token budget)- Selective Pre-Routing (Ours):
$CER = 3.12%$12\% (Bypasses 40% of all segments!)- Collaborative Safeguard (<5% Human Budget):
$CER = 2.49%$49\% (14% relative reduction over All-LLM)Comparison with Routing Baselines:
- Random Routing: Weakest; frequently sends clean text and degrades it.
- OCR Confidence (Thresholding): Underperforms because Tesseract confidence scores poorly correlate with semantic error in archaic fonts.
- ConfBERT: Good detection but computationally heavy.
- Our Regression Router + Safeguard: Consistently establishes the Pareto frontier across all budget limits.
Experimental Evaluation & Visual Benchmark Plots
Historical Newspaper Segmentation Sample
[](https://wiki.stergios.ch/uploads/images/gallery/2026-09/doceng-segment-example.png)pngFigure 1: Representative historical archival newspaper segment illustrating layout artifacts and OCR degradation.
CER Reduction Across Correction Strategies
[](https://wiki.stergios.ch/uploads/images/gallery/2026-09/correction-strategies-comparison.png)pngFigure 2: Character Error Rate (CER) reduction across baseline OCR, All-LLM, ConfBERT, and Collaborative Routing.
OCR Engine Improvement Comparison
[](https://wiki.stergios.ch/uploads/images/gallery/2026-09/engine-improvement-chart.png)pngFigure 3: Relative error reduction across historical OCR engines (Tesseract, Abbyy, and modern HTR).
Strategy Performance Heatmap
[](https://wiki.stergios.ch/uploads/images/gallery/2026-09/engine-strategy-heatmap.png)pngFigure 4: Comprehensive performance heatmap comparing LLM prompt strategies across historical periodicals.



