Papers › MORE: A Multilingual Document Parsing Benchmark and Evaluation

MORE: A Multilingual Document Parsing Benchmark and Evaluation

3 Jul 2026ICMLarXiv:2607.02956added by Syntology

Long Xu, Binghong Wu, Tinghao Yu, Hao Feng, Zhenyu Huang, Haoqing Jiang, Yunhao Wang, Shuo Huang, Feng Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Multilingual documents encapsulate rich regional cultures, scientific discoveries, and historical records. Parsing this content into structured, machine-readable formats is critical for unlocking global knowledge. However, existing benchmarks predominantly focus on high-resource languages like English and Chinese, creating an evaluation blind spot concerning model performance on other languages. While recent Vision-Language Models (VLMs) claim support for hundreds of languages, the lack of ground truth makes it impossible to empirically verify these capabilities. To bridge this gap, we introduce MORE, a large-scale benchmark designed for multilingual document parsing evaluation. MORE distinguishes itself through three key dimensions: (1) Unprecedented Scale: It covers 149 languages, making it the most linguistically diverse benchmark to date; (2) Structural Complexity: Unlike previous works, it extends evaluation beyond plain text to include structural elements such as code blocks, tables, and catalogs; and (3) Data Authenticity: All samples are curated from real-world documents via a model-assisted, human-refined annotation pipeline. We evaluate state-of-the-art models using MORE, establishing new performance baselines for long-tail languages and validating the benchmark's effectiveness in diagnosing model capabilities in realistic, diverse scenarios. The MORE dataset will be available at https://github.com/zimoqingfeng/MORE.

PaperPDFCode 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="2607.02956")

Code

Syntology Ran 13 of 15 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 2 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zimoqingfeng/MORE found in paper text by Syntology report
datalab-to/surya found in paper text by Syntology report

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

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

13ran
2unverified

Licence: 0 of the 15 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

expand_bbox datalab-to/surya/surya/common/util.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 47e89f4fa09782a6 · report
find_pruneable_heads_and_indices datalab-to/surya/surya/common/compat.py found in paper text by Syntology ran Apache-2.0 (permissive) · cb0ea0c51176639b · report
get_aligned_output_features_output_indices datalab-to/surya/surya/common/compat.py found in paper text by Syntology ran Apache-2.0 (permissive) · e03be3562fa16493 · report
get_full_labels_results zimoqingfeng/MORE/metrics/show_result.py found in paper text by Syntology ran Apache-2.0 (permissive) · 430917573735bb95 · report
get_model_name datalab-to/surya/surya/common/s3.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 072e0940fa122b3f · report
get_page_split zimoqingfeng/MORE/metrics/show_result.py found in paper text by Syntology ran Apache-2.0 (permissive) · e8ba3a7eddcf5272 · report
is_blank_region datalab-to/surya/surya/common/blank.py found in paper text by Syntology ran Apache-2.0 (permissive) · 049c52930f551191 · report
join_urls datalab-to/surya/surya/common/s3.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · e27103cbb1fca337 · report
near_white_fraction datalab-to/surya/surya/common/blank.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8acf036b36a65cd2 · report
parallel_process zimoqingfeng/MORE/metrics/parallel.py found in paper text by Syntology ran Apache-2.0 (permissive) · 43053af6494bf204 · report
process_args zimoqingfeng/MORE/pdf_validation.py found in paper text by Syntology ran Apache-2.0 (permissive) · f5712dc1766df938 · report
resolve_model_dir datalab-to/surya/surya/common/rfdetr_torch.py found in paper text by Syntology ran Apache-2.0 (permissive) · de9345b90f9f1c07 · report
sort_nested_dict zimoqingfeng/MORE/metrics/show_result.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9de0183bdb6b45d3 · report
get_groups zimoqingfeng/MORE/metrics/cal_metric.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3e418b81ad6bb2c4 · report
load_detector datalab-to/surya/surya/common/rfdetr_torch.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 95daffa5faab5036 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.02956, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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