AceParse: A Comprehensive Dataset with Diverse Structured Texts for Academic Literature Parsing
Huawei Ji, Cheng Deng, Bo Xue, Zhouyang Jin, Jiaxin Ding, Xiaoying Gan, Luoyi Fu, Xinbing Wang, Chenghu Zhou
TL;DR
This work addresses the challenge of parsing academic literature, which contains diverse structured elements such as formulas, tables, lists, and embedded math. It introduces AceParse, an open-source dataset annotated in LaTeX that covers a broad spectrum of structured content, and AceParser, a Florence-2–based multimodal model trained end-to-end on AceParse. The approach combines a large-scale data synthesis pipeline with robust boundary detection and a multimodal encoder–decoder to produce LaTeX-markup outputs, achieving state-of-the-art accuracy with improvements of about 4.1 percentage points in F1 and 5 percentage points in Jaccard Similarity over prior methods. The work provides a foundation for data-centric advancement in scholarly document processing and offers practical open-source resources for researchers to develop more versatile academic-parsing systems.
Abstract
With the development of data-centric AI, the focus has shifted from model-driven approaches to improving data quality. Academic literature, as one of the crucial types, is predominantly stored in PDF formats and needs to be parsed into texts before further processing. However, parsing diverse structured texts in academic literature remains challenging due to the lack of datasets that cover various text structures. In this paper, we introduce AceParse, the first comprehensive dataset designed to support the parsing of a wide range of structured texts, including formulas, tables, lists, algorithms, and sentences with embedded mathematical expressions. Based on AceParse, we fine-tuned a multimodal model, named AceParser, which accurately parses various structured texts within academic literature. This model outperforms the previous state-of-the-art by 4.1% in terms of F1 score and by 5% in Jaccard Similarity, demonstrating the potential of multimodal models in academic literature parsing. Our dataset is available at https://github.com/JHW5981/AceParse.
