paper-with-me

Papers

A Cost Efficient Approach to Correct OCR Errors in Large Document Collections

2019-05-28 · Deepayan Das, Jerin Philip, Minesh Mathew, C. V. Jawahar

Word error rate of an ocr is often higher than its character error rate. This is especially true when ocrs are designed by recognizing characters. High word accuracies are critical to tasks like the creation of content in digital libraries and text-to-speech applications. In order to detect and correct the misrecognised words, it is common for an ocr module to employ a post-processor to further improve the word accuracy. However, conventional approaches to post-processing like looking up a dictionary or using a statistical language model (slm), are still limited. In many such scenarios, it is often required to remove the outstanding errors manually. We observe that the traditional post-processing schemes look at error words sequentially since ocrs process documents one at a time. We propose a cost-efficient model to address the error words in batches rather than correcting them individually. We exploit the fact that a collection of documents, unlike a single document, has a structure leading to repetition of words. Such words, if efficiently grouped together and corrected as a whole can lead to a significant reduction in the cost. Correction can be fully automatic or with a human in the loop. Towards this, we employ a novel clustering scheme to obtain fairly homogeneous clusters. We compare the performance of our model with various baseline approaches including the case where all the errors are removed by a human. We demonstrate the efficacy of our solution empirically by reporting more than 70% reduction in the human effort with near perfect error correction. We validate our method on Books from multiple languages.

📄 PDF Abstract BibTeX arXiv:1905.11739

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringLanguage ModellingOptical Character Recognition (OCR)text-to-speechText to Speech

Similar Papers 제목 키워드 기반

ICDAR 2026 HIPE-OCRepair Competition on LLM-Assisted OCR Post-Correction for Historical Documents

2026-07-09 · Maud Ehrmann, Emanuela Boros, Juri Opitz, Andrianos Michail 외 arxiv

We present the results of HIPE-OCRepair-2026, an ICDAR competition on LLM-assisted OCR post-correction of historical documents. OCR post-correction remains a long-standing challenge in digital heritage: large-scale colle…

Question Answering Against Very-Large Text Collections

2013-04-26 · Leon Derczynski, Richard Shaw, Ben Solway, Jun Wang

Question answering involves developing methods to extract useful information from large collections of documents. This is done with specialised search engines such as Answer Finder. The aim of Answer Finder is to provide…

Information RetrievalQuestion AnsweringRetrieval

DRAGON: Robust Classification for Very Large Collections of Software Repositories

2026-02-09 · Stefano Balla, Stefano Zacchiroli, Thomas Degueule, Jean-Rémy Falleri 외 arxiv

The ability to automatically classify source code repositories with ''topics'' that reflect their content and purpose is very useful, especially when navigating or searching through large software collections. However, e…

GraphSkill: Documentation-Guided Hierarchical Retrieval-Augmented Coding for Complex Graph Reasoning

2026-02-20 · Fali Wang, Chenglin Weng, Xianren Zhang, Siyuan Hong 외 arxiv

The growing demand for automated graph algorithm reasoning has attracted increasing attention in the large language model (LLM) community. Recent LLM-based graph reasoning methods typically decouple task descriptions fro…

Code Generation

GenTREC: The First Test Collection Generated by Large Language Models for Evaluating Information Retrieval Systems

2025-01-05 · Mehmet Deniz Türkmen, Mucahid Kutlu, Bahadir Altun, Gokalp Cosgun

Building test collections for Information Retrieval evaluation has traditionally been a resource-intensive and time-consuming task, primarily due to the dependence on manual relevance judgments. While various cost-effect…

Information RetrievalLarge Language ModelRetrieval