paper-with-me

홈 › Papers

OCR Language Models with Custom Vocabularies

2023-08-18 · Peter Garst, Reeve Ingle, Yasuhisa Fujii

Language models are useful adjuncts to optical models for producing accurate optical character recognition (OCR) results. One factor which limits the power of language models in this context is the existence of many specialized domains with language statistics very different from those implied by a general language model - think of checks, medical prescriptions, and many other specialized document classes. This paper introduces an algorithm for efficiently generating and attaching a domain specific word based language model at run time to a general language model in an OCR system. In order to best use this model the paper also introduces a modified CTC beam search decoder which effectively allows hypotheses to remain in contention based on possible future completion of vocabulary words. The result is a substantial reduction in word error rate in recognizing material from specialized domains.

📄 PDF Abstract BibTeX arXiv:2308.09671

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

CusConcept: Customized Visual Concept Decomposition with Diffusion Models

2024-10-01 · Zhi Xu, Shaozhe Hao, Kai Han

Enabling generative models to decompose visual concepts from a single image is a complex and challenging problem. In this paper, we study a new and challenging task, customized concept decomposition, wherein the objectiv…

Image GenerationText to Image GenerationText-to-Image Generation

Improved Learned Sparse Retrieval with Corpus-Specific Vocabularies

2024-01-12 · Puxuan Yu, Antonio Mallia, Matthias Petri

We explore leveraging corpus-specific vocabularies that improve both efficiency and effectiveness of learned sparse retrieval systems. We find that pre-training the underlying BERT model on the target corpus, specificall…

Retrieval

Improving Multilingual Models with Language-Clustered Vocabularies

2020-10-24 · EMNLP 2020 11 · Hyung Won Chung, Dan Garrette, Kiat Chuan Tan, Jason Riesa

State-of-the-art multilingual models depend on vocabularies that cover all of the languages the model will expect to see at inference time, but the standard methods for generating those vocabularies are not ideal for mas…

NER

Subword Mapping and Anchoring across Languages

2021-09-09 · Findings (EMNLP) 2021 11 · Giorgos Vernikos, Andrei Popescu-Belis

State-of-the-art multilingual systems rely on shared vocabularies that sufficiently cover all considered languages. To this end, a simple and frequently used approach makes use of subword vocabularies constructed jointly…

Cross-Lingual Natural Language InferenceMachine TranslationNatural Language InferenceTranslation

The Role of Vocabularies in Learning Sparse Representations for Ranking

2025-09-20 · Hiun Kim, Tae Kwan Lee, Taeryun Won arxiv

Learned Sparse Retrieval (LSR) such as SPLADE has growing interest for effective semantic 1st stage matching while enjoying the efficiency of inverted indices. A recent work on learning SPLADE models with expanded vocabu…