Search papers, labs, and topics across Lattice.
This paper introduces ParseFixer, an agentic framework designed to enhance document parsing by integrating Full-Page Backbone Parsing (FBP) with Agentic Selective Correction (ASC). The system effectively recovers structured Markdown documents from images by first generating stable outputs with a backbone model and then selectively correcting parsing errors through a verify-and-rollback mechanism. Achieving a score of 61.78 and ranking third in the DataMFM Challenge, ParseFixer demonstrates significant improvements in the accuracy of document element recovery while maintaining reliable initial predictions.
Selective multimodal correction can dramatically enhance document parsing accuracy without compromising the integrity of reliable outputs.
In this report, we present our third-place solution for the DataMFM Challenge Track 1: Document Parsing. This track requires models to recover structured Markdown documents from document page images while preserving textual content and document structure. To address the complementary requirements of accurate content recovery and faithful structure reconstruction, we propose ParseFixer, an agentic framework for backbone parsing and selective correction. ParseFixer consists of two key modules: Full-Page Backbone Parsing (FBP) and Agentic Selective Correction (ASC). FBP produces stable initial Markdown outputs with MinerU2.5 Pro, while ASC detects high-value parsing failures and repairs them through a verify-and-rollback correction process. By placing selective multimodal correction after open-source backbone parsing, ParseFixer improves the recovery of key document elements without rewriting reliable backbone predictions. On the test set, our final system achieves an overall score of 61.78 and ranks third in Track 1, demonstrating its effectiveness for accurate document parsing. Our code will be released at: https://github.com/iLearn-Lab/CVPRW26-ParseFixer.