License: arXiv.org perpetual non-exclusive license
arXiv:2603.18652v1 [cs.CV] 19 Mar 2026
11institutetext: institutetext:Institute for Machine Learning and Analytics (IMLA), Offenburg University, Offenburg, Germany 11email: email:pius.horn@hs-offenburg.de1email: pius.horn@hs-offenburg.de11email: pius.horn@hs-offenburg.de 1institutetext: 机器学习与分析研究所 (IMLA),奥芬堡大学,奥芬堡,德国 11email: pius.horn@hs-offenburg.de11institutetext: 机器学习与分析研究所 (IMLA),奥芬堡大学,奥芬堡,德国 11email: pius.horn@hs-offenburg.de22institutetext: University of Mannheim, Mannheim, Germany2institutetext: 曼海姆大学,曼海姆,德国22institutetext: 曼海姆大学,曼海姆,德国

Benchmarking PDF Parsers on Table Extraction with LLM-based Semantic Evaluation基于 LLM 的语义评估对表格提取进行基准测试的 PDF 解析器

Pius Horn    Janis Keuper
Abstract摘要

Reliably extracting tables from PDFs is essential for large-scale scientific data mining and knowledge base construction, yet existing evaluation approaches rely on rule-based metrics that fail to capture semantic equivalence of table content. We present a benchmarking framework based on synthetically generated PDFs with precise LaTeX ground truth, using tables sourced from arXiv to ensure realistic complexity and diversity. As our central methodological contribution, we apply LLM-as-a-judge for semantic table evaluation, integrated into a matching pipeline that accommodates inconsistencies in parser outputs. Through a human validation study comprising over 1,500 quality judgments on extracted table pairs, we show that LLM-based evaluation achieves substantially higher correlation with human judgment (Pearson r=0.93) compared to Tree Edit Distance-based Similarity (TEDS, r=0.68) and Grid Table Similarity (GriTS, r=0.70). Evaluating 21 contemporary PDF parsers across 100 synthetic documents containing 451 tables reveals significant performance disparities. Our results offer practical guidance for selecting parsers for tabular data extraction and establish a reproducible, scalable evaluation methodology for this critical task.可靠地从 PDF 中提取表格对于大规模科学数据挖掘和知识库构建至关重要,然而现有的评估方法依赖于基于规则的指标,无法捕捉表格内容的语义等价性。 我们提出一个基于合成生成的 PDF 的基准框架,提供精确的 LaTeX 真实值,表格来源于 arXiv,以确保真实的复杂性和多样性。 作为核心方法贡献,我们将 LLM 作为评审者用于语义表格评估,并将其集成到一个匹配流水线中,以容纳解析器输出中的不一致性。 通过对超过 1500 条质量判断的人工验证研究,展示 LLM 基于的评估与人工判断的相关性显著更高(Pearson r=0.93),相较于基于树编辑距离的相似度(TEDS,r=0.68)和网格表相似度(GriTS,r=0.70)。 对 21 种当代 PDF 解析器在 100 份包含 451 张表格的合成文档上的评估揭示了显著的性能差异。 我们的结果为选择表格数据提取的解析器提供了实用指导,并为这一关键任务建立了可复现、可扩展的评估方法论。

1 Introduction1 引言

Much of the structured knowledge in scientific publications, financial reports, and technical documents is organized in tables. As document parsing becomes central to language model pretraining, retrieval-augmented generation, and scientific data mining [43, 31], the ability to accurately and reliably extract tabular data from PDFs has become increasingly important.科学出版物、金融报告和技术文档中的大量结构化知识以表格形式组织。 随着文档解析在语言模型预训练、检索增强生成和科学数据挖掘中的核心地位日益提升[43, 31],从 PDF 中准确可靠地提取表格数据变得越来越重要。

The landscape of PDF document parsing has evolved rapidly, with approaches ranging from rule-based extraction tools and specialized OCR models to end-to-end vision-language models [33, 1]. Existing benchmarks evaluate table extraction at scales from cropped table images [46, 36] to full document-level assessments [28, 27], and the accompanying metrics have progressed from cell adjacency relations [7] to tree-based [46] and grid-based [37] comparison (see Section 2.2). Yet all of these approaches rely on structural matching and surface-level string comparison, unable to assess whether the actual information conveyed by a table has been correctly preserved. Consequently, a parser that produces a structurally different but semantically equivalent representation may be penalized unfairly, while one that preserves structure but corrupts cell content may receive an inflated score.PDF 文档解析的格局发展迅速,方法从基于规则的提取工具和专用 OCR 模型到端到端的视觉语言模型[33, 1]不等。 现有基准在从裁剪的表格图像[46, 36]到完整文档级评估[28, 27]的不同规模上评估表格提取,伴随的指标也从单元格邻接关系[7]发展到基于树的[46]和基于网格的[37]比较(见第 2.2 节)。 然而所有这些方法都依赖结构匹配和表层字符串比较,无法评估表格实际传递的信息是否被正确保留。 因此,一个产生结构不同但语义等价表示的解析器可能会被不公平地惩罚,而一个保留结构但破坏单元格内容的解析器可能会得到夸大的分数。

The LLM-as-a-judge paradigm [44] offers a promising solution, having demonstrated effectiveness for evaluating complex outputs where traditional metrics fall short [14]. For table assessment, where content correctness and structural fidelity must be jointly evaluated, LLM-based evaluation can capture semantic nuances that surface-level similarity metrics miss.LLM 作为评审者的范式[44]提供了有前景的解决方案,已在评估传统指标不足的复杂输出方面展示了有效性[14]。 对于表格评估,需要同时评估内容正确性和结构保真度,基于 LLM 的评估能够捕捉表层相似度指标遗漏的语义细微差别。

We combine this evaluation approach with a benchmarking framework that embeds real arXiv tables into synthetic PDFs, providing exact LaTeX ground truth without manual annotation. Together, these contributions address both the metric and benchmark gaps:我们将此评估方法与一个基准框架相结合,该框架将真实的 arXiv 表格嵌入合成 PDF,提供精确的 LaTeX 真实值,无需人工标注。 这两项贡献共同解决了指标和基准的空白:

  • We pioneer LLM-as-a-judge for semantic table evaluation, demonstrating substantially higher agreement with human judgment than rule-based metrics.我们率先将 LLM 作为评审者用于语义表格评估,展示其与人工判断的显著更高一致性,相较于基于规则的指标。

  • We provide 1,554 human ratings on 518 table pairs, enabling meta-evaluation of existing and future table extraction metrics against human judgment.我们提供了 1,554 条关于 518 对表格的人类评分,支持对现有及未来表格提取指标进行元评估,以对照人工判断。

  • We introduce a benchmarking framework that embeds real tables from arXiv into synthetic PDFs, combining realistic table diversity with exact LaTeX ground truth, and develop an LLM-based matching pipeline that reliably aligns each parsed table to its ground truth despite variations in parser output formats.我们引入一个基准框架,将真实的 arXiv 表格嵌入合成 PDF,结合真实的表格多样性与精确的 LaTeX 真实值,并开发了一个基于 LLM 的匹配流水线,能够在解析器输出格式变化的情况下可靠地将每个解析得到的表格与其真实值对齐。

  • We establish a public leaderboard evaluating 21 contemporary document parsers across 100 synthetic pages containing 451 tables, revealing significant performance disparities and providing practical guidance for practitioners.我们建立了一个公开排行榜,对 21 种当代文档解析器在 100 页合成页面(共 451 张表格)上的表现进行评估,揭示了显著的性能差异,并为实践者提供了实用指导。

2 Related Work2 相关工作

2.1 PDF Parsing Benchmarks2.1 PDF 解析基准

Existing benchmarks for table extraction fall into two broad categories: table recognition datasets that operate on cropped table images, and document-level benchmarks that evaluate table extraction in the context of full pages.现有的表格提取基准可分为两大类:在裁剪的表格图像上进行的表格识别数据集,以及在完整页面上下文中评估表格提取的文档级基准。

Table recognition datasets have driven progress in table structure recognition from isolated images. Large-scale datasets such as PubTabNet [46] (568K images from PubMed Central), FinTabNet [45] (113K tables from financial reports), TableBank [15] (417K tables via weak supervision), PubTables-1M [36] (nearly one million scientific tables), and SynthTabNet [26] (600K synthetic tables with controlled structure and style variation) provide extensive training and evaluation resources, while SciTSR [4] contributes 15K tables with structure labels derived from LaTeX sources. These datasets also gave rise to the dominant evaluation metrics: PubTabNet introduced TEDS, and GriTS [37] later proposed grid-level evaluation as an alternative. The ICDAR 2021 competition [11] complemented these efforts by targeting table image to LaTeX conversion, a task recently advanced by reinforcement learning over multimodal language models [20]. While instrumental for advancing table recognition, these datasets provide cropped table images rather than full documents, making them unsuitable for benchmarking end-to-end PDF parsing pipelines where tables must first be detected within a page of mixed content.表格识别数据集推动了对孤立图像中表格结构识别的进展。 大规模数据集如 PubTabNet[46](来自 PubMed Central 的 568K 图像)、FinTabNet[45](来自金融报告的 113K 表格)、TableBank[15](通过弱监督获得的 417K 表格)、PubTables-1M[36](近一百万科学表格)以及 SynthTabNet[26](600K 合成表格,具备受控结构和样式变化)提供了丰富的训练和评估资源,而 SciTSR[4] 则贡献了 15K 带有结构标签的表格,来源于 LaTeX 源码。 这些数据集也催生了主流评估指标:PubTabNet 引入了 TEDS,随后 GriTS[37] 提出了网格级评估作为替代。 ICDAR 2021 竞赛[11] 通过针对表格图像到 LaTeX 的转换进一步补充了这些工作,近期通过多模态语言模型的强化学习[20] 推动了该任务的进展。 虽然这些数据集对表格识别的推动作用显著,但它们提供的是裁剪的表格图像而非完整文档,不适用于评估需要先在混合内容页面中检测表格的端到端 PDF 解析流水线。

Document-level benchmarks evaluate table extraction from complete pages where tables appear alongside text and figures. The OmniAI OCR Benchmark [27] evaluates overall document extraction accuracy but lacks table-specific metrics, while olmOCR-Bench [31] includes 1,020 table-specific unit tests across 1,402 PDFs but focuses on cell-level pass/fail verification rather than holistic table quality assessment. OmniDocBench [28] (1,355 pages) and READoc [19] (3,576 documents, 15 parsing systems) go further by including explicit table evaluation, yet both rely on TEDS and edit distance metrics that capture structural similarity without assessing semantic equivalence. PubTables-v2 [35] provides the first large-scale benchmark for full-page and multi-page table extraction (467K single pages with 548K tables and 9,172 multi-page documents), extending PubTables-1M from cropped images to document-level evaluation using GriTS. The ICDAR table competitions [7, 6] established early document-level benchmarks on small collections using cell adjacency relations, and SCORE [16] more recently addresses evaluation methodology by proposing interpretation-agnostic metrics that handle legitimate structural ambiguity, though still operating at the structural rather than semantic level. Soric et al. [38] benchmark nine extraction methods across three document collections totaling approximately 37K pages, relying on TEDS and GriTS for evaluation.文档级基准评估完整页面中的表格提取,表格与文本、图形并存。 OmniAI OCR Benchmark[27] 评估整体文档提取准确性,但缺乏表格专用指标;olmOCR-Bench[31] 包含 1,020 项表格单元测试,覆盖 1,402 份 PDF,但侧重于单元格级的通过/失败验证,而非整体表格质量评估。 OmniDocBench[28](1,355 页)和 READoc[19](3,576 份文档,15 种解析系统)进一步加入了显式的表格评估,但仍依赖 TEDS 和编辑距离指标,仅捕捉结构相似性而未评估语义等价性。 PubTables-v2[35] 首次提供大规模的完整页和多页表格提取基准(467K 单页含 548K 表格,9,172 份多页文档),将 PubTables-1M 从裁剪图像扩展到文档级评估,并使用 GriTS。 ICDAR 表格竞赛[7, 6] 在小规模集合上建立了早期的文档级基准,采用单元格邻接关系;SCORE[16] 最近通过提出解释无关的指标来处理合法的结构歧义,尽管仍在结构层面而非语义层面工作。 Soric 等[38] 在三个文档集合(约 37K 页)上基准了九种提取方法,仍使用 TEDS 和 GriTS 进行评估。

2.2 Table Extraction Evaluation Metrics2.2 表格提取评估指标

Evaluating extracted tables against ground truth requires metrics that jointly assess structural fidelity and content correctness. Directed adjacency relations (DAR) [7], introduced in the ICDAR 2013 Table Competition as the first metric designed specifically for table structure evaluation, captured local cell neighborhoods but could not represent global table structure, motivating the tree-level and grid-level approaches that followed.对提取的表格进行评估需要同时衡量结构保真度和内容正确性。 有向邻接关系(DAR)[7] 在 ICDAR 2013 表格竞赛中首次作为专门针对表格结构的指标出现,捕捉局部单元格邻域,但无法表示全局表格结构,促使后续的树级和网格级方法的出现。

Tree Edit Distance-based Similarity (TEDS). TEDS [46], introduced alongside PubTabNet, has become the de facto standard for table recognition evaluation. Both predicted and ground-truth tables are represented as HTML trees whose leaf nodes (<td>) carry colspan, rowspan, and character-level tokenized content. The tree edit distance is computed with a unit cost for structural mismatches and normalized Levenshtein distance for cell content, yielding TEDS=1d/max(|Tpred|,|Tgt|)\mathrm{TEDS}=1-d\,/\,\max(|T_{\mathrm{pred}}|,|T_{\mathrm{gt}}|), where dd is the edit distance and |T||T| the number of nodes in each tree. Since both structure and content are compared at the character level, the score is sensitive to markup choices (e.g., <thead> vs. <tbody>, or <th> vs. <td>) and surface-level string differences.基于树编辑距离的相似度(TEDS)。 TEDS[46] 与 PubTabNet 同时提出,已成为表格识别评估的事实标准。 预测表和真实表均以 HTML 树表示,叶节点(<td>)携带 colspan、rowspan 和字符级标记内容。 树编辑距离采用结构不匹配的单位代价,单元格内容使用归一化的 Levenshtein 距离,得到 TEDS=1−d/ max(|T_pred|,|T_gt|),其中 d 为编辑距离,|T| 为树中节点数。 由于结构和内容均在字符层面比较,分数对标记选择(如 <thead> 与 <tbody>,<th> 与 <td>)以及表层字符串差异敏感。

Grid Table Similarity (GriTS). GriTS [37] addresses the HTML sensitivity of TEDS by operating directly on the table’s 2D grid representation, using factored row and column alignment via dynamic programming. It defines separate metrics for structural topology (GriTSTop\mathrm{GriTS}_{\mathrm{Top}}, via intersection-over-union on relative span grids) and content (GriTSCon\mathrm{GriTS}_{\mathrm{Con}}, via longest common subsequence similarity), each yielding precision, recall, and F-score. By avoiding the tree representation, GriTS treats rows and columns symmetrically and is robust to markup variations, though content comparison remains string-based.网格表相似度(GriTS)。 GriTS[37] 通过直接在表格的二维网格表示上操作,使用动态规划进行行列对齐,解决了 TEDS 对 HTML 的敏感性。 它为结构拓扑(GriTS_Top)定义了基于相对跨度网格的交并比,为内容(GriTS_Con)定义了最长公共子序列相似度,两者均给出精确率、召回率和 F 分数。 通过避免树表示,GriTS 对行列对称处理,对标记差异更具鲁棒性,然而内容比较仍基于字符串。

SCORE. Although SCORE [16] presents itself as a “semantic evaluation framework” addressing the format rigidity of TEDS and GriTS, it normalizes tables into format-agnostic cell tuples and evaluates index accuracy by checking whether cells occupy correct grid positions and content accuracy via edit distance on cell text, with tolerance for small row/column offsets. This avoids penalizing markup differences across output formats, though the structural tolerance may also mask genuine errors, and the underlying cell comparison remains string-based, leaving true semantic equivalence (such as notational variants or equivalent value formats) unaddressed.SCORE。 虽然 SCORE[16] 自称是“语义评估框架”,旨在解决 TEDS 和 GriTS 的格式刚性问题,但它将表格归一化为格式无关的单元格元组,并通过检查单元格是否占据正确的网格位置来评估索引准确性,内容准确性通过单元格文本的编辑距离衡量,对小的行/列偏移有容忍度。 这种方式避免了对不同输出格式的标记差异惩罚,但结构容忍度也可能掩盖真实错误,且底层的单元格比较仍基于字符串,未能处理诸如记号变体或等价数值格式等真正的语义等价性。

Text-based metrics such as Levenshtein edit distance [13] or BLEU [29] operate at a strictly lower level of granularity: while the metrics above preserve cell-level structure, text-based approaches flatten the table into a token sequence, making scores dependent on serialization order and unable to distinguish structural from content errors.基于文本的指标如 Levenshtein 编辑距离[13]或 BLEU[29]在粒度上更低:上述指标保留了单元格层级结构,而文本指标将表格展平成 token 序列,导致分数受序列化顺序影响,且无法区分结构错误和内容错误。

While LLM-based evaluation has recently shown promise for formula extraction from PDFs [10], substantially outperforming text-based, tree-based, and image-based metrics in correlation with human judgment, no comparable study exists for table extraction.虽然基于 LLM 的评估已在 PDF 公式提取上显示出显著优势[10],在与人工判断的相关性上远超文本、树和图像指标,但尚未有针对表格提取的可比研究。

Our work addresses both gaps: on the benchmark side, we use synthetic PDFs whose LaTeX source serves as exact ground truth, eliminating the need for manual annotation. On the metric side, we apply LLM-as-a-judge for semantic table evaluation. Together with a broad comparison of 21 contemporary parsers, this yields a reproducible evaluation framework that we validate against human judgment in Section 4.我们的工作同时填补了两方面的空白:在基准方面,我们使用合成 PDF,其 LaTeX 源码作为精确的真实值,免除人工标注;在指标方面,我们采用 LLM 作为评审者进行语义表格评估。 结合对 21 种当代解析器的广泛比较,这提供了一个可复现的评估框架,并在第 4 节通过人工判断进行验证。

3 Methodology3 方法论

Our benchmarking methodology rests on two key design decisions: (1) using real tables extracted from arXiv to ensure realistic diversity, and (2) embedding them into synthetically generated PDFs to obtain exact ground truth without manual annotation. This section describes the resulting benchmark construction and the matching pipeline that aligns parser outputs to ground truth tables.我们的基准方法论基于两个关键设计决定:(1) 使用来自 arXiv 的真实表格以确保真实的多样性;(2) 将它们嵌入合成生成的 PDF,以获得精确的真实值且无需人工标注。 本节描述基准构建以及将解析器输出与真实表格对齐的匹配流水线。

3.1 Benchmark Dataset: Synthetic PDFs with Ground Truth3.1 基准数据集:带真实值的合成 PDF

We collect LaTeX table sources from arXiv papers published in December 2025 to avoid overlap with established datasets [46, 36] that may already be part of parser training data. All top-level tabular/tabular* environments are extracted, cleaned of non-content commands (citations, cross-references), and compiled standalone to verify validity and record rendered dimensions; invalid tables are discarded. Each valid table is classified by structural complexity using an LLM-based classifier: simple (regular grid), moderate (limited cell merging), or complex (multi-dimensional merging, nested structures).我们收集了 2025 年 12 月发布的 arXiv 论文中的 LaTeX 表格源码,以避免与已存在的数据集[46, 36]重叠,这些数据集可能已被解析器的训练数据使用。 提取所有顶层的 tabular/tabular* 环境,去除非内容命令(引用、交叉引用),并单独编译以验证有效性并记录渲染尺寸;无效表格被丢弃。 每个有效表格使用基于 LLM 的分类器进行结构复杂度分类:简单(规则网格)、中等(有限单元合并)或复杂(多维合并、嵌套结构)。

Each benchmark page is generated by sampling a random layout configuration (document class, font family, page margins, font size, line spacing, and single- or two-column layout) and iteratively appending content blocks, either filler text or tables from the extracted pool. The document is recompiled with pdflatex after each addition; blocks that trigger overflow or typesetting warnings are discarded, and the process terminates when no further content fits. Tables are pre-filtered by their recorded dimensions against the remaining page space and scaled to column width via adjustbox when moderately oversized. To ensure deterministic positioning, tables are placed as non-floating centered blocks, avoiding the unpredictable reordering of LaTeX float environments that would complicate ground truth alignment. Figure 1 gives an overview of the pipeline.每页基准通过随机抽取布局配置(文档类、字体族、页边距、字号、行距、单/双栏布局),并迭代追加内容块,块可以是填充文本或来自提取池的表格。 每次添加后使用 pdflatex 重新编译;触发溢出或排版警告的块被丢弃,过程在无法再容纳内容时终止。 表格在加入前根据记录的尺寸与剩余页面空间进行预筛选,若略大则通过 adjustbox 按列宽缩放。 为确保位置确定性,表格以非浮动的居中块方式放置,避免 LaTeX 浮动环境的不可预测重排,简化真实值对齐。 图 1 展示了流水线概览。

Refer to caption
Figure 1: Overview of the benchmark generation pipeline. Randomly sampled content blocks and layout templates yield a JSON ground truth, which is assembled into and compiled to PDF.图 1:基准生成流水线概览。随机抽样的内容块和布局模板生成 JSON 真实值,组装成 LaTeX 并编译为 PDF。

3.2 Evaluation Pipeline: Table Matching3.2 评估流水线:表格匹配

Before tables can be evaluated, each ground truth table must be matched to its counterpart in the parser output. This is non-trivial because parsers produce tables in diverse formats (HTML, Markdown, LaTeX, plain text), may split or merge tables, reorder content in multi-column layouts, or fail to recognize tables entirely.在评估表格之前,必须将每个真实表格与解析器输出中的对应表格匹配。 这并非易事,因为解析器产生的表格格式多样(HTML、Markdown、LaTeX、纯文本),可能会拆分或合并表格,在多栏布局中重新排序内容,或根本未识别表格。

We address this with an LLM-based matching pipeline using Gemini-3-Flash-Preview [8]. Given the list of ground truth tables (as LaTeX) and the full parser output, the model identifies and extracts the corresponding parsed representation for each ground truth table. Since the LLM may introduce minor artifacts such as whitespace changes, a rule-based post-validation step verifies and corrects each returned table against the original parser output, yielding a robust mapping between ground truth and parsed tables.我们使用 Gemini-3-Flash-Preview[8] 构建基于 LLM 的匹配流水线。 给定真实表格列表(LaTeX)和完整的解析器输出,模型识别并提取每个真实表格对应的解析表示。 由于 LLM 可能引入空格等细微差异,随后进行基于规则的后验证步骤,对每个返回的表格与原始解析器输出进行核对和纠正,从而得到稳健的真实表格与解析表格映射。

4 Assessment of Table Evaluation Approaches4 表格评估方法的评估

Once ground truth and parsed tables have been aligned, the central question becomes how to quantify extraction quality. This section exposes the limitations of existing rule-based metrics on concrete parser outputs, introduces LLM-based semantic evaluation as an alternative, and validates both approaches against human judgment.在真实值和解析表格对齐后,核心问题是如何量化提取质量。 本节展示现有基于规则的指标在具体解析器输出上的局限性,提出基于 LLM 的语义评估作为替代,并将两种方法与人工判断进行验证。

4.1 Limitations of Rule-based Metrics4.1 基于规则的指标的局限性

Since TEDS, GriTS, and SCORE compare structure and content purely syntactically, they cannot distinguish between discrepancies that alter the semantic content of a table and those that are merely representational. Figure 2 illustrates this with a constructed example highlighting discrepancy patterns we frequently observed in parser outputs. Several difference types are semantically insignificant yet incur large edit distances:由于 TEDS、GriTS 和 SCORE 纯粹在语法层面比较结构和内容,它们无法区分改变表格语义的差异和仅是表现形式的差异。 图 2 通过构造的示例展示了我们在解析器输出中经常观察到的差异模式。 以下几类差异在语义上并不重要,却会导致巨大的编辑距离:

  • Structural reorganization: parsers flatten multi-level headers or resolve rowspans—often because the output format lacks support for spanning cells (e.g., Markdown, unlike HTML, has no colspan/rowspan mechanism), leading to workarounds such as repeating values or inserting empty padding cells.结构重组:解析器将多层标题展平或解决行跨(rowspan),常因输出格式不支持跨单元格(如 Markdown 没有 colspan/rowspan)而采用重复值或插入空填充单元格的变通。

  • Symbol encoding: formulas appear as Unicode symbols instead of LaTeX commands (e.g., α\alpha instead of $\alpha$).符号编码:公式以 Unicode 符号而非 LaTeX 命令出现(例如 α\alpha 而非 $\alpha$)。

  • Value equivalence: “85.0%” vs. “85%” or “—” vs. “N/A”.数值等价:“85.0%” 与 “85%”,或 “—” 与 “N/A”。

  • Markup artifact: visual attributes are encoded as raw commands (e.g., \textbf{}).标记伪影:视觉属性被编码为原始命令(例如 \textbf{})。

(a) Ground Truth
Group Method Task 1 Task 2 Score Diff Score Diff Group 1 Baseline 85.0% 0.72 ±\pm 0.03 Method α\alpha 91.2% +6.2 (p\leq 0.1) 1.12 +0.17 Group 2 Baseline 79.3% 0.65 Method β\beta 82.1% +2.8 1.31 +0.66
(a) 真实值 组别 方法 任务 1 任务 2 分数 差异 分数 差异 组别 1 基线 85.0% — 0.72 ±\pm 0.03 — 方法 α\alpha 91.2% +6.2 (p ≤\leq 0.1) 1.12 +0.17 组别 2 基线 79.3% — 0.65 — 方法 β\beta 82.1% +2.8 1.31 +0.66

(b) Parser Output
Group Method Task 1 Score Task 1 Diff Task 2 Score Task 2 Diff Group 1 Baseline 85% N/A $0.72 \pm 0.03$ N/A Group 1 Method $\alpha$ \textbf {91.2\%} +6.2 ($p \leq 0.1$) 112 +0.17 Group 2 Baseline 79.3% N/A 0.65 N/A Group 2 Method $\beta$ 82.1% -2.8 \textbf {1.31} +0.66
(b) 解析器输出 组别 方法 任务 1 分数 任务 1 差异 任务 2 分数 任务 2 差异 组别 1 基线 85% N/A $0.72 \pm 0.03$ N/A 组别 1 方法 $\alpha$ \textbf {91.2\%} +6.2 ($p \leq 0.1$) 112 +0.17 组别 2 基线 79.3% N/A 0.65 N/A 组别 2 方法 $\beta$ 82.1% −-2.8 \textbf {1.31} +0.66

Figure 2: Structural metrics penalize harmless variation while overlooking critical errors. The parser output (b) largely preserves the semantics of (a), yet incurs heavy edit distance from representational differences (structural reorganization, symbol encoding, value equivalence, markup artifact). The only meaning-altering errors—a lost decimal and a sign flip (content error)—barely affect the score.图 2:结构指标惩罚无害的变体,却忽视关键错误。解析器输出 (b) 在语义上基本保留了 (a) 的含义,但因表现形式差异(结构重组、符号编码、数值等价、标记伪影)导致编辑距离很大。 唯一改变意义的错误——丢失小数点和符号翻转(内容错误)——几乎不影响分数。

In contrast, the only semantically critical differences, content errors such as a lost decimal point (1.12 \to 112) and a flipped sign (+2.8 \to-2.8), change merely a single character each, contributing minimally to the edit distance. String-based metrics consequently assign low scores driven by harmless representational variation, while the few-character errors that fundamentally alter the table’s meaning are barely reflected.相反,唯一语义关键的差异——如丢失小数点(1.12→112)和符号翻转(+2.8→−-2.8)——每个仅改变一个字符,对编辑距离贡献极小。 基于字符串的指标因此因无害的表现形式差异而给出低分,而那些仅改变单字符却根本改变表格意义的错误几乎未被反映。

4.2 LLM-as-a-Judge for Table Evaluation4.2 LLM 作为评审者进行表格评估

Building on the LLM-as-a-judge paradigm [44, 14], we propose using LLMs to assess table extraction quality semantically. Given a ground truth table and its parsed counterpart, an LLM evaluates the pair on a 0–10 scale for content accuracy and structural preservation, i.e., whether every cell value can be unambiguously mapped to its row and column headers. We evaluate four popular LLMs as judges: DeepSeek-v3.2 [21], GPT-5-mini [34], Gemini-3-Flash-Preview [8], and Claude Opus 4.6 [2], selected for their strong performance on public benchmarks across different price points.基于 LLM‑as‑a‑judge 范式[44, 14],我们提出使用 LLM 对表格提取质量进行语义评估。 给定真实表格和其解析对应,LLM 对该对进行 0–10 分的内容准确性和结构保真度评分,即每个单元格值是否能明确映射到其行列标题。 我们评估了四种流行的 LLM 作为评审者:DeepSeek‑v3.2[21]、GPT‑5‑mini[34]、Gemini‑3‑Flash‑Preview[8] 和 Claude Opus 4.6[2],它们在不同价位上均在公开基准上表现出色。

4.3 Human Evaluation Protocol4.3 人工评估方案

To validate automated metrics against human judgment, we collected over 1,500 human ratings covering 518 pairs of ground truth and parsed tables. Each pair was rated on a 0–10 scale reflecting whether the semantic content of the table—all values, headers, and their associations—has been correctly, completely, and unambiguously preserved. The pairs were sampled across all parsers whose outputs span diverse formats (HTML, Markdown, LaTeX, plain text) and table complexities, ensuring broad coverage. Since tables can be large and discrepancies subtle, we prompted Claude Opus 4.6 to pre-identify potential differences in each pair. Evaluators were then presented with a web interface showing both tables alongside these LLM-generated hints on potential discrepancies, ensuring that subtle issues are surfaced for human judgment while the final score remains entirely a human decision.为验证自动指标与人工判断的对应关系,我们收集了超过 1,500 条人工评分,覆盖 518 对真实表格和解析表格。 每对表格均在 0–10 分尺度上评分,反映表格的语义内容——所有数值、标题及其关联——是否被正确、完整且明确地保留。 这些对从所有解析器的输出中抽样,覆盖 HTML、Markdown、LaTeX、纯文本等多种格式以及不同表格复杂度,确保广泛覆盖。 由于表格可能较大且差异细微,我们让 Claude Opus 4.6 预先识别每对中的潜在差异。 评估者随后在网页界面中同时看到两张表格以及 LLM 生成的潜在差异提示,以确保细微问题被呈现,最终分数完全由人工决定。

Inter-annotator agreement. To assess the reliability of the human reference scores, we report agreement among the three independent evaluators who each rated all 518 pairs. Krippendorff’s α\alpha (interval) is 0.77, indicating acceptable agreement [12]. Average pairwise Pearson correlation between annotators is r=0.85r=0.85, with individual pairs ranging from 0.81 to 0.91 and a mean absolute score difference of 1.2 on the 0–10 scale. As a human performance ceiling, the leave-one-out correlation of each annotator with the mean of the other two yields an average Pearson r=0.89r=0.89.评审者间一致性。 为评估人工参考分数的可靠性,我们报告了对所有 518 对进行评分的三位独立评审者之间的一致性。 Krippendorff 的 α(区间)为 0.77,表明一致性可接受[12]。 评审者两两之间的 Pearson 相关系数平均为 r=0.85,单对范围 0.81–0.91,平均绝对分差为 1.2(0–10 量表)。 作为人工表现上限,每位评审者与另外两位的均值的留一交叉相关为平均 Pearson r=0.89。

4.4 Correlation with Human Judgment4.4 与人工判断的相关性

We compute Pearson, Spearman, and Kendall correlations between each automated metric and the human reference scores to quantify how well each approach captures human notions of table extraction quality. All metrics are scaled to a 0–10 range for comparability; Table 1 summarizes the results and Figure 3 visualizes the relationship for a subset of metrics.我们计算了每种自动指标与人工参考分数之间的 Pearson、Spearman 和 Kendall 相关系数,以量化各方法捕捉人工对表格提取质量认知的程度。 所有指标均缩放至 0–10 范围以便比较;表 1 汇总了结果,图 3 展示了部分指标的散点图。

Table 1: Correlation of automated metrics with averaged human scores (n=518n=518 table pairs, each rated by three evaluators).表 1:自动指标与平均人工分数的相关性(n=518 表对,每对由三位评审者评分)。
Metric Type Pearson rr Spearman ρ\rho Kendall τ\tau
TEDS Rule-based 0.684 0.717 0.557
GriTSTop\mathrm{GriTS}_{\mathrm{Top}} Rule-based 0.633 0.735 0.597
GriTSCon\mathrm{GriTS}_{\mathrm{Con}} Rule-based 0.700 0.742 0.595
GriTS-Avg Rule-based 0.698 0.763 0.604
SCORE Index Rule-based 0.558 0.681 0.558
SCORE Content Rule-based 0.641 0.654 0.522
SCORE-Avg Rule-based 0.637 0.684 0.539
DeepSeek-v3.2 LLM 0.802 0.827 0.713
GPT-5-mini LLM 0.888 0.827 0.739
Gemini-3-Flash-Preview LLM 0.927 0.889 0.799
Claude Opus 4.6 LLM 0.939 0.890 0.804
 Also used to generate error hints shown to evaluators; see text.
Refer to caption
Figure 3: Scatter plots comparing automated metrics with human scores. Left column: rule-based metrics (TEDS, GriTS-Avg, SCORE-Avg); right column: LLM judges (DeepSeek-v3.2, Gemini-3-Flash-Preview, Claude Opus 4.6). Bubble size indicates point count.图 3:自动指标与人工分数的散点图。左列:基于规则的指标(TEDS、GriTS‑Avg、SCORE‑Avg);右列:LLM 评审者(DeepSeek‑v3.2、Gemini‑3‑Flash‑Preview、Claude Opus 4.6)。气泡大小表示点的数量。

Rule-based metrics achieve only moderate correlation with human judgment. Since GriTS and SCORE each decompose into separate structure and content sub-metrics, unlike TEDS and LLM-based judges which assess both aspects jointly, we additionally compute their arithmetic means (GriTS-Avg, SCORE-Avg) to enable direct comparison. All rule-based metrics, whether structure-focused, content-focused, or averaged, fall within a narrow band of r=0.56r=0.560.700.70 (Table 1), confirming the limitations analyzed in Section 4.1.基于规则的指标仅与人工判断呈中等相关性。 由于 GriTS 和 SCORE 各自分解为结构子指标和内容子指标,而 TEDS 与 LLM 评审者同时评估两者,我们额外计算了它们的算术平均(GriTS‑Avg、SCORE‑Avg)以实现直接比较。 所有基于规则的指标,无论是结构、内容还是平均,均落在 r=0.56–0.70 的窄区间(表 1),验证了第 4.1 节分析的局限性。

LLM-based evaluation substantially outperforms all rule-based metrics. Even the weakest LLM judge (DeepSeek-v3.2, r=0.80r=0.80) exceeds the best rule-based metric (GriTS-Avg, r=0.70r=0.70), confirming that semantic assessment captures dimensions of table quality that string-level comparison systematically misses. Claude Opus 4.6 achieves the highest correlation (r=0.94r=0.94), though the human reference scores may be skewed toward its assessments since it also generated the error hints shown to evaluators ( in Table 1). Gemini-3-Flash-Preview (r=0.93r=0.93) and GPT-5-mini (r=0.89r=0.89), which had no role in the annotation process, still far surpass all rule-based metrics, confirming that the LLM advantage is independent of this confound.基于 LLM 的评估显著优于所有基于规则的指标。 即使是最弱的 LLM 评审者(DeepSeek‑v3.2,r=0.80)也超过了最佳的基于规则指标(GriTS‑Avg,r=0.70),证明语义评估捕捉了表格质量的维度,而字符串层面的比较系统性地遗漏。 Claude Opus 4.6 达到最高相关性(r=0.94),但由于它也生成了提供给评审者的错误提示,人工参考分数可能对其有偏(表 1 中的 †)。 Gemini‑3‑Flash‑Preview(r=0.93)和 GPT‑5‑mini(r=0.89)未参与标注过程,仍远超所有基于规则的指标,确认 LLM 优势独立于此混杂因素。

For the parser benchmark in Section 5, we adopt Gemini-3-Flash-Preview as it offers near-ceiling correlation at substantially lower inference cost than Claude Opus 4.6.在第 5 节的解析器基准中,我们采用 Gemini‑3‑Flash‑Preview,因其在接近上限的相关性下,推理成本远低于 Claude Opus 4.6。

5 Experiments and Results5 实验与结果

Using the validated Gemini-3-Flash-Preview judge, we evaluate 21 parsers on 100 synthetic PDF pages containing 451 tables with diverse structural characteristics.使用经验证的 Gemini‑3‑Flash‑Preview 评审者,我们在 100 页合成 PDF(共 451 张结构多样的表格)上评估了 21 种解析器。

We selected 21 parsers spanning the full spectrum of contemporary document parsing approaches. Among specialized OCR models, we evaluate Chandra [30], DeepSeek-OCR [42], dots.ocr [17], GOT-OCR2.0 [41], LightOnOCR-2-1B [39], Mathpix [24], MinerU2.5 [40], Mistral OCR 3 [25], MonkeyOCR-3B [18], Nanonets-OCR-s [23], and olmOCR-2-7B [31]. These range from compact end-to-end vision-language models with under 1B parameters (LightOnOCR, DeepSeek-OCR) to full-page decoders built on larger VLM backbones (Chandra on Qwen3-VL, MonkeyOCR) and commercial API services (Mathpix, Mistral OCR 3).我们选取了 21 种解析器,覆盖当代文档解析的全光谱。 在专用 OCR 模型中,我们评估了 Chandra[30]、DeepSeek‑OCR[42]、dots.ocr[17]、GOT‑OCR2.0[41]、LightOnOCR‑2‑1B[39]、Mathpix[24]、MinerU2.5[40]、Mistral OCR 3[25]、MonkeyOCR‑3B[18]、Nanonets‑OCR‑s[23]、以及 olmOCR‑2‑7B[31]。 这些模型从参数量不足 1B(LightOnOCR、DeepSeek‑OCR)的紧凑端到端视觉语言模型,到基于更大 VLM 主干的全页解码器(如 Qwen3‑VL 上的 Chandra)以及商业 API 服务(Mathpix、Mistral OCR 3)。

We also evaluate general-purpose multimodal models including Gemini 3 Pro and Flash [8], Gemini 2.5 Flash [5], GLM-4.5V [9], Qwen3-VL-235B [3], GPT-5 mini and nano [34], and Claude Sonnet 4.6 [2]; since these models lack a dedicated document parsing mode, they were prompted to convert each page to Markdown with tables rendered as HTML.我们还评估了通用多模态模型,包括 Gemini 3 Pro 与 Flash[8]、Gemini 2.5 Flash[5]、GLM‑4.5V[9]、Qwen3‑VL‑235B[3]、GPT‑5 mini 与 nano[34],以及 Claude Sonnet 4.6[2];由于这些模型缺乏专用文档解析模式,我们提示它们将每页转换为 Markdown,表格以 HTML 渲染。

Additionally, we include PyMuPDF4LLM [32], a rule-based tool that extracts text directly from the PDF text layer, and the scientific document parser GROBID [22].此外,我们加入了 PyMuPDF4LLM[32]——一个直接从 PDF 文本层提取文本的基于规则的工具,以及科学文档解析器 GROBID[22]。

All 100 pages are processed through each parser and the extracted tables are evaluated against ground truth using the LLM-based pipeline described in Sections 3.2 and 4.2. Table 2 reports the resulting scores alongside the approximate cost or time for parsing all 100 pages: API pricing in USD at the time of writing or wall-clock time on a single NVIDIA RTX 4090. As most models offer multiple deployment options and we did not use a uniform inference framework (e.g., vLLM or Hugging Face Transformers), reported runtimes are rough estimates. Our code repository provides ready-to-use implementations for all 21 parsers together with the exact prompts, configurations, and software versions used to produce the leaderboard results, enabling full reproducibility.所有 100 页均通过每个解析器处理,提取的表格使用第 3.2 节和第 4.2 节描述的 LLM 匹配流水线与真实值对齐评估。 表 2 报告了得分以及解析所有 100 页的大致成本或时间:API 费用(美元)或单个 NVIDIA RTX 4090 上的壁钟时间。 由于大多数模型提供多种部署选项且我们未使用统一的推理框架(如 vLLM 或 Hugging Face Transformers),报告的运行时间为粗略估计。 我们的代码仓库提供了所有 21 种解析器的即用实现,以及产生排行榜结果的完整提示、配置和软件版本,确保完全可复现。

Table 2: Table extraction performance across 451 tables from 100 synthetic pages, scored 0–10 by Gemini-3-Flash-Preview and broken down by structural complexity, with TEDS scores (0–1 scale) for comparison. Parsers are ranked by overall score.表 2:在 100 页合成页面(共 451 张表格)上的表格提取性能,使用 Gemini‑3‑Flash‑Preview 评分(0–10),并按结构复杂度细分,同时给出 TEDS 分数(0–1)作对比。解析器按整体得分排名。
LLM Score (0–10)
Parser Overall Simple Moderate Complex TEDS Inference Cost / Time
Gemini 3 Pro 9.55 9.58 9.57 9.49 0.85 API $10.00
Gemini 3 Flash 9.50 9.53 9.38 9.61 0.85 API $0.57
LightOnOCR-2-1B 9.08 9.41 8.90 8.91 0.83 GPU 30 min
Mistral OCR 3 8.89 8.92 8.69 9.07 0.88 API $0.20
dots.ocr 8.73 9.01 8.43 8.76 0.81 GPU 20 min
Mathpix 8.53 9.32 8.40 7.77 0.74 API $0.35–0.50
Chandra 8.43 8.96 8.14 8.15 0.77 GPU 4 h
Qwen3-VL-235B 8.43 9.23 8.27 7.67 0.78 API/GPU $0.20
MonkeyOCR-3B 8.39 8.60 8.10 8.47 0.80 GPU 20 min
GLM-4.5V 7.98 9.19 7.59 7.00 0.78 API $0.60
GPT-5 mini 7.14 8.03 6.82 6.48 0.68 API $1.00
Claude Sonnet 4.6 7.02 6.94 7.10 7.01 0.63 API $3.00
Nanonets-OCR-s 6.92 8.27 6.51 5.82 0.69 GPU 50 min
Gemini 2.5 Flash 6.85 7.93 6.52 5.94 0.72 API $0.40
MinerU2.5 6.49 7.07 6.03 6.35 0.78 API/GPU
GPT-5 nano 6.48 7.63 6.18 5.47 0.32 API $0.35
DeepSeek-OCR 5.75 7.45 5.34 4.20 0.66 GPU 4 min
PyMuPDF4LLM 5.25 6.78 4.86 3.91 § CPU 30 s
GOT-OCR2.0 5.13 5.89 4.95 4.45 0.58 GPU 20 min
olmOCR-2-7B 4.05 4.64 3.78 3.68 0.35 GPU 25 min
GROBID 2.10 2.27 1.94 2.09 § CPU 2 min
Cost: API pricing (USD) for 100 pages. Time: wall-clock on a single NVIDIA RTX 4090.
 Tested via free-tier API; also available for local GPU deployment.
§ TEDS not applicable; output lacks tabular structure entirely.
Refer to caption
Figure 4: Per-parser score distributions across 451 tables. Each subplot shows the percentage of tables receiving each integer score (0–10); the dashed line marks the mean. Parsers are ordered by mean score (top-left to bottom-right).图 4:每个解析器在 451 张表格上的得分分布。每个子图显示每个整数得分(0–10)的表格比例;虚线标记均值。解析器按均值从左上到右下排序。

6 Discussion6 讨论

LLM scores vs. TEDS.LLM 分数 vs. TEDS。

The TEDS scores in Table 2 reinforce the metric limitations discussed in Section 4.1. When parsers that frequently fail to detect tables entirely are excluded, TEDS clusters within 22% of its scale (0.66–0.88), painting a misleading picture of comparable quality. LLM-based scores, by contrast, span 38% (5.75–9.55), far better reflecting the substantial quality differences visible upon manual inspection.表 2 中的 TEDS 分数强化了第 4.1 节讨论的指标局限性。 当排除那些经常完全未检测到表格的解析器时,TEDS 在其量表的 22% 范围内聚集(0.66–0.88),呈现出误导性的相似质量印象。 相对而言,LLM 基于的分数跨越 38%(5.75–9.55),更好地反映了人工检查时可见的显著质量差异。

Parser performance patterns.解析器性能模式。

Overall scores range from 2.10 to 9.55, revealing that parser choice can largely determine whether extracted tables are usable or nearly unusable. The top-performing systems are the Gemini 3 models, which are general-purpose multimodal models rather than dedicated OCR tools, suggesting that broad visual-linguistic capabilities transfer well to table extraction. However, targeted design can rival much larger models: the specialized LightOnOCR-2-1B achieves 9.08 with only 1B parameters, and dots.ocr (8.73) and MonkeyOCR-3B (8.39) also run on a single consumer GPU, narrowing the gap between proprietary API services and self-hosted pipelines for applications with data privacy constraints or limited API budgets. At the other end of the spectrum, rule-based tools (PyMuPDF4LLM, GROBID) require no GPU but lag substantially behind all learning-based approaches. Beyond overall ranking, the complexity breakdown in Table 2 reveals that table complexity affects parsers unevenly: while most show declining scores from simple to complex tables, the magnitude varies widely, from negligible drops (Gemini 3 Flash actually scores higher on complex tables) to severe degradation (GLM-4.5V: -2.19, Qwen3-VL: -1.56, Mathpix: -1.55), indicating that handling multi-dimensional cell merging remains a key differentiator. Even the top-scoring Gemini 3 models exhibit errors upon manual inspection, including misaligned spanning cells, subtly altered values, and incorrect header-cell associations, confirming that accurate table extraction from PDFs remains an unsolved problem.总体分数范围为 2.10 到 9.55,显示出解析器的选择在很大程度上决定了提取的表格是可用还是几乎不可用。表现最好的系统是 Gemini 3 系列模型,它们是通用多模态模型,而非专用 OCR 工具,这表明广泛的视觉语言能力能够很好地迁移到表格提取任务上。然而,针对性设计也能与更大的模型竞争:专用的 LightOnOCR-2-1B 仅用 1 B 参数就达到了 9.08 的得分,dots.ocr(8.73)和 MonkeyOCR-3B(8.39)也都在单个消费级 GPU 上运行,缩小了专有 API 服务与自托管流水线之间的差距,这对于数据隐私受限或 API 预算有限的应用尤为重要。在光谱的另一端,基于规则的工具(PyMuPDF4LLM、GROBID)不需要 GPU,但在整体上远远落后于所有基于学习的方法。除了整体排名外,表 2 中的复杂度细分显示表格复杂度对解析器的影响并不均匀:虽然大多数解析器的分数从简单表格到复杂表格都会下降,但下降幅度差异很大,从几乎没有下降(Gemini 3 Flash 在复杂表格上得分更高)到严重退化(GLM-4.5V:‑‑2.19,Qwen3-VL:‑‑1.56,Mathpix:‑‑1.55),这表明对多维单元合并的处理仍是关键区别因素。即使是得分最高的 Gemini 3 系列模型,在人工检查时也会出现错误,包括跨行跨列单元对齐错误、数值细微变化以及标题单元格关联错误,这进一步确认从 PDF 中实现准确的表格提取仍是一个未解决的问题。

Score distributions.分数分布。

The per-parser histograms in Figure 4 expose failure patterns that mean scores obscure. Top parsers (Gemini 3, LightOnOCR) concentrate >>70% of tables at score 10, while Claude Sonnet 4.6 and olmOCR show strongly bimodal distributions: they frequently omit tables entirely (score 0) but extract them near-perfectly when they do. Mid-tier parsers such as GPT-5 mini and Gemini 2.5 Flash produce broad distributions centered around scores 5–8, indicating pervasive partial errors rather than clean successes or outright failures. Depending on the application, a missed table may be preferable to a corrupted one, making bimodal parsers with high-quality successes more useful than those with uniformly mediocre output.图 4 中的每个解析器直方图揭示了分数掩盖的失败模式。顶级解析器(Gemini 3、LightOnOCR)将超过 70% 的表格集中在 10 分,而 Claude Sonnet 4.6 和 olmOCR 则呈现强烈的双峰分布:它们经常完全漏掉表格(得分 0),但在提取时几乎完美。中等水平的解析器如 GPT-5 mini 和 Gemini 2.5 Flash 则产生围绕 5–8 分的宽分布,表明出现了普遍的部分错误,而不是干净的成功或彻底的失败。根据具体应用场景,漏掉一张表格可能比得到一张损坏的表格更可接受,这使得具有高质量成功案例的双峰解析器比输出均匀但中等质量的解析器更有价值。

Limitations.局限性。

Synthetic PDFs do not capture the full diversity of real-world tables (such as scanned documents or non-standard layouts), and the table dataset is sourced exclusively from arXiv, which may bias toward scientific table formats, leaving domains such as financial reports or medical records unrepresented. While LLM-as-a-judge substantially outperforms rule-based metrics, it is not infallible and requires proprietary models, though evaluation costs remain modest: scoring all 451 tables costs approximately $0.20, and a full benchmark run for one parser totals roughly $1 in API costs.合成 PDF 并未涵盖真实世界表格的全部多样性(例如扫描文档或非标准布局),且表格数据集仅来源于 arXiv,可能导致偏向科学表格格式,金融报告或医疗记录等领域未被代表。虽然 LLM‑as‑a‑judge 显著优于基于规则的度量,但它并非万无一失且需要专有模型,尽管评估成本仍然适中:对全部 451 张表格进行打分约花费 0.20 美元,而对单个解析器进行完整基准测试的 API 成本约为 1 美元。

Future Work.未来工作。

Future work includes incorporating more diverse document formats and layouts, evaluating parsers’ ability to extract information from figures, and extending the benchmark toward holistic document parsing covering tables, formulas, and text jointly.未来工作包括加入更多样化的文档格式和布局,评估解析器从图形中提取信息的能力,并将基准扩展到涵盖表格、公式和文本的整体文档解析。

Code and Data Availability.代码与数据可用性。

The synthetic PDF generation pipeline, ready-to-use configurations for all 21 parsers, the evaluation pipeline, and the benchmark dataset (100 pages with ground truth) are publicly available.111https://github.com/phorn1/pdf-parse-bench The meta-evaluation of table extraction metrics, including all metric implementations and the human evaluation study, is provided in a separate repository.222https://github.com/phorn1/table-metric-study合成 PDF 生成流水线、针对全部 21 种解析器的即用配置、评估流水线以及基准数据集(100 页带有真实标注)均已公开可用。111https://github.com/phorn1/pdf-parse-bench 表格提取度量的元评估,包括所有度量实现和人工评估研究,已在单独的仓库中提供。222https://github.com/phorn1/table-metric-study

{credits}{credits}

6.0.1 \discintname 6.0.1 \discintname

The authors have no competing interests to declare that are relevant to the content of this article.作者声明与本文内容相关的竞争利益不存在。

6.0.2 Acknowledgements6.0.2 致谢

We thank Sarah Cebulla and Martin Spitznagel for their patience and thoroughness in rating table extraction quality across hundreds of table pairs. This work has been supported by the German Federal Ministry of Research, Technology, and Space (BMFTR) in the program “Forschung an Fachhochschulen in Kooperation mit Unternehmen (FH-Kooperativ)” within the joint project LLMpraxis under grant 13FH622KX2.我们感谢 Sarah Cebulla 和 Martin Spitznagel 在对数百对表格进行质量评分时的耐心与细致。该工作得到了德国联邦研究、技术与空间部(BMFTR)在“Forschung an Fachhochschulen in Kooperation mit Unternehmen (FH‑Kooperativ)” 项目下的资助,属于联合项目 LLMpraxis,资助编号 13FH622KX2。

References参考文献

  • [1] N. S. Adhikari and S. Agarwal (2024) A comparative study of pdf parsing tools across diverse document categories. arXiv preprint arXiv:2410.09871. Cited by: §1. [1] N. S. Adhikari and S. Agarwal (2024) A comparative study of pdf parsing tools across diverse document categories. arXiv preprint arXiv:2410.09871. Cited by: §1.
  • [2] Anthropic (2025) Introducing Claude Opus 4.6. Note: https://www.anthropic.com/news/claude-opus-4-6Accessed: 2026-01-10 Cited by: §4.2, §5. [2] Anthropic (2025) Introducing Claude Opus 4.6. Note: https://www.anthropic.com/news/claude-opus-4-6Accessed: 2026-01-10 Cited by: §4.2, §5.
  • [3] S. Bai, Y. Cai, R. Chen, K. Chen, X. Chen, Z. Cheng, L. Deng, W. Ding, C. Gao, C. Ge, et al. (2025) Qwen3-vl technical report. arXiv preprint arXiv:2511.21631. Cited by: §5. [3] S. Bai, Y. Cai, R. Chen, K. Chen, X. Chen, Z. Cheng, L. Deng, W. Ding, C. Gao, C. Ge, et al. (2025) Qwen3-vl technical report. arXiv preprint arXiv:2511.21631. Cited by: §5.
  • [4] Z. Chi, H. Huang, H. Xu, H. Yu, W. Yin, and X. Mao (2019) Complicated table structure recognition. arXiv preprint arXiv:1908.04729. Cited by: §2.1. [4] Z. Chi, H. Huang, H. Xu, H. Yu, W. Yin, and X. Mao (2019) Complicated table structure recognition. arXiv preprint arXiv:1908.04729. Cited by: §2.1.
  • [5] G. Comanici, E. Bieber, M. Schaekermann, I. Pasupat, N. Sachdeva, I. Dhillon, M. Blistein, O. Ram, D. Zhang, E. Rosen, et al. (2025) Gemini 2.5: pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities. arXiv preprint arXiv:2507.06261. Cited by: §5. [5] G. Comanici, E. Bieber, M. Schaekermann, I. Pasupat, N. Sachdeva, I. Dhillon, M. Blistein, O. Ram, D. Zhang, E. Rosen, et al. (2025) Gemini 2.5: pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities. arXiv preprint arXiv:2507.06261. Cited by: §5.
  • [6] L. Gao, Y. Huang, H. Déjean, J. Meunier, Q. Yan, Y. Fang, F. Kleber, and E. Lang (2019) ICDAR 2019 competition on table detection and recognition (ctdar). In Proceedings of the 15th International Conference on Document Analysis and Recognition (ICDAR), pp. 1510–1515. Cited by: §2.1. [6] L. Gao, Y. Huang, H. Déjean, J. Meunier, Q. Yan, Y. Fang, F. Kleber, and E. Lang (2019) ICDAR 2019 competition on table detection and recognition (ctdar). In Proceedings of the 15th International Conference on Document Analysis and Recognition (ICDAR), pp. 1510–1515. Cited by: §2.1.
  • [7] M. Göbel, T. Hassan, E. Oro, and G. Orsi (2013) ICDAR 2013 table competition. In Proceedings of the 12th International Conference on Document Analysis and Recognition (ICDAR), pp. 1449–1453. Cited by: §1, §2.1, §2.2. [7] M. Göbel, T. Hassan, E. Oro, and G. Orsi (2013) ICDAR 2013 table competition. In Proceedings of the 12th International Conference on Document Analysis and Recognition (ICDAR), pp. 1449–1453. Cited by: §1, §2.1, §2.2.
  • [8] Google DeepMind (2025) A new era of intelligence with Gemini 3. Note: https://blog.google/products/gemini/gemini-3/Accessed: 2026-01-10 Cited by: §3.2, §4.2, §5. [8] Google DeepMind (2025) A new era of intelligence with Gemini 3. Note: https://blog.google/products/gemini/gemini-3/Accessed: 2026-01-10 Cited by: §3.2, §4.2, §5.
  • [9] W. Hong, W. Yu, X. Gu, G. Wang, G. Gan, H. Tang, J. Cheng, J. Qi, J. Ji, L. Pan, et al. (2025) Glm-4.5 v and glm-4.1 v-thinking: towards versatile multimodal reasoning with scalable reinforcement learning. arXiv preprint arXiv:2507.01006. Cited by: §5. [9] W. Hong, W. Yu, X. Gu, G. Wang, G. Gan, H. Tang, J. Cheng, J. Qi, J. Ji, L. Pan, et al. (2025) Glm-4.5 v and glm-4.1 v-thinking: towards versatile multimodal reasoning with scalable reinforcement learning. arXiv preprint arXiv:2507.01006. Cited by: §5.
  • [10] P. Horn and J. Keuper (2025) Benchmarking document parsers on mathematical formula extraction from pdfs. arXiv preprint arXiv:2512.09874. Cited by: §2.2. [10] P. Horn and J. Keuper (2025) Benchmarking document parsers on mathematical formula extraction from pdfs. arXiv preprint arXiv:2512.09874. Cited by: §2.2.
  • [11] P. Kayal, M. Anand, H. Desai, and M. Singh (2021) ICDAR 2021 competition on scientific table image recognition to latex. In Proceedings of the 16th International Conference on Document Analysis and Recognition (ICDAR), pp. 754–766. Cited by: §2.1. [11] P. Kayal, M. Anand, H. Desai, and M. Singh (2021) ICDAR 2021 competition on scientific table image recognition to latex. In Proceedings of the 16th International Conference on Document Analysis and Recognition (ICDAR), pp. 754–766. Cited by: §2.1.
  • [12] K. Krippendorff (2011) Computing krippendorff’s alpha-reliability. Cited by: §4.3. [12] K. Krippendorff (2011) Computing krippendorff’s alpha-reliability. Cited by: §4.3.
  • [13] V. I. Levenshtein (1966) Binary codes capable of correcting deletions, insertions, and reversals. Soviet Physics Doklady 10 (8), pp. 707–710. Cited by: §2.2. [13] V. I. Levenshtein (1966) Binary codes capable of correcting deletions, insertions, and reversals. Soviet Physics Doklady 10 (8), pp. 707–710. Cited by: §2.2.
  • [14] H. Li, Q. Dong, J. Chen, H. Su, Y. Zhou, Q. Ai, Z. Ye, and Y. Liu (2024) Llms-as-judges: a comprehensive survey on llm-based evaluation methods. arXiv preprint arXiv:2412.05579. Cited by: §1, §4.2. [14] H. Li, Q. Dong, J. Chen, H. Su, Y. Zhou, Q. Ai, Z. Ye, and Y. Liu (2024) Llms-as-judges: a comprehensive survey on llm-based evaluation methods. arXiv preprint arXiv:2412.05579. Cited by: §1, §4.2.
  • [15] M. Li, L. Cui, S. Huang, F. Wei, M. Zhou, and Z. Li (2020) Tablebank: table benchmark for image-based table detection and recognition. In Proceedings of the Twelfth Language Resources and Evaluation Conference (LREC), pp. 1918–1925. Cited by: §2.1. [15] M. Li, L. Cui, S. Huang, F. Wei, M. Zhou, 和 Z. Li (2020) Tablebank: 基于图像的表格检测与识别基准。 收录于第十二届语言资源与评测会议(LREC)论文集, 页码 1918–1925。 引用于: §2.1.
  • [16] R. Li, A. J. Yepes, Y. You, K. Pluciński, M. Operlejn, and C. Wolfe (2025) Score: a semantic evaluation framework for generative document parsing. arXiv preprint arXiv:2509.19345. Cited by: §2.1, §2.2. [16] R. Li, A. J. Yepes, Y. You, K. Pluciński, M. Operlejn, 和 C. Wolfe (2025) Score: 用于生成式文档解析的语义评估框架。 arXiv 预印本 arXiv:2509.19345。 引用于: §2.1, §2.2.
  • [17] Y. Li, G. Yang, H. Liu, B. Wang, and C. Zhang (2025) Dots. ocr: multilingual document layout parsing in a single vision-language model. arXiv preprint arXiv:2512.02498. Cited by: §5. [17] Y. Li, G. Yang, H. Liu, B. Wang, 和 C. Zhang (2025) Dots. ocr: 单一视觉语言模型中的多语言文档布局解析。 arXiv 预印本 arXiv:2512.02498。 引用于: §5.
  • [18] Z. Li, Y. Liu, Q. Liu, Z. Ma, Z. Zhang, S. Zhang, Z. Guo, J. Zhang, X. Wang, and X. Bai (2025) Monkeyocr: document parsing with a structure-recognition-relation triplet paradigm. arXiv preprint arXiv:2506.05218. Cited by: §5. [18] Z. Li, Y. Liu, Q. Liu, Z. Ma, Z. Zhang, S. Zhang, Z. Guo, J. Zhang, X. Wang, 和 X. Bai (2025) Monkeyocr: 基于结构识别-关系三元组范式的文档解析。 arXiv 预印本 arXiv:2506.05218。 引用于: §5.
  • [19] Z. Li, A. Abulaiti, Y. Lu, X. Chen, J. Zheng, H. Lin, X. Han, and L. Sun (2025) READoc: a unified benchmark for realistic document structured extraction. In Findings of the Association for Computational Linguistics (ACL), pp. 21889–21905. Cited by: §2.1. [19] Z. Li, A. Abulaiti, Y. Lu, X. Chen, J. Zheng, H. Lin, X. Han, 和 L. Sun (2025) READoc: 用于真实文档结构抽取的统一基准。 收录于计算语言学协会会议论文集(ACL)Findings, 页码 21889–21905。 引用于: §2.1.
  • [20] J. Ling, Y. Qi, T. Huang, S. Zhou, Y. Huang, J. Yang, Z. Song, Y. Zhou, Y. Yang, H. T. Shen, and P. Wang (2025) Table2LaTeX-rl: high-fidelity latex code generation from table images via reinforced multimodal language models. In Advances in Neural Information Processing Systems (NeurIPS), Cited by: §2.1. [20] J. Ling, Y. Qi, T. Huang, S. Zhou, Y. Huang, J. Yang, Z. Song, Y. Zhou, Y. Yang, H. T. Shen, 和 P. Wang (2025) Table2LaTeX-rl: 通过强化多模态语言模型从表格图像生成高保真 LaTeX 代码。 收录于神经信息处理系统大会(NeurIPS)论文集, 引用于: §2.1.
  • [21] A. Liu, A. Mei, B. Lin, B. Xue, B. Wang, B. Xu, B. Wu, B. Zhang, C. Lin, C. Dong, et al. (2025) Deepseek-v3. 2: pushing the frontier of open large language models. arXiv preprint arXiv:2512.02556. Cited by: §4.2. [21] A. Liu, A. Mei, B. Lin, B. Xue, B. Wang, B. Xu, B. Wu, B. Zhang, C. Lin, C. Dong, 等 (2025) Deepseek-v3.2: 推动开放大语言模型的前沿。 arXiv 预印本 arXiv:2512.02556。 引用于: §4.2.
  • [22] P. Lopez (2009) GROBID: combining automatic bibliographic data recognition and term extraction for scholarship publications. In Proceedings of the 13th European Conference on Research and Advanced Technology for Digital Libraries (ECDL), pp. 473–474. Cited by: §5. [22] P. Lopez (2009) GROBID: 将自动化书目数据识别与术语抽取相结合,用于学术出版物。 收录于第13届欧洲数字图书馆研究与先进技术会议(ECDL)论文集, 页码 473–474。 引用于: §5.
  • [23] S. Mandal, A. Talewar, P. Ahuja, and P. Juvatkar (2025) Nanonets-ocr-s: a model for transforming documents into structured markdown with intelligent content recognition and semantic tagging. Cited by: §5. [23] S. Mandal, A. Talewar, P. Ahuja, 和 P. Juvatkar (2025) Nanonets-ocr-s: 将文档转换为结构化 Markdown 的模型,具备智能内容识别和语义标记功能。 引用于: §5.
  • [24] Mathpix, Inc. (2025) Mathpix: document conversion for stem. Note: https://mathpix.comAccessed: 2026-02-10 Cited by: §5. [24] Mathpix, Inc. (2025) Mathpix: 面向 STEM 的文档转换工具。 注释: https://mathpix.com 访问时间: 2026-02-10 引用于: §5.
  • [25] Mistral AI (2025) Introducing mistral ocr 3. Note: https://mistral.ai/news/mistral-ocr-3Accessed: 2026-02-01 Cited by: §5. [25] Mistral AI (2025) 推出 Mistral OCR 3。 注释: https://mistral.ai/news/mistral-ocr-3 访问时间: 2026-02-01 引用于: §5.
  • [26] A. Nassar, N. Livathinos, M. Lysak, and P. Staar (2022) TableFormer: table structure understanding with transformers. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 4614–4623. Cited by: §2.1. [26] A. Nassar, N. Livathinos, M. Lysak, 和 P. Staar (2022) TableFormer: 基于 Transformer 的表格结构理解。 收录于 IEEE/CVF 计算机视觉与模式识别会议(CVPR)论文集, 页码 4614–4623。 引用于: §2.1.
  • [27] OmniAI Technology, Inc. (2025) Omni OCR Benchmark. Note: Hugging Face Dataset, https://huggingface.co/datasets/getomni-ai/ocr-benchmarkAccessed: 2026-01-10 Cited by: §1, §2.1. [27] OmniAI Technology, Inc. (2025) Omni OCR Benchmark。 注释: Hugging Face 数据集, https://huggingface.co/datasets/getomni-ai/ocr-benchmark 访问时间: 2026-01-10 引用于: §1, §2.1.
  • [28] L. Ouyang, Y. Qu, H. Zhou, J. Zhu, R. Zhang, Q. Lin, B. Wang, Z. Zhao, M. Jiang, X. Zhao, et al. (2025) Omnidocbench: benchmarking diverse pdf document parsing with comprehensive annotations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 24838–24848. Cited by: §1, §2.1. [28] L. Ouyang, Y. Qu, H. Zhou, J. Zhu, R. Zhang, Q. Lin, B. Wang, Z. Zhao, M. Jiang, X. Zhao, 等 (2025) Omnidocbench: 通过全面标注对多样化 PDF 文档解析进行基准测试。 收录于 IEEE/CVF 计算机视觉与模式识别会议(CVPR)论文集, 页码 24838–24848。 引用于: §1, §2.1.
  • [29] K. Papineni, S. Roukos, T. Ward, and W. Zhu (2002) BLEU: a method for automatic evaluation of machine translation. In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics (ACL), pp. 311–318. Cited by: §2.2. [29] K. Papineni, S. Roukos, T. Ward, 和 W. Zhu (2002) BLEU: 一种机器翻译自动评估方法。 收录于第40届计算语言学协会年会(ACL)论文集, 页码 311–318。 引用于: §2.2.
  • [30] V. Paruchuri and Datalab Team (2025) Chandra: OCR model for complex documents with full layout preservation. Note: GitHub repository, https://github.com/datalab-to/chandraAccessed: 2026-02-10 Cited by: §5. [30] V. Paruchuri 和 Datalab Team (2025) Chandra: 具备完整布局保留的复杂文档 OCR 模型。 注释: GitHub 仓库, https://github.com/datalab-to/chandra 访问时间: 2026-02-10 引用于: §5.
  • [31] J. Poznanski, L. Soldaini, and K. Lo (2025) Olmocr 2: unit test rewards for document ocr. arXiv preprint arXiv:2510.19817. Cited by: §1, §2.1, §5. [31] J. Poznanski, L. Soldaini, 和 K. Lo (2025) Olmocr 2: 文档 OCR 的单元测试奖励机制。 arXiv 预印本 arXiv:2510.19817。 引用于: §1, §2.1, §5.
  • [32] PyMuPDF Contributors (2025) PyMuPDF4LLM: pdf extraction for large language models. Note: GitHub repository, https://github.com/pymupdf/PyMuPDF4LLMAccessed: 2026-02-01 Cited by: §5. [32] PyMuPDF Contributors (2025) PyMuPDF4LLM: 为大语言模型提供的 PDF 提取工具。 注释: GitHub 仓库, https://github.com/pymupdf/PyMuPDF4LLM 访问时间: 2026-02-01 引用于: §5.
  • [33] M. Salaheldin Kasem, A. Abdallah, A. Berendeyev, E. Elkady, M. Mahmoud, M. Abdalla, M. Hamada, S. Vascon, D. Nurseitov, and I. Taj-Eddin (2024) Deep learning for table detection and structure recognition: a survey. ACM Computing Surveys 56 (12), pp. 1–41. Cited by: §1. [33] M. Salaheldin Kasem, A. Abdallah, A. Berendeyev, E. Elkady, M. Mahmoud, M. Abdalla, M. Hamada, S. Vascon, D. Nurseitov, 和 I. Taj-Eddin (2024) 深度学习在表格检测与结构识别中的应用综述。 ACM Computing Surveys 56 (12), 页码 1–41。 引用于: §1.
  • [34] A. Singh, A. Fry, A. Perelman, A. Tart, A. Ganesh, A. El-Kishky, A. McLaughlin, A. Low, A. Ostrow, A. Ananthram, et al. (2025) Openai gpt-5 system card. arXiv preprint arXiv:2601.03267. Cited by: §4.2, §5. [34] A. Singh, A. Fry, A. Perelman, A. Tart, A. Ganesh, A. El-Kishky, A. McLaughlin, A. Low, A. Ostrow, A. Ananthram, 等 (2025) OpenAI GPT-5 系统卡。 arXiv 预印本 arXiv:2601.03267。 引用于: §4.2, §5.
  • [35] B. Smock, V. Faucon-Morin, M. Sokolov, L. Liang, T. Khanam, and M. Courtland (2025) PubTables-v2: a new large-scale dataset for full-page and multi-page table extraction. arXiv preprint arXiv:2512.10888. Cited by: §2.1. [35] B. Smock, V. Faucon-Morin, M. Sokolov, L. Liang, T. Khanam, 和 M. Courtland (2025) PubTables-v2: 用于整页及多页表格抽取的大规模新数据集。 arXiv 预印本 arXiv:2512.10888。 引用于: §2.1.
  • [36] B. Smock, R. Pesala, and R. Abraham (2022) PubTables-1m: towards comprehensive table extraction from unstructured documents. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 4634–4642. Cited by: §1, §2.1, §3.1. [36] B. Smock, R. Pesala, 和 R. Abraham (2022) PubTables-1m: 面向非结构化文档的全面表格抽取。 收录于 IEEE/CVF 计算机视觉与模式识别会议(CVPR)论文集, 页码 4634–4642。 引用于: §1, §2.1, §3.1.
  • [37] B. Smock, R. Pesala, and R. Abraham (2023) GriTS: grid table similarity metric for table structure recognition. In Proceedings of the International Conference on Document Analysis and Recognition (ICDAR), pp. 535–549. Cited by: §1, §2.1, §2.2. [37] B. Smock, R. Pesala, 和 R. Abraham (2023) GriTS: 用于表格结构识别的网格表相似度度量。 收录于国际文档分析与识别会议(ICDAR)论文集, 页码 535–549。 引用于: §1, §2.1, §2.2.
  • [38] M. Soric, C. Gracianne, I. Manolescu, and P. Senellart (2025) Benchmarking table extraction from heterogeneous scientific extraction documents. arXiv preprint arXiv:2511.16134. Cited by: §2.1. [38] M. Soric, C. Gracianne, I. Manolescu, 和 P. Senellart (2025) 对异构科学文档的表格抽取基准测试。 arXiv 预印本 arXiv:2511.16134。 引用于: §2.1.
  • [39] S. Taghadouini, A. Cavaillès, and B. Aubertin (2026) LightOnOCR: a 1b end-to-end multilingual vision-language model for state-of-the-art ocr. arXiv preprint arXiv:2601.14251. Cited by: §5. [39] S. Taghadouini, A. Cavaillès, 和 B. Aubertin (2026) LightOnOCR: 规模达 10 亿参数的端到端多语言视觉语言模型,实现最先进的 OCR。 arXiv 预印本 arXiv:2601.14251。 引用于: §5.
  • [40] B. Wang, C. Xu, X. Zhao, L. Ouyang, F. Wu, Z. Zhao, R. Xu, K. Liu, Y. Qu, F. Shang, et al. (2024) Mineru: an open-source solution for precise document content extraction. arXiv preprint arXiv:2409.18839. Cited by: §5. [40] B. Wang, C. Xu, X. Zhao, L. Ouyang, F. Wu, Z. Zhao, R. Xu, K. Liu, Y. Qu, F. Shang, 等 (2024) Mineru: 用于精确文档内容抽取的开源解决方案。 arXiv 预印本 arXiv:2409.18839。 引用于: §5.
  • [41] H. Wei, C. Liu, J. Chen, J. Wang, L. Kong, Y. Xu, Z. Ge, L. Zhao, J. Sun, Y. Peng, et al. (2024) General ocr theory: towards ocr-2.0 via a unified end-to-end model. arXiv preprint arXiv:2409.01704. Cited by: §5. [41] H. Wei, C. Liu, J. Chen, J. Wang, L. Kong, Y. Xu, Z. Ge, L. Zhao, J. Sun, Y. Peng, 等 (2024) 通用 OCR 理论:通过统一端到端模型迈向 OCR-2.0。 arXiv 预印本 arXiv:2409.01704。 引用于: §5.
  • [42] H. Wei, Y. Sun, and Y. Li (2025) Deepseek-ocr: contexts optical compression. arXiv preprint arXiv:2510.18234. Cited by: §5. [42] H. Wei, Y. Sun, 和 Y. Li (2025) Deepseek-ocr: 上下文光学压缩。 arXiv 预印本 arXiv:2510.18234。 引用于: §5.
  • [43] Q. Zhang, B. Wang, V. S. Huang, J. Zhang, Z. Wang, H. Liang, C. He, and W. Zhang (2024) Document parsing unveiled: techniques, challenges, and prospects for structured information extraction. arXiv preprint arXiv:2410.21169. Cited by: §1. [43] Q. Zhang, B. Wang, V. S. Huang, J. Zhang, Z. Wang, H. Liang, C. He, 和 W. Zhang (2024) 文档解析全景:技术、挑战与结构化信息抽取的前景。 arXiv 预印本 arXiv:2410.21169。 引用于: §1.
  • [44] L. Zheng, W. Chiang, Y. Sheng, S. Zhuang, Z. Wu, Y. Zhuang, Z. Lin, Z. Li, D. Li, E. Xing, et al. (2023) Judging llm-as-a-judge with mt-bench and chatbot arena. Advances in neural information processing systems 36, pp. 46595–46623. Cited by: §1, §4.2. [44] L. Zheng, W. Chiang, Y. Sheng, S. Zhuang, Z. Wu, Y. Zhuang, Z. Lin, Z. Li, D. Li, E. Xing, 等 (2023) 使用 MT-Bench 与 Chatbot Arena 对 LLM‑as‑a‑Judge 进行评估。 Advances in Neural Information Processing Systems 36, 页码 46595–46623。 引用于: §1, §4.2.
  • [45] X. Zheng, D. Burdick, L. Popa, X. Zhong, and N. X. R. Wang (2021) Global table extractor (gte): a framework for joint table identification and cell structure recognition using visual context. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), pp. 697–706. Cited by: §2.1. [45] X. Zheng, D. Burdick, L. Popa, X. Zhong, 和 N. X. R. Wang (2021) Global Table Extractor (GTE):一种利用视觉上下文进行表格识别与单元结构联合识别的框架。 收录于 IEEE/CVF 冬季计算机视觉应用会议(WACV)论文集, 页码 697–706。 引用于: §2.1.
  • [46] X. Zhong, E. ShafieiBavani, and A. Jimeno Yepes (2020) Image-based table recognition: data, model, and evaluation. In Proceedings of the European Conference on Computer Vision (ECCV), pp. 564–580. Cited by: §1, §2.1, §2.2, §3.1. [46] X. Zhong, E. ShafieiBavani, 和 A. Jimeno Yepes (2020) 基于图像的表格识别:数据、模型与评估。 收录于欧洲计算机视觉会议(ECCV)论文集, 页码 564–580。 引用于: §1, §2.1, §2.2, §3.1.