Papers › UReader: Universal OCR-free Visually-situated Language Understanding with Multimodal...

UReader: Universal OCR-free Visually-situated Language Understanding with Multimodal Large Language Model

8 Oct 2023arXiv:2310.05126archive 2025-07-28

Jiabo Ye, Anwen Hu, Haiyang Xu, Qinghao Ye, Ming Yan, Guohai Xu, Chenliang Li, Junfeng Tian, Qi Qian, Ji Zhang, Qin Jin, Liang He, Xin Alex Lin, Fei Huang

Text is ubiquitous in our visual world, conveying crucial information, such as in documents, websites, and everyday photographs. In this work, we propose UReader, a first exploration of universal OCR-free visually-situated language understanding based on the Multimodal Large Language Model (MLLM). By leveraging the shallow text recognition ability of the MLLM, we only finetuned 1.2% parameters and the training cost is much lower than previous work following domain-specific pretraining and finetuning paradigms. Concretely, UReader is jointly finetuned on a wide range of Visually-situated Language Understanding tasks via a unified instruction format. To enhance the visual text and semantic understanding, we further apply two auxiliary tasks with the same format, namely text reading and key points generation tasks. We design a shape-adaptive cropping module before the encoder-decoder architecture of MLLM to leverage the frozen low-resolution vision encoder for processing high-resolution images. Without downstream finetuning, our single model achieves state-of-the-art ocr-free performance in 8 out of 10 visually-situated language understanding tasks, across 5 domains: documents, tables, charts, natural images, and webpage screenshots. Codes and instruction-tuning datasets will be released.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.05126")

Code

Syntology Ran 10 of 11 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lukeforeveryoung/ureader officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 10 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
9ran
1unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lukeforeveryoung/ureader. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

batchify lukeforeveryoung/ureader/pipeline/utils.py official repository ran Apache-2.0 (permissive) · d05ffe7e5265888d · report
collate_fn lukeforeveryoung/ureader/pipeline/evaluation.py official repository ran fingerprinted Apache-2.0 (permissive) · 649f50025297c2b9 · report
detokenize_generations lukeforeveryoung/ureader/mplug_owl/processing_mplug_owl.py official repository ran Apache-2.0 (permissive) · 45711ccd8932d38a · report
do_generate lukeforeveryoung/ureader/pipeline/interface.py official repository ran Apache-2.0 (permissive) · 104beed5dd489b98 · report
get_cosine_schedule_with_warmup lukeforeveryoung/ureader/pipeline/utils.py official repository ran Apache-2.0 (permissive) · 97b29adf427aa64e · report
get_ltor_masks_and_position_ids_from_embeddings lukeforeveryoung/ureader/mplug_owl/modeling_mplug_owl.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 45567e61fe09093a · report
get_param_groups lukeforeveryoung/ureader/pipeline/utils.py official repository ran Apache-2.0 (permissive) · 53b3ed9d6fed2b5f · report
post_process_code lukeforeveryoung/ureader/serve/model_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 15e54d5d53ab90ac · report
post_process_output lukeforeveryoung/ureader/serve/model_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 607a861da4671ce5 · report
tokenize_prompts lukeforeveryoung/ureader/mplug_owl/processing_mplug_owl.py official repository ran Apache-2.0 (permissive) · a314d930b7b0cfbb · report
get_media_indices lukeforeveryoung/ureader/mplug_owl/modeling_mplug_owl.py official repository unverified Apache-2.0 (permissive) · 96dde8a246fae2ac · report

Tasks

DecoderLanguage ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelOptical Character Recognition (OCR)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections