paper-with-me

Papers

TexOCR: Advancing Document OCR Models for Compilable Page-to-LaTeX Reconstruction

2026-04-24 · Chengye Wang, Lin Fu, Zexi Kuang, Yilun Zhao arxiv

Existing document OCR largely targets plain text or Markdown, discarding the structural and executable properties that make LaTeX essential for scientific publishing. We study page-level reconstruction of scientific PDFs into compilable LaTeX and introduce TexOCR-Bench, a benchmark, and TexOCR-Train, a large-scale training corpus, for this task. TexOCR-Bench features a multi-dimensional evaluation suite that jointly assesses transcription fidelity, structural faithfulness, and end-to-end compilability. Leveraging TexOCR-Train, we train a 2B-parameter model, TexOCR, using supervised fine-tuning (SFT) and reinforcement learning (RL) with verifiable rewards derived from LaTeX unit tests that directly enforce compilability and referential integrity. Experiments across 21 frontier models on TexOCR-Bench show that existing systems frequently violate key document invariants, including consistent section structure, correct float placement, and valid label-reference links, which undermines compilation reliability and downstream usability. Our analysis further reveals that RL with verifiable rewards yields consistent improvements over SFT alone, particularly on structural and compilation metrics.

📄 PDF Abstract BibTeX arXiv:2604.22880

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PaperFit: Vision-in-the-Loop Typesetting Optimization for Scientific Documents

2026-05-11 · Bihui Yu, Xinglong Xu, Junjie Jiang, Jiabei Cheng 외 arxiv

A LaTeX manuscript that compiles without error is not necessarily publication-ready. The resulting PDFs frequently suffer from misplaced floats, overflowing equations, inconsistent table scaling, widow and orphan lines, …

Code as Representation: A Compilable Parsing Paradigm for Academic Documents

2026-08-18 · Rihui Jin, Jun Wang, chengyuan zhu, Liang Mingyu 외 arxiv

Academic papers are a primary carrier of scientific knowledge, yet most of this knowledge remains locked in PDFs that are optimized for human reading rather than machine use. For Multimodal Large Language Models (MLLMs),…

Document-as-Image Representations Fall Short for Scientific Retrieval

2026-04-20 · Ghazal Khalighinejad, Raghuveer Thirukovalluru, Alexander H. Oh, Bhuwan Dhingra arxiv

Many recent document embedding models are trained on document-as-image representations, embedding rendered pages as images rather than the underlying source. Meanwhile, existing benchmarks for scientific document retriev…

Reproducible Science with LaTeX

2020-10-04 · Haim Bar, Haiying Wang

This paper proposes a procedure to execute external source codes from a LaTeX document and include the calculation outputs in the resulting Portable Document Format (pdf) file automatically. It integrates programming too…

Synthetic Data Augmentation for Table Detection: Re-evaluating TableNet's Performance with Automatically Generated Document Images

2025-06-17 · Krishna Sahukara, Zineddine Bettouche, Andreas Fischer

Document pages captured by smartphones or scanners often contain tables, yet manual extraction is slow and error-prone. We introduce an automated LaTeX-based pipeline that synthesizes realistic two-column pages with visu…

Data AugmentationTable Detection