paper-with-me

홈 › Papers

Benchmarking Document Parsers on Mathematical Formula Extraction from PDFs

2025-12-10 · Pius Horn, Janis Keuper arxiv

Correctly parsing mathematical formulas from PDFs is critical for training large language models and building scientific knowledge bases from academic literature, yet existing benchmarks either exclude formulas entirely or lack semantically-aware evaluation metrics. We introduce a benchmarking framework centered on synthetically generated PDFs with precise LaTeX ground truth, enabling systematic control over layout, formulas, and content characteristics. For evaluation, we apply LLM-as-a-judge to assess semantic equivalence of parsed formulas, capturing mathematical meaning beyond surface-level notation differences. We validate this approach through a human study (250 formula pairs, 750 ratings from 30 evaluators), showing a Pearson correlation of r=0.78 with human judgment, compared to r=0.34 for character-level matching (CDM) and r~0 for text similarity. Our robust two-stage matching pipeline combining LLM-based extraction with fuzzy validation reliably aligns parsed formulas with ground truth despite format inconsistencies across parsers. Evaluating 20+ contemporary PDF parsers across 100 synthetic documents with 2,000+ formulas reveals significant performance disparities, providing actionable guidance for practitioners selecting parsers for downstream applications. Code and benchmark data: https://github.com/phorn1/pdf-parse-bench and https://github.com/phorn1/formula-metric-study

📄 PDF Abstract BibTeX arXiv:2512.09874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Revisiting the Practical Effectiveness of Constituency Parse Extraction from Pre-trained Language Models

2022-09-15 · COLING 2022 10 · Taeuk Kim

Constituency Parse Extraction from Pre-trained Language Models (CPE-PLM) is a recent paradigm that attempts to induce constituency parse trees relying only on the internal knowledge of pre-trained language models. While …

In-Context Learning

Beyond String Matching: Semantic Evaluation of PDF Table Extraction

2026-03-19 · Pius Horn, Janis Keuper arxiv

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 equiva…

LMDX: Language Model-based Document Information Extraction and Localization

2023-09-19 · Vincent Perot, Kai Kang, Florian Luisier, Guolong Su 외

Large Language Models (LLM) have revolutionized Natural Language Processing (NLP), improving state-of-the-art and exhibiting emergent capabilities across various tasks. However, their application in extracting informatio…

Language ModelingLanguage Modelling

BabelDOC: Better Layout-Preserving PDF Translation via Intermediate Representation

2026-05-11 · Qi Yang, Xiangyao Ma, Xiao Wang, Hao Wang 외 arxiv

As global cross-lingual communication intensifies, language barriers in visually rich documents such as PDFs remain a practical bottleneck. Existing document translation pipelines face a tension between linguistic proces…

MathDoc: Benchmarking Structured Extraction and Active Refusal on Noisy Mathematics Exam Papers

2026-01-15 · Chenyue Zhou, Jiayi Tuo, Shitong Qin, Wei Dai 외 arxiv

The automated extraction of structured questions from paper-based mathematics exams is fundamental to intelligent education, yet remains challenging in real-world settings due to severe visual noise. Existing benchmarks …

High School MathematicsInformation Extraction